--- stil.css 2001/08/03 09:12:42 1.1 +++ stil.css 2001/09/19 12:23:56 1.10 @@ -1,17 +1,36 @@ -BODY, DIV, P, TD, TABLE, TR { +BODY, DIV, P, TABLE, TH, TD { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; } -BODY { - margin: 0; +TABLE.normal TH, TABLE.normal TD { + text-align: left; + vertical-align: top; } INPUT, TEXTAREA, SELECT, OPTION { font-family: sans-serif; } +TT { + font-family: monospace; +} + +A { + font-family: sans-serif; + font-size: 12px; +} + +UL, OL { + margin-top: 0; + padding-top: 0; +} + +SMALL { + font-size: 80%; +} + P.ptitle { font-weight: bold; margin-bottom: 0; @@ -39,7 +58,7 @@ } .mainsubtitle, .topicsubtitle, .newzworldsub, .newsworldsubtitle, .newzplivasub, .newsplivasubtitle { - text-indent: 15px; + /* text-indent: 15px; */ } .mainsubtitle, .topicsubtitle, .newsworldsubtitle, .newsplivasubtitle { @@ -65,25 +84,46 @@ font-weight: bold; } -.more:link, .more:visited { +.newztitle { + color: #FFFFFF; + font-face: Verdana, Tahoma, sans-serif; + font-size: 8pt; + font-weight: bold; +} + +.more:link, .more:visited, .more3:link, .more3:visited { color: #0000FF; + background: transparent; text-decoration: none; + font-size: 10px; } -.more:hover { +.more:hover, .more3:hover { color: #0000FF; + background: transparent; text-decoration: underline; } -.more:active { +.more:active, .more3:active { color: #FF0000; + background: transparent; text-decoration: none; } -.small, .btn_b, .btn_i, .btn_u { +.more3 { + font-family: monospace; + font-size: 8pt; + font-weight: bold; +} + +.small, .btn_updown, .btn_b, .btn_i, .btn_u { font-size: 10px; } +.btn_updown { + font-weight: bolder; +} + .btn_b, .btn_i, .btn_u { font-family: serif; width: 22px; @@ -92,7 +132,7 @@ .btn_b { font-weight: bolder; - font-style: normal; + font-style: plain; text-decoration: none; } @@ -104,7 +144,136 @@ .btn_u { font-weight: normal; - font-style: normal; + font-style: plain; text-decoration: underline; } +.note, .warning { + font-weight: bold; + font-family: Verdana, sans-serif; +} + +.warning { + color: #FF0000; +} + +.library { + font-family: serif; + font-size: 14px; +} + +.sstitle { + font-weight: bold; + color: #000000; + background-color: #CCCCCC; +} + +.sstitle2 { + font-size: 14pt; + font-weight: bold; +} + +.sstitle3 { + font-size: 10pt; + font-weight: normal; + font-style: italic; +} + +.ssheader { + font-size: 11pt; + font-weight: bold; +} + +.sshead1, .sshead2, .ssitem { + font-family: sans-serif; + font-size: 12px; + text-align: left; + text-decoration: none; +} + +.sshead1, .sshead2 { + font-weight: bold; +} + +.sshead1 { + color: #CCCCCC; +} + +.sshead2 { + color: #000000; +} + +.ssrow0 { + background-color: #CC3333; +} + +.ssrow1 { + color: #000000; + background-color: #CCCCCC; + text-decoration: none; +} + +.ssrow2 { + color: #000000; + background-color: #FFFFFF; + text-decoration: none; +} + +.ssitem { + color: #000000; + font-weight: normal; +} + +.ddhead { + color: #FFFFFF; + background-color: #CC3333; + text-align: left; + font-weight: bold; + text-decoration: none; +} + +.ddrow { + color: #000000; + background-color: #FFFFCC; + text-align: left; + font-weight: normal; + text-decoration: none; +} + +.menurow { + padding-left: 4px; + padding-right: 4px; + padding-top: 0; + padding-bottom: 0; +} + +.menu0, .menu1 { + font-family: Verdana, sans-serif; + font-size: 8px; + font-weight: bold; + text-decoration: none; + padding-left: 6px; + padding-right: 6px; + padding-top: 2px; + padding-bottom: 2px; + width: 126px; + height: 14px; +} + +.menu0 { + color: #336633; +} + +.menu1 { + color: #000080; +} + +.menu2 { + font-family: sans-serif; + font-size: 8pt; + font-weight: bold; + font-style: plain; + text-decoration: none; + color: #336633; +} +