summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:47 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:47 +0200
commitee315a27b72dc967a8a90f132725b7c8e4fd9fba (patch)
tree349db556063b17a3c84dc9348495bd11d73b0417 /html/style.css
parent630af0ed6c0af69c7df2e45aef7a87722a3c00c0 (diff)
tagging ychat-0.7.5ychat-0.7.5
Diffstat (limited to 'html/style.css')
-rwxr-xr-x[-rw-r--r--]html/style.css22
1 files changed, 13 insertions, 9 deletions
diff --git a/html/style.css b/html/style.css
index 4b6d9ca..ade4a1a 100644..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 {