Difference between revisions of "MediaWiki:Common.css"

From DDO Compendium
m (tweak)
m (trying to fix the weird scrolling issue)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
select, .mw-body table > a.external:link, #categoryselectmaster {
select, table a.external:link, #categoryselectmaster {
     color: #000 !important;
     color: #000 !important;
}
}
Line 8: Line 8:
}
}


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

Revision as of 01:39, 15 March 2018

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

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

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