Difference between revisions of "MediaWiki:Common.css"

From LeikaRO wiki
Jump to: navigation, search
Line 12: Line 12:
 
table.navbox, table.wikitable{background: #EAF2F1 !important;}
 
table.navbox, table.wikitable{background: #EAF2F1 !important;}
 
table.navbox th{background: #7AB0CF !important; border:1px solid #7AB0CF; !important}
 
table.navbox th{background: #7AB0CF !important; border:1px solid #7AB0CF; !important}
table.wikitable > tr > th, table.wikitable > * > tr > th{background: #7AB0CF !important; border:1px solid #5187A6; !important}
+
table.wikitable > tr > th, table.wikitable > * > tr > th{background-color: #7AB0CF !important; border:1px solid #5187A6; !important}

Revision as of 19:22, 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 !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, .infobox, .catlinks{background: #EAF2F1 !important;}
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}