Difference between revisions of "MediaWiki:Common.css"

From LeikaRO wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
body.page-Skin_Test{color: #2D2D29;}
+
body{color: #2D2D29;}
body.page-Skin_Test, body.page-Skin_Test #mw-page-base, body.page-Skin_Test #mw-head-base, body.page-Skin_Test div#content {background-color:#EAF2F1; background-image:none; background-repeat:initial;background position: initial;}
+
#mw-page-base, #mw-head-base, div#content {background-color:#EAF2F1; background-image:none; background-repeat:initial;background position: initial;}
body.page-Skin_Test div#content{background: #A8C7DB;}
+
div#content{background: #A8C7DB;}
body.page-Skin_Test .iwMainFrame{background: #DFEAF2; border:1px solid #DFEAF2;}
+
.iwMainFrame{background: #DFEAF2; border:1px solid #DFEAF2;}
body.page-Skin_Test .iwMainTitle{background:#7AB0CF; border:1px solid #7AB0CF;color:#2D2D29;}
+
.iwMainTitle{background:#7AB0CF; border:1px solid #7AB0CF;color:#2D2D29;}
body.page-Skin_Test div.vectorTabs span, body.page-Skin_Test div.vectorTabs ul li, body.page-Skin_Test div.vectorTabs{background-repeat:initial;background-image:none;background-position:initial;background:#EAF2F1}
+
div.vectorTabs span, div.vectorTabs ul li, div.vectorTabs{background-repeat:initial;background-image:none;background-position:initial;background:#EAF2F1}
body.page-Skin_Test div.vectorMenu h3 a{background-image:none;}
+
div.vectorMenu h3 a{background-image:none;}
body.page-Skin_Test #mw-head-base{margin-top:-4.9em;}
+
#mw-head-base{margin-top:-4.9em;}

Revision as of 19:07, 19 April 2016

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

body{color: #2D2D29;}
#mw-page-base, #mw-head-base, div#content {background-color:#EAF2F1; background-image:none; background-repeat:initial;background position: initial;}
div#content{background: #A8C7DB;}
.iwMainFrame{background: #DFEAF2; border:1px solid #DFEAF2;}
.iwMainTitle{background:#7AB0CF; border:1px solid #7AB0CF;color:#2D2D29;}
div.vectorTabs span, div.vectorTabs ul li, div.vectorTabs{background-repeat:initial;background-image:none;background-position:initial;background:#EAF2F1}
div.vectorMenu h3 a{background-image:none;}
#mw-head-base{margin-top:-4.9em;}