No edit summary
No edit summary
 
Line 19: Line 19:




/* Default styles [[File:Mobile-header.png]] */
/* Default styles */
:root {
:root {
--mobile-header-background: url('images/essentials/Mobile-header.png');
--mobile-header-background: url('images/essentials/Mobile-header.png');
Line 89: Line 89:




/* [[File:Sort_both.svg]], [[File:Sort_down.svg]], [[File:Sort_up.svg]] */
/*
body.stw-theme-dark .client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable),
body.stw-theme-dark .client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable),
body.stw-theme-dark .jquery-tablesorter th.headerSort {
body.stw-theme-dark .jquery-tablesorter th.headerSort {
background-image: url('filepath://Sort_both.svg');
background-image: url('images/essentials/Sort_both.svg');
}
}
body.stw-theme-dark .jquery-tablesorter th.headerSortDown {
body.stw-theme-dark .jquery-tablesorter th.headerSortDown {
background-image: url('filepath://Sort_down.svg');
background-image: url('images/essentials/Sort_down.svg');
}
}
body.stw-theme-dark .jquery-tablesorter th.headerSortUp {
body.stw-theme-dark .jquery-tablesorter th.headerSortUp {
background-image: url('filepath://Sort_up.svg');
background-image: url('images/essentials/Sort_up.svg');
}
}
 
*/


/* CodeEditor search color fixes for dark theme */
/* CodeEditor search color fixes for dark theme */
Line 226: Line 226:
/* */
/* */


/** Minecraft skin **/
/** Mobile skin **/
.overlay.search-overlay,
.overlay.search-overlay,
.overlay.editor-overlay {
.overlay.editor-overlay {
Line 232: Line 232:
}
}


/* Grass header background */
/* Mobile header background */
.skin-minerva #mw-mf-page-center .header-container,
.skin-minerva #mw-mf-page-center .header-container,
.skin-minerva .search-overlay .header-container {
.skin-minerva .search-overlay .header-container {
Line 253: Line 253:
}
}


/* Hide grass when editing on small screens to maximise editing space */
/* Maximise editing space when editing on small screens */
@media all and (max-width: 999px) {
@media all and (max-width: 999px) {
.overlay-enabled .editor-overlay {
.overlay-enabled .editor-overlay {