MediaWiki

Gadget-skinsandbox.css

From Dogcraft Wiki

(Dear Footer. Please stay where you belong, at the bottom of the page, or bellow the content, thank you. Yours truly, Me.)
No edit summary
Line 11: Line 11:
border-radius: 15px;
border-radius: 15px;
background: white;
background: white;
margin-top: 1.875rem;
margin-top: 3.5rem;
margin-bottom: 8.6em;
padding-top: 0.46875rem;
padding-top: 0.46875rem;
padding-bottom: 0.9375rem;
padding-bottom: 0.9375rem;
Line 29: Line 30:
min-height: 100vh;
min-height: 100vh;
position: relative;
position: relative;
}
margin-top: 0;
.page-Dogcraft_Wiki_Skin_sandbox #p-cactions {
margin-bottom: 8.6em;
}
}

Revision as of 00:33, 4 August 2020

@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;
	}
	
	#p-Go_to_Dogcraft {
		display:none;
	}
}
This page was last modified on 4 August 2020, at 00:33. (3 years ago)