Difference between revisions of "MediaWiki:Mobile.css"

From Regiapædia
Jump to: navigation, search
(Tags: Mobile edit, Mobile web edit)
Line 14: Line 14:
 
#content {
 
#content {
 
     background: #FFFFD5;  
 
     background: #FFFFD5;  
 +
    color: #000000;
 +
    border: 1px solid #000000;
 +
    border-top: 1px solid #000000;
 +
}
 +
 +
h1, h2, h3, h4, h5, h6 {
 +
    color: #800000;
 +
    font-weight: bold;
 +
    font-family: sans-serif;
 
}
 
}

Revision as of 19:09, 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; 
    color: #000000;
    border: 1px solid #000000;
    border-top: 1px solid #000000;
}

h1, h2, h3, h4, h5, h6 {
    color: #800000; 
    font-weight: bold;
    font-family: sans-serif;
}