diff options
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 52 |
1 files changed, 50 insertions, 2 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index adee317..d906805 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -71,6 +71,18 @@ a.img_roll:hover{ display:block; background-image:url(http://dump.fm/static/img/dumppixelhover.png); } +a.img_rolldis:link, .img_rolldis{ + width:130px; + height:46px; + display:inline-block; + background-image:url(http://dump.fm/static/img/dumppixel.png); +} +a.img_rolldis:hover{ + width:130px; + height:46px; + display:inline-block; + background-image:url(http://dump.fm/static/img/dumppixelhover.png); +} #userlist a{ color:000; @@ -143,7 +155,19 @@ line-height:1.9; margin-right: 8%; letter-spacing:.2px; } +#bar7dis{ + top:19px; + position:absolute; + word-spacing:-1; + font-size: 16px; +height:22; +text-indent:14px; +line-height:1.9; + margin-left: 0.1%; + margin-right: 8%; + letter-spacing:.2px; +} #bar7 img{ margin-top:4; vertical-align: top; @@ -1137,7 +1161,7 @@ background-color:#f3f3f3; -moz-border-radius-bottomright:5px; } #userList img{ -display:none; + max-width:30px; width: expression(this.width > 30 ? 30: true); max-height:30px; @@ -2032,4 +2056,28 @@ background-color:#fff; .faver-list{ max-width:80%; font-size:20px;font-weight:bold;word-spacing:-3px; -}
\ No newline at end of file +} + +/*DIS STUFF*/ +#searchboxdis{position:absolute;left:10px;display:inline-block;top:15px;} +#toptoolsdis{position:absolute;left:155px;display:inline-block;top:2px;} +#disregister{ + +left:8; +color:#fff; + position: absolute; +top:-14; +filter:alpha(opacity=90); + -moz-opacity:0.9; + -khtml-opacity: 0.9; + opacity: 0.9;color:#000; +font-size:15px; + padding:0px 5px 0px 0px; + text-decoration:none; + background-color:#fff; + +} +#disregister a:link, a:visited { + color:#000; + text-decoration:none; +} |
