MediaWiki:Vector.css: Difference between revisions

From Destinypedia, the Destiny wiki

(Created page with "→‎CSS placed here will affect users of the Vector skin: #simpleSearch input#searchInput { width: 14em; } tt, code, pre { font-family: monospace, sans-serif; } body.pag...")
 
No edit summary
 
(280 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 */


#simpleSearch input#searchInput {
body { background: #222 url(https://destiny.wiki.gallery/images/7/73/DP_Dark-bg.jpg) no-repeat fixed top / cover; }
width: 14em;
 
/* Indicator icons */
.mw-indicators {
top: 8px;
}
}
 
#mw-indicator-rc {
tt, code, pre {
top: 15px;
font-family: monospace, sans-serif;
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;
}
}


#title-linktabs {  
/* Destiny fixes */
top: -27px;
.vector-menu-dropdown .vector-menu-heading::after {
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);
}