MediaWiki:Common.css
Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
textarea#wpTextbox1 {
font-family: monospace;
}
a:link,
a:visited,
.mw-body a.external:link,
.mw-body a.external:visited {
color: #337ab7
}
a:focus,
a:hover,
a:visited:focus,
a:visited:hover {
color: #23527c
}
a:active {
color: #cc8548
}
a.new:link,
a.new:visited,
#p-personal a.new:link,
#p-personal a.new:visited {
color: #b52b27
}
a.new:focus, #p-personal a.new:focus,
a.new:hover, #p-personal a.new:hover,
a.new:visited:focus, #p-personal a.new:visited:focus,
a.new:visited:hover, #p-personal a.new:visited:hover {
color: #761c19
}
a.new:active, #p-personal a.new:active {
color: #4ad4d8
}