--- stil.php 2001/10/02 16:18:09 1.4 +++ stil.php 2001/10/04 14:59:34 1.5 @@ -4,7 +4,7 @@ include_once("inc/util.php"); ?> -BODY, DIV, P, TABLE, TH, TD { +BODY, DIV, P, TABLE, TH, TD, INPUT, TEXTAREA, SELECT, OPTION { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; @@ -15,10 +15,6 @@ vertical-align: top; } -INPUT, TEXTAREA, SELECT, OPTION { - font-family: Verdana, sans-serif; -} - A { text-decoration: none; } @@ -37,10 +33,6 @@ padding-top: 0; } -SMALL { - font-size: 10px; -} - P.ptitle { font-weight: bold; margin-bottom: 0; @@ -97,17 +89,21 @@ font-weight: bold; } -.more:link, .more:visited, .more3:link, .more3:visited, .tmore:link, .tmore:visited, .pmore:link, .pmore:visited, .wmore:link, .wmore:visited { +.more:link, .more:visited, .more3:link, .more3:visited, .tmore:link, .tmore:visited, .pmore:link, .pmore:visited, .wmore:link, .wmore:visited, .xmore:link, .xmore:visited { color: #0000FF; text-decoration: none; font-size: 10px; } -.more:hover, .tmore:hover, .pmore:hover, .wmore:hover, .more3:hover { +.more:hover, .tmore:hover, .pmore:hover, .wmore:hover, .xmore:hover, .more3:hover { color: #0000FF; text-decoration: underline; } +.xmore:link, .xmore:visited, .xmore:hover { + color: #000000; +} + .topictitle, .tmore:link, .tmore:visited, .tmore:hover /*, .topicsubtitle0, .topicsubtitle1 */ { color: #; } @@ -120,7 +116,7 @@ color: #; } -.more:active, .tmore:active, .pmore:active, .wmore:active, .more3:active { +.more:active, .tmore:active, .pmore:active, .wmore:active, .more3:active, .xmore:active { color: #FF0000; text-decoration: none; } @@ -131,7 +127,7 @@ font-weight: bold; } -.small, .bsmall, .small3, .btn_b, .btn_i, .btn_u { +SMALL, .small, .bsmall, .small3, .btn_b, .btn_i, .btn_u { font-size: 10px; }