Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Jamintheinfinite/styles.css: Difference between revisions

From SCP: Secret Laboratory English Official Wiki
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 20: Line 20:
}
}


#globalWrapper {
    background-image: url('//dev.wikia.com/wiki/Special:FilePath/Snow.png'), url('//dev.wikia.com/wiki/Special:FilePath/Snow2.png'), url('//dev.wikia.com/wiki/Special:FilePath/Snow3.png');
.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-attachment: fixed;
     z-index: 1;
     background-size:cover;
    position: relative;
     }
    -webkit-animation: snow 20s linear infinite;
     -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
}
@keyframes snow {
0% {background-position: 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
@-moz-keyframes snow {
0% {background-position: 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
@-webkit-keyframes snow {
0% {background-position: 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
@-ms-keyframes snow {
0% {background-position: 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

Latest revision as of 03: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;
    }
Cookies help us deliver our services. By using our services, you agree to our use of cookies.