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 */
a:link {
color:#FF0000;
background-color:#B2FF99;
text-decoration:underline;
}
a:visited {
color:#00FF00;
background-color:#FFFF85;
text-decoration:underline;
}
a:hover {
color:#FF00FF;
background-color:#FF704D;
text-decoration:underline;
}
a:active {
color:#0000FF;
background-color:#FF704D;
text-decoration:underline;
}