Wiki Terraria

Discord Terraria Logo
Te invitamos a unirte a nuestro servidor de Discord.
¡Únete aquí!

LEE MÁS

Wiki Terraria
ElectrumNox (discusión | contribs.)
Sin resumen de edición
ElectrumNox (discusión | contribs.)
Sin resumen de edición
Línea 70: Línea 70:
   
 
/* Administradores */
 
/* Administradores */
a.EntityHeader_name__2oRXg[href$="Melster"]:after,
 
 
a.EntityHeader_name__2oRXg[href$="Mincky_Zaford"]:after,
 
a.EntityHeader_name__2oRXg[href$="Mincky_Zaford"]:after,
 
a.EntityHeader_name__2oRXg[href$="Xike3"]:after {
 
a.EntityHeader_name__2oRXg[href$="Xike3"]:after {
Línea 123: Línea 122:
 
.comments li[data-user="ZerphetuS"] blockquote,
 
.comments li[data-user="ZerphetuS"] blockquote,
   
.comments li[data-user="Melster"] blockquote,
 
 
.comments li[data-user="Mincky Zaford"] blockquote,
 
.comments li[data-user="Mincky Zaford"] blockquote,
 
.comments li[data-user="Xike3"] blockquote,
 
.comments li[data-user="Xike3"] blockquote,
Línea 155: Línea 153:
 
}
 
}
   
.comments li[data-user="Melster"] .edited-by:after,
 
 
.comments li[data-user="Mincky Zaford"] .edited-by:after,
 
.comments li[data-user="Mincky Zaford"] .edited-by:after,
 
.comments li[data-user="Xike3"] .edited-by:after {
 
.comments li[data-user="Xike3"] .edited-by:after {

Revisión del 21:14 1 feb 2021

/**************Enlaces**************/
/* Burócratas */
a[href$="Devil+End"],
a[href$="Devil_End"],
a[href$="Devil End"],
a[href$="ZerphetuS"],
a[href$="ElectrumNox"] {
    color: var(--c-bur) !important;
}

/* Administradores */
a[href$="Mincky Zaford"],
a[href$="Mincky_Zaford"],
a[href$="Mincky+Zaford"],
a[href$="Xike3"]{
    color: var(--c-adm) !important;
}

/* Asistentes */
a[href$=""] {
    color: var(--c-ast) !important;
}

/* Moderadores */
a[href$=""] {
    color: var(--c-mod) !important;
}

/* Diseñadores */
a[href$=""] {
    color: var(--c-emw) !important;
}

/* Reversores */
a[href$="Loullaby"] {
    color: var(--c-rev) !important;
}

a[href$="ElysionBot"],
a[href$="WrathDragon"],
a[href$="Kyre Klyrettur"],
a[href$="Kyre_Klyrettur"],
a[href$="Kyre+Klyrettur"],
a[href$="Suwako Bot"],
a[href$="Suwako_Bot"],
a[href$="Suwako+Bot"] {
    color: var(--c-bot) !important;
}

/**************Emblemas en mensajes de muros**************/

a.EntityHeader_name__2oRXg:after {
    position: relative;
    margin-left: .5rem;
    padding: .25rem .5rem;
    border-radius: .25rem;
    border-width: 1px;
    border-style: solid;
}

/* Burócratas */
a.EntityHeader_name__2oRXg[href$="Devil_End"]:after,
a.EntityHeader_name__2oRXg[href$="ElectrumNox"]:after,
a.EntityHeader_name__2oRXg[href$="ZerphetuS"]:after {
	content: 'Burócrata';
	background: rgb(255 255 255 / 15%);
    border-color: rgb(255 255 255 / 30%);
}


/* Administradores */
a.EntityHeader_name__2oRXg[href$="Mincky_Zaford"]:after,
a.EntityHeader_name__2oRXg[href$="Xike3"]:after {
	content: 'Administrador';
	background: rgb(195 126 54 / 15%);
    border-color: rgb(255 207 174 / 30%);
}

/* Asistentes */
a.EntityHeader_name__2oRXg[href$=""]:after {
    content: 'Asistente';
    background: rgb(156 46 46 / 15%);
    border-color: rgb(255 174 174 / 30%);
}

/* Moderadores */
a.EntityHeader_name__2oRXg[href$=""]:after {
    content: 'Moderador';
    background: rgb(51 142 51 / 17%);
    border-color: rgb(151 255 151 / 46%);
}

/* Editor de códigos */
a.EntityHeader_name__2oRXg[href$=""]:after {
    content: 'Editor de códigos';
    background: rgb(34 59 111 / 21%);
    border-color: rgb(190 211 255 / 28%);
}

/* Reversores */
a.EntityHeader_name__2oRXg[href$="Loullaby"]:after {
    content: 'Reversor';
    background: rgb(156 132 33 / 24%);
    border-color: rgb(255 239 173 / 24%);
}

/* Bots */
a.EntityHeader_name__2oRXg[href$="ElysionBot"]:after,
a.EntityHeader_name__2oRXg[href$="Kyre_Klyrettur"]:after,
a.EntityHeader_name__2oRXg[href$="Suwako_Bot"]:after,
a.EntityHeader_name__2oRXg[href$="WrathDragon"]:after {
    content: 'Bot';
    background: rgb(244 96 192 / 21%);
    border-color: rgb(255 219 242 / 21%);
}


/**************Comentarios**************/

.comments li[data-user="Devil End"] blockquote,
.comments li[data-user="ElectrumNox"] blockquote,
.comments li[data-user="ZerphetuS"] blockquote,

.comments li[data-user="Mincky Zaford"] blockquote,
.comments li[data-user="Xike3"] blockquote,

.comments li[data-user=""] blockquote,

.comments li[data-user=""] blockquote,

.comments li[data-user="Loullaby"] blockquote,

.comments li[data-user="ElysionBot"] blockquote,
.comments li[data-user="KyreKlyrettur"] blockquote,
.comments li[data-user="Suwako Bot"] blockquote,
.comments li[data-user="WrathDragon"] blockquote {
    background-color: #444 !important;
}

.comments li .edited-by:after {
    background-color: #333;
    padding: 5px 10px 5px 10px;
    margin: 0px 10px;
    border-radius: 50px;
    color: #AAA;
    content: unset;
}

.comments li[data-user="Devil End"] .edited-by:after,
.comments li[data-user="ZerphetuS"] .edited-by:after,
.comments li[data-user="ElectrumNox"] .edited-by:after {
    content: "Burócrata";
}

.comments li[data-user="Mincky Zaford"] .edited-by:after,
.comments li[data-user="Xike3"] .edited-by:after {
    content: "Administrador";
}

.comments li[data-user=""] .edited-by:after {
    content: "Asistente";
}

.comments li[data-user=""] .edited-by:after {
    content: "Moderador";
}

.comments li[data-user=""] .edited-by:after {
    content: "Diseñador";
}

.comments li[data-user="Loullaby"] .edited-by:after {
    content: "Reversor";
}

.comments li[data-user="ElysionBot"] .edited-by:after,
.comments li[data-user="Kyre Klyrettur"] .edited-by:after,
.comments li[data-user="Suwako Bot"] .edited-by:after,
.comments li[data-user="WrathDragon"] .edited-by:after {
    content: "Bot";
}