MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Removed font that isn't actually present)
(Added navbox styles)
Line 88: Line 88:
/* article links */
/* article links */
.mw-body a, .mw-body a.extiw, .mw-body a.external {
.mw-body a, .mw-body a.extiw, .mw-body a.external {
color: #00C0F5 !important;
color: #00C0F5;
}
}


.mw-body a:visited, .mw-body a.extiw:visited, .mw-body a.external:visited {
.mw-body a:visited, .mw-body a.extiw:visited, .mw-body a.external:visited {
color: #0099c3 !important;
color: #0099c3;
}
}


Line 216: Line 216:
.resloc-box + .ambox,.resloc-box + .toc {
.resloc-box + .ambox,.resloc-box + .toc {
margin-top: 10px;
margin-top: 10px;
}

/* navbox styles */
.navbox {
color: black;
}

.navbox a {
color: #0645ad;
}
}