Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
A Year's in review of the independent DanTDM Wiki Learn More >, Thank you!

MediaWiki:Common.css

MediaWiki interface page
Revision as of 21:43, 7 June 2025 by ScrapBlox (talk | contribs) (Fixed forum reply color as well)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
@import "/load.php?mode=articles&articles=MediaWiki:Badges.css&only=styles";
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:ImprovedUserpages.css&only=styles";

/*Main Page*/
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:CustomSlider.css&only=styles";

/* Staff Names */
@import url("/load.php?mode=articles&articles=MediaWiki:Staff.css&only=styles");

.portable-infobox .tabber__tabs {
    max-width: 255px !important;
}

.profile-user-group {
    background: #838be6;
}

.mw-wikiforum-frame {
    background: #020523;
    border: none;
}

.mw-wikiforum-thread-main, .mw-wikiforum-thread-sub {
    background: #212549 !important;
    border: none !important;
}

.mw-wikiforum-thread-top {
    background: #3c437b !important;
    border: none !important;
}

.mw-wikiforum-leftside a {
    color: #7f75e9;
}