„Melding:Common.css“: Munur á milli breytinga

Úr Kennarakvika

(Forsíðutitill falinn.)
m (innsláttarvilla)
Lína 33: Lína 33:


/* Felum titilinn á Forsíðunni */
/* Felum titilinn á Forsíðunni */
bodyu.page-Forsíða h1#firstHeading { display: none; }
body.page-Forsíða h1#firstHeading { display: none; }

Útgáfa síðunnar 12. júní 2024 kl. 13:26

/* Allt CSS sem sett er hér mun verða virkjað í öllum skinnum. */

/* .skref klasinn er notaður í verkefnaskrefum sem búin eru til m.a. með [[Snið:Skref]].
/* Initialize the counter */
.skref-listi {
    counter-reset: skref-teljari;
}

.skref { clear: left; }

.skref .skref-teljari {
}

/* Increment the counter for each step and style the number */
.skref .skref-teljari::before {
    counter-increment: skref-teljari;
    content: counter(skref-teljari);

    font-size: 6em; /* Large, prominent size */
    font-weight: bold; /* Make it bold */
    color: #ddd; /* Set a suitable color */
    float: left;
    line-height: 1;

    width: 1em;
    text-align: right;
    padding-right: 0.2em;
}

.skref .skref-lysing {
    /* Styles for the content */
}

/* Felum titilinn á Forsíðunni */
body.page-Forsíða h1#firstHeading { display: none; }