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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* common stuff */
.vector-body h2 {
background-color: #F9A33F;
padding: 5px 0 5px 10px;
color: white;
border-style: none;
}
h2 a:link {
color: white;
}
h2 a:hover {
color: rgb(222, 93, 45);
}
a:link {
color: rgb(249, 163, 63);
}
a:hover {
color: rgb(222, 93, 45);
}
a:visited {
color: rgb(208, 225, 116);
}