Difference between revisions of "MediaWiki:Common.css"
From The Authentic D&D Wiki
Jump to navigationJump to searchTao alexis (talk | contribs) |
Tao alexis (talk | contribs) |
||
| Line 6: | Line 6: | ||
.mw-body-content a:visited { | .mw-body-content a:visited { | ||
text-decoration: underline; | text-decoration: underline; | ||
| + | } | ||
| + | |||
| + | .toc-two-columns .toc > ul { | ||
| + | column-count: 2; | ||
| + | column-gap: 2.5em; | ||
| + | } | ||
| + | |||
| + | .toc-two-columns .toc li { | ||
| + | break-inside: avoid; | ||
} | } | ||
Revision as of 02:17, 17 August 2026
/* CSS placed here will be applied to all skins */
#content {font-family: garamond}
.mw-body-content a {
text-decoration: underline;
}
.mw-body-content a:visited {
text-decoration: underline;
}
.toc-two-columns .toc > ul {
column-count: 2;
column-gap: 2.5em;
}
.toc-two-columns .toc li {
break-inside: avoid;
}