MediaWiki:Mobile.css: Difference between revisions

From JJSWiki
Jump to navigation Jump to search
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 9: Line 9:
}
}


.banner-container {
.banner-container, .minerva-anon-talk-message, .minerva-header, .page-header-bar, .overlay-header, .content, .overlay-content, .content-unstyled, .pre-content, .post-content, #mw-content-text > form {
    background: white;
background: white;
}
}

Revision as of 18:48, 20 April 2023

/* All CSS here will be loaded for users of the mobile site */

.header-container .header-chrome {
    background: linear-gradient(#F6E7E1, #F6E7E1, #E7F0ED);
}

.mw-body {
    background-color: #E7F0ED;
}

.banner-container, .minerva-anon-talk-message, .minerva-header, .page-header-bar, .overlay-header, .content, .overlay-content, .content-unstyled, .pre-content, .post-content, #mw-content-text > form {
	background: white;
}