Jump to content

MediaWiki:Common.css: Difference between revisions

From Fossplant
No edit summary
No edit summary
Line 3: Line 3:
position: relative;
position: relative;
top: 35px;
top: 35px;
left: 37px;
left: 17px;
}
}


Line 9: Line 9:
position: relative;
position: relative;
top: 35px;
top: 35px;
left: 37px;
left: 17px;
}
}



Revision as of 16:40, 14 January 2026

/* Le CSS placé ici sera appliqué à tous les habillages. */
.vector-feature-main-menu-pinned-enabled .mw-logo {
	position: relative;
	top: 35px;
	left: 17px;
}

.vector-feature-main-menu-pinned-disabled .mw-logo {
	position: relative;
	top: 35px;
	left: 17px;
}

.vector-feature-main-menu-pinned-disabled .vector-main-menu-landmark {
	display: none;
}