--- stil.css 2001/08/03 09:12:42 1.1 +++ stil.css 2001/08/30 16:35:36 1.8 @@ -1,17 +1,17 @@ -BODY, DIV, P, TD, TABLE, TR { +BODY, DIV, P, TD, TABLE, TH { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; } -BODY { - margin: 0; -} - INPUT, TEXTAREA, SELECT, OPTION { font-family: sans-serif; } +TT { + font-family: monospace; +} + P.ptitle { font-weight: bold; margin-bottom: 0; @@ -39,7 +39,7 @@ } .mainsubtitle, .topicsubtitle, .newzworldsub, .newsworldsubtitle, .newzplivasub, .newsplivasubtitle { - text-indent: 15px; + /* text-indent: 15px; */ } .mainsubtitle, .topicsubtitle, .newsworldsubtitle, .newsplivasubtitle { @@ -65,25 +65,39 @@ font-weight: bold; } +.newztitle { + color: #FFFFFF; + font-face: Verdana, Tahoma, sans-serif; + font-size: 8pt; + font-weight: bold; +} + .more:link, .more:visited { color: #0000FF; + background: transparent; text-decoration: none; } .more:hover { color: #0000FF; + background: transparent; text-decoration: underline; } .more:active { color: #FF0000; + background: transparent; text-decoration: none; } -.small, .btn_b, .btn_i, .btn_u { +.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 +106,7 @@ .btn_b { font-weight: bolder; - font-style: normal; + font-style: plain; text-decoration: none; } @@ -104,7 +118,148 @@ .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; +} + +.black, .white, .lgray, .dgray { + width: 10px; + height: 10px; + border-color: #000000; + border-style: solid; + border-width: 1px; +} + +.black { + color: #000000; + background-color: #000000; +} + +.white { + color: #FFFFFF; + background-color: #FFFFFF; +} + +.lgray { + color: #E0E0E0; + background-color: #E0E0E0; +} + +.dgray { + color: #808080; + background-color: #808080; +} + +.sstitle { + font-weight: bold; + color: #000000; + background-color: #CCCCCC; +} + +.sstitle2 { + font-size: 14pt; + font-weight: bold; +} + +.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: #000000; +}