MediaWiki:Gadget-sidebarTranslate.css

De Terraria Wiki
Aller à la navigation Aller à la recherche

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
.gTrans:hover {
	text-decoration:none;
}

#p-lang ul {
	width:115%;
}

#p-lang li.interlanguage-link {
	font-family: inherit;
}

.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;
}