A Year's in review of the independent DanTDM Wiki Learn More >, Thank you!
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
m Removed fandom styling element and made infobox tabbers have a max-width |
Updated Special:WikiForum styling & profile user group card. |
||
| Line 12: | Line 12: | ||
.portable-infobox .tabber__tabs { | .portable-infobox .tabber__tabs { | ||
max-width: 255px !important; | max-width: 255px !important; | ||
} | |||
.profile-user-group { | |||
background: #838be6; | |||
} | |||
.mw-wikiforum-frame { | |||
background: #020523; | |||
border: none; | |||
} | |||
.mw-wikiforum-thread-main { | |||
background: #212549 !important; | |||
border: none !important; | |||
} | |||
.mw-wikiforum-thread-top { | |||
background: #3c437b !important; | |||
border: none !important; | |||
} | |||
.mw-wikiforum-leftside a { | |||
color: #7f75e9; | |||
} | } | ||
Revision as of 19:21, 7 June 2025
/* 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 {
background: #212549 !important;
border: none !important;
}
.mw-wikiforum-thread-top {
background: #3c437b !important;
border: none !important;
}
.mw-wikiforum-leftside a {
color: #7f75e9;
}