User:PaleoNeonate/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 can be added at User:PaleoNeonate/common.js. |
/* Hide [rollback] button from watchlist */
.mw-special-Watchlist .mw-rollback-link {
display: none;
}
/* Use darker background color */
.mw-body {
background-color: #f0f0f0;
}
html, body {
background-color: #f0f0f0;
}
#toc, .toc, .mw-warning {
background-color: #e0e0e0;
}
/* Make minor diffs like space changes more visible */
td.diff-addedline .diffchange {
background-color: #f0f040;
}
td.diff-deletedline .diffchange {
background-color: #8eeec8;
}
/* Make edit textarea background darker */
textarea#wpTextbox1 {
background-color: #e6e6f0;
}
/* Change edit box font size
#wpTextbox1 {
font-size: 95%;
}
*/
/* Make history selected entries more visible */
/* XXX No longer appears to work recently */
#pagehistory li.selected {
background-color: #e0e0ff;
}
/* Make selected reference more visible */
ol.references li:target,sup.reference:target {
background-color: #e0e0ff;
}
/* Override default monospace font size (13px) */
.mw-editfont-monospace {
font-size: 16px;
}
.diff-addedline, .diff-deletedline, .diff-context {
font-size: 16px;
}