Template:Collapsible-section-uw/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
padding: 0.5em; | padding: 0.5em; | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
} | |||
.sol-rounded { | |||
border-radius: 4px; | |||
} | |||
h2.sol-rounded { | |||
border-bottom-style: none; | |||
border-bottom-width: 0; | |||
border-bottom-color: transparent; | |||
} | } | ||
Revision as of 09:35, 18 December 2024
.collapsible-box {
margin-bottom: 5px;
}
.collapsible-header {
background-color: #ddd;
padding: 0 0 0.2em 1em;
border-radius: 5px;
border: 1px solid black;
}
.collapsible-body {
padding: 0.5em;
margin-bottom: 20px;
}
.sol-rounded {
border-radius: 4px;
}
h2.sol-rounded {
border-bottom-style: none;
border-bottom-width: 0;
border-bottom-color: transparent;
}