Diferencia entre revisiones de «MediaWiki:Common.css»

De HabboWiki
Ir a la navegación Ir a la búsqueda
Línea 27: Línea 27:




/* Portal banners */
.wpb-topbanner .name{
.portal-banner {height: 350px; width: 100%;background-repeat:no-repeat;background-color:#000;background-position:left;margin-bottom: 20px;}
    font-family: Arial, Helvetica, sans-serif;
}

Revisión del 12:12 20 may 2021

/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */

* {font-family: Arial}

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 300px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: left;
    vertical-align: top;
}
.infobox td {
    vertical-align: top;
}


.wpb-topbanner .name{
    font-family: Arial, Helvetica, sans-serif;
}