User:BJorsch/common.css: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
BJorsch (talk | contribs)
Copy styles
BJorsch (talk | contribs)
copied wrong styles
Line 1: Line 1:
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
li.updatedmarker span.updatedmarker {
display:none;
font-weight: normal;
}
}
.mw-special-Watchlist #mw-watchlist-resetbutton {
li.mw-watched strong.mw-watched a {
font-weight:normal;
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 {
.action-history #pagehistory li.selected {
/* Confuses me */
/* Confusing otherwise */
background-color: transparent;
background-color: transparent;
}
}
li.updatedmarker, .action-history #pagehistory li.selected.updatedmarker, li.mw-watched {
.action-history li.mw-history-line-updated,
.action-history #pagehistory li.selected.mw-history-line-updated {
background-color:#eef;
background-color: #eef;
}
}

Revision as of 13:31, 5 February 2013

.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;
}