Jump to content

User:SmallJarsWithGreenLabels/common.css

From 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.
/*mark languages*/
[lang]:not([lang = "en"])::after{
	content: attr(lang);
	font-size: 10px;
	font-family: monospace; 
	font-style: normal;
}

/*mark redirects*/
a.mw-redirect::before {
	content: "→";
	font-size: 10px;
	font-family: monospace; 
	font-style: normal;
}

a.mw-disambig {
	color: teal;
}

/* makes it easier to get to article from talk page */
#ca-nstab-main:not(.selected){
	position: fixed;
	z-index: 99999;
	height: 0.75em;
}

#ca-nstab-main:not(.selected) + *{
	margin-left: 5em !important;
}

.wikiedit-button svg{
	display: none;
}

.wikiedit-button:after{
	content: "[edit]";
	pointer-events: all;
	font-size: 0.7em;
	height: 0;
}

.wikiedit-button{
	line-height: default;
	font-size: default;
	height: 0;
	display: inline-block;
}