GW2Wiki:Proyectos/CSS/template misc- vector

De Guild Wars 2 Wiki
Ir a la navegaciónIr a la búsqueda
/* Correct the location of icons fixed to page title line, e.g. "Template:ArenaNet article" */
div.icon-fixed-top {
  margin-top: -2.2em !important;
}

/* Patch notes for skill history project */
.skill-history {
    border-color: #AAA;
    background-color: #F6F3E4;
}

/* [[Plantilla:Archive-box]] and [[Plantilla:Correo]] */
.archive-box {
    border-color: #EA3;
    background-color: #FFC;
}

.mail {
    border: 1px solid silver;
    background: #FFF8E8;
}

/* White rows for achievement tables where alternating light-dark rows don't work so well */
.white {
    background-color: white;
}

.offwhite {
    background-color: #E8F0F8;
}

/* Weekly/daily rotation data templates */
.highlight-yellow {
    background-color: yellow !important;
}

.highlight-blue {
    background-color: lightblue !important;
}