Difference between revisions of "MediaWiki:Common.css"

From DDO Compendium
m (spelling)
m (tweak)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
table, select, .mw-body table > a.external:link, #categoryselectmaster {
select, .mw-body table > a.external:link, #categoryselectmaster {
     color: #000 !important;
     color: #000 !important;
}
}
Line 6: Line 6:
.mw-body a.external:visited {
.mw-body a.external:visited {
     color: #777 !important;
     color: #777 !important;
}
body {
    overflow-anchor: none;
}
}

Revision as of 01:37, 15 March 2018

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

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

body {
    overflow-anchor: none;
}