Jump to content

User:Shardsofmetal/vector-2022.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Don't hide .sidebar-toc:after, just add the border where relevant
mNo edit summary
Line 43: Line 43:
.sidebar-toc:after {
.sidebar-toc:after {
border-left: 1px solid #eaecf0;
border-left: 1px solid #eaecf0;
border-right: 1px solid #eaecf0;
border-bottom: 1px solid #eaecf0;
}
}
.sidebar-toc {
.sidebar-toc {

Revision as of 01:03, 8 June 2022

a, a:hover, a:visited {
 text-decoration: none !important;
 color: #0645ad !important;
}

a:hover {
 color: #00990D !important;
}

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

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

#siteNotice {
 display: none;
}

pre {
 border-style: solid;
}

.selected a {
 font-weight: bold;
 color: #000 !important;
}

.after-localcomments {
	display: none;
}

/* Add a margin to popups thumbnails */
.popupImage img {
    margin: 0 0 1em 1em;
}

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