MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
imported>Eterhox moving code to MW:Staff.css for organization |
imported>Eterhox m adding back some minor code |
||
| Line 6: | Line 6: | ||
/*Main Page*/ | /*Main Page*/ | ||
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:CustomSlider.css&only=styles"; | @import "/load.php?mode=articles&articles=u:dev:MediaWiki:CustomSlider.css&only=styles"; | ||
/* This lowers the brightness for the image on Special:Community */ | |||
.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% | |||
} | |||