Difference between revisions of "MediaWiki:Common.css"

From United Heroes MUSH
Jump to navigation Jump to search
Line 18: Line 18:
}
}


.vector-menu-tabs { background-color: black important!; }
.vector-menu-tabs li { background-color: black important!; }
 
.vector-menu-tabs .selected a { color: white; }


.wikitable {
.wikitable {

Revision as of 05:00, 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 li { background-color: black important!; }

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

.wikitable {

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