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 11: | Line 11: | ||
column-count: 2; | column-count: 2; | ||
column-gap: 2.5em; | 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;
}