--- stil.php 2001/09/28 23:34:37 1.3 +++ stil.php 2001/10/27 16:54:50 1.10 @@ -4,25 +4,35 @@ 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; } +BODY { + margin-left: 0; + margin-right; 0; +} + TABLE.normal TH, TABLE.normal TD { text-align: left; vertical-align: top; } -INPUT, TEXTAREA, SELECT, OPTION { - font-family: Verdana, sans-serif; +A { + text-decoration: none; } TT, PRE { font-family: monospace; } +BLOCKQUOTE { + padding-top: 2px; + margin-top: 2px; +} + A { font-family: Verdana, sans-serif; font-size: 12px; @@ -33,32 +43,30 @@ padding-top: 0; } -SMALL { - font-size: 10px; -} - P.ptitle { font-weight: bold; margin-bottom: 0; } P.ptext { - text-align: left; + /* text-align: left; */ /* text-indent: 20px; */ margin-top: 0; } -.newzworld, .newzpliva { +.newzworld, .newzpliva, .newz { font-size: 12px; font-weight: bold; } .newzworldsub0, .newzworldsub1, .newzplivasub0, .newzplivasub1 { + color: #000000; font-size: 12px; /* font-weight: bold; */ } .maintitle, .topictitle, .newsworldtitle, .newsplivatitle { + color: #000000; font-size: 18px; font-weight: bold; } @@ -69,10 +77,12 @@ .mainsubtitle0, .mainsubtitle1, .topicsubtitle0, .topicsubtitle1, .newsworldsubtitle0, .newsworldsubtitle1, .newsplivasubtitle0, .newsplivasubtitle1 { font-size: 12px; + color: #000000; font-weight: normal; } .mainsubtitle0, .topicsubtitle0, .newzworldsubtitle0, .newzworldsub0, .newsworldsubtitle0, .newzplivasub0, .newsplivasubtitle0 { + color: #000000; font-weight: normal; } @@ -89,17 +99,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: #; } @@ -112,7 +126,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; } @@ -123,7 +137,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; } @@ -347,7 +361,7 @@ color: #000000; } -.wnhead, .pnhead { +.head, .wnhead, .pnhead { font-size: 12px; font-weight: bold; } @@ -362,6 +376,46 @@ font-weight: bold; } +.semniska, .semumjerena, .semvisoka, .semvrlovisoka { + color: #FFFFFF; + text-align: center; + vertical-align: bottom; +} + +.semniska { + background-color: #00A000; +} + +.semumjerena, .semvisoka { + color: #000000; + background-color: #FFFF00; +} + +.semvrlovisoka { + background-color: #FF0000; +} + +.qahead { + color: #; + font-weight: bold; +} + +.qaitem { + color: #000000; +} + +.qabg { + background-color: #; +} + +.qabg1 { + background-color: #E0E0E0; +} + +.qabg2 { + background-color: #FFFFFF; +} + .kalendar, .kalendar2 { font-family: Arial, Helvetica, sans-serif; @@ -380,4 +434,24 @@ color: #FFFFFF; font-size: 11px; } + +.semafor { + color: #FFFFFF; + font-family: Vedrana, sans-serif; + font-size: 9px; +} + +.black { + color: #000000; +} + +.underlined, A.small { + text-decoration: underline; + color: #0000FF; +} + +.underlined:active, A.small:active { + color: #FF0000; + text-decoration: none; +}