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
commit2860b03f00e48264ed15c132ad90b240ebe6070b (patch)
tree09ed88e28d4a83eb2b1cb17c2d424ba6467292f7 /html/style.css
parenteab0b1c2d649fa16707b24cd2a91f195078167b0 (diff)
tagging ychat-0.7.9.5ychat-0.7.9.5
Diffstat (limited to 'html/style.css')
-rw-r--r--[-rwxr-xr-x]html/style.css22
1 files changed, 9 insertions, 13 deletions
diff --git a/html/style.css b/html/style.css
index ade4a1a..4b6d9ca 100755..100644
--- 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 {