MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
/* standard link colors / .mw-body-content a:link { color: #f2d7c1; } / normal unvisited links / .mw-body-content alinkvisited { color: #d6b295; } / visited links / .mw-body-content a:link.external { color: #f2d7c1; } / external links |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
.mw-body-content a:link { color: #f2d7c1; } | .mw-body-content a:link { color: #f2d7c1; } | ||
.mw-body-content a:link.external { 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; }