Template:Collapsible-section-uw/styles.css

From Equinox Wiki
Revision as of 09:47, 18 December 2024 by WikiAdmin (talk | contribs) (Undo revision 6092 by WikiAdmin (talk))
.collapsible-box {
	margin-bottom: 5px;
}
.collapsible-box h2 {
	border-bottom-style: none; 
	border-bottom-width: 0;
	border-bottom-color: transparent;
	padding: 0;
	font-weight: 500;
}
.collapsible-header {
	background-color: #F0F0F0;
	padding: 0.2em 1em;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.collapsible-body {
	padding: 0.5em;
	margin-bottom: 20px;
}