MediaWiki:Usernames.css

De Clash of Clans Wiki
Ir a la navegación Ir a la búsqueda

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
/*
--------------------------------------------------------------------
 Color personalizado de nombres de usuario, avatares, comentarios y etiquetas de usuario - Parte CSS
--------------------------------------------------------------------

-----------------------
 SCRIPTS COMPLEMENTARIOS
-----------------------
- Common.js/Usernames.js

--------------
 INSTRUCCIONES
--------------
- ORDEN DE ESTA LISTA: Burócratas, Administradores, Moderadores de contenidos, Editores de imágenes, Moderadores de Discusiones.
- Utiliza guiones bajos en lugar de espacios en los nombres de usuario, excepto en el caso de los avatares.
	
---------
 AUTORES 
---------
- Dahimi: Creador original
- Spottra: Mejora de los resaltados de los enlaces, adición de los resaltados de los avatares y de los comentarios
- E12Dragon: Reparación de la secuencia de comandos para la actualización del software UCP y la adición de etiquetas de usuario de estilo
*/

/*Exceptions*/
.wds-dropdown__toggle .wds-avatar img.wds-avatar__image {
	box-shadow:none !important;
}
.page-tools #t-whatlinkshere a,
.page-tools #t-recentchangeslinked a,
.page-tools #t-contributions a,
.page-tools #t-log a,
.page-tools #t-blockip a,
.page-tools #t-userrights a,
.page-tools #t-print a,
.page-tools #t-info a{
   	color: var(--theme-link-color) !important;
   	font-weight: 500 !important;
   	font-family: inherit;
}

/********************************/
/*        Bureaucrats: 1        */
/********************************/
/*Links*/
	a[href$="Usuario:DarkGames26"]:not(.extiw):not(.external):not([data-tracking-label="account.profile"]),
	a[href$="Muro:DarkGames26"]:not(.extiw):not(.external):not([data-tracking-label="account.talk"]),
	a[href$="Usuario_Blog:DarkGames26"]:not(.extiw):not(.external),
	a[href$="/DarkGames26"]:not(.extiw):not(.external):not([data-tracking-label="account.contributions"]),
	a[href*="/DarkGames26?"]:not(.extiw):not(.external),
	a[href$="=DarkGames26"]:not(.extiw):not(.external)
{
	color: goldenrod !important;
	font-weight: bold !important;
}

/* Avatar borders */
img.user-identity-avatar__image[alt="DarkGames26"]  {
	-webkit-animation-name: pulsate-avatar-large-bureaucrat;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
			animation-name: pulsate-avatar-large-bureaucrat;
			animation-duration: 1s;
			animation-timing-function: ease-in-out;
			animation-iteration-count: infinite;
			animation-direction: alternate;
			animation-play-state: running;
}
img.blog-listing__user-avatar__image[alt='DarkGames26'],
img.wds-avatar__image[alt='DarkGames26'] {
	-webkit-animation-name: pulsate-avatar-small-bureaucrat;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
			animation-name: pulsate-avatar-small-bureaucrat;
			animation-duration: 1s;
			animation-timing-function: ease-in-out;
			animation-iteration-count: infinite;
			animation-direction: alternate;
			animation-play-state: running;
}

/*User Tag*/
.user-identity-header__tag.usergroup-bureaucrat{
	background:goldenrod !important;
}

@-webkit-keyframes pulsate-avatar-large-bureaucrat {
	from {
		box-shadow: 0 0 1px 2px goldenrod;
	}
	to {
		box-shadow: 0 0 12px 9px goldenrod;
	}
}
@keyframes pulsate-avatar-large-bureaucrat {
	from {
		box-shadow: 0 0 1px 2px goldenrod;
	}
	to {
		box-shadow: 0 0 12px 9px goldenrod;
	}
}
@-webkit-keyframes pulsate-avatar-small-bureaucrat {
	from {
		box-shadow: 0 0 1px 2px goldenrod;
	}
	to {
		box-shadow: 0 0 6px 5px goldenrod;
	}
}
@keyframes pulsate-avatar-small-bureaucrat {
	from {
		box-shadow: 0 0 1px 2px goldenrod;
	}
	to {
		box-shadow: 0 0 6px 5px goldenrod;
	}
}

/****************************/
/*     Administrators: 3    */
/****************************/
/*Links*/
	a[href$="Usuario:Adminame"]:not(.extiw):not(.external):not([data-tracking-label="account.profile"]),
	a[href$="Muro:Adminame"]:not(.extiw):not(.external):not([data-tracking-label="account.talk"]),
	a[href$="Usuario_Blog:Adminame"]:not(.extiw):not(.external),
	a[href$="/Adminame"]:not(.extiw):not(.external),
	a[href*="/Adminame?"]:not(.extiw):not(.external),
	a[href$="=Adminame"]:not(.extiw):not(.external),
	a[href$="Usuario:Paketin89"]:not(.extiw):not(.external):not([data-tracking-label="account.profile"]),
	a[href$="Muro:Paketin89"]:not(.extiw):not(.external):not([data-tracking-label="account.talk"]),
	a[href$="Usuario_Blog:Paketin89"]:not(.extiw):not(.external),
	a[href$="/Paketin89"]:not(.extiw):not(.external),
	a[href*="/Paketin89?"]:not(.extiw):not(.external),
	a[href$="=Paketin89"]:not(.extiw):not(.external),
	a[href$="Usuario:Feli1001"]:not(.extiw):not(.external):not([data-tracking-label="account.profile"]),
	a[href$="Muro:Feli1001"]:not(.extiw):not(.external):not([data-tracking-label="account.talk"]),
	a[href$="Usuario_Blog:Feli1001"]:not(.extiw):not(.external),
	a[href$="/Feli1001"]:not(.extiw):not(.external):not([data-tracking-label="account.contributions"]),
	a[href*="/Feli1001?"]:not(.extiw):not(.external),
	a[href$="=Feli1001"]:not(.extiw):not(.external)
{
	color: #767777 !important;
	font-weight: bold !important;
}

/* Avatar borders */
img.user-identity-avatar__image[alt="username"],
img.user-identity-avatar__image[alt="Paketin89"],
img.user-identity-avatar__image[alt="Feli1001"]{
	-webkit-animation-name: pulsate-avatar-large-administrator;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
			animation-name: pulsate-avatar-large-administrator;
			animation-duration: 1s;
			animation-timing-function: ease-in-out;
			animation-iteration-count: infinite;
			animation-direction: alternate;
			animation-play-state: running;
}

img.blog-listing__user-avatar__image[alt='Adminame'],
img.wds-avatar__image[alt='Adminame'],
img.blog-listing__user-avatar__image[alt='Paketin89'],
img.wds-avatar__image[alt='Paketin89'],
img.blog-listing__user-avatar__image[alt='Feli1001'],
img.wds-avatar__image[alt='Feli1001'] {
	-webkit-animation-name: pulsate-avatar-small-administrator;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
			animation-name: pulsate-avatar-small-administrator;
			animation-duration: 1s;
			animation-timing-function: ease-in-out;
			animation-iteration-count: infinite;
			animation-direction: alternate;
			animation-play-state: running;
}

/*User Tag*/
.user-identity-header__tag.usergroup-sysop {
	background: #767777 !important;
}

@-webkit-keyframes pulsate-avatar-large-administrator {
	from {
		box-shadow: 0 0 1px 2px #767777;
	}
	to {
		box-shadow: 0 0 12px 9px #767777;
	}
}
@keyframes pulsate-avatar-large-administrator {
	from {
		box-shadow: 0 0 1px 2px #767777;
	}
	to {
		box-shadow: 0 0 12px 9px #767777;
	}
}
@-webkit-keyframes pulsate-avatar-small-administrator {
	from {
		box-shadow: 0 0 1px 2px #767777;
	}
	to {
		box-shadow: 0 0 6px 5px #767777;
	}
}
@keyframes pulsate-avatar-small-administrator {
	from {
		box-shadow: 0 0 1px 2px #767777;
	}
	to {
		box-shadow: 0 0 6px 5px #767777;
	}
}

/********************************/
/*     Content Moderators: 1    */
/********************************/
/*Links*/
	a[href$="Usuario:Latam Knight 790"]:not(.extiw):not(.external):not([data-tracking-label="account.profile"]),
	a[href$="Muro:Latam Knight 790"]:not(.extiw):not(.external):not([data-tracking-label="account.talk"]),
	a[href$="Usuario_Blog:Latam Knight 790"]:not(.extiw):not(.external),
	a[href$="/Latam Knight 790"]:not(.extiw):not(.external):not([data-tracking-label="account.contributions"]),
	a[href*="/Latam Knight 790?"]:not(.extiw):not(.external),
	a[href$="=Latam Knight 790"]:not(.extiw):not(.external)
{
	color: sienna !important;
	font-weight: bold !important;
}

/* Avatar borders */
img.user-identity-avatar__image[alt="Latam Knight 790"] {
	-webkit-animation-name: pulsate-avatar-large-contentmoderator;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
			animation-name: pulsate-avatar-large-contentmoderator;
			animation-duration: 1s;
			animation-timing-function: ease-in-out;
			animation-iteration-count: infinite;
			animation-direction: alternate;
			animation-play-state: running;
}

img.blog-listing__user-avatar__image[alt="Latam Knight 790"],
img.wds-avatar__image[alt="Latam Knight 790"] {
	-webkit-animation-name: pulsate-avatar-small-contentmoderator;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
			animation-name: pulsate-avatar-small-contentmoderator;
			animation-duration: 1s;
			animation-timing-function: ease-in-out;
			animation-iteration-count: infinite;
			animation-direction: alternate;
			animation-play-state: running;
}

/*User Tag*/
.user-identity-header__tag.usergroup-content-moderator {
	background:sienna !important;
}

@-webkit-keyframes pulsate-avatar-large-contentmoderator {
	from {
		box-shadow: 0 0 1px 2px sienna;
	}
	to {
		box-shadow: 0 0 12px 9px sienna;
	}
}
@keyframes pulsate-avatar-large-contentmoderator {
	from {
		box-shadow: 0 0 1px 2px sienna;
	}
	to {
		box-shadow: 0 0 12px 9px sienna;
	}
}
@-webkit-keyframes pulsate-avatar-small-contentmoderator {
	from {
		box-shadow: 0 0 1px 2px sienna;
	}
	to {
		box-shadow: 0 0 6px 5px sienna;
	}
}
@keyframes pulsate-avatar-small-contentmoderator {
	from {
		box-shadow: 0 0 1px 2px sienna;
	}
	to {
		box-shadow: 0 0 6px 5px sienna;
	}
}

/********************************/
/*   Discussions Moderators: 1  */
/********************************/
/*Links*/
	a[href$="Usuario:KeiCol"]:not(.extiw):not(.external):not([data-tracking-label="account.profile"]),
	a[href$="Muro:KeiCol"]:not(.extiw):not(.external):not([data-tracking-label="account.talk"]),
	a[href$="Usuario_Blog:KeiCol"]:not(.extiw):not(.external),
	a[href$="/KeiCol"]:not(.extiw):not(.external):not([data-tracking-label="account.contributions"]),
	a[href*="/KeiCol?"]:not(.extiw):not(.external),
	a[href$="=KeiCol"]:not(.extiw):not(.external)
{
	color: DeepSkyBlue !important;
	font-weight: bold !important;
}

/* Avatar borders */
img.user-identity-avatar__image[alt="KeiCol"] {
	-webkit-animation-name: pulsate-avatar-large-discussionsmoderator;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
			animation-name: pulsate-avatar-large-discussionsmoderator;
			animation-duration: 1s;
			animation-timing-function: ease-in-out;
			animation-iteration-count: infinite;
			animation-direction: alternate;
			animation-play-state: running;
}

img.blog-listing__user-avatar__image[alt='KeiCol'],
img.wds-avatar__image[alt='KeiCol'] {
	-webkit-animation-name: pulsate-avatar-small-discussionsmoderator;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
			animation-name: pulsate-avatar-small-discussionsmoderator;
			animation-duration: 1s;
			animation-timing-function: ease-in-out;
			animation-iteration-count: infinite;
			animation-direction: alternate;
			animation-play-state: running;
}
/*User Tag*/
.user-identity-header__tag.usergroup-threadmoderator {
	background: DeepSkyBlue !important;
}

@-webkit-keyframes pulsate-avatar-large-discussionsmoderator {
	from {
		box-shadow: 0 0 1px 2px DeepSkyBlue;
	}
	to {
		box-shadow: 0 0 12px 9px DeepSkyBlue;
	}
}
@keyframes pulsate-avatar-large-discussionsmoderator {
	from {
		box-shadow: 0 0 1px 2px DeepSkyBlue;
	}
	to {
		box-shadow: 0 0 12px 9px DeepSkyBlue;
	}
}
@-webkit-keyframes pulsate-avatar-small-discussionsmoderator {
	from {
		box-shadow: 0 0 1px 2px DeepSkyBlue;
	}
	to {
		box-shadow: 0 0 6px 5px DeepSkyBlue;
	}
}
@keyframes pulsate-avatar-small-discussionsmoderator {
	from {
		box-shadow: 0 0 1px 2px DeepSkyBlue;
	}
	to {
		box-shadow: 0 0 6px 5px DeepSkyBlue;
	}
}
.mw-parser-output .toc {
    display:none;
}

/********************************/
/*   Bots: 1  */
/********************************/
/*Links*/
	a[href$="Usuario:TheDarkyBot"]:not(.extiw):not(.external):not([data-tracking-label="account.profile"]),
	a[href$="Muro:TheDarkyBot"]:not(.extiw):not(.external):not([data-tracking-label="account.talk"]),
	a[href$="Usuario_Blog:TheDarkyBot"]:not(.extiw):not(.external),
	a[href$="/TheDarkyBot"]:not(.extiw):not(.external):not([data-tracking-label="account.contributions"]),
	a[href*="/TheDarkyBot?"]:not(.extiw):not(.external),
	a[href$="=TheDarkyBot"]:not(.extiw):not(.external)
{
	color: #0f6f37!important;
	font-weight: bold !important;
}
/*******************/
/*Not User Specific*/
/*******************/
/*Modify Social Features*/
.Reply, .Reply_body__3woA9 {
	border-radius:0 15px 15px 0;
	padding:14px 12px 12px 18px !important;
}
.Comment_body__7p3np {
	margin:11px 11px 12px 10px;
	border-radius:15px;
	padding:14px !important;
}
.Message {
	margin:-8px -8px 0 -8px;
	border-radius:15px;
	padding:14px !important;
}
/*User Tags*/
.user-identity-header__tag {
	color: white !important;
	background:rgba(var(--theme-link-color--rgb)) !important;
}
#userProfileApp span[class$="user-identity-header__tag"] {
	display:none !important;
}
body.skin-fandomdesktop #userProfileApp .user-identity-header__tag {
	margin-top:0 !important;
}
/*Discussions Module*/
.mcf-card-discussions__user-subtitle {
	color:inherit;
	opacity:1;
	font-weight:unset;
}
.mcf-card-discussions__item a {
	color:var(--theme-link-color);
}