Difference between revisions of "MediaWiki:Common.css"

From The Catalog
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
body {
 +
    background-color: #eeeeee;
 +
}
  
 
a {
 
a {

Revision as of 05:20, 19 November 2018

/* CSS placed here will be applied to all skins */

body {
    background-color: #eeeeee;
}

a {
color: #e20000 !important;
}

a:visited {
color: #ae7a00 !important;
}

.mw-body {
    border: 0;
}

div.vectorTabs {
    background-image: none;
}

div.vectorTabs ul li {
    background-color: transparent;
    background-image: none;
}

div.vectorTabs ul,
div.vectorTabs span {
    background-image: none;
}