Difference between revisions of "MediaWiki:Common.css"

From DDO Compendium
m (more tweaks)
(flating TOC to the right to not take up as much vertical space)
Line 11: Line 11:
     overflow-anchor: none !important;
     overflow-anchor: none !important;
}
}
#toc { float: right };

Revision as of 04:46, 15 March 2018

/* CSS placed here will be applied to all skins */
select, table a.external:link, #categoryselectmaster {
    color: #444 !important;
}

a.external:visited {
    color: #777 !important;
}

body, nav {
    overflow-anchor: none !important;
}

#toc { float: right };