Difference between revisions of "MediaWiki:Common.css"

From ISXOgre
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: .wikiEditor-ui-text #wpTextbox1 { background-color: #001100; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
.wikiEditor-ui-text #wpTextbox1 {
+
body { background: 001100; }
background-color: #001100;
+
}
+

Revision as of 02:00, 23 June 2015

/* CSS placed here will be applied to all skins */
 
body { background: 001100; }