Template:Sub/styles.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.ability-sub- | .ability-sub-box { | ||
border-radius: var( --border-radius--large ); | border-radius: var( --border-radius--large ); | ||
background-color: var( --color-surface-1 ); | background-color: var( --color-surface-1 ); | ||
| Line 7: | Line 5: | ||
padding-left: 1em; | padding-left: 1em; | ||
padding-right: 1em; | padding-right: 1em; | ||
} | |||
.ability-sub-box + .ability-sub-box { | |||
border-top-left-radius: 0; | |||
border-top-right-radius: 0; | |||
border-top-width: 0; | |||
} | } | ||
| Line 16: | Line 20: | ||
padding-top: 0.5em; | padding-top: 0.5em; | ||
padding-bottom: 0.5em; | padding-bottom: 0.5em; | ||
} | } | ||
Revision as of 03:43, 28 December 2024
.ability-sub-box {
border-radius: var( --border-radius--large );
background-color: var( --color-surface-1 );
border: 1px solid var( --border-color-base );
padding-left: 1em;
padding-right: 1em;
}
.ability-sub-box + .ability-sub-box {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top-width: 0;
}
.ability-sub-modifier,
.ability-sub-name {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
color: var( --color-emphasized );
padding-top: 0.5em;
padding-bottom: 0.5em;
}
/*.ability-sub-container + .ability-sub-container {*/
/* margin-top: 1em;*/
/*}*/