MediaWiki:Common.css: Difference between revisions
Appearance
	
	
 Blanked the page Tag: Blanking  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
:root {  | |||
	--highlight-colour: rgb(255, 87, 87)  | |||
}  | |||
.mw-logo {  | |||
	color: black;  | |||
}  | |||
.mw-logo-wordmark {  | |||
	color: black;  | |||
	text-decoration: none;  | |||
}  | |||
.vector-main-menu-action-opt-out {  | |||
	display: none;  | |||
}  | |||
#vector-page-tools-pinned-container .vector-page-tools::after {  | |||
	content: none;  | |||
}  | |||
#p-navigation {  | |||
	border-bottom: none;  | |||
}  | |||
.skin-vector {  | |||
	background-color: white;  | |||
}  | |||
#mw-prefsection-rendering-skin {  | |||
	display: none;  | |||
}  | |||
Revision as of 21:06, 28 November 2023
:root {
	--highlight-colour: rgb(255, 87, 87)
}
.mw-logo {
	color: black;
}
.mw-logo-wordmark {
	color: black;
	text-decoration: none;
}
.vector-main-menu-action-opt-out {
	display: none;
}
#vector-page-tools-pinned-container .vector-page-tools::after {
	content: none;
}
#p-navigation {
	border-bottom: none;
}
.skin-vector {
	background-color: white;
}
#mw-prefsection-rendering-skin {
	display: none;
}