Difference between revisions of "MediaWiki:Common.css"

From United Heroes MUSH
Jump to navigation Jump to search
Line 20: Line 20:
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 { background: black; }
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 { background: black; }


.vector-menu-tabs .selected a { color: white; }
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited { color: white; }


.wikitable {
.wikitable {

Revision as of 05:09, 26 July 2022

/* CSS placed here will be applied to all skins */
.toccolours {
    background-color: #000000;
    color: #ffcc33;
}

.vector-menu-portal .vector-menu-content li a {
    color: #ffffff;
} 

.vector-menu-tabs li a {

   color: goldenrod;
}

.vector-menu-portal .vector-menu-content li a:visited {
    color: darkgoldenrod;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 { background: black; }

.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited { color: white; }

.wikitable {

    background-color: gray;
    color: #ffffff;
}