MediaWiki:Theme-dark.css

From Soul Knight Prequel 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 Dark Background ***/
body .mw-body
{
	background: rgba( 20, 40 ,40, 0.8); border-radius: 15px;
	color: white;
}
:root 
{
  --theme-site-background: #000 url(https://soulknightprequel.wiki.gg/images/9/9a/Site-background-dark.png) center top / cover no-repeat fixed;
  --theme-site-logo-image: url(https://soulknightprequel.wiki.gg/images/e/e6/Site-logo.png)
}
:root {
  --theme-background: #0f1b20;
}