diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:43 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:43 +0200 |
| commit | d3982ec72b255876db00825605d1d5aae0bc313e (patch) | |
| tree | a653552b7d229f7f27262980da7550d39961a102 /html/style.css | |
| parent | 796609174e5ecb35fab992969e7690186840048a (diff) | |
tagging ychat-0.7.7.1ychat-0.7.7.1
Diffstat (limited to 'html/style.css')
| -rwxr-xr-x | html/style.css | 22 |
1 files changed, 9 insertions, 13 deletions
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 { |
