Difference between revisions of "MediaWiki:Common.css"

From TGN Online
Jump to: navigation, search
Line 2: Line 2:
 
#smdHeader {width:100%;clear:both;}
 
#smdHeader {width:100%;clear:both;}
 
div#mw-head {width:auto;height:20px;}
 
div#mw-head {width:auto;height:20px;}
.mainSiteHeader {height:80px;background:#182A61;width:100%;}
+
.mainSiteHeader {height:80px;background:#ffffff;width:100%;}
 
.mainSiteNav {height:40px;width:100%;}
 
.mainSiteNav {height:40px;width:100%;}
 
#left-navigation,#right-navigation {margin-top:110px;}
 
#left-navigation,#right-navigation {margin-top:110px;}

Revision as of 10:48, 15 August 2016

/* CSS placed here will be applied to all skins */
#smdHeader {width:100%;clear:both;}
div#mw-head {width:auto;height:20px;}
.mainSiteHeader {height:80px;background:#ffffff;width:100%;}
.mainSiteNav {height:40px;width:100%;}
#left-navigation,#right-navigation {margin-top:110px;}

div#mw-head {top:50px;}

.mainSiteNav ul {margin:0px 0 0;background:#E2503E;width:100%;}

.mainSiteNav ul li {float:left;display:inline-block;}

.mainSiteNav ul li a {font-size:13px;color: #ffffff;-webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);-moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);-o-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);padding: 11px 23px !important;display:block;}

.mainSiteNav ul li a:hover {background-color:#515056;text-decoration:none;}

.homeMenu,
.aboutMenu,
.productsMenu,
.techMenu,
.healthMenu,
.careersMenu,
.blogMenu,
.contactMenu {border-bottom-style:solid;border-bottom-width:3px;}

.homeMenu {border-bottom-color:#182A61;}
.aboutMenu {border-bottom-color:#FBFF2D;}
.productsMenu {border-bottom-color:#9C0069;}
.techMenu {border-bottom-color:#F50019;}
.healthMenu {border-bottom-color:#1D830C;}
.careersMenu {border-bottom-color:#801D66;}
.blogMenu {border-bottom-color:#5471AF;}
.contactMenu {border-bottom-color:#BD2443;float:right!important;background-color:#D00D31;}

#p-personal a {color:#ffffff;}