GW2Wiki:Proyectos/CSS/template misc- common

De Guild Wars 2 Wiki
Ir a la navegaciónIr a la búsqueda
/* Remove top margin for ul within bug/anomaly templates */
.buglist ul { margin-top:0; }

/* Patch notes for skill history project  */
.habilidad-history {
  padding: 0.2em 0.5em 0.5em 0.5em;
  margin-bottom: 0.5em;
  border: 1px #AAA dashed;
  background-color: #f6f3e4;
}
.habilidad-history li {
  padding: 0.1em 0em;
}

/* Font colors */
.gray,
.gray a { color: gray; }
.blackshadow { color:#FFF; text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000; }

/* Add an extra top margin for [[Plantilla:Caja logro]] (Template:Achievement box) when preceded by lists (ul) or paragraph (p) elements */
p + .achievementbox,
ul + .achievementbox {
    margin-top: 2em;
}

/* MOBILE DEVICES */
/* Apply fixes when the screen size is below the minimum width */
@media screen and (max-width: 750px) {
    .clear-if-narrow {
        clear: both;
        width: unset !important;
    }

    #rcQuickLinks {
        display: none;
    }
    
    #latest-update {
        margin-top: unset !important;
        float: unset !important;
    }
}