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

From Gulf States Flood Help
No edit summary
No edit summary
Line 7: Line 7:
border-bottom-color: transparent;
border-bottom-color: transparent;
line-height: 24px;
line-height: 24px;
padding-top: 0;
padding: 0;
}
}
.collapsible-header {
.collapsible-header {
background-color: #ddd;
background-color: #ddd;
padding: 0 0 0.2em 1em;
padding: 0.5em 1em;
border-radius: 5px;
border-radius: 5px;
border: 1px solid black;
border: 1px solid black;

Revision as of 09:41, 18 December 2024

.collapsible-box {
	margin-bottom: 5px;
}
.collapsible-box h2 {
	border-bottom-style: none; 
	border-bottom-width: 0;
	border-bottom-color: transparent;
	line-height: 24px;
	padding: 0;
}
.collapsible-header {
	background-color: #ddd;
	padding: 0.5em 1em;
	border-radius: 5px;
	border: 1px solid black;
}
.collapsible-body {
	padding: 0.5em;
	margin-bottom: 20px;
}