MediaWiki:Theme-black.css

From Voidigo 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 Extra Dark background ***/ 

body .mw-body 
{
	background: transparent;
}

:root 
{
 --theme-site-background: url(/images/3/3a/Wikibackgroundblack.png) top center / cover no-repeat fixed;
  --theme-navbar-border-color: transparent;
 --theme-navbar-tab-border-color: transparent;
 --theme-navbar-tab-selected-background: transparent;
 --theme-navbar-tab-border-color-hover: transparent;
 --theme-navbar-tab-text-color-hover: black;
 --theme-navbar-tab-text-color: black;
 --theme-navbar-tab-dropdown-background: #ffd9f3;
 --theme-navbar-tab-dropdown-hover-mask: #E41274;
 
}

/* Border Background */
#mw-page-base {
    background: none;
    border-image-source: url(/images/8/8c/Void_border.png);
    border-image-slice: 27 40 27 40 fill;
    border-image-width: 40px 40px 40px 40px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: round round;
    z-index: -1;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

#mw-panel .portal,
#mw-panel #p-logo + .portal {
  background: #000000;
}

.vector-menu-dropdown, 
#mw-head .vector-menu-dropdown .vector-menu-heading, 
.vector-menu-dropdown, 
.vectorTabs, 
.vectorTabs ul, 
.vectorTabs span, 
.vectorTabs li, 
.vectorTabs li a, 
.vectorTabs li.selected a, 
.vectorTabs li.selected a:visited {
    background-color: transparent;
    color: black;
}