Skip to content

Instantly share code, notes, and snippets.

@Nebula-Mechanica
Last active November 10, 2020 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nebula-Mechanica/4b3ecac61a8a1aa09215c081a8573678 to your computer and use it in GitHub Desktop.
Save Nebula-Mechanica/4b3ecac61a8a1aa09215c081a8573678 to your computer and use it in GitHub Desktop.
Metallum Light
@-moz-document domain("www.metal-archives.com") {
body, #header, #left_col, #affiliation-links, #reminders, .ui-tabs .ui-tabs-nav, .ui-state-default, .ui-widget-content .ui-state-default, .tabs.ui-widget-content, #latest {
background: #f3efe6 !important;
color: #000 !important;
}
.ui-tabs-panel, .ui-tabs .ui-tabs-panel-content, #left_menu_box, #member_box, table.display td, .tabs2lvl.ui-widget-content, .ui-state-active, .ui-widget-content .ui-state-active, .chronology, .ui-widget-content, .toolMenu .toolMenu-content, .reviewBox, .commentBox, .reviewContent, .commentContent {
background: #e5dfd2 !important;
color: #000 !important;
}
table.display tbody tr:hover, table.display tbody tr td.highlighted, table.display tbody tr.highlighted, tr.lyrics td, .chronology th, .ui-widget-header, .defaultButton, .searchFilterTitle, .bandMemberList {
background: #d1ccc0 !important;
color: #000 !important;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, .toolMenu a {
color: #A2787a !important;
}
.menu_style_1 a,.menu_style_2 a, .menu_style_3 a, .menu_style_4 a, #search_form a {
color: #000 !important;
}
.tabs2lvl .ui-state-default a, .tabs2lvl .ui-state-default a:link, #tabs2lvl .ui-state-default a:visited {
color: #696868 !important;
}
.tabs2lvl li.ui-state-active, .tabs2lvl.ui-widget-content li.ui-state-active, .tabs2lvl .ui-state-active a, .tabs2lvl .ui-state-active a:link, .tabs2lvl .ui-state-active a:visited,.chronology th, .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
color: #000 !important;
}
input[type="text"], input[type="password"], input[type="file"], select, textarea {
color: #0c0c0c !important;
background-color: #fff !important;
}
.btn_submit, .btn_submit:hover, .btn_login, .btn_login:hover, .btn_back, .btn_back:hover, .dataTables_wrapper .paging_full_numbers a.first, .dataTables_wrapper .paging_full_numbers a.previous, .dataTables_wrapper .paging_full_numbers a.next, .dataTables_wrapper .paging_full_numbers a.last, .paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next, .dataTables_wrapper .paging_full_numbers a.paginate_active, .dataTables_wrapper .paging_full_numbers a.paginate_button, .dataTables_wrapper .paging_full_numbers a.paginate_active, .paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next, .external, .btn_add {
filter: invert();
}
table.display td {
border-bottom: 1px solid #a39c9c;
}
tr.lineupRow td {
border-bottom: none !important;
}
tr.lineupRow + tr.lineupRow td {
border-top: 1px solid #a39c9c;
}
#MA_logo {
text-indent: 0px !important;
padding-left: 120px !important;
padding-top: 50px !important;
background: none !important;
font-size: 40pt !important;
height: 70px !important;
font-family: Georgia,"Times New Roman",Times,serif !important;
}
.chronology {
border-radius: 5px !important;
}
/*#MA_logo::after {
display: block !important;
font-size: 30pt !important;
content: "Metal Archives";
padding-left: 50px !important;
margin-top: 70px !important;
width: 400px !important;
height: 400px !important;
}*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment