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 */


#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;
 
/* Indicator icons */
.mw-indicators {
top: 8px;
}
}
 
#mw-indicator-rc {
#title-linktabs {  
top: 15px;
top: -30px;
font-size: 85%;
}
}


body.page-Main_Page #footer-info-lastmod {
/* External self-links */
display: none;
.mw-body a.external[href^="https://www.destinypedia.com"] {
color: #009CFF !important;
background: none;
padding: 0;
}
}


tt, code, pre {
/* Destiny fixes */
font-family: monospace, sans-serif;
.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);
}