Difference between revisions of "MediaWiki:Common.css"

From The Authentic D&D Wiki
Jump to navigationJump to search
 
Line 11: Line 11:
 
column-count: 2;
 
column-count: 2;
 
column-gap: 2.5em;
 
column-gap: 2.5em;
}
 
 
.toc-two-columns .toc li {
 
break-inside: avoid;
 
 
}
 
}

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