diff options
Diffstat (limited to 'static/dump.css')
| -rwxr-xr-x | static/dump.css | 44 |
1 files changed, 36 insertions, 8 deletions
diff --git a/static/dump.css b/static/dump.css index 92ea9fb..36f3231 100755 --- a/static/dump.css +++ b/static/dump.css @@ -1,18 +1,46 @@ /* pichat.css */ body { + background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; margin:0; + background-repeat:repeat-x; background-position:top; overflow:hidden; } - #topic { - z-index: 5000; - display: inline; - background-color: white; - } + +a { + font-size: 12px; + color: #000; +} +a:link { + text-decoration: none; +} +a:visited { + text-decoration: none; + color: #000; +} +a:hover { + text-decoration: none; + color: #00F; +} +a:active { + text-decoration: none; + color: #000; +} +.white a:link { + text-decoration: none; + font-size:14px; + + color: #fff; +} +.white a:visited { + text-decoration: none; + font-size:14px; + color: #fff; +} #content{ z-index: 3; overflow: auto; @@ -138,7 +166,7 @@ top:15px; text-align:center; z-index:100; cursor:pointer; - background-color:red; + background-color:#0c8fff; font-size:12px; color:#fff; text-shadow:1px 1px 3px rgba(0,0,0,1); @@ -163,7 +191,7 @@ text-indent:28; text-align:center; z-index:100; cursor:pointer; -background-color:yellow; +background-color:#0c8fff; font-size:12px; color:#fff; background-image:url(/static/cambutton.png); @@ -254,7 +282,7 @@ text-indent:24; text-align:center; z-index:100; cursor:pointer; -background-color:blue; +background-color:#0c8fff; font-size:12px; color:#fff; background-image:url(/static/upbutton.png); |
