Difference between revisions of "MediaWiki:Common.css"

From The Authentic D&D Wiki
Jump to navigationJump to search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#content {font-family: garamond}
 
#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;
 +
}

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;
}