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: Difference between revisions

MediaWiki interface page
imported>Eterhox
staff import
m Removed fandom styling element and made infobox tabbers have a max-width
Line 10: Line 10:
@import url("/load.php?mode=articles&articles=MediaWiki:Staff.css&only=styles");
@import url("/load.php?mode=articles&articles=MediaWiki:Staff.css&only=styles");


 
.portable-infobox .tabber__tabs {
/* This lowers the brightness for the image on Special:Community */
     max-width: 255px !important;
.community-page-header:before {
     background-image: linear-gradient(180deg,#00005882 375%,rgb(0 4 57 / 25%),rgb(0 0 39 / 50%));
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}
}