User:HueSatLum/common.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:HueSatLum/common.js. |
.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;
}