Difference between revisions of "MediaWiki:Common.css"
From AmwayWiki
IBOFightback (Talk | contribs) |
IBOFightback (Talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
#mw-page-base { | #mw-page-base { | ||
| − | background-color: # | + | background-color: #044AA4 !important; |
background-image: none; | background-image: none; | ||
| + | } | ||
| + | |||
| + | @media (max-width:768px) { | ||
| + | #mw-page-base { | ||
| + | background-color: #044AA4; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { | ||
| + | #mw-page-base { | ||
| + | background-color: #044AA4; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { | ||
| + | #mw-page-base { | ||
| + | background-color: #044AA4; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | 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: #044AA4; | ||
| + | } | ||
| + | |||
| + | div.vectorMenu:hover { | ||
| + | background-color: blue; | ||
| + | } | ||
| + | |||
| + | div.vectorMenu ul { | ||
| + | border: solid 2px #044AA4; | ||
| + | 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 #044AA4; | ||
| + | } | ||
| + | |||
| + | #left-navigation { | ||
| + | background-color: #044AA4; | ||
| + | } | ||
} | } | ||
Latest revision as of 23:58, 12 January 2016
/* CSS placed here will be applied to all skins */
body.page-Main_Page .firstHeading {display: none;}
#mw-page-base {
background-color: #044AA4 !important;
background-image: none;
}
@media (max-width:768px) {
#mw-page-base {
background-color: #044AA4;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
#mw-page-base {
background-color: #044AA4;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#mw-page-base {
background-color: #044AA4;
}
}
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: #044AA4;
}
div.vectorMenu:hover {
background-color: blue;
}
div.vectorMenu ul {
border: solid 2px #044AA4;
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 #044AA4;
}
#left-navigation {
background-color: #044AA4;
}
}
