No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 19: Line 19:




/* Default styles [[File:Mobile-header.png]] */
/* Default styles */
:root {
:root {
--mobile-header-background: url('https://structorica.wiki/images/Mobile-header.png');
--mobile-header-background: url('images/essentials/Mobile-header.png');
--mobile-header-background-color: #698cff;
--mobile-header-background-color: #698cff;
--content-background-color: #ebeef2;
--content-background-color: #ebeef2;
Line 38: Line 38:
     width: 135px;
     width: 135px;
     height: 50px;
     height: 50px;
     background-image: url('https://structorica.wiki/images/WikiLogoMobile.png');
     background-image: url('images/essentials/WikiLogoMobile.png');
     background-size: contain;
     background-size: contain;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
Line 51: Line 51:
--archive-box-border-color: #444;
--archive-box-border-color: #444;


     --mobile-header-background: url('https://structorica.wiki/images/Dark-mobile-header.png');
     --mobile-header-background: url('images/essentials/Dark-mobile-header.png');
--mobile-header-background-color: #2b3162;
--mobile-header-background-color: #2b3162;
--content-background-color: #2b2f39;
--content-background-color: #2b2f39;
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 {