User:6-Frisk/Sandbox/style.css

From Inkipedia, the Splatoon wiki
< User:6-Frisk‎ | Sandbox
Revision as of 18:06, 24 February 2023 by 6-Frisk (talk | contribs) (6-Frisk changed the content model of the page User:6-Frisk/Sandbox/style.css from "CSS" to "Sanitized CSS": needed for TemplateStyles)
.upgrade {
	display:inline-block;
	width:32px;
	background:black;
	padding:2px;
	border-radius:25px;
}

.lock {
	border:dashed #83b97a;
	padding:3px;
}
.lock .single {
	border-width: 3px;
	border-radius: 20px;
}

.lock .left {
	border-width: 3px 0 3px 3px;
	border-radius: 20px 0 0 20px;
}
.lock .right {
	border-width: 3px 3px 3px 0;
	border-radius: 0 20px 20px 0;
}
.lock .horiz {
	border-width: 3px 0;
	padding:0;
}

.lock .top {
	border-width: 3px 3px 0 3px;
	border-radius: 20px 20px 0 0;
}
.lock .bottom {
	border-width: 0 3px 3px 3px;
	border-radius: 0 0 20px 20px;
}
.lock .vertic {
	border-width: 0 3px;
	padding:0;
}