Difference between revisions of "MediaWiki:Mobile.css"
From Regiapædia
(Tags: Mobile edit, Mobile web edit) |
|||
| Line 4: | Line 4: | ||
/* Hides Desktop only elements */ | /* Hides Desktop only elements */ | ||
#mf-HideOnMobile { display: none; } | #mf-HideOnMobile { display: none; } | ||
| − | |||
/* non-content area */ | /* non-content area */ | ||
| Line 13: | Line 12: | ||
/* content area */ | /* content area */ | ||
| − | + | #content { | |
| − | background | + | background: #FFFFD5; |
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
Revision as of 19:08, 12 June 2017
/* CSS placed here will affect users of the mobile site */
.mobile-float-reset { float: none !important; width: 100% !important; }
/* Hides Desktop only elements */
#mf-HideOnMobile { display: none; }
/* non-content area */
body {
background: #000000;
color: white;
}
/* content area */
#content {
background: #FFFFD5;
}