Template:Box/styles.css: Difference between revisions

From TestWiki
(Agent Isai changed the content model of the page Template:Box/styles.css from "wikitext" to "Sanitized CSS": Fix)
(username removed)
m (2 revisions imported from meta:Template:Box/styles.css: Importing noticeboard header from Meta)
 
(No difference)

Latest revision as of 17:50, 27 March 2023

.wd-box {
	box-shadow: 0 0 .2em #999;
	border-radius: .2em;
	margin: 0 0 2em 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	background-color: white;
}
.wd-box .header {
	padding: 1em 1.6em 1em;
	font-size: 220%;
	color: #484848;
}
.wd-box .subheader {
	padding: 0.5em 1.6em 0.5em;
	font-size: 120%;
	color: #484848;
}
.wd-box .description {
	color: #666;
}