Hoppa till innehållet

Mall:Kontakt/styles.css

Från Wikipedia
.kontakt tr {
    line-height: 1.3;
}
body.skin-vector-legacy .kontakt {
    clear: both;
    width: 100%;
    border-top: 1px solid #bcd;
    border-right: 0;
    border-bottom: 1px solid #def;
    border-left: 0;
    border-collapse: collapse;
    background: #f8f9fa;
    background: linear-gradient(to bottom, #eaf3ff -40%, #fdfeff 40%, #fdfeff 92%, #eaf3ff 130%);
    padding: 0;
    text-align: left;
}
body:not(.skin-vector-legacy) .kontakt {
    clear: both;
    width: 100%;
    border-top: 1px solid #c8ccd1;
    border-right: 0;
    border-bottom: 1px solid #eaecf0;
    border-left: 0;
    border-collapse: collapse;
    background: #f8f9fa;
    background: linear-gradient(to bottom, #f8f9fa 0%, #fdfeff 35%, #fdfeff 92%, #f8f9fa 100%);
    padding: 0;
    text-align: left;
}
.kontakt-rubrik {
    width: 100%;
    text-align: center;
    letter-spacing:.05rem;
}
.kontakt-grupprubrik {
    font-weight: bold;
    padding: 0 10px 2px 5px;
}
.kontakt-lista {
    width: 100%;
    padding: 0 3px;
}
.kontakt-lista a,
.kontakt-lista .selflink {
    white-space: nowrap;
}
.kontakt-lista .selflink {
    font-weight: normal;
}

/* [[Kategori:TemplateStyles-mallar]] */