Template:Collapsible-section-uw/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
| (26 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.collapsible-box { | |||
margin-bottom: 5px; | |||
} | |||
.collapsible-box.space-top { margin-top: 0.5em; } | |||
.collapsible-box h2 { | |||
border-bottom-style: none; | |||
border-bottom-width: 0; | |||
border-bottom-color: transparent; | |||
padding: 0; | |||
font-weight: 500; | |||
} | |||
.collapsible-header { | .collapsible-header { | ||
background-color: # | background-color: #d8e9f3; | ||
padding: | padding: 0.2em 1em; | ||
border-radius: | border-radius: 4px; | ||
border: 1px solid #c2d1da; | |||
} | } | ||
.collapsible-body { | .collapsible-body { | ||
padding: | padding: 1em; | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
} | } | ||
Latest revision as of 09:21, 9 January 2025
.collapsible-box {
margin-bottom: 5px;
}
.collapsible-box.space-top { margin-top: 0.5em; }
.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 #c2d1da;
}
.collapsible-body {
padding: 1em;
margin-bottom: 20px;
}