User:Redrose64/allsites.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 shared by all Wikimedia sites. Add the line
@import "//meta.wikimedia.org/w/index.php?title=User:Redrose64/allsites.css&action=raw&ctype=text/css";
to the ''top'' of [[User:Redrose64/common.css]] */
/* lose that stupid Autonym font */
#p-lang li.interlanguage-link,
.autonym {
font-family: inherit;
}
/* Make "Updated since my last visit" more visible in page histories. This styling is the default on Commons. */
span.updatedmarker {
color: #000;
/* background-color: #0f0; - the default on some Wikipedias */
background: #99D642;
}
/* wrap text within CSS, Javascript and Lua source boxes */
pre.source-css,
pre.source-javascript,
pre.source-lua {
white-space: pre-wrap;
}