MediaWiki:Vector.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
body { background: #222 url(https://marathon.wiki.gallery/images/darkbg.jpg) no-repeat fixed top / cover !important; }


/* Site notice */
/* Site notice */
Line 42: Line 40:
/* External self-links */
/* External self-links */
.mw-body a.external[href^="https://www.marathonwiki.com"] {
.mw-body a.external[href^="https://www.marathonwiki.com"] {
color: #009CFF !important;
color: #0645AD !important;
background: none;
background: none !important;
padding: 0;
padding: 0;
}
}