User:Jamintheinfinite/styles.css: Difference between revisions
From SCP: Secret Laboratory English Official Wiki
More actions
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 21: | Line 21: | ||
. | .page-Project_90 { | ||
background-image: linear-gradient(rgba(10,10,10,.70), rgba(10,10,10,.70)), | |||
background-image: | url("https://hub.scpslgame.com/images/7/72/Oh_no.png"); | ||
background-position: center top; | |||
background-repeat: no-repeat; | |||
background-attachment: fixed; | |||
background-size:cover; | |||
} | |||
} | |||
Latest revision as of 01:02, 19 November 2020
/* {{pp-template}} */
div.medialist {
min-height: 50px;
margin: 1em;
/* @noflip */
background-position: top left;
background-repeat: no-repeat;
}
div.medialist ul {
list-style-type: none;
list-style-image: none;
margin: 0;
}
div.medialist ul li {
padding-bottom: 0.5em;
}
div.medialist ul li li {
font-size: 91%;
padding-bottom: 0;
}
.page-Project_90 {
background-image: linear-gradient(rgba(10,10,10,.70), rgba(10,10,10,.70)),
url("https://hub.scpslgame.com/images/7/72/Oh_no.png");
background-position: center top;
background-repeat: no-repeat;
background-attachment: fixed;
background-size:cover;
}