You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* CSS placed here will affect users of the Vector night theme */
.mw-wiki-logo { filter: none !important; }
body { background: #222 url(https://marathon.wiki.gallery/images/darkbg.jpg) no-repeat fixed top / cover !important; }
/* External self-links */
.mw-body a.external[href^="https://www.marathonwiki.com"] {
color: #009CFF !important;
}
/*
* Watch article icons.
*/
.vector-menu-tabs #ca-watch.icon a::before {
/* Watch icon. */
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%2366b283%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E");
}
.vector-menu-tabs #ca-unwatch.icon a::before {
/* Unwatch icon. */
000
1:0
Return to MediaWiki:DarkVector.css.