MediaWiki:Common.css

Revision as of 05:22, 22 August 2023 by Kinzo (talk | contribs) (Replaced content with " body{ background-color: black; color: white; } .mw-page-container{ background-color: #252525; } #right-navigation{ background-color: transparent; } .mw-list-item, .mw-ui-icon-wikimedia-userAvatar{ filter: invert(100%); } .vector-menu-tabs a:visited, h1, h2, h3, h4, h5, h6, .mw-footer li, .mw-list-item.selected { color: white; } a{ color: wheat; } a:visited{ color: darkgoldenrod } .mw-sidebar{ background-color: transparent;...")

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.
body{
    background-color: black;
    color: white;
}

.mw-page-container{
    background-color: #252525;
}


#right-navigation{
    background-color: transparent;
}
.mw-list-item, .mw-ui-icon-wikimedia-userAvatar{
    filter: invert(100%);
}

.vector-menu-tabs a:visited,
h1, h2, h3, h4, h5, h6,
.mw-footer li,
.mw-list-item.selected
{
    color: white;
}

a{
    color: wheat;
}
a:visited{
    color: darkgoldenrod
}


.mw-sidebar{
    background-color: transparent;
    border: 1px solid var(--wtc-accent);
}


.mw-article-toolbar-container{
    border-color: #12151B;
}

#firstHeading{
    border-color: #525961;
}