diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-03-18 08:10:24 -0400 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-03-18 08:10:24 -0400 |
| commit | 4d8f5ca132753e5401fd839c8bc32a828557923c (patch) | |
| tree | 8ab26136d19662a3329d54ed470660ecba229106 /static/dump.css | |
| parent | 859df13e5ba9dcc693952ece60eb1d16b5388201 (diff) | |
| parent | d4fbf9c656495167afeffee49e5f3fe58b41564f (diff) | |
Merge branch 'master' of ssh://dump.fm/home/dumpfmprod/prod
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); |
