Difference between revisions of "MediaWiki:Common.css"

From AmwayWiki
Jump to: navigation, search
Line 3: Line 3:
  
 
#mw-page-base {
 
#mw-page-base {
background-color: dodgerBlue !important;
+
background-color: Blue !important;
 
background-image: none;
 
background-image: none;
}
 
 
@media (max-width:768px) {
 
#mw-page-base {
 
background-color: dodgerBlue;
 
}
 
}
 
 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
 
#mw-page-base {
 
background-color: dodgerBlue;
 
}
 
}
 
 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
 
#mw-page-base {
 
background-color: dodgerBlue;
 
}
 
}
 
 
div.vectorTabs a:hover {
 
background-color: blue;
 
}
 
 
div.onhoverbg:hover {
 
background-color: blue;
 
}
 
 
img.downarrow:hover{
 
background-color: blue;
 
}
 
 
div.vectorMenu:hover h5 a {
 
background-color: blue;
 
}
 
 
div.vectorMenu h5 a {
 
background-color: dodgerBlue;
 
}
 
 
div.vectorMenu:hover {
 
background-color: blue;
 
}
 
 
div.vectorMenu ul {
 
border: solid 2px dodgerBlue;
 
border-top: none;
 
 
}
 
 
@media (max-width: 768px) {
 
#hamburgerIcon:hover {
 
background-color: blue;
 
}
 
 
img.editbutton:hover {
 
background-color: blue;
 
}
 
 
div.actionmenu ul {
 
border-top: solid 2px dodgerBlue;
 
}
 
 
#left-navigation {
 
background-color: dodgerBlue;
 
}
 
 
}
 
}

Revision as of 23:41, 12 January 2016

/* CSS placed here will be applied to all skins */
body.page-Main_Page .firstHeading {display: none;}

#mw-page-base {
	background-color: Blue !important;
	background-image: none;
}