MediaWiki:Vector.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No 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://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 */
/* External self-links */
Line 7: Line 18:
padding: 0;
padding: 0;
}
}
/* Main background */
 
body { background: #222 url(https://destiny.wiki.gallery/images/7/73/DP_Dark-bg.jpg) no-repeat fixed top / cover; }
#mw-page-base { background: transparent; }
/* Destiny fixes */
/* Destiny fixes */
.vector-menu-dropdown .vector-menu-heading::after {
.vector-menu-dropdown .vector-menu-heading::after {
Line 73: Line 82:
/* Vector elements */
/* Vector elements */
ul { list-style-image: none; }
ul { list-style-image: none; }
#mw-page-base { background: transparent; }
h1, h2 { border-color: #515860 !important; }
h1, h2 { border-color: #515860 !important; }
h1, h2, h3, h4, h5, h6, .vector-menu-portal .vector-menu-heading {
h1, h2, h3, h4, h5, h6, .vector-menu-portal .vector-menu-heading {
Line 86: Line 96:
#searchButton {
#searchButton {
filter: invert(1);
filter: invert(1);
}
/* Indicator icons */
.mw-indicators {
top: 8px;
}
#mw-indicator-rc {
top: 15px;
font-size: 85%;
}
}
/* Site notice */
/* Site notice */