Template:Closed/sandbox/styles.css

/* CSS for [[Template:closed]] */

/* The outermost container for the template. */
.wst-closed {
	background: #D3E9CF;
	border: 1px solid #AAA;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.wst-closed-header {
	background: #D3E9CF;
}

/* The collapsible toggle element. */
.mw-collapsible-toggle {
    margin: .2em .4em .5em .5em; /* Put some air around it. */
}

/* The leading "This discussion is closed…" text. */
.wst-closed-leading {
	font-style: italic;
	margin-left: .5em;
}

/* The result, if one is given. */
.wst-closed-result {
	font-weight: bold;
	margin-left: 1.5em;
}

.wst-closed-discussion {
	padding: 1em;
	background: #E3F9DF;
	border-top: 1px solid #AAA;
}