MyWiki:WikiProject Articles for creation/Help desk/header/styles.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Matrix at 15:17, 28 August 2025. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
#AfChd-pageNavBox {
	position: fixed;
	left: 10px;
	bottom: 10px;
	display: block;
	width: 150px;
	z-index: 999;
	overflow: hidden;
	border: 1px solid #A7D7F9;
	background-color: var(--background-color-base, white);
	color: inherit;
}

/* No point haing the box in Vector 2022 - the left sidebar is always there, and the skip to top and bottom links are also there */
body.skin-vector-2022 #AfChd-pageNavBox {
	display: none;
}