<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.vectorTabs li#ca-wikilove {
	line-height: 1.4em; /* account for scripts with tall ascenders */
}

/* icon style */
/* Only use icon if the menu item is not collapsed into the "More" dropdown
 * (in which case it is inside .vectorMenu instead of .vectorTabs). */
.vectorTabs #ca-wikilove.icon a {
	margin: 0;
	padding: 0;
	outline: 0;
	display: block;
	width: 27px;
	/* This hides the text but shows the background image */
	padding-top: 3.1em;
	margin-top: 0;
	height: 0;
	overflow: hidden;
	background-image: url( images/heart-icons-red.svg );
	background-position: 5px 60%;
}

.vectorTabs #ca-wikilove.icon a:hover,
.vectorTabs #ca-wikilove.icon a:focus {
	background-position: -19px 60%;
}
</pre></body></html>