--- stil.css 2001/08/20 13:35:00 1.5 +++ stil.css 2001/08/30 16:35:36 1.8 @@ -1,4 +1,4 @@ -BODY, DIV, P, TD, TABLE, TR { +BODY, DIV, P, TD, TABLE, TH { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; @@ -39,7 +39,7 @@ } .mainsubtitle, .topicsubtitle, .newzworldsub, .newsworldsubtitle, .newzplivasub, .newsplivasubtitle { - text-indent: 15px; + /* text-indent: 15px; */ } .mainsubtitle, .topicsubtitle, .newsworldsubtitle, .newsplivasubtitle { @@ -74,16 +74,19 @@ .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; } @@ -160,3 +163,103 @@ 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; +}