From ee315a27b72dc967a8a90f132725b7c8e4fd9fba Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:47 +0200 Subject: tagging ychat-0.7.5 --- html/style.css | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) mode change 100644 => 100755 html/style.css (limited to 'html/style.css') diff --git a/html/style.css b/html/style.css old mode 100644 new mode 100755 index 4b6d9ca..ade4a1a --- 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 { -- cgit v1.2.3