User:Equazcion/SidebarTranslate.css

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.
.gTrans:hover {
	text-decoration:none; 
}
.gTrans {
	display: none; 
	font-family: serif; 
	cursor: pointer; 
	color: white; 
	background-color: transparent;
	border-radius: 2px; 
	padding: 0 2px; 
	margin-left: 5px; 
	transition:
		margin-left 200ms ease-out, 
		background-color 100ms ease-out, 
		color 100ms ease-out;
}
#p-lang ul {
	width:115%;
}
#p-lang li.interlanguage-link {
	font-family: inherit;
}