MediaWiki:Mobile.css: Difference between revisions

From Epic Path
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: →‎Main content panel: #content { background-color: #F2ECCE; } →‎Top of screen: #mw-head-base { ba...")
 
No edit summary
Line 33: Line 33:
body {  
body {  
     background-color: #FFFBE6;  
     background-color: #FFFBE6;  
}
h1 {
    color: #584500;
}
h2 {
    color: #584500;
}
h3 {
    color: #584500;
}
h4 {
    color: #584500;
}
h5 {
    color: #584500;
}
}

Revision as of 17:48, 28 April 2016

/* CSS placed here will affect users of the mobile site */

/* Main content panel */
#content {
     background-color: #F2ECCE; 
}

/* Top of screen */
#mw-head-base {
     background-color: #FFFBE6; 
}

/* Logo Space */
#p-logo {
     background-color: #FFFBE6; 
}

/* Sidebar */
#mw-panel {
     background-color: #FFFBE6; 
}

/* Bottom of screen */
#footer {
     background-color: #FFFBE6; 
}

/* Categories pane */
#catlinks {
     background-color: #FFFBE6; 
}
/* Everywhere else */
body { 
     background-color: #FFFBE6; 
}

h1 {
    color: #584500;
}

h2 {
    color: #584500;
}

h3 {
    color: #584500;
}

h4 {
    color: #584500;
}

h5 {
    color: #584500;
}