Author: housel
Date: Fri May 20 05:12:20 2005
New Revision: 9890
Modified:
trunk/www/sinorca-grey.css
trunk/www/sinorca-white.css
Log:
Bug: 7249 website
Various improvements in the website stylesheet, some of them targeted
at use by the DITA-based documentation framework.
Modified: trunk/www/sinorca-grey.css
==============================================================================
--- trunk/www/sinorca-grey.css (original)
+++ trunk/www/sinorca-grey.css Fri May 20 05:12:20 2005
@@ -31,6 +31,11 @@
margin-top: 3ex;
}
+span.apitype {
+ position: absolute;
+ right: 4ex;
+}
+
img {
border: none;
}
@@ -52,20 +57,26 @@
cursor: help;
}
-code {
+code, span.apiname {
font-family: "lucida console", "courier new", courier, monospace;
}
+pre {
+ font-family: "lucida console", monospace;
+ padding-left: 3ex;
+ padding-bottom: 2ex;
+}
+
dt {
font-weight: bold;
padding-left: 1ex;
- padding-right: 1ex;
+ /* padding-right: 1ex; */
}
dd {
padding-left: 1ex;
padding-right: 1ex;
- padding-bottom: 1.5em;
+ /* padding-bottom: 1.5em; */
}
#bodyText {
@@ -110,6 +121,17 @@
font-variant: small-caps;
}
+/* Various basic phrase styles */
+.bold { font-weight: bold; }
+.boldItalic { font-weight: bold; font-style: italic; }
+.italic { font-style: italic; }
+.underlined { text-decoration: underline; }
+.uicontrol { font-weight: bold; }
+.parmname { font-style: italic; }
+.kwd { font-weight: bold; }
+.defkwd { font-weight: bold; text-decoration: underline; }
+.var { font-style : italic;}
+.shortcut { text-decoration: underline; }
/* ###### Header ###### */
Modified: trunk/www/sinorca-white.css
==============================================================================
--- trunk/www/sinorca-white.css (original)
+++ trunk/www/sinorca-white.css Fri May 20 05:12:20 2005
@@ -28,6 +28,11 @@
border-bottom: 1px solid #0066cc;
}
+span.apitype {
+ position: absolute;
+ right: 4ex;
+}
+
img {
border: none;
}
@@ -49,20 +54,26 @@
cursor: help;
}
-code {
+code, span.apiname {
+ font-family: "lucida console", "courier new", courier, monospace;
+}
+
+pre {
font-family: "lucida console", monospace;
+ padding-left: 3ex;
+ padding-bottom: 2ex;
}
dt {
font-weight: bold;
padding-left: 1ex;
- padding-right: 1ex;
+ /* padding-right: 1ex; */
}
dd {
padding-left: 1ex;
padding-right: 1ex;
- padding-bottom: 1.5em;
+ /* padding-bottom: 1.5em; */
}
#bodyText {
@@ -101,6 +112,17 @@
font-variant: small-caps;
}
+/* Various basic phrase styles */
+.bold { font-weight: bold; }
+.boldItalic { font-weight: bold; font-style: italic; }
+.italic { font-style: italic; }
+.underlined { text-decoration: underline; }
+.uicontrol { font-weight: bold; }
+.parmname { font-style: italic; }
+.kwd { font-weight: bold; }
+.defkwd { font-weight: bold; text-decoration: underline; }
+.var { font-style : italic;}
+.shortcut { text-decoration: underline; }
/* ###### Header ###### */
--
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
https://gauss.gwydiondylan.org/mailman/listinfo/gd-chatter
|