To get updates on new site content, like us on Facebook or follow us on Twitter.

Difference between revisions of "MediaWiki:Common.css"

From JFA Wiki
(testing)
Line 4: Line 4:
 
body {
 
body {
 
font-size: 130%;
 
font-size: 130%;
background-color: #7a7a7a;
+
background-color: #efeade;
 
color: red;
 
color: red;
 
}
 
}
  
#mw-page-base {
+
#mw-head {
background-color: #7a7a7a;
+
background-color: #efeade;
 
}
 
}

Revision as of 23:24, 30 January 2019

/* CSS placed here will be applied to all skins */

/* magnify most everything */ body { font-size: 130%; background-color: #efeade; color: red; }

  1. mw-head {

background-color: #efeade; }