Jump to content

MediaWiki:Vector.css: Difference between revisions

From Semantic Stargate Wiki
Content deleted Content added
Created page with "All CSS here will be loaded for users of the Vector skin: .toccolours { border: 1px #000; }"
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


.toccolours {
.toccolours {
border: 1px #000;
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 07: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';
}