MediaWiki:Theme-Grave.css

From Brodota Wiki
Jump to navigation Jump to search

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*** Theme with Grave ***/
body .mw-body 
{
	background: transparent;
}

ul {
    list-style-image: url(/images/c/c6/Interpunct-white.svg);
}

.navbox 
{
	--navbox-text-color: white;
}

:root 
{
  --theme-site-background: url(/images/0/0c/Site_Background_Grave.png) top center / cover no-repeat fixed;
  --theme-text-color: white;
  --theme-heading-color: #da5525;
  --theme-content-background: #090C0C;
  --theme-page-base-background: #090C0C;

}