Difference between revisions of "MediaWiki:Common.css"

From LeikaRO wiki
Jump to: navigation, search
 
(28 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 */
  
body.page-Skin_Test{color: #2D2D29;}
+
body{color: #2D2D29;background-color:#EAF2F1}
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;}
+
h1, h2{border-bottom:1px solid #5187A6; !important}
body.page-Skin_Test div#content{background: #A8C7DB;}
+
#mw-page-base, #mw-head-base, div#content {background-color:#EAF2F1; background-image:none; background-repeat:initial;background position: initial;}
body.page-Skin_Test .iwMainFrame{background: #DFEAF2; border:1px solid #DFEAF2;}
+
div#content{background: #B6D2E5;}
body.page-Skin_Test .iwMainTitle{background:#7AB0CF; border:1px solid #7AB0CF;color:#2D2D29;}
+
.iwMainFrame{background: #DFEAF2 !important; border:1px solid #DFEAF2; !important}
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}
+
.iwMainTitle{background:#7AB0CF !important; border:1px solid #7AB0CF !important;color:#2D2D29; !important}
body.page-Skin_Test div.vectorMenu h3 a{background-image:none;}
+
div.vectorTabs span, div.vectorTabs ul li, div.vectorTabs{background-repeat:initial;background-image:none;background-position:initial;background:#EAF2F1}
body.page-Skin_Test #mw-head-base{margin-top:-4.9em;}
+
div.vectorMenu h3 a{background-image:none;}
 +
#mw-head-base{margin-top:-4.9em;}
 +
#toc, .toc, catlinks{background: #EAF2F1 !important;border-color:#91AEBF !important;}
 +
.infobox{background: #F6FAFA;}
 +
table.navbox, table.wikitable{background: #EAF2F1 !important;}
 +
table.navbox th{background: #7AB0CF !important; border:1px solid #7AB0CF; !important}
 +
table.wikitable > tr > th, table.wikitable > * > tr > th{background-color: #7AB0CF !important; border:1px solid #5187A6; !important}
 +
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td{border-color:#5187A6 !important;}

Latest revision as of 12:32, 30 January 2024

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

body{color: #2D2D29;background-color:#EAF2F1}
h1, h2{border-bottom:1px solid #5187A6; !important}
#mw-page-base, #mw-head-base, div#content {background-color:#EAF2F1; background-image:none; background-repeat:initial;background position: initial;}
div#content{background: #B6D2E5;}
.iwMainFrame{background: #DFEAF2 !important; border:1px solid #DFEAF2; !important}
.iwMainTitle{background:#7AB0CF !important; border:1px solid #7AB0CF !important;color:#2D2D29; !important}
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;}
#toc, .toc, catlinks{background: #EAF2F1 !important;border-color:#91AEBF !important;}
.infobox{background: #F6FAFA;}
table.navbox, table.wikitable{background: #EAF2F1 !important;}
table.navbox th{background: #7AB0CF !important; border:1px solid #7AB0CF; !important}
table.wikitable > tr > th, table.wikitable > * > tr > th{background-color: #7AB0CF !important; border:1px solid #5187A6; !important}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td{border-color:#5187A6 !important;}