From d4fbf9c656495167afeffee49e5f3fe58b41564f Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Thu, 18 Mar 2010 08:09:30 -0400 Subject: PROD --- static/dump.css | 44 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 36 insertions(+), 8 deletions(-) (limited to 'static/dump.css') 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); -- cgit v1.2.3-70-g09d2