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) |
||
| (3 intermediate revisions by the same user not shown) | |||
| 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; | ||
} | } | ||
Latest revision as of 02:20, 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;
}