User:TKD/common.css: Difference between revisions

Content deleted Content added
TKD (talk | contribs)
tweak
TKD (talk | contribs)
I want my edit links on the right
 
(40 intermediate revisions by the same user not shown)
Line 1:
/* <pre><nowiki> */
 
span.has_been_on_main_page { font-weight: bold; }
 
#bodyContent a:not(.new):not(.external-link):not(:visited) { color: #000080; }
ol.references > li:target {
#bodyContent a:not(.new):not(.external-link):visited { color: #400060; }
background-color: #DEF;
 
#bodyContent a:hover {
background-color: #f0f0fe !important;
}
 
body { font-family: Georgia, Times New Roman, serif; }
 
.diff-deletedline .diffchange {
background-color: #DEFefef00 !important;
 
.diff-addedline .diffchange {
background-color: #33ef33 !important;
}
 
img[src*="/Qxz-ad"] { display: none; }
 
/* hide rollback from Recent Changes */
.page-Special_RecentChanges .mw-rollback-link {display:none;}
/* hide rollback from Watchlist */
.page-Special_Watchlist .mw-rollback-link {display:none;}
 
.comment {
font-style: normal !important;
}
 
.comment:before { content: "«"; }
.comment:after { content: "»"; }
 
.persondata { display: table !important; }
 
span.mw-editsection { float:right; }
 
#wpSave { color: green; }
/* </nowiki></pre> */