MediaWiki:Common.css
From AmwayWiki
Revision as of 23:39, 12 January 2016 by IBOFightback (Talk | contribs)
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
body.page-Main_Page .firstHeading {display: none;}
#mw-page-base {
background-color: dodgerBlue !important;
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;
}
}
