MediaWiki:Vector.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
 
(273 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 */


#p-logo a, #p-logo a:hover {
body { background: #222 url(https://destiny.wiki.gallery/images/7/73/DP_Dark-bg.jpg) no-repeat fixed top / cover; }
height: 175px;
}


#title-linktabs {  
/* Indicator icons */
top: -30px;
.mw-indicators {
top: 8px;
}
}
 
#mw-indicator-rc {
.rc-floatlinks {
top: 15px;
font-size: 85%;
font-size: 85%;
line-height: 21px;
}
body.page-Main_Page #footer-info-lastmod {
display: none;
}
}


tt, code, pre {
/* External self-links */
font-family: monospace, sans-serif;
.mw-body a.external[href^="https://www.destinypedia.com"] {
color: #009CFF !important;
background: none;
padding: 0;
}
}


/* Who's Online spacing */
/* Destiny fixes */
#WhosOnlineDiv {
.vector-menu-dropdown .vector-menu-heading::after {
margin-bottom: -8px;
filter: invert(1);
}
}

Latest revision as of 10: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);
}