From d3982ec72b255876db00825605d1d5aae0bc313e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:43 +0200 Subject: tagging ychat-0.7.7.1 --- html/style.css | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'html/style.css') diff --git a/html/style.css b/html/style.css index ade4a1a..4b6d9ca 100755 --- a/html/style.css +++ b/html/style.css @@ -9,37 +9,33 @@ 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: #AA5100; + background-color: #FFFFEF; } .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: #323232; - border: solid #FFFFEF 1px; + background-color: #000000; } -b { - background-color: #323232; - border: solid #555555 1px; +h1 { + background-color: #ffa500; + border: solid #000000 1px; + font-size: 20pt; + padding: 13px; + font-width: bold; } body.stream { -- cgit v1.2.3