Spoilers — Please keep the spoiler policy in mind while editing the wiki.

Citations — Please cite your sources when adding information to the wiki! Use our handy guide for assistance.

MediaWiki:Vector.css: Difference between revisions

From Destinypedia, the Destiny wiki

mNo edit summary
Tag: Reverted
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
#toggleImage {
#toggleImage {
width: 13px;
width: 13px;
filter: brightness(0);
vertical-align: top;
vertical-align: top;
filter: brightness(0.33);
position: relative;
position: relative;
top: -1px;
top: -1px;
Line 14: Line 14:
border-radius: 1em;
border-radius: 1em;
margin-bottom: 8px;
margin-bottom: 8px;
}
/* Sidebar */
#p-logo a, #p-logo a:hover {
height: 175px;
}
#p-logo + .mw-portlet .vector-menu-heading {
display: block;
}
}


Line 31: Line 39:
.tabcontainer .fakeh2:nth-of-type(2) {
.tabcontainer .fakeh2:nth-of-type(2) {
margin-top: 0.25em;
margin-top: 0.25em;
}
/* Widget popups */
.oo-ui-popupWidget-body-padded {
margin-top: 6px;
}
}


Line 40: Line 53:
top: 15px;
top: 15px;
font-size: 85%;
font-size: 85%;
}
/* External self-links */
.mw-body a.external[href^="https://www.destinypedia.com"] {
color: #0645AD !important;
}
}

Latest revision as of 20:11, March 16, 2025

/* CSS placed here will affect users of the Vector skin */

#toggleImage {
	width: 13px;
	filter: brightness(0);
	vertical-align: top;
	position: relative;
	top: -1px;
}

/* Site notice */
.mw-dismissable-notice {
	border: 2px solid #808080;
	border-radius: 1em;
	margin-bottom: 8px;
}

/* Sidebar */
#p-logo a, #p-logo a:hover {
	height: 175px;
}
#p-logo + .mw-portlet .vector-menu-heading {
	display: block;
}

/* Larger headings */
.mw-body h1, .mw-body-content h1 { font-size: 2.00em; }
.mw-body h2, .mw-body-content h2 { font-size: 1.75em; }
.mw-body h3, .mw-body-content h3 { font-size: 1.45em; }
.mw-body h4, .mw-body-content h4 { font-size: 1.32em; }
.mw-body h5, .mw-body-content h5 { font-size: 1.15em; }
.mw-body h6, .mw-body-content h6 { font-size: 1.00em; }
.fakeh2 {
	font-family: 'Linux Libertine','Georgia','Times',serif;
	line-height: 1.3;
	padding: 0;
	margin: 1em 0 0.25em;
}
.tabcontainer .fakeh2:nth-of-type(2) {
	margin-top: 0.25em;
}

/* Widget popups */
.oo-ui-popupWidget-body-padded {
	margin-top: 6px;
}

/* Indicator icons */
.mw-indicators {
	top: 8px;
}
#mw-indicator-rc {
	top: 15px;
	font-size: 85%;
}