Created
August 3, 2014 04:14
-
-
Save oleg-py/060b14917bfd586af951 to your computer and use it in GitHub Desktop.
Topbar Redux for MAL lists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#mal_control_strip {background-color: transparent !important;background-image: url('http://s017.radikal.ru/i425/1203/8e/8a32093af242.png') !important;position:fixed;top: 0;} | |
#mal_control_strip td {height: 24px !important; border-right-color: rgba(0,0,0,0.8) !important;} | |
#mal_control_strip div {display:inline} | |
#mal_cs_pic img {height: 24px !important; width: auto !important} | |
#mal_cs_listinfo {width: auto !important} | |
#mal_cs_listinfo div:first-of-type:before {content:'Logged in as '} | |
#mal_cs_listinfo div:last-of-type a {text-decoration: none} | |
#mal_cs_listinfo div:last-of-type a:hover {text-decoration: underline} | |
#mal_cs_listinfo div:last-of-type:before {font-weight:normal;content:'('} | |
#mal_cs_listinfo div:last-of-type:after {font-weight:normal;content:')'} | |
#mal_cs_links {width: 90px !important} | |
#mal_cs_links a {background-image: url('http://s001.radikal.ru/i194/1203/95/6168af5601c9.png') !important;width:16px;height:16px;content:none; display: inline-block !important;color: transparent !important; letter-spacing: -1ex;font-size:xx-small} | |
#mal_cs_links div:first-of-type:after {content: '\a0'} | |
#mal_cs_links div:first-of-type a:first-of-type {background-position: 0px 0px} | |
#mal_cs_links div:first-of-type a:last-of-type {background-position: -16px 0px} | |
#mal_cs_links div:last-of-type a:first-of-type {background-position:-32px 0px} | |
#mal_cs_links div:last-of-type a:last-of-type {background-position:-48px 0px} | |
#mal_cs_otherlinks div:last-of-type {float:right;padding-right:150px} | |
#mal_cs_otherlinks div:first-of-type {float:left} | |
#mal_cs_powered img {display:none} | |
#searchBox {margin-top: -2px !important; width: 135px !important} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment