Hoppa till innehållet

Mall:Geologins hierarkiska system/styles.css

Från Wikipedia
/* Skapar ram runt tabell och varje tabellcell */
.ghs_ramar,
.ghs_ramar td,
.ghs_ramar th {
    border-collapse: collapse;
    border: 1px solid #aaa;
}
/* Padding i alla celler */
.ghs_padding td,
.ghs_padding th {
    padding: 4px;
}
/* Bakgrund i rubrikrutor */
.ghs_hiertabell th,
.ghs_uppdtabell th{
    background: #ccf;
}
/* Stilar för tabellen "Geologins hierarkiska system" */
.ghs_hiertabell {
    margin: 1em 1em 0 1em;
    text-align: center;
    width: 700px;
    line-height: 1.3;
    font-size: 90%;
}
/* Stilar för tabellen "Standardiserad uppdelning" */
.ghs_uppdtabell {
    margin: 0 1em .5em 1em;
    text-align: center;
    width: 700px;
    line-height: 1.2;
    font-size: 90%;
}

/* [[Kategori:TemplateStyles-mallar som inte längre används]] */