MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Created page with "→CSS placed here will be applied to all skins: .external { color: #f2d7c1; }" |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-body-content a:link:visited { color: #d6b295; } | |||
.external { | .mw-body-content a:link { color: #f2d7c1; } | ||
.mw-body-content a:link.external { color: #f2d7c1; } | |||
} | .page-Hubert_Moszka{ | ||
background-image: linear-gradient(rgba(10,10,10,.70), rgba(10,10,10,.70)), | |||
url("https://hub.scpslgame.com/images/0/0d/Hubert1.jpg"); | |||
background-position: center top; | |||
background-repeat: no-repeat; | |||
background-attachment: fixed; | |||
background-size:cover; | |||
} |
Latest revision as of 23:28, 25 August 2021
/* CSS placed here will be applied to all skins */ .mw-body-content a:link:visited { color: #d6b295; } .mw-body-content a:link { color: #f2d7c1; } .mw-body-content a:link.external { color: #f2d7c1; } .page-Hubert_Moszka{ background-image: linear-gradient(rgba(10,10,10,.70), rgba(10,10,10,.70)), url("https://hub.scpslgame.com/images/0/0d/Hubert1.jpg"); background-position: center top; background-repeat: no-repeat; background-attachment: fixed; background-size:cover; }