The Gold Network: Soyworld | SNCApedia | SoyPlace

MediaWiki:Monobook.css: Difference between revisions

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


body {
body {
background-image: linear-gradient(to bottom, rgba(235, 104, 40, 0.25) 100px, rgba(255, 255, 238, 0.25) 200px),linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(255, 255, 238) 60%, rgba(255, 255, 238)),url(https://www.sncapedia.org/images/a/ad/Sncapediabackground.png);
background-image: linear-gradient(to bottom, rgba(235, 104, 40, 0.25) 100px, rgb(255, 255, 238) 200px),linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgb(255, 255, 238) 60%),url(https://www.sncapedia.org/images/e/eb/Sncapediabackgroundfinal.png);
background-size:620px;
background-size:155px;
background-repeat:repeat;
background-repeat:repeat;
}
}

Latest revision as of 16:46, 16 September 2025

/* All CSS here will be loaded for users of the MonoBook skin */

body {
background-image: linear-gradient(to bottom, rgba(235, 104, 40, 0.25) 100px, rgb(255, 255, 238) 200px),linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgb(255, 255, 238) 60%),url(https://www.sncapedia.org/images/e/eb/Sncapediabackgroundfinal.png);
background-size:155px;
background-repeat:repeat;
	
}