MediaWiki:Common.css: Difference between revisions

m
Fixed Formatting
(Added script)
m (Fixed Formatting)
Line 1:
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
 
/*****************************
* Top Bar Color
******************************/
#mw-page-base {
background-color: #444444 !important;
background-image: none;
}
 
@media (max-width:768px) {
#mw-page-base {
background-color: #444444;
}
}
 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
#mw-page-base {
background-color: #444444;
}
}
 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#mw-page-base {
background-color: #444444;
}
}
 
div.vectorTabs a:hover {
background-color: #282828;
}
 
div.onhoverbg:hover {
background-color: #282828;
}
 
img.downarrow:hover{
background-color: #282828;
}
 
div.vectorMenu:hover h5 a {
background-color: #282828;
}
 
div.vectorMenu h5 a {
background-color: #444444;
}
 
div.vectorMenu:hover {
background-color: #282828;
}
 
div.vectorMenu ul {
border: solid 2px #444444;
border-top: none;
 
}
 
@media (max-width: 768px) {
#hamburgerIcon:hover {
background-color: #282828;
}
 
img.editbutton:hover {
background-color: #282828;
}
 
div.actionmenu ul {
border-top: solid 2px #444444;
}
 
#left-navigation {
background-color: #444444;
}
 
/* Reset italic styling set by user agent */
cite, dfn {