Difference between revisions of "MediaWiki:Metrolook.css"
(Created page with "→CSS placed here will affect users of the Metrolook skin: @import "mediawiki.mixins"; #mw-page-base {background-color: rgb(236,31,39) !important; background-image: none;}...") |
(No difference)
|
Latest revision as of 18:30, 10 July 2018
/* CSS placed here will affect users of the Metrolook skin */
@import "mediawiki.mixins";
#mw-page-base
{background-color: rgb(236,31,39) !important;
background-image: none;}
@media (max-width:768px)
{#mw-page-base
{background-color: rgb(236,31,39);}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)
{#mw-page-base
{background-color: rgb(236,31,39);}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)
{#mw-page-base
{background-color: rgb(236,31,39);}
}
div.vectorTabs a:hover
{background-color: #c5a6ff;}
div.onhoverbg:hover
{background-color: #c5a6ff;}
img.downarrow:hover
{background-color: #c5a6ff;}
div.vectorMenu:hover h5 span
{background-color: #c5a6ff;}
div.vectorMenu h5 span
{background-color: rgb(236,31,39);}
div.vectorMenu:hover h5 a
{background-color: #c5a6ff;}
div.vectorMenu h5 a
{background-color: rgb(236,31,39);}
div.vectorMenu:hover
{background-color: #c5a6ff;}
div.vectorMenu ul
{border: solid 2px rgb(236,31,39);
border-top: none;}
@media (max-width: 768px)
{#hamburgerIcon:hover
{background-color: #c5a6ff;}
img.editbutton:hover
{background-color: #c5a6ff;}
div.actionmenu ul
{border-top: solid 2px rgb(236,31,39);}
#left-navigation
{background-color: rgb(236,31,39);}
}
div#footer #footer-icons li {
display: none;
}
#ca-unwatch.icon a {
display: none;
}
#ca-talk {
display: none;
}