User:Jonesey95/vector.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:Jonesey95/vector.js. |
/* For Vector 2022 customizations, see User:Jonesey95/common.css */
/* Various CSS customizations added over the years to make my interface look better */
.citation-comment {display: inline !important;} /* show all Citation Style 1 error messages */
.cs1-prop-tracked-param {background:lightgreen;} /* show citations with tracked (hyphenated as of May 2021) parameters in green */
.mw-thanks-thank-link {display: none;} /* don't show the Thank link */
.mw-pager-tools {display: none;} /* don't show the parens around the Thank link; new in Jan 2023 */
.mw-changeslist-legend {display: none;} /* don't show the legend on the Changes list */
.ambox-Orphan{display: table !important;} /* show all orphan messages */
#wpSummary { padding: 0.2em !important; } /* Return edit summary box to normal size */
#wpSummary { font-size: 95% !important; } /* Return edit summary box to normal size */
.mw-redirect { color:green;} /* Change color for redirects */
.mw-redirect:visited { color:darkgreen;} /* Change color for visited redirects */
.mw-editfont-monospace,
.mw-editfont-sans-serif,
.mw-editfont-serif {
font-size: 98% !important;
} /* Return editing window text to the usual size after January 2018 change */
/* Adjust April 2014 typography changes - commented after no longer needed
#bodyContent {
font-size: 0.8em !important;
}
#content {
color: black !important;
}
h1, h2 {
font-family: inherit !important;
}
#firstHeading {
font-size: 1.6em !important;
}
*/
.mw-parser-output span.brokenref { display: inline; } /* show hidden msgs about broken refs, see [[Template:Broken ref/doc]] */
.harv-error {display: inline !important;} /* display Module:Footnotes errors */
/* Adjust April 2020 typography change in diffs */
.diff-editfont-monospace .diff-addedline,
.diff-editfont-monospace .diff-deletedline,
.diff-editfont-monospace .diff-context {
font-family: sans-serif;
font-size: 88%;
}
/* Try suppressing blockquote border */
.mw-body-content blockquote { border-left-style: none; }
/* Hide the dumb "your edit has been saved" dialog that covers the LintHint button */
.postedit { display: none; }
/* Show the what links here box expanded by default */
.mw-special-Whatlinkshere .oo-ui-fieldsetLayout-group.mw-collapsible-content {
display: block !important;
margin-top: 2em;
}
/* Remove dumb search thumbnails Oct 2022 */
.searchResultImage-thumbnail {display:none}
/* Full-width search results */
.mw-search-results.mw-search-results,
.mw-search-results-container.mw-search-results-container {
max-width: none;
width: 100%;
}