MediaWiki

Gadget-skinsandbox.css

From Dogcraft Wiki

(Created page with "body.page-Dogcraft_Wiki_Skin_sandbox { background: #f1f1f1; background-image: url('https://dogcraft.net/img/bg/17391Spawn.png'); background-attachment: fixed; background-s...")
 
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
body.page-Dogcraft_Wiki_Skin_sandbox {
@media only screen and (min-width: 641px) {
background: #f1f1f1;
body.page-Dogcraft_Wiki_Skin_sandbox {
background-image: url('https://dogcraft.net/img/bg/17391Spawn.png');
background: #f1f1f1;
background-attachment: fixed;
background-image: url('https://dogcraft.net/img/bg/17391Spawn.png');
background-size: cover;
background-attachment: fixed;
}
background-size: cover;
 
}
.page-Dogcraft_Wiki_Skin_sandbox #p-cactions {
border: 5px var(--main-color) double;
.page-Dogcraft_Wiki_Skin_sandbox #p-cactions {
border-radius: 15px;
border: 5px white solid;
background: white;
border-radius: 15px;
margin-top: 1.875rem;
background: white;
padding-top: 0.46875rem;
margin-top: 3.5rem;
padding-bottom: 0.9375rem;
margin-bottom: 8.6em;
}
padding-top: 0.46875rem;
 
padding-bottom: 0.9375rem;
.page-Dogcraft_Wiki_Skin_sandbox footer {
box-shadow: inset 0 0 0 5px var(--main-color);
color:white;
}
.page-Dogcraft_Wiki_Skin_sandbox footer {
max-width: 100%;
background: #f1f1f1;
padding-top: 20px;
box-shadow: inset 0 2px 2px -1px rgba(85, 85, 85, 0.25);
position: absolute;
bottom: 0;
}
.page-Dogcraft_Wiki_Skin_sandbox #page-content {
min-height: 100vh;
position: relative;
margin-top: 0;
}
}
}

Latest revision as of 17:32, 7 April 2021

@media only screen and (min-width: 641px) {
	body.page-Dogcraft_Wiki_Skin_sandbox {
		background: #f1f1f1;
		background-image: url('https://dogcraft.net/img/bg/17391Spawn.png');
		background-attachment: fixed;
		background-size: cover;
	}
	
	.page-Dogcraft_Wiki_Skin_sandbox #p-cactions {
		border: 5px white solid;
		border-radius: 15px;
		background: white;
		margin-top: 3.5rem;
		margin-bottom: 8.6em;
		padding-top: 0.46875rem;
		padding-bottom: 0.9375rem;
		box-shadow: inset 0 0 0 5px var(--main-color);
	}
	
	.page-Dogcraft_Wiki_Skin_sandbox footer {
		max-width: 100%;
		background: #f1f1f1;
		padding-top: 20px;
		box-shadow: inset 0 2px 2px -1px rgba(85, 85, 85, 0.25);
		position: absolute;
		bottom: 0;
	}
	
	.page-Dogcraft_Wiki_Skin_sandbox #page-content {
		min-height: 100vh;
		position: relative;
		margin-top: 0;
	}
	
}
Background Takeshi by Edo