MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Dornheim Anatomy
Becher (Diskussion | Beiträge) K |
Becher (Diskussion | Beiträge) K |
||
Zeile 14: | Zeile 14: | ||
background: url(/images/c/c4/Next.png) right 48% no-repeat; | background: url(/images/c/c4/Next.png) right 48% no-repeat; | ||
} | } | ||
+ | |||
+ | /* Tab list */ | ||
+ | |||
+ | #tabpanel { | ||
+ | margin-top: 15px; | ||
+ | } | ||
+ | |||
+ | #tablist { | ||
+ | list-style: none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | #tablist li { | ||
+ | background-color: lightgrey; | ||
+ | border: 1px solid black; | ||
+ | border-bottom: none; | ||
+ | border-radius: 0.5em 0.5em 0 0; | ||
+ | display: inline; | ||
+ | font-weight: bold; | ||
+ | height: 1em; | ||
+ | padding: 0.5em 0.5em 10px; | ||
+ | } | ||
+ | |||
+ | #tablist li:focus, | ||
+ | #tablist li:hover { | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | #tabcontent { | ||
+ | background-color: white; | ||
+ | border: 1px solid black; | ||
+ | margin-top: 10px; | ||
+ | padding: 1em; | ||
+ | } | ||
+ | |||
+ | #tablist .active { | ||
+ | background-color: #dbd8c4; | ||
+ | } | ||
+ | |||
+ | .hide { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .show { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | |||
/* Anpassungen e-Bibliothek*/ | /* Anpassungen e-Bibliothek*/ |
Version vom 21. April 2020, 13:15 Uhr
/*Anpassungen Bildgrößen*/ img, video { max-width: 100%; max-height: 100%; } /* 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; } /* Tab list */ #tabpanel { margin-top: 15px; } #tablist { list-style: none; margin: 0; padding: 0; } #tablist li { background-color: lightgrey; border: 1px solid black; border-bottom: none; border-radius: 0.5em 0.5em 0 0; display: inline; font-weight: bold; height: 1em; padding: 0.5em 0.5em 10px; } #tablist li:focus, #tablist li:hover { background-color: white; } #tabcontent { background-color: white; border: 1px solid black; margin-top: 10px; padding: 1em; } #tablist .active { background-color: #dbd8c4; } .hide { display: none; } .show { display: block; } /* Anpassungen e-Bibliothek*/ .page-Paper #firstHeading { display: none; } .page-Paper .container { background-color: #f4f4f3; } .page-Medikamenteninduzierte_Ulcera .container, .page-The_German_national_consensus_on_wound_documentation_and_outcomes .container, .page-Der_deutsche_nationale_Konsens_über_Wunddokumentation_und_Wundresultate .container, .page-Medikamenteninduzierte_Ulcera_en .container { background-color: white; } .page-The_German_national_consensus_on_wound_documentation_and_outcomes #firstHeading { display: none; } .page-Der_deutsche_nationale_Konsens_über_Wunddokumentation_und_Wundresultate #firstHeading { display: none; } .paper .toc { background-color: transparent; border: none; } .paper .toctitle { display: none; } .paper ul { list-style: decimal } .information ul { list-style: none; } .paper #information { cursor: pointer; } .paper table { margin: 1em auto;} .paper table td { padding: 0 0.5em; } .article ul { list-style: disclosure-closed; } .title { font-size: 2.2rem; font-weight: 500; line-height: 1.2; overflow: hidden; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom: 1px solid #a2a9b1; } .paper h3 { border-bottom: 1px solid #a2a9b1; } /* 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; } /* Anpassung Tabellen nebeneinander*/ div .twotable { display: flex; justify-content: space-between; } div .twotable table { margin-top: 10px; } div .twotable table:nth-of-type(1) { margin-right: 10px; } div .twotable table th { background-color: #ddd7c0; } @media only screen and (max-width:600px) { div .twotable { flex-direction: column; } }