User:BJorsch/common.css

From Wikimedia Foundation Governance Wiki
Revision as of 13:31, 5 February 2013 by BJorsch (talk | contribs) (copied wrong styles)

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.
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
    font-weight: normal;
}
.mw-special-Watchlist #mw-watchlist-resetbutton {
    display: block;
}
span.updatedmarker {
    display: none;
}

.mw-special-Watchlist li.mw-changeslist-line-watched,
.mw-special-Watchlist table.mw-changeslist-line-watched {
    background-color: #eef;
}

.action-history #pagehistory li.selected {
    /* Confusing otherwise */
    background-color: transparent;
}
.action-history li.mw-history-line-updated,
.action-history #pagehistory li.selected.mw-history-line-updated {
    background-color: #eef;
}