Difference between revisions of "MediaWiki:Common.css"

From The Catalog
Jump to: navigation, search
Line 11: Line 11:
 
.mw-body {
 
.mw-body {
 
     border: 0;
 
     border: 0;
 +
}
 +
 +
div.vectorTabs {
 +
    background-image: none;
 
}
 
}

Revision as of 03:45, 19 November 2018

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

a {
color: #e20000 !important;
}

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

.mw-body {
    border: 0;
}

div.vectorTabs {
    background-image: none;
}