Difference between revisions of "MediaWiki:Mobile.css"

From Regiapædia
Jump to: navigation, search
(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 */
div#content_wrapper {
+
#content {
     background-color: #FFFFD5;
+
     background: #FFFFD5;  
}
 
 
 
body.mediawiki #mw-mf-page-center {
 
    background: rgba( 0,0,0,.75);
 
 
}
 
}

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; 
}