diff options
Diffstat (limited to 'html/style.css')
| -rwxr-xr-x | html/style.css | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/html/style.css b/html/style.css index 4b6d9ca..ade4a1a 100755 --- a/html/style.css +++ b/html/style.css @@ -9,33 +9,37 @@ input { color: #000000; font-family: Verdana, Helvetica, sans-serif; text-decoration: none; + color: #FFFFEF; + background-color: #000000; + border: solid #555555 1px; font-size: 9pt; padding: 2px; } input.text { - background-color: #FFFFEF; + background-color: #AA5100; } .fancy { font-family: Verdana, Helvetica, sans-serif; + text-decoration: none; + color: #FFFFEF; + background-color: #000000; + border: solid #555555 1px; font-size: 9pt; - color: #FFFFEF; padding: 2px; } a:hover.fancy { text-decoration: none; color: #FFFFEF; - background-color: #000000; + background-color: #323232; + border: solid #FFFFEF 1px; } -h1 { - background-color: #ffa500; - border: solid #000000 1px; - font-size: 20pt; - padding: 13px; - font-width: bold; +b { + background-color: #323232; + border: solid #555555 1px; } body.stream { |
