Difference between revisions of "MediaWiki:Common.css"

From DDO Compendium
(flating TOC to the right to not take up as much vertical space)
m (TOC tweaks)
Line 12: Line 12:
}
}


#toc { float: right };
#toc {  
    float: right ;
    border: 1px #ccc solid;
    padding: 3px;
}

Revision as of 04:51, 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 ;
    border: 1px #ccc solid;
    padding: 3px;
}