Template:Box/style.css

Revision as of 02:25, 20 July 2021 by Samwilson (talk | contribs)
.tpl-box {
	border: 1px solid lightblue;
	border-left-width: 4px;
	border-radius: 0.5em;
	padding: 0.5em;
	margin: 0.5em 0;
	overflow: hidden;
}
.tpl-box-label {
	float: right;
	font-size: larger;
	color: #76bcd2;
	font-variant: small-caps;
	transform: rotate( 270deg );
	transform-origin: top right;
	left: -1em;
	position: relative;
}
.tpl-box-content {
	margin-right: 1.3em;
}
Discuss this page