MediaWiki:Common.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.
/* CSS placed here will be applied to all skins */
.todo-annotation {
display: block;
padding: 6px 16px;
border: 1px solid #888;
border-radius: 3px;
background: rgba(128,128,128,0.25);
color: #888;
margin: 20px 100px;
text-align: center;
}
/* stop page from wobbling when indicators are present */
.vector-body-before-content .mw-indicators {
height: 24px;
}