summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:44 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:44 +0200
commit5b7605790328c6c0f473296df444d0f4a79ac779 (patch)
tree48b545ac0295c69fb02247d4ad780be311642462 /html/style.css
parentd3982ec72b255876db00825605d1d5aae0bc313e (diff)
tagging ychat-0.7.6ychat-0.7.6
Diffstat (limited to 'html/style.css')
-rwxr-xr-xhtml/style.css22
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 {