Created
October 8, 2013 06:30
-
-
Save 0x4a/6880390 to your computer and use it in GitHub Desktop.
laut.de cleanup #userstyle - removes from front-page: *fotos box *top albums box *artists box *laut.fm radio player - removes from articles: *right column with facebook & newsletter box,more space for articles *laut.fm radio player
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("laut.de") { | |
#lautfm_player { display: none !important; } | |
#formFacebook { display: none !important; } | |
#newsletterwahl { display: none !important; } | |
#spalteRechts { display: none !important; } | |
ul.inhalt { width: 815px !important; } | |
.artikelText { width: 790px !important; } | |
.void { display: none !important; } | |
} | |
/* front page */ | |
@-moz-document url("http://www.laut.de/") | |
{ | |
#fotos { display: none !important; } | |
#artists { display: none !important; } | |
#topalben { display: none !important; } | |
#spalteRechts { display: block !important; } | |
ul.inhalt { width: 508px !important; } | |
.artikelText { width: 479px !important; } | |
.void { display: block !important; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment