MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| 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 21: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;
}