stas 02/04/12 19:59:44
Modified: src style.css
tmpl/custom/html navbar_local_top
Log:
- get the headers style right
- move the hardcoded color from the perl code into td.pre-bar class
(needs a sync with the perl code)
Revision Changes Path
1.45 +15 -3 modperl-docs/src/style.css
Index: style.css
===================================================================
RCS file: /home/cvs/modperl-docs/src/style.css,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- style.css 11 Apr 2002 13:30:11 -0000 1.44
+++ style.css 13 Apr 2002 02:59:44 -0000 1.45
@@ -10,19 +10,29 @@
color: #000000;
}
-h1, h2, h3, h4 {
+h1 { font-size: 1.3em; }
+h2 { font-size: 1.2em; }
+h3 { font-size: 1.1em; }
+h4 { font-size: 1.0em; }
+
+h1, h2, h3, h4, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link,
h4 a:visited {
color: #525d76;
- font-size: 1.2em;
+ text-decoration: none;
font-family: helvetica, arial, verdana, sans-serif;
}
+h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
+ color: #999999;
+ text-decoration: none;
+}
+
a:link { color: #0000ff;}
a:visited { color: #993333;}
a:active { color: #666666;}
a:hover { color: #666666;}
/* light blue bg-color for menu-titles */
-td.menu-title-bg { background-color: #828DA6; }
+td.menu-title-bg { background-color: #828da6; }
/* light gray/white bg-color for non-selected menu-items */
td.non-sel-bg { background-color: #eeeeee; }
@@ -263,6 +273,8 @@
/* light gray/white bg-color for ad-sec */
td.ad-bg { background-color: #eeeeee; }
+
+td.pre-bar { background-color: #cccccc; }
/* lines for camel */
td.camel-line-top { background-color: #bfcfe7; }
1.14 +3 -0 modperl-docs/tmpl/custom/html/navbar_local_top
Index: navbar_local_top
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_local_top,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- navbar_local_top 8 Apr 2002 10:52:55 -0000 1.13
+++ navbar_local_top 13 Apr 2002 02:59:44 -0000 1.14
@@ -13,5 +13,8 @@
<td align="left" valign="top" width="50%" nowrap>[%- INCLUDE
download_link -%]</td>
<td align="right" valign="top" width="50%" nowrap>[%- INCLUDE
prev_next_link -%]</td>
</tr>
+ <tr>
+ <td colspan="2" height="6"><br class="smallbr"></td>
+ </tr>
</table>
<!-- download and local navigation end -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]