User:HueSatLum/common.css

.mw-changeslist-line-watched .mw-title {    font-style: italic;    font-weight: normal;}#editpage-specialchars a {    font: 105% monospace;}/* Make listgap really obvious */.ns-0  .mw-body ul + ul,.ns-10 .mw-body ul + ul,.ns-12 .mw-body ul + ul {    border-top: 2px solid red;}/* Hide some sidebar links and other stuff that I don't need */#n-mainpage-description,#n-contents,#n-featuredcontent,#n-currentevents,#n-sitesupport,#n-shoplink,#t-upload,#t-specialpages,#t-cite,#t-print,#feedlinks,#p-interaction,#p-coll-print_export,#pt-betafeatures,#mw-fr-watchlist-pending-notice,.mw-changeslist-legend {    display: none;}/* Make links to stub articles light blue   Overqualification is needed because the stub templates also use class="stub" */#bodyContent a.stub {    color: #057FF9;}/* Make visited links look less black */a:visited {color: #2b07a2;}/* Make it easier to find targeted footnotes */sup.reference:target {    background-color: #b8d2f3;    font-weight: bold;}/* Make it easier to see small changes in diffs */.diffchange-inline {display: inline-block;    border: 1px solid #aaa;}