User:GeigerCounter/common.css
Jump to navigation
Jump to search
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.
body,div,span {
background-color: black;
color: white;
}
a {
color:#0483ff;
}
a:visited {
color:#a172d0;
}
body.skin--responsive #p-cactions li a {
background-color:#112222;
color:#0483ff;
}
body.skin--responsive #p-cactions li a:hover {
background-color:#a172d0;
color:blue;
}
body.skin--responsive #p-cactions li.selected a {
background-color:#a172d0;
color:blue;
}