MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Dornheim Anatomy
Becher (Diskussion | Beiträge) K (Anpassung Ende Artikel) |
Becher (Diskussion | Beiträge) K |
||
Zeile 106: | Zeile 106: | ||
/* Anpassung Ende Artikel */ | /* Anpassung Ende Artikel */ | ||
− | .end { | + | div .end { |
display: flex; | display: flex; | ||
justify-content: space-between; | justify-content: space-between; | ||
} | } | ||
− | .end div { | + | div .end div { |
flex-basis: max-content; | flex-basis: max-content; | ||
} | } |
Version vom 6. April 2020, 12:00 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; } /* Anpassungen Sprachen*/ .mw-pt-languages { padding:15px 0 !important; } /* Anpassung Buttons */ .button { border: lightgray solid 2px; padding: 2px; border-radius: 2px; margin-left: 10px; box-shadow: 2px 2px lightgray; } .button_new { text-transform: uppercase; } /* Anpassung Tabelle Aufgabe*/ .aufgabe td:nth-of-type(even) { padding-left: 10px; padding-top: 10px; } .aufgabe td:nth-of-type(odd) { box-shadow: inset 1px 3px 5px -3px rgba(0,0,0,0.5); } .aufgabe td:empty{ box-shadow: none; } .aufgabe { width: 100%; } .aufgabe .out { margin-top: 5px; } .hidden { display: none; } div.tright { display: flex; flex-direction: column; } /* Anpassung Tabelle Lage*/ .lage { width: 100%; } .lage td:nth-of-type(2) { box-shadow: 1px 0 gray; } .lage tr { box-shadow: 0 1px gray; } .lage td { padding: 1em; } .lage tr:first-child { background-color: #dbd8c4; } /* Anpassung Tabelle Tab*/ .tab td:nth-of-type(2) { box-shadow: 1px 0 gray; } .tab tr { box-shadow: 0 1px gray; } .tab tr:first-child { box-shadow: 0 2px #dbd8c4; } /* Anpassung Ende Artikel */ div .end { display: flex; justify-content: space-between; } div .end div { flex-basis: max-content; }