User:Shardsofmetal/vector-2022.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Make visited links the same color as unvisited links and remove underlines from all links */
a, a:hover, a:visited {
 text-decoration: none;
 color: #0645ad;
}

/* Underline only the links to redirects, and use custom style */
a.mw-redirect, a:hover.mw-redirect, a:visited.mw-redirect {
 border-bottom: 1px dashed #0E9923;
}

/* Change color of links when hovering */
a:hover {
 color: #00990D;
}

/* Reset empty-page-link formatting */
a.new, a.new:hover, a.new:visited {
 color: #ba0000;
}

/* Popups: add a margin and border to thumbnails */
.popupImage img {
    margin: 0 0 1em 1em;
    border: 1px solid #bbb;
}

/* Popups: hide article tools */
.popupTopLinks, .popupOtherLinks {
	display: none;
}

/* Add border around sidebar toc */
.sidebar-toc:after {
	border-left: 1px solid #eaecf0;
	border-bottom: 1px solid #eaecf0;
}
.sidebar-toc {
	border: 1px solid #eaecf0;
}

/* Make the sticky header background slightly more transparent */
.vector-sticky-header {
	background-color: #ffffffea;
}

/* Page options -> More -> align "Purge" link with "Move" */
.mw-ui-icon-vector-gadget-ca-purge {
    display: none;
}
.mw-ui-icon + span:not(:empty) {
    margin-left: 0;
}

/* Make article text a little bigger */
.vector-body { 
	font-size: 1em;
}

/* Make text in Popups a little bigger */
.popupPreview {
	font-size: 0.875rem;
}

/* Zebra design: add space between page header and main content (there is currently no space between the borders)  */
/*.vector-feature-zebra-design-enabled .mw-content-container {
	margin-top: 6.75px;
}*/