|
@@ -4,7 +4,7 @@ $Date$
|
|
*/
|
|
*/
|
|
|
|
|
|
/* Global settings */
|
|
/* Global settings */
|
|
-/*body {
|
|
|
|
|
|
+body {
|
|
font-family: verdana, tahoma, helvetica, arial, sans-serif;
|
|
font-family: verdana, tahoma, helvetica, arial, sans-serif;
|
|
text-align: left;
|
|
text-align: left;
|
|
background: #fff;
|
|
background: #fff;
|
|
@@ -21,12 +21,12 @@ a:hover, a:focus { color: #d30e08; }
|
|
a:active { color: #6b77b1;}
|
|
a:active { color: #6b77b1;}
|
|
|
|
|
|
.ulink {
|
|
.ulink {
|
|
- color: #55f;*/ /* Light Blue */
|
|
|
|
- /*font-weight: bold;
|
|
|
|
-}*/
|
|
|
|
|
|
+ color: #55f; /* Light Blue */
|
|
|
|
+ font-weight: bold;
|
|
|
|
+}
|
|
|
|
|
|
/* Headers */
|
|
/* Headers */
|
|
-/*h1, h2, b, strong {
|
|
|
|
|
|
+h1, h2, b, strong {
|
|
color: #000;
|
|
color: #000;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
@@ -41,10 +41,10 @@ h2 { font-size: 144%; padding-top: 0.2em; margin-top: 0.3em; line-height: 1.2em;
|
|
h2.subtitle { text-align: center; line-height: 1.2em; }
|
|
h2.subtitle { text-align: center; line-height: 1.2em; }
|
|
h3 { font-size: 120%; line-height: 1.2em; }
|
|
h3 { font-size: 120%; line-height: 1.2em; }
|
|
h4 { font-size: 120%; line-height: 1.2em;}
|
|
h4 { font-size: 120%; line-height: 1.2em;}
|
|
-div.package h4, h5, h6 { font-size: 100%; font-style: italic; }*/
|
|
|
|
|
|
+div.package h4, h5, h6 { font-size: 100%; font-style: italic; }
|
|
|
|
|
|
/* Navigation */
|
|
/* Navigation */
|
|
-/*div.headertitles h4 {
|
|
|
|
|
|
+div.headertitles h4 {
|
|
margin-bottom: 2px;
|
|
margin-bottom: 2px;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
@@ -109,11 +109,11 @@ div.navfooter ul li.home, div.navfooter ul li.up {
|
|
margin: 0px auto;
|
|
margin: 0px auto;
|
|
display: block;
|
|
display: block;
|
|
color: #dbddec;
|
|
color: #dbddec;
|
|
-}*/
|
|
|
|
|
|
+}
|
|
|
|
|
|
/* TOC & Index*/
|
|
/* TOC & Index*/
|
|
|
|
|
|
-/*div.toc ul, div.index ul, div.navheader ul, div.navfooter ul {
|
|
|
|
|
|
+div.toc ul, div.index ul, div.navheader ul, div.navfooter ul {
|
|
list-style: none;
|
|
list-style: none;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -133,6 +133,8 @@ div.toc ul li h3, div.toc ul li h4 {
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
font-size: 110%;
|
|
font-size: 110%;
|
|
line-height: 1.8em;
|
|
line-height: 1.8em;
|
|
|
|
+/* Removed per Bruce
|
|
|
|
+ margin-left: -1.5em; */
|
|
}
|
|
}
|
|
|
|
|
|
.item {
|
|
.item {
|
|
@@ -148,7 +150,7 @@ div.toc ul li h3, div.toc ul li h4 {
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
width: 16em;
|
|
width: 16em;
|
|
float: left;
|
|
float: left;
|
|
-}*/
|
|
|
|
|
|
+}
|
|
|
|
|
|
/* Admonitions */
|
|
/* Admonitions */
|
|
div.note, div.tip {
|
|
div.note, div.tip {
|