MediaWiki:Metrolook.css

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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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;
}