Created
December 1, 2014 08:54
-
-
Save pankkake/f2693e917ebbfc06bd7a to your computer and use it in GitHub Desktop.
MusicBrainz: Hide ratings (half broken) and compact everything
This file contains 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("musicbrainz.org") { | |
table.tbl tr th.rating, | |
table.tbl tr td.rating, | |
td.relationships + td.c, | |
td.relationships + td + td.c, | |
table.add-isrcs td:nth-child(4) { | |
display: none !important; | |
} | |
#page { | |
padding: 1px !important; | |
} | |
div.tabs, #release-editor, #page { | |
margin-top: 1px !important; | |
} | |
.ui-tabs { | |
padding: 0 0 !important; | |
} | |
#release-editor #information div.half-width fieldset { | |
padding: 2px !important; | |
} | |
body { | |
padding: 0 !important; | |
} | |
#release-editor fieldset { | |
margin-bottom: 1px !important; | |
} | |
table.tbl th, table.tbl td { | |
padding: 1px !important; | |
} | |
#sidebar .artist-information { | |
display: none !important; | |
} | |
#sidebar-tags { | |
display: none !important; | |
} | |
#sidebar .rating, | |
#sidebar .inline-rating { | |
display: none !important; | |
} | |
#sidebar .links, #sidebar h2, #sidebar dl, #sidebar .external_links { | |
font-size: 90%; | |
} | |
.inline-rating { | |
display: none !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment