Difference between revisions of "MediaWiki:Common.css"

From United Heroes MUSH
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 18: Line 18:
}
}


.vector-menu-tabs { background-color: black; }
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 { background: #333333; border: solid 0.5px #000; }
 
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited { color: white; }


.wikitable {
.wikitable {

Latest revision as of 05:13, 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: #333333; border: solid 0.5px #000; }

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

.wikitable {

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