diff options
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 44 |
1 files changed, 26 insertions, 18 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index eca6f08..6b40263 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -25,6 +25,8 @@ table, caption, tbody, tfoot, thead, tr, th, td { body { line-height: 1; background-color:#fff; + font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; + font-size: 13px; line-height: 1.5em; margin:0; } @@ -104,21 +106,15 @@ color:#000;font-family:verdana;background-color:#ffffff; font-family: Monaco, "C } #dumplist{ -top:0px:width:100%;padding:0px;background-color:#fff; -color:#000;font-size:60%;text-transform:uppercase;text-decoration: none; -border-bottom:1px solid #999;text-align:left;text-indent:350px; -padding-right:44px;line-height:1.1;background-color:#eff5fb;overflow:hidden;position:fixed;height:10px;width:100%; +top:0px:padding:0px; +font-size:88%;text-transform:uppercase;text-decoration: none;margin-right:4%; +text-align:left;position:fixed;top:0px;left:18px;line-height:.7;overflow:hidden;height:10px; /*margin-left:40%; border-bottom-left-radius:5px; -webkit-border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px;text-decoration: none; border-left:1px solid #999;*/ } -#dumplist a{color:#000;font-size:100%;text-transform:uppercase;text-decoration: none; -} -#dumplist a:hover{color:#f0e;text-decoration: none; - -} .no-cursor { cursor: none; } .invisible { display: none !important; } #cursor-big { position: absolute; z-index: 1000; } @@ -480,6 +476,7 @@ top:0px; bottom:65px; position:fixed; width: 99.6%; + font-size:110%; background-color:#fff; left:0.2%; @@ -2021,6 +2018,16 @@ z-index:20000000; } +#login-container { + float: right; +margin-right:14px; +color:#fff; + position: fixed; +top:4px; +z-index:20000000; + +} + #login-container a:link, a:visited { color:#000; text-decoration:none; @@ -2103,7 +2110,7 @@ a.signin.menu-open span {cursor:pointer; color:#789; font-size:11px; box-shadow: 3px 2px 2px #ccc; -webkit-box-shadow: 3px 2px 2px #ccc; -z-index:50000000; +z-index:50000000;line-height:12px; -moz-box-shadow: 3px 2px 2px #ccc; filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, positive=true); } @@ -2132,9 +2139,15 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, display:inline-block; width:90px; height:35px; - font-size:20px; - background-image:url('http://dump.fm/static/img/btngrad1.png'); - background-color:#4691e5; + background:#448ed4; border:1px ridged #fff; + background:-moz-linear-gradient(top, #fff, #448ed4 50%, #448ed4 51%, #fff); + background:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #448ed4), color-stop(51%, #448ed4), to(#fff)); + text-decoration:none; + -moz-border-radius:4px; + -webkit-border-radius:4px; + -moz-box-shadow:#777 0 0 0 1px; + -webkit-box-shadow:#777 0 0 0 1px; + text-shadow:rgba(0,0,0,.4) 0 1px 0; font-weight:bold; word-spacing:7; margin-top:-5px; @@ -2143,11 +2156,6 @@ cursor:pointer; z-index:100; font-size:16px; color:#fff; - border-radius: 5px; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - text-shadow:1px 1px 3px #000; -z-index:20; } #furie3 { |
