Template:Collapse: Difference between revisions
Template page
More actions
Use {{Lorem Ipsum}} |
actual dark mode fixes, not just skin-invert |
||
| (One intermediate revision by one other user not shown) | |||
| Line 3: | Line 3: | ||
-->clear:{{{clear|both}}};<!-- | -->clear:{{{clear|both}}};<!-- | ||
-->margin:{{{margin|2px auto}}};<!-- | -->margin:{{{margin|2px auto}}};<!-- | ||
-->background:{{{background-c|#FFF}}};<!-- | -->background:{{{background-c|var(--background-color-base, #FFF)}}};<!-- | ||
-->color:{{{color| | -->color:{{{color|inherit}}};<!-- | ||
-->border:{{{border-w|1px}}} {{{border-s|solid}}} {{{border-c|#AAA}}};<!-- | -->border:{{{border-w|1px}}} {{{border-s|solid}}} {{{border-c|#AAA}}};<!-- | ||
-->padding:1px;<!-- | -->padding:1px;<!-- | ||
| Line 12: | Line 12: | ||
!scope="col" style="<!-- | !scope="col" style="<!-- | ||
-->font-size:{{{header-fs|{{{font-size|88%}}}}}};<!-- | -->font-size:{{{header-fs|{{{font-size|88%}}}}}};<!-- | ||
-->background:{{{header-c|# | -->background:{{{header-c|var(--background-color-neutral, #eaecf0)}}};<!-- | ||
-->border:none;<!-- | -->border:none;<!-- | ||
-->color:{{{header-fc| | -->color:{{{header-fc|inherit}}};<!-- | ||
-->padding:0 .2em;<!-- | -->padding:0 .2em;<!-- | ||
-->text-align:{{{header-align|center}}}<!-- | -->text-align:{{{header-align|center}}}<!-- | ||