MediaWiki:Gadget-SidebarTranslate.css

From Seeds of the Word, the encyclopedia of the influence of the Gospel on culture

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === WARNING: GLOBAL GADGET FILE ===                      |
 * |                  Changes to this page affect many users.                    |
 * | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
 * |_____________________________________________________________________________|
 *
 * Imported from [[User:Equazcion/SidebarTranslate.css]] on 2013-11-27
 * See [[User:Equazcion/SidebarTranslate]]
 */
.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;
}