Difference between revisions of "MediaWiki:Common.css"

From DDO Compendium
(fixing color of page history's selected item)
(fixing color of file terms after upload so it's visible)
Line 32: Line 32:


#pagehistory li.selected {
#pagehistory li.selected {
    background-color: #000000;
}
#filetoc {
     background-color: #000000;
     background-color: #000000;
}
}

Revision as of 02:24, 18 April 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: 5px 15px 15px 15px;
    margin: 5px;
}

.navbar-default {
    background-image: none;
}

.btn-default {
    background-image: none;
}

.navbar-default .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
    border-left: none;
}

#pagehistory li.selected {
    background-color: #000000;
}

#filetoc {
    background-color: #000000;
}