MediaWiki:Mobile.css: Difference between revisions
JoshuaJSlone (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
JoshuaJSlone (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* All CSS here will be loaded for users of the mobile site */ | ||
.header-container .header-chrome { | .header-container.header-chrome { | ||
background: linear-gradient(#F6E7E1, #F6E7E1, #E7F0ED); | |||
} | |||
.mw-body { | |||
background-color: #E7F0ED; | |||
} | |||
.content, .overlay-content, .content-unstyled, .pre-content, .post-content, #mw-content-text > form { | |||
background: white; | |||
} | |||
.minerva-footer { | |||
background: #E7F0ED; | |||
} | } |
Latest revision as of 20:06, 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;
}
.content, .overlay-content, .content-unstyled, .pre-content, .post-content, #mw-content-text > form {
background: white;
}
.minerva-footer {
background: #E7F0ED;
}