--- stil.css 2001/08/03 09:12:42 1.1 +++ stil.css 2001/08/22 11:43:59 1.6 @@ -4,14 +4,14 @@ 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; @@ -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,48 @@ .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; +}