Template:Collapsible-section-uw/styles.css: Difference between revisions

From Gulf States Flood Help
No edit summary
No edit summary
Line 10: Line 10:
}
}
.collapsible-header {
.collapsible-header {
background-color: #f1e5bc;
background-color: #d8e9f3;
padding: 0.2em 1em;
padding: 0.2em 1em;
border-radius: 4px;
border-radius: 4px;

Revision as of 09:51, 18 December 2024

.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: #d8e9f3;
	padding: 0.2em 1em;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.collapsible-body {
	padding: 0.5em;
	margin-bottom: 20px;
}