MediaWiki:Vector-2022.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (โ-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (โ-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Hide the Create Account button in the personal tools */
#pt-createaccount,
.vector-user-links #pt-createaccount,
#p-personal #pt-createaccount {
display: none !important;
}
.pdf-download-button {
float: right;
margin-top: -10px;
padding: 6px 12px;
background: #3366cc;
color: white;
border-radius: 4px;
font-weight: bold;
}