MediaWiki:Section.css: Difference between revisions
From Elwiki
(Created page with "→section: div.section-wrapper { padding: 0.5em; border-radius: 5px; border-width: 2px; border-style: solid; clear: both; } table.top-nav { border-spacing: 0; width: auto; margin: 1em; text-align: center; vertical-align: middle; } table.section, table.section-side-column { position: relative; width: 100%; margin: 0; border-width: 1px; border-style: solid; border-spacing: 0; } table.section > tbody > t...") |
No edit summary |
||
Line 271: | Line 271: | ||
vertical-align: middle; | vertical-align: middle; | ||
font-size: 1.15em; | font-size: 1.15em; | ||
} | |||
/* systems */ | |||
.section-systems table th:nth-of-type(2n + 1) { | |||
border-top-right-radius: 0; | |||
border-bottom-right-radius: 0; | |||
} | |||
.section-systems table th:nth-of-type(2n) { | |||
border-top-left-radius: 0; | |||
border-bottom-left-radius: 0; | |||
} | } |