Difference between revisions of "MediaWiki:Common.css"

From WWII Memorial
Jump to: navigation, search
(Removed the left-side navigation bar (test))
m (Reverted ugly coloring.)
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
/* Noah's testing some stuff here - if something's going wrong, it's likely in here, sorry */
+
/* Noah's test area is below - if something's going wrong, it's likely down there, sorry */
#column-content { margin: 0 0 .6em 0; }
+
 
#content { margin: 2.8em 0 0 0; }
+
/* body { background-color: red; }
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; }
+
 
#p-cactions { left: .1em; }
+
div.mw-content-ltr { background-color: blue; }
 +
 
 +
div.mw-body-content { background-color: green; }
 +
 
 +
div.mw-body { background-color: yellow; }
 +
 
 +
div.noprint { background-color: purple; } */
 +
 
 +
div.content mw-content-ltr { background-color: pink; }
 +
 
 +
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

Latest revision as of 12:34, 13 April 2016

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

/* Noah's test area is below - if something's going wrong, it's likely down there, sorry */

/* body { background-color: red; }

div.mw-content-ltr { background-color: blue; }

div.mw-body-content { background-color: green; }

div.mw-body { background-color: yellow; }

div.noprint { background-color: purple; } */

div.content mw-content-ltr { background-color: pink; }

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }