MediaWiki:Common.css
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.
/* CSS placed here will be applied to all skins */
/* Force sidebar open by default (Vector 2022) */
.vector-feature-page-tools-enabled .vector-sidebar-container {
transform: none !important;
}
.vector-feature-page-tools-enabled .vector-sidebar {
display: block !important;
}
.wiki-copy-btn {
display: inline-block;
padding: 4px 8px;
margin: 2px 0;
background: #2563eb;
color: #fff;
border-radius: 4px;
cursor: pointer;
font-size: 0.9em;
user-select: none;
}
.wiki-copy-btn:hover {
background: #1d4ed8;
}
.wiki-copy-btn.copied {
background: #16a34a;
}