MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Dornheim Anatomy
Becher (Diskussion | Beiträge) |
Becher (Diskussion | Beiträge) K (ul) |
||
Zeile 9: | Zeile 9: | ||
} | } | ||
+ | /* Anpassungen ul*/ | ||
+ | |||
+ | ul { | ||
+ | text-align: left; | ||
+ | } | ||
Version vom 31. März 2020, 10:23 Uhr
/* Anpassung Button Lightbox*/ .lb-nav a.lb-prev { background: url(/images/f/f1/Prev.png) left 48% no-repeat; } .lb-nav a.lb-next { background: url(/images/c/c4/Next.png) right 48% no-repeat; } /* Anpassungen ul*/ ul { text-align: left; } /* Anpassung Buttons */ .button { border: lightgray solid 2px; padding: 2px; border-radius: 2px; margin-left: 10px; box-shadow: 2px 2px lightgray; } /* Anpassung Aufgaben Tabelle */ .aufgabe td:nth-of-type(even) { padding-left: 10px; padding-top: 10px; } .aufgabe { width: 100%; } .aufgabe .out { margin-top: 5px; } .hidden { display: none; } div.tright { display: flex; flex-direction: column; }