GW2Wiki:Proyectos/CSS/template misc- minerva

De Guild Wars 2 Wiki
Ir a la navegaciónIr a la búsqueda
/** GENERAL **/
.hide,
.nomobile {
    display: none;
}

@media screen and (max-width:720px) {
    .content .floatright,
    .content .floatleft {
        float: none;
    }

    .floatright > a,
    .floatleft > a {
        display: flex;
        justify-content: center;
    }

    .clear-if-narrow {
        float: none !important;
        width: unset !important;
        clear: both !important;
    }

}

.gray,
.gray a {
    color: gray;
}

/* [[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;
}