MediaWiki:Vector.css: Difference between revisions
From Destinypedia, the Destiny wiki
mNo edit summary |
No edit summary |
||
(276 intermediate revisions by 3 users not shown) | |||
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://destiny.wiki.gallery/images/7/73/DP_Dark-bg.jpg) no-repeat fixed top / cover; } | ||
/* Indicator icons */ | |||
.mw-indicators { | |||
top: 8px; | |||
} | } | ||
#mw-indicator-rc { | |||
# | top: 15px; | ||
top: - | font-size: 85%; | ||
} | } | ||
body. | /* External self-links */ | ||
.mw-body a.external[href^="https://www.destinypedia.com"] { | |||
color: #009CFF !important; | |||
background: none; | |||
padding: 0; | |||
} | } | ||
/* Destiny fixes */ | |||
.vector-menu-dropdown .vector-menu-heading::after { | |||
filter: invert(1); | |||
} | } |
Latest revision as of 09:38, August 16, 2023
/* CSS placed here will affect users of the Vector skin */
body { background: #222 url(https://destiny.wiki.gallery/images/7/73/DP_Dark-bg.jpg) no-repeat fixed top / cover; }
/* Indicator icons */
.mw-indicators {
top: 8px;
}
#mw-indicator-rc {
top: 15px;
font-size: 85%;
}
/* External self-links */
.mw-body a.external[href^="https://www.destinypedia.com"] {
color: #009CFF !important;
background: none;
padding: 0;
}
/* Destiny fixes */
.vector-menu-dropdown .vector-menu-heading::after {
filter: invert(1);
}