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

Úr Kennarakvika

Ekkert breytingarágrip
m (Tilraun með clear: left)
Lína 6: Lína 6:
     counter-reset: skref-teljari;
     counter-reset: skref-teljari;
}
}
.skref-listi skref-skref, .skref-listi skref-teljari { clear: left; }
skref-listi, skref-teljari { clear: left; }
/* Increment the counter for each step and style the number */
/* Increment the counter for each step and style the number */
.skref-listi .skref-teljari::before {
.skref-listi .skref-teljari::before {

Útgáfa síðunnar 1. júlí 2024 kl. 15:39

/* 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-listi, skref-teljari { clear: left; }
/* Increment the counter for each step and style the number */
.skref-listi .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: 0.5em;
    height: 0.9em;

    width: 1em;
    text-align: right;
    padding-right: 0.2em;
}
/* Styles for the content */
.skref-listi .skref-lysing {
}

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