User:Joko2468/vector-2022.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump.
This code will be executed when previewing this page.
This code will be executed when previewing this page.
The accompanying .js page for this skin is at User:Joko2468/vector-2022.js.
/* Hide all section edit buttons (Vector 2022) */
.mw-editsection {
display: none;
}
/* Hide or disable the sticky header behavior */
.client-js.vector-sticky-header-enabled .vector-sticky-header {
display: none !important;
}
.client-js.vector-sticky-header-enabled body {
scroll-padding-top: 0 !important;
}
/* Hide the Watchlist button in Vector 2022 toolbar */
#p-vector-user-menu-overflow {
display: none !important;
}
/* Hide the User page button in Vector 2022 toolbar */
#p-vector-user-menu-userpage {
display: none !important;
}
/* Hide the Watchlist button (Vector 2022) */
.mw-watchlink {
display: none;
}
.mw-body-content a:visited {
color: #3366cc !important;
}