Difference between revisions of "MediaWiki:Common.css"

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


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

Revision as of 01: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;
}