Melding:Common.css
Úr Kennarakvika
Athugaðu: Eftir útgáfu kann að vera að þú þurfir að komast hjá skyndiminni vafrans þíns til að sjá breytingarnar.
- Firefox / Safari: Haltu Shift samtímis og þú smellir á Endurhlaða (Reload), eða ýttu á annaðhvort Ctrl-F5 eða Ctrl-R (⌘-R á Mac)
- Google Chrome: Ýttu á Ctrl-Shift-R (⌘-Shift-R á Mac)
- Internet Explorer / Edge: Haltu Ctrl samtímis og þú smellir á Endurnýja (Refresh), eða ýttu á Ctrl-F5
- Opera: Farðu í Verkfæri (Tools) → Stillingar (Preferences) og svo Friðhelgi og öryggi (Privacy & security) → Hreinsa vafragögn (Clear browsing data) → Myndir og skrár í skyndiminni (Chached images and files)
/* Allt CSS sem sett er hér mun verða virkjað í öllum skinnum. */ /* Initialize the counter */ .skref-listi { counter-reset: skref-teljari; } /* Increment the counter for each step and style the number */ .skref .skref-teljari::before { counter-increment: skref-teljari; content: counter(skref-teljari); } ble { font-size: 24px; /* Large, prominent size */ font-weight: bold; /* Make it bold */ color: #333; /* Set a suitable color */ margin-right: 10px; /* Space between number and text */ padding: 5px 10px; /* Padding around the number */ background-color: #f5f5f5; /* Light background for the number */ border-radius: 50%; /* Circular background */ width: 40px; /* Fixed width */ height: 40px; /* Fixed height */ display: flex; justify-content: center; align-items: center; } .skref .skref-lysing, .skref .skref-leidbeining { /* Styles for the content */ padding: 10px; margin-top: 5px; background-color: #eee; /* Light background for the content */ border: 1px solid #ccc; /* Border around the content */ }