Difference between revisions of "MediaWiki:Common.css"

From CrowdSociety
Jump to: navigation, search
Line 2: Line 2:
  
 
/* To change the background colors of only the text areas of all the pages */
 
/* To change the background colors of only the text areas of all the pages */
 
 
body{background-image:none}
 
body{background-image:none}
  
#article {
+
/* increase sidebar width */
background-color:#ff77aa;
+
#column-content { margin-left: -15em; }
}
+
#column-content #content { margin-left: 15em; }
+
#p-logo a, #p-logo a:hover { width: 15em; }
#articleFooter {
+
#p-cactions { left: 14.5em; }
background-color:#aaff77;
+
.portlet { width: 14em; }
}
+
div#column-content { margin-left: -14em; }
 +
div#content { margin-left: 14em; }

Revision as of 22:32, 24 November 2014

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

/* To change the background colors of only the text areas of all the pages */
body{background-image:none}

/* increase sidebar width */
#column-content { margin-left: -15em; }
#column-content #content { margin-left: 15em; }
#p-logo a, #p-logo a:hover { width: 15em; }
#p-cactions { left: 14.5em; }
.portlet { width: 14em; }
div#column-content { margin-left: -14em; }
div#content { margin-left: 14em; }