MediaWiki:Common.css: Difference between revisions

From DanTDM Wiki
Jump to navigation Jump to search
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%
}
}

Revision as of 20:12, 6 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;
}