Drama Total Wiki
Sin resumen de edición
mSin resumen de edición
Línea 7: Línea 7:
 
font-family: Calibri !important;
 
font-family: Calibri !important;
 
}
 
}
  +
 
body.ChatWindow .Chat li[data-user="Aleksai Sagir-Lazzuli"] .username:after{
 
body.ChatWindow .Chat li[data-user="Aleksai Sagir-Lazzuli"] .username:after{
 
content: " [Pasante]:";
 
content: " [Pasante]:";
Línea 29: Línea 30:
 
li[data-user="Charizard1011"] span.username {
 
li[data-user="Charizard1011"] span.username {
 
color: #111390;
 
color: #111390;
  +
font-weight: Bold;
  +
}
  +
  +
/** Colorado Coloradus **/
  +
body.ChatWindow li[data-user="Colorado Coloradus"] {
  +
background: #94a1a2 !important;
  +
color: white !important;
  +
font-size: 15px;
  +
font-family: Calibri !important;
  +
}
  +
  +
body.ChatWindow .Chat li[data-user="Colorado Coloradus"] .username:after{
  +
content: " [Pasante]:";
  +
color: #ffffff;
  +
}
  +
  +
li[data-user="Colorado Coloradus"] span.username {
  +
color: #ffffff;
 
font-weight: Bold;
 
font-weight: Bold;
 
}
 
}

Revisión del 19:56 27 sep 2020

/* Fondo */
/** Aleksai Sagir-Lazzuli **/
body.ChatWindow li[data-user="Aleksai Sagir-Lazzuli"] {
    background: #337ba5 !important;
    color: white !important;
    font-size: 15px;
    font-family: Calibri !important;
}

body.ChatWindow .Chat li[data-user="Aleksai Sagir-Lazzuli"] .username:after{
    content: " [Pasante]:";
    color: #55ffc9;
}

li[data-user="Aleksai Sagir-Lazzuli"] span.username {
    color: #55ffc9; 
    font-weight: Bold;
}

/** Charizard1011 **/
body.ChatWindow li[data-user="Charizard1011"] {
    background: #f3c90f !important;
    color: #000 !important;
}
body.ChatWindow .Chat li[data-user="Charizard1011"] .username:after{
    content: " [Host]:";
    color: #111390;
}

li[data-user="Charizard1011"] span.username {
    color: #111390; 
    font-weight: Bold;
}

/** Colorado Coloradus **/
body.ChatWindow li[data-user="Colorado Coloradus"] {
    background: #94a1a2 !important;
    color: white !important;
    font-size: 15px;
    font-family: Calibri !important;
}

body.ChatWindow .Chat li[data-user="Colorado Coloradus"] .username:after{
    content: " [Pasante]:";
    color: #ffffff;
}

li[data-user="Colorado Coloradus"] span.username {
    color: #ffffff; 
    font-weight: Bold;
}

/** LucidumStar **/
body.ChatWindow li[data-user="LucidumStar"] {
    background: #35882b !important;
    color: white !important;
    font-family: Calibri !important;
    font-size: 15px;
}
body.ChatWindow .Chat li[data-user="LucidumStar"] .username:after{
    content: " [Pasante]:";
    color: #B0E0E6;
}

li[data-user="LucidumStar"] span.username {
    color: #B0E0E6;
    font-weight: Bold;
}

/* Brave Bunnies */

/** Kari **/
body.ChatWindow li[data-user="Karitsuki"] {
    background: #CECECE !important;
    color: black !important;
}


/** Marsh **/
body.ChatWindow li[data-user="Marshallow"] {
    background: #CECECE !important;
    color: black !important;
}

/** Popu **/
body.ChatWindow li[data-user="Popupi"] {
    background: #CECECE !important;
    color: black !important;
}

/** Taxcy **/
body.ChatWindow li[data-user="Taxcy Marsopas1"] {
    background: #CECECE !important;
    color: black !important;
}

/* Rebel Ravens */
/** Cif **/
body.ChatWindow li[data-user="Jnqnabunen"] {
    background: #323232 !important;
    color: white !important;
}


/** Nute **/
body.ChatWindow li[data-user="Nutee Sagir-Lazzuli"] {
    background: #323232 !important;
    color: white !important;
}

/** Pilar **/
body.ChatWindow li[data-user="PilarEsc11"] {
    background: #323232 !important;
    color: white !important;
}

/* Tamaño de los emotes */
body.ChatWindow .message img[alt] {
    width: 25px;
    height: 25px;
}

/* Diseño del chat */
body {
    background: #f8e262;
    color: #000;
    font-size: 13px;
    font-family: Arial;
    height: 100%;
    margin: 0;
}

.ChatHeader {
    background-color: #dacc78;
    border: 1px solid #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 40px;
    margin: 10px;
    position: relative;
}

#WikiaPage {
    background-color: #dacc78;
    border: 1px solid #000000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    bottom: 10px;
    color: #3a3a3a;
    left: 10px;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 55px;
}