User:Randall/vector.css: Difference between revisions

From Umamusume Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
background-image:url(https://files.revuestarlight.net/top-bg-test3.png);
background-image:url(https://files.revuestarlight.net/top-bg-test3.png);
background-repeat: no-repeat;
background-repeat: no-repeat;
}
#content{
box-shadow:rgba(0,0,0,.25) 0 .1em .75em;;
background:url(https://files.revuestarlight.net/content-bg-test.png) repeat-x center top;
}
}
#mw-page-base {
#mw-page-base {

Revision as of 00:33, 28 March 2024

body{
	background-image:url(https://files.revuestarlight.net/top-bg-test3.png);
	background-repeat: no-repeat;
}
#content{
	box-shadow:rgba(0,0,0,.25) 0 .1em .75em;;
	background:url(https://files.revuestarlight.net/content-bg-test.png) repeat-x center top;
}
#mw-page-base {
	background-color:rgba(0,0,0,0);
	background-image:none;
}