Difference between revisions of "MediaWiki:Common.css"

From DDO Compendium
(darken the text on the publish/cancel buttons on the editor)
(fix for not being able to see the license link in Special:Version)
Line 54: Line 54:
.wikiEditor-ui-buttons {
.wikiEditor-ui-buttons {
     color: #000;
     color: #000;
}
/* License link in Special:Version */
.mw-version-ext > td > a {
    color: #000;
}
.mw-version-ext > td > a:visited {
    color: #555 !important;
}
}

Revision as of 13:20, 18 April 2018

/* CSS placed here will be applied to all skins */
a {
    color: #8cb8ff;
}

a:visited {
    color: #6f8bb7;
}

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;
}

th {
    text-align: center;
}

/* Editing box button text color */
.wikiEditor-ui-buttons {
    color: #000;
}

/* License link in Special:Version */
.mw-version-ext > td > a {
    color: #000;
}

.mw-version-ext > td > a:visited {
    color: #555 !important;
}