MediaWiki:Gadget-titleButtons.css

De Sea of Thieves Wiki
Ir a la navegación Ir a la búsqueda
En otros idiomas: Deutsch • English • Español • Français • Português • 中文
Nota: tras guardar, quizás necesites actualizar la caché de tu navegador para ver los cambios.
  • Firefox/Safari: Mantén presionada la tecla Mayús mientras pulsas el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presiona Ctrl+Shift+R (⌘+Mayús+R en Mac)
  • Internet Explorer: mantén presionada Ctrl mientras pulsas Actualizar, o presiona Ctrl+F5
  • Opera: vacía la caché en Herramientas → Preferencias
#title-copy-outer {
	display: inline-block;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	height: 2rem;
	margin-left: 1rem;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	align-self: center;
	align-self: flex-end;
}

#title-copy-content {
	margin-right: 2px;
}

#title-copy-content,
#title-copy-all {
	width: 1.5rem;
	/* flex-basis:50%; */
	cursor: pointer;
	padding-right: 3px;
	padding-left: 3px;
}

#title-copy-content:hover,
#title-copy-all:hover {
	background-color: rgba(var(--theme-link-color--rgb),.25);
	border-radius: 6px;
}

#title-copy-content::after,
#title-copy-all::after {
	content:"";
	position: relative;
	top: 0;
	height: 100%;
	width: 1.5rem;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e6ead6' focusable='false' data-key='file' aria-hidden='true' viewBox='0 0 100 100'%3E%3Cg transform='matrix(-1,0,0,1,100,0)'%3E%3Cg transform='translate(-12 12)'%3E%3Cpath d='m82.986 25.007v32c3.3 0 6-2.7 6-6v-38c0-3.3-2.7-6-6-6h-30c-3.3 0-6 2.7-6 6h24c6.6 0 12 0 12 12z'/%3E%3Cpath d='m37 37h10c3.3 0 6-2.7 6-6v-10c0-1.1 0.9-2 2-2h16c3.3 0 6 2.7 6 6v38c0 3.3-2.7 6-6 6h-30c-3.3 0-6-2.7-6-6v-24c0-1.1 0.9-2 2-2z'/%3E%3Cpath d='m35.4 28.6 9.2-9.2c0.3-0.3 0.6-0.4 1-0.4 0.8 0 1.4 0.6 1.4 1.4v6.6c0 2.2-1.8 4-4 4h-6.6c-0.8 0-1.4-0.6-1.4-1.4 0-0.4 0.1-0.7 0.4-1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#title-copy-content:hover::after,
#title-copy-all:hover::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' focusable='false' data-key='file' aria-hidden='true' viewBox='0 0 100 100'%3E%3Cg transform='matrix(-1,0,0,1,100,0)'%3E%3Cg transform='translate(-12 12)'%3E%3Cpath d='m82.986 25.007v32c3.3 0 6-2.7 6-6v-38c0-3.3-2.7-6-6-6h-30c-3.3 0-6 2.7-6 6h24c6.6 0 12 0 12 12z'/%3E%3Cpath d='m37 37h10c3.3 0 6-2.7 6-6v-10c0-1.1 0.9-2 2-2h16c3.3 0 6 2.7 6 6v38c0 3.3-2.7 6-6 6h-30c-3.3 0-6-2.7-6-6v-24c0-1.1 0.9-2 2-2z'/%3E%3Cpath d='m35.4 28.6 9.2-9.2c0.3-0.3 0.6-0.4 1-0.4 0.8 0 1.4 0.6 1.4 1.4v6.6c0 2.2-1.8 4-4 4h-6.6c-0.8 0-1.4-0.6-1.4-1.4 0-0.4 0.1-0.7 0.4-1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

body.rootpage-Sea_of_Thieves_Wiki.action-view #firstHeading {
	display: none;
}

#firstHeading {
	display: flex;
	align-items: self-start;
}

#firstHeading .editlink {
	align-self: center;
}

#title-copy-outer + .editlink {
	margin-left: 0.25em;
}