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
Line 7: Line 7:
 
color: red;
 
color: red;
 
}
 
}
 +
  
 
#mw-head {
 
#mw-head {
background-color: #efeade;
+
background-color: #ffeade;
 
}
 
}
  
 
#left-navigation, #right-navigation {
 
#left-navigation, #right-navigation {
background-color: #efeade;
+
background-color: #ffeade;
 +
}
 +
 
 +
/* take the ancient gradients off some of the top tabs */
 +
.vectorTabs ul li {
 +
background-image: none;
 
}
 
}

Revision as of 23:37, 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: #ffeade; }

  1. left-navigation, #right-navigation {

background-color: #ffeade; }

/* take the ancient gradients off some of the top tabs */ .vectorTabs ul li { background-image: none; }