Template:Box-round/styles.css

From Dothack Info
Revision as of 11:24, 15 March 2025 by MysteryCorgi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.box-round {
	clear: both;
    width: 50%;
}

.box-round-title {
	padding: 0.5em;
	background: #32557d;
	text-align: left;
	font-weight: bold;
	border: 1px solid #01295c;
	border-bottom: none;
	border-radius: 1.5em 1.5em 0 0;
}

.box-round-title span {
	float: left;
	margin-bottom: .1em;
	font-size: 85%;
	padding-right: 0.5em;
}

.box-round-title p {
    color: #fff;
	font-size: 100%;
	font-weight: bold;
	border: none;
	margin: 0;
	padding: 0;
	padding-bottom: .1em;
}

.box-round-text {
	border: 1px solid #01295c;
	background: #143e70;
	margin-bottom: 10px;
	padding: .8em 1em 1em 1.3em;
	border-radius: 0 0 1.5em 1.5em;
}