MediaWiki:Vector.css: Difference between revisions

From Semantic Stargate Wiki
No edit summary
No edit summary
 
Line 3: Line 3:
.toccolours {
.toccolours {
border: solid 1px #222;
border: solid 1px #222;
}
/* Workaround for T286612, can be removed when that ticket is resolved */
body:not(.skin-vector-legacy) #p-lang-btn ul {
    margin-left: 30px;
}
.vector-sticky-header-context-bar-primary {
font-family: 'EurostileExtended';
}
}

Latest revision as of 02:27, 20 August 2023

/* All CSS here will be loaded for users of the Vector skin */

.toccolours {
	border: solid 1px #222;
}

/* Workaround for T286612, can be removed when that ticket is resolved */
body:not(.skin-vector-legacy) #p-lang-btn ul {
    margin-left: 30px;
}

.vector-sticky-header-context-bar-primary {
	font-family: 'EurostileExtended';
}