MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus WIPs-De Datenwiki
K (Vorlage:Galleriebildvorschau Verantwortungsarten/Einzelbild mit #ask mit format=slideshow) |
K (Gestaltung für Excel-Tabellenblätter: .tabellenblatt) |
||
| Zeile 647: | Zeile 647: | ||
.slideshow-viewport .gallery.mw-gallery-packed li .gallerytext { text-align: center; } | .slideshow-viewport .gallery.mw-gallery-packed li .gallerytext { text-align: center; } | ||
.slideshow-viewport .gallery.mw-gallery-packed .gallerybox {margin: 0px auto; hyphens:none;} | .slideshow-viewport .gallery.mw-gallery-packed .gallerybox {margin: 0px auto; hyphens:none;} | ||
/* Gestaltung für Excel-Tabellenblätter */ | |||
.tabellenblatt { | |||
border-collapse: collapse; | |||
} | |||
.tabellenblatt td, .tabellenblatt th { | |||
border: 1px solid #ccc; | |||
min-width: 1em; | |||
/* height: 3ex;*/ | |||
} | |||
.tabellenblatt th { | |||
border-bottom-color: black; | |||
font-weight: bold; | |||
text-align: center; | |||
} | |||
.tabellenblatt { | |||
counter-reset: spaltenzahl; | |||
counter-reset: zeilenzahl; | |||
} | |||
.tabellenblatt td:first-of-type { | |||
background-color: #ccc; | |||
position: relative; | |||
counter-increment: zeilenzahl; | |||
} | |||
.tabellenblatt td:first-of-type::after { | |||
content: counter(zeilenzahl, decimal); | |||
position: absolute; | |||
top: 0; | |||
right: 0.12em; | |||
/* background: red; */ | |||
color: white; | |||
} | |||
.tabellenblatt tr.anzeige-zell-spalten td { | |||
background-color: #ccc; | |||
position: relative; | |||
counter-increment: spaltenzahl; | |||
height: 1em; | |||
} | |||
.tabellenblatt tr.anzeige-zell-spalten td::after { | |||
content: counter(spaltenzahl, upper-alpha); | |||
position: absolute; | |||
top: 0; | |||
right: -1em; | |||
z-index: 1; | |||
color: white; | |||
} | |||
Version vom 20. November 2024, 16:09 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* mindere die Höhe der Vorschau auf 300 Bildpunkte */
#wikiPreview {
overflow-y:auto;
max-height:300px !important;
border:1px dashed gray;
border-top-style: solid;
border-bottom-style: none;
padding:4px;
box-shadow: 0 0 10px gray;
}
/* inline definitions */
.definition-inline dt,
.definition-inline.italic dt
{ float:left; padding-right:0.5em; margin-bottom: 0px; line-height: 1.6em; margin-top:0em; /* Timeless has .mw-body dt { margin-top: 1em;} */ }
.definition-inline dd,
.definition-inline.italic
{ margin-bottom: 0.2em;line-height: 1.7em; } /* line-height a bit higher, because dt in bold pushes line-height */
.definition.italic dt,
.definition-inline.italic dt,
.definition-inline.code-bold-only dt
{ font-weight:normal; }
.definition-inline.code-bold-only dt code { font-weight:bold; }
.definition.italic dt,
.definition-inline.italic dt
{font-style: italic;}
.definition.plain dt,
.definition-inline.plain dt
{font-weight:normal;font-style: normal;}
.definition-inline dt,
.definition-inline.italic dt {
clear: left;
}
/* tables having vertical-align:top cells */
table.vertical-align-top td { vertical-align:top;}
/* booktable as in (scientific) books/journals (similar to LaTeX’s package booktable) */
table.booktable, table.booktabledotted {
margin: 1em 1em 1em 0;
background: #ffffff;
border-top: 2px #656463 solid;
border-bottom: 2px #656463 solid;
border-collapse: collapse;
}
.booktabledotted td {
border-bottom: 1px dotted gray;
padding:0.2em;
}
.booktable td {
border: 0px none !important;
padding:0.2em;
}
.booktable tr.line-t td, .booktable tr td.line-t{
border-top: 1px #656463 solid !important;
}
.booktable tr.line-b td, .booktable tr td.line-b{
border-bottom: 1px #656463 solid !important;
}
.booktable tr.line-tb td, .booktable tr td.line-tb{
border-bottom: 1px #656463 solid !important;
border-top: 1px #656463 solid !important;
}
.booktabledotted th, .booktable th {
vertical-align:bottom;
border-bottom:1px solid #656463;
border-top: 1px solid #656463;
border-left:0px;
border-right:0px;
padding: 0.2em;
}
.booktabledotted th, .booktable th {
background: #ffffff;
text-align: center;
}
.booktable caption, .booktabledotted caption {
font-weight: normal;
}
/* seitengenaue Gestaltung Definitionslisten dichter zusammen */
body.rootpage-Intern_Diskussion_Datenfelder_zu_Sammlungsdaten_insgesamt
.mw-parser-output > dl:has(dt ~ dd) {
columns: 3;
border-top:1px dotted gray;
border-bottom:1px dotted gray;
}
body.rootpage-Intern_Diskussion_Datenfelder_zu_Sammlungsdaten_insgesamt
.mw-parser-output > dl:has(dt ~ dd) dd {
break-before: avoid;
}
body.rootpage-Intern_Diskussion_Datenfelder_zu_Sammlungsdaten_insgesamt
.mw-parser-output > dl:has(dt ~ dd) dt:first-of-type {
margin-top:0px
}
/* Für Verantwortungsarten-Steckbriefe Anfang */
table.steckbrief-verantwortungsart-wips-de {
border-collapse: collapse;
border: 1px solid #D9D9D9;
}
table.steckbrief-verantwortungsart-wips-de th,
table.steckbrief-verantwortungsart-wips-de td {
padding-left:5px;
padding-right:5px;
}
table.steckbrief-verantwortungsart-wips-de th { vertical-align:bottom; }
table.steckbrief-verantwortungsart-wips-de td {
vertical-align:top;
border: 1px solid #D9D9D9;;
}
table.steckbrief-verantwortungsart-wips-de th {
background-color: #C5E0B3;
text-align:left;
}
table.steckbrief-verantwortungsart-wips-de th[colspan='3'],
table.steckbrief-verantwortungsart-wips-de th[colspan='2']{
background-color: #A8D08D;
font-size:larger;
}
table.steckbrief-verantwortungsart-wips-de .Literaturverzeichnis p {
margin:0px 0px 0px 1.5em;
text-indent:-1.5em;
}
table.steckbrief-verantwortungsart-wips-de th.Literaturangaben {
page-break-before:always;
}
/* Vorlage:Artangaben BfN Prüfliste/Sofortabfrage durchführen */
table.steckbrief-verantwortungsart-wips-de .mw-references-wrap { font-size: smaller; }
table.steckbrief-verantwortungsart-wips-de .mw-references-wrap ol.references { margin-left: 1.0rem; padding-left:0; }
/* Für Verantwortungsarten-Steckbriefe Ende */
/* Für Verantwortungsarten-Saatgutsteckbrief Anfang */
table.steckbrief-saatgutsammlung-wips-de {
border-collapse: collapse;
border: 1px solid #D9D9D9;
}
table.steckbrief-saatgutsammlung-wips-de th,
table.steckbrief-saatgutsammlung-wips-de td {
padding-left:5px;
padding-right:5px;
}
table.steckbrief-saatgutsammlung-wips-de th { vertical-align:bottom; }
table.steckbrief-saatgutsammlung-wips-de td {
vertical-align:top;
border: 1px solid #D9D9D9;;
}
table.steckbrief-saatgutsammlung-wips-de th {
background-color: #E19B9B;
text-align:left;
}
table.steckbrief-saatgutsammlung-wips-de th[colspan='3'],
table.steckbrief-saatgutsammlung-wips-de th[colspan='2']{
background-color: #CB5151;
font-size:larger;
color:white;
}
table.steckbrief-saatgutsammlung-wips-de .Literaturverzeichnis p {
margin:0px 0px 0px 1.5em;
text-indent:-1.5em;
}
table.steckbrief-saatgutsammlung-wips-de th.Literaturangaben {
page-break-before:always;
}
/* Vorlage:Artangaben BfN Prüfliste/Sofortabfrage durchführen */
table.steckbrief-saatgutsammlung-wips-de .mw-references-wrap { font-size: smaller; }
table.steckbrief-saatgutsammlung-wips-de .mw-references-wrap ol.references { margin-left: 1.0rem; padding-left:0; }
/* Für Verantwortungsarten-Saatgutsteckbrief Ende */
.Literaturverzeichnis p:target,
.Literaturverzeichnis div:target {
background-color:aliceblue;
}
/* mittige Bilder siehe [[MediaWiki:Print.css]] */
.zweispaltig { column-count: 2; }
.dreispaltig { column-count: 3; }
.bildhoehe-hoechstens-30px img, img.bildhoehe-hoechstens-30px { height:30px; width:auto; }
.bildhoehe-hoechstens-35px img, img.bildhoehe-hoechstens-35px { height:35px; width:auto; }
.bildhoehe-hoechstens-40px img, img.bildhoehe-hoechstens-40px { height:40px; width:auto; }
.bildhoehe-hoechstens-45px img, img.bildhoehe-hoechstens-45px { height:45px; width:auto; }
.bildhoehe-hoechstens-50px img, img.bildhoehe-hoechstens-50px { height:50px; width:auto; }
.bildhoehe-hoechstens-55px img, img.bildhoehe-hoechstens-55px { height:55px; width:auto; }
.bildhoehe-hoechstens-60px img, img.bildhoehe-hoechstens-60px { height:60px; width:auto; }
.bildhoehe-hoechstens-62px img, img.bildhoehe-hoechstens-62px { height:62px; width:auto; }
.bildhoehe-hoechstens-64px img, img.bildhoehe-hoechstens-64px { height:64px; width:auto; }
.bildhoehe-hoechstens-65px img, img.bildhoehe-hoechstens-65px { height:65px; width:auto; }
.bildhoehe-hoechstens-66px img, img.bildhoehe-hoechstens-66px { height:66px; width:auto; }
.bildhoehe-hoechstens-68px img, img.bildhoehe-hoechstens-68px { height:68px; width:auto; }
.bildhoehe-hoechstens-70px img, img.bildhoehe-hoechstens-70px { height:70px; width:auto; }
.bildhoehe-hoechstens-75px img, img.bildhoehe-hoechstens-75px { height:75px; width:auto; }
.bildhoehe-hoechstens-80px img, img.bildhoehe-hoechstens-80px { height:80px; width:auto; }
.bildhoehe-hoechstens-85px img, img.bildhoehe-hoechstens-85px { height:85px; width:auto; }
.bildhoehe-hoechstens-90px img, img.bildhoehe-hoechstens-90px { height:90px; width:auto; }
.bildhoehe-hoechstens-95px img, img.bildhoehe-hoechstens-95px { height:95px; width:auto; }
.bildhoehe-hoechstens-100px img, img.bildhoehe-hoechstens-100px { height:100px; width:auto; }
.bildhoehe-hoechstens-110px img, img.bildhoehe-hoechstens-110px { height:110px; width:auto; }
.bildhoehe-hoechstens-120px img, img.bildhoehe-hoechstens-120px { height:120px; width:auto; }
.bildhoehe-hoechstens-130px img, img.bildhoehe-hoechstens-130px { height:130px; width:auto; }
.bildhoehe-hoechstens-140px img, img.bildhoehe-hoechstens-140px { height:140px; width:auto; }
.bildhoehe-hoechstens-150px img, img.bildhoehe-hoechstens-150px { height:150px; width:auto; }
.bildhoehe-hoechstens-160px img, img.bildhoehe-hoechstens-160px { height:160px; width:auto; }
.bildhoehe-hoechstens-170px img, img.bildhoehe-hoechstens-170px { height:170px; width:auto; }
.bildhoehe-hoechstens-180px img, img.bildhoehe-hoechstens-180px { height:180px; width:auto; }
.bildhoehe-hoechstens-190px img, img.bildhoehe-hoechstens-190px { height:190px; width:auto; }
.bildhoehe-hoechstens-200px img, img.bildhoehe-hoechstens-200px { height:200px; width:auto; }
.bildhoehe-hoechstens-210px img, img.bildhoehe-hoechstens-210px { height:210px; width:auto; }
.bildhoehe-hoechstens-220px img, img.bildhoehe-hoechstens-220px { height:220px; width:auto; }
.bildhoehe-hoechstens-230px img, img.bildhoehe-hoechstens-230px { height:230px; width:auto; }
.bildhoehe-hoechstens-240px img, img.bildhoehe-hoechstens-240px { height:240px; width:auto; }
.bildhoehe-hoechstens-250px img, img.bildhoehe-hoechstens-250px { height:250px; width:auto; }
.bildhoehe-hoechstens-260px img, img.bildhoehe-hoechstens-260px { height:260px; width:auto; }
.bildhoehe-hoechstens-270px img, img.bildhoehe-hoechstens-270px { height:270px; width:auto; }
.bildhoehe-hoechstens-280px img, img.bildhoehe-hoechstens-280px { height:280px; width:auto; }
.bildhoehe-hoechstens-290px img, img.bildhoehe-hoechstens-290px { height:290px; width:auto; }
.bildhoehe-hoechstens-300px img, img.bildhoehe-hoechstens-300px { height:300px; width:auto; }
.bildhoehe-hoechstens-310px img, img.bildhoehe-hoechstens-310px { height:310px; width:auto; }
.bildhoehe-hoechstens-320px img, img.bildhoehe-hoechstens-320px { height:320px; width:auto; }
.bildhoehe-hoechstens-330px img, img.bildhoehe-hoechstens-330px { height:330px; width:auto; }
.bildhoehe-hoechstens-340px img, img.bildhoehe-hoechstens-340px { height:340px; width:auto; }
.bildhoehe-hoechstens-350px img, img.bildhoehe-hoechstens-350px { height:350px; width:auto; }
.bildhoehe-hoechstens-360px img, img.bildhoehe-hoechstens-360px { height:360px; width:auto; }
.bildhoehe-hoechstens-370px img, img.bildhoehe-hoechstens-370px { height:370px; width:auto; }
.bildhoehe-hoechstens-380px img, img.bildhoehe-hoechstens-380px { height:380px; width:auto; }
.bildhoehe-hoechstens-390px img, img.bildhoehe-hoechstens-390px { height:390px; width:auto; }
.bildhoehe-hoechstens-400px img, img.bildhoehe-hoechstens-400px { height:400px; width:auto; }
.bildhoehe-hoechstens-410px img, img.bildhoehe-hoechstens-410px { height:410px; width:auto; }
.bildhoehe-hoechstens-420px img, img.bildhoehe-hoechstens-420px { height:420px; width:auto; }
.bildhoehe-hoechstens-430px img, img.bildhoehe-hoechstens-430px { height:430px; width:auto; }
.bildhoehe-hoechstens-440px img, img.bildhoehe-hoechstens-440px { height:440px; width:auto; }
.bildhoehe-hoechstens-450px img, img.bildhoehe-hoechstens-450px { height:450px; width:auto; }
.bildhoehe-hoechstens-460px img, img.bildhoehe-hoechstens-460px { height:460px; width:auto; }
.bildhoehe-hoechstens-470px img, img.bildhoehe-hoechstens-470px { height:470px; width:auto; }
.bildhoehe-hoechstens-480px img, img.bildhoehe-hoechstens-480px { height:480px; width:auto; }
.bildhoehe-hoechstens-490px img, img.bildhoehe-hoechstens-490px { height:490px; width:auto; }
.bildhoehe-hoechstens-500px img, img.bildhoehe-hoechstens-500px { height:500px; width:auto; }
.bildbreite-hoechstens-50px img, img.bildbreite-hoechstens-50px { height:auto; width:50px; }
.bildbreite-hoechstens-60px img, img.bildbreite-hoechstens-60px { height:auto; width:60px; }
.bildbreite-hoechstens-70px img, img.bildbreite-hoechstens-70px { height:auto; width:70px; }
.bildbreite-hoechstens-80px img, img.bildbreite-hoechstens-80px { height:auto; width:80px; }
.bildbreite-hoechstens-90px img, img.bildbreite-hoechstens-90px { height:auto; width:90px; }
.bildbreite-hoechstens-100px img, img.bildbreite-hoechstens-100px { height:auto; width:100px; }
.bildbreite-hoechstens-110px img, img.bildbreite-hoechstens-110px { height:auto; width:110px; }
.bildbreite-hoechstens-120px img, img.bildbreite-hoechstens-120px { height:auto; width:120px; }
.bildbreite-hoechstens-130px img, img.bildbreite-hoechstens-130px { height:auto; width:130px; }
.bildbreite-hoechstens-140px img, img.bildbreite-hoechstens-140px { height:auto; width:140px; }
.bildbreite-hoechstens-150px img, img.bildbreite-hoechstens-150px { height:auto; width:150px; }
.bildbreite-hoechstens-160px img, img.bildbreite-hoechstens-160px { height:auto; width:160px; }
.bildbreite-hoechstens-170px img, img.bildbreite-hoechstens-170px { height:auto; width:170px; }
.bildbreite-hoechstens-180px img, img.bildbreite-hoechstens-180px { height:auto; width:180px; }
.bildbreite-hoechstens-190px img, img.bildbreite-hoechstens-190px { height:auto; width:190px; }
.bildbreite-hoechstens-200px img, img.bildbreite-hoechstens-200px { height:auto; width:200px; }
.bildbreite-hoechstens-210px img, img.bildbreite-hoechstens-210px { height:auto; width:210px; }
.bildbreite-hoechstens-220px img, img.bildbreite-hoechstens-220px { height:auto; width:220px; }
.bildbreite-hoechstens-230px img, img.bildbreite-hoechstens-230px { height:auto; width:230px; }
.bildbreite-hoechstens-240px img, img.bildbreite-hoechstens-240px { height:auto; width:240px; }
.bildbreite-hoechstens-250px img, img.bildbreite-hoechstens-250px { height:auto; width:250px; }
.bildbreite-hoechstens-260px img, img.bildbreite-hoechstens-260px { height:auto; width:260px; }
.bildbreite-hoechstens-270px img, img.bildbreite-hoechstens-270px { height:auto; width:270px; }
.bildbreite-hoechstens-280px img, img.bildbreite-hoechstens-280px { height:auto; width:280px; }
.bildbreite-hoechstens-290px img, img.bildbreite-hoechstens-290px { height:auto; width:290px; }
.bildbreite-hoechstens-300px img, img.bildbreite-hoechstens-300px { height:auto; width:300px; }
.bildbreite-hoechstens-310px img, img.bildbreite-hoechstens-310px { height:auto; width:310px; }
.bildbreite-hoechstens-320px img, img.bildbreite-hoechstens-320px { height:auto; width:320px; }
.bildbreite-hoechstens-330px img, img.bildbreite-hoechstens-330px { height:auto; width:330px; }
.bildbreite-hoechstens-340px img, img.bildbreite-hoechstens-340px { height:auto; width:340px; }
.bildbreite-hoechstens-350px img, img.bildbreite-hoechstens-350px { height:auto; width:350px; }
.bildbreite-hoechstens-360px img, img.bildbreite-hoechstens-360px { height:auto; width:360px; }
.bildbreite-hoechstens-370px img, img.bildbreite-hoechstens-370px { height:auto; width:370px; }
.bildbreite-hoechstens-380px img, img.bildbreite-hoechstens-380px { height:auto; width:380px; }
.bildbreite-hoechstens-390px img, img.bildbreite-hoechstens-390px { height:auto; width:390px; }
.bildbreite-hoechstens-400px img, img.bildbreite-hoechstens-400px { height:auto; width:400px; }
.bildbreite-hoechstens-410px img, img.bildbreite-hoechstens-410px { height:auto; width:410px; }
.bildbreite-hoechstens-420px img, img.bildbreite-hoechstens-420px { height:auto; width:420px; }
.bildbreite-hoechstens-430px img, img.bildbreite-hoechstens-430px { height:auto; width:430px; }
.bildbreite-hoechstens-440px img, img.bildbreite-hoechstens-440px { height:auto; width:440px; }
.bildbreite-hoechstens-450px img, img.bildbreite-hoechstens-450px { height:auto; width:450px; }
.bildbreite-hoechstens-460px img, img.bildbreite-hoechstens-460px { height:auto; width:460px; }
.bildbreite-hoechstens-470px img, img.bildbreite-hoechstens-470px { height:auto; width:470px; }
.bildbreite-hoechstens-480px img, img.bildbreite-hoechstens-480px { height:auto; width:480px; }
.bildbreite-hoechstens-490px img, img.bildbreite-hoechstens-490px { height:auto; width:490px; }
.bildbreite-hoechstens-500px img, img.bildbreite-hoechstens-500px { height:auto; width:500px; }
.bildbreite-hoechstens-510px img, img.bildbreite-hoechstens-510px { height:auto; width:510px; }
.bildbreite-hoechstens-520px img, img.bildbreite-hoechstens-520px { height:auto; width:520px; }
.bildbreite-hoechstens-530px img, img.bildbreite-hoechstens-530px { height:auto; width:530px; }
.bildbreite-hoechstens-540px img, img.bildbreite-hoechstens-540px { height:auto; width:540px; }
.bildbreite-hoechstens-550px img, img.bildbreite-hoechstens-550px { height:auto; width:550px; }
.bildbreite-hoechstens-560px img, img.bildbreite-hoechstens-560px { height:auto; width:560px; }
.bildbreite-hoechstens-570px img, img.bildbreite-hoechstens-570px { height:auto; width:570px; }
.bildbreite-hoechstens-580px img, img.bildbreite-hoechstens-580px { height:auto; width:580px; }
.bildbreite-hoechstens-590px img, img.bildbreite-hoechstens-590px { height:auto; width:590px; }
.bildbreite-hoechstens-600px img, img.bildbreite-hoechstens-600px { height:auto; width:600px; }
.bildbreite-hoechstens-610px img, img.bildbreite-hoechstens-610px { height:auto; width:610px; }
.bildbreite-hoechstens-620px img, img.bildbreite-hoechstens-620px { height:auto; width:620px; }
.bildbreite-hoechstens-630px img, img.bildbreite-hoechstens-630px { height:auto; width:630px; }
.bildbreite-hoechstens-640px img, img.bildbreite-hoechstens-640px { height:auto; width:640px; }
.bildbreite-hoechstens-650px img, img.bildbreite-hoechstens-650px { height:auto; width:650px; }
.bildbreite-hoechstens-660px img, img.bildbreite-hoechstens-660px { height:auto; width:660px; }
.bildbreite-hoechstens-670px img, img.bildbreite-hoechstens-670px { height:auto; width:670px; }
.bildbreite-hoechstens-680px img, img.bildbreite-hoechstens-680px { height:auto; width:680px; }
.bildbreite-hoechstens-690px img, img.bildbreite-hoechstens-690px { height:auto; width:690px; }
.bildbreite-hoechstens-700px img, img.bildbreite-hoechstens-700px { height:auto; width:700px; }
.bildbreite-hoechstens-710px img, img.bildbreite-hoechstens-710px { height:auto; width:710px; }
.bildbreite-hoechstens-720px img, img.bildbreite-hoechstens-720px { height:auto; width:720px; }
.bildbreite-hoechstens-730px img, img.bildbreite-hoechstens-730px { height:auto; width:730px; }
.bildbreite-hoechstens-740px img, img.bildbreite-hoechstens-740px { height:auto; width:740px; }
.bildbreite-hoechstens-750px img, img.bildbreite-hoechstens-750px { height:auto; width:750px; }
.bildbreite-hoechstens-760px img, img.bildbreite-hoechstens-760px { height:auto; width:760px; }
.bildbreite-hoechstens-770px img, img.bildbreite-hoechstens-770px { height:auto; width:770px; }
.bildbreite-hoechstens-780px img, img.bildbreite-hoechstens-780px { height:auto; width:780px; }
.bildbreite-hoechstens-790px img, img.bildbreite-hoechstens-790px { height:auto; width:790px; }
.bildbreite-hoechstens-800px img, img.bildbreite-hoechstens-800px { height:auto; width:800px; }
.mw-body-content a > img.bildhoehe-hoechstens-100px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-100px,
.mw-body-content table a > img.bildhoehe-hoechstens-100px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-100px,
.mw-body-content .bildhoehe-hoechstens-100px a > img,
.mw-body-content .bildhoehe-hoechstens-100px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-100px a > img,
.mw-body-content table .bildhoehe-hoechstens-100px .floatnone > img
{ height:100px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-150px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-150px,
.mw-body-content table a > img.bildhoehe-hoechstens-150px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-150px,
.mw-body-content .bildhoehe-hoechstens-150px a > img,
.mw-body-content .bildhoehe-hoechstens-150px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-150px a > img,
.mw-body-content table .bildhoehe-hoechstens-150px .floatnone > img
{ height:150px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-175px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-175px,
.mw-body-content table a > img.bildhoehe-hoechstens-175px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-175px,
.mw-body-content .bildhoehe-hoechstens-175px a > img,
.mw-body-content .bildhoehe-hoechstens-175px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-175px a > img,
.mw-body-content table .bildhoehe-hoechstens-175px .floatnone > img
{ height:175px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-180px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-180px,
.mw-body-content table a > img.bildhoehe-hoechstens-180px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-180px,
.mw-body-content .bildhoehe-hoechstens-180px a > img,
.mw-body-content .bildhoehe-hoechstens-180px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-180px a > img,
.mw-body-content table .bildhoehe-hoechstens-180px .floatnone > img
{ height:180px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-200px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-200px,
.mw-body-content table a > img.bildhoehe-hoechstens-200px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-200px,
.mw-body-content .bildhoehe-hoechstens-200px a > img,
.mw-body-content .bildhoehe-hoechstens-200px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-200px a > img,
.mw-body-content table .bildhoehe-hoechstens-200px .floatnone > img
{ height:200px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-210px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-210px,
.mw-body-content table a > img.bildhoehe-hoechstens-210px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-210px,
.mw-body-content .bildhoehe-hoechstens-210px a > img,
.mw-body-content .bildhoehe-hoechstens-210px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-210px a > img,
.mw-body-content table .bildhoehe-hoechstens-210px .floatnone > img
{ height:210px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-220px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-220px,
.mw-body-content table a > img.bildhoehe-hoechstens-220px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-220px,
.mw-body-content .bildhoehe-hoechstens-220px a > img,
.mw-body-content .bildhoehe-hoechstens-220px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-220px a > img,
.mw-body-content table .bildhoehe-hoechstens-220px .floatnone > img
{ height:220px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-230px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-230px,
.mw-body-content table a > img.bildhoehe-hoechstens-230px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-230px,
.mw-body-content .bildhoehe-hoechstens-230px a > img,
.mw-body-content .bildhoehe-hoechstens-230px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-230px a > img,
.mw-body-content table .bildhoehe-hoechstens-230px .floatnone > img
{ height:230px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-240px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-240px,
.mw-body-content table a > img.bildhoehe-hoechstens-240px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-240px,
.mw-body-content .bildhoehe-hoechstens-240px a > img,
.mw-body-content .bildhoehe-hoechstens-240px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-240px a > img,
.mw-body-content table .bildhoehe-hoechstens-240px .floatnone > img
{ height:240px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-250px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-250px,
.mw-body-content table a > img.bildhoehe-hoechstens-250px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-250px,
.mw-body-content .bildhoehe-hoechstens-250px a > img,
.mw-body-content .bildhoehe-hoechstens-250px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-250px a > img,
.mw-body-content table .bildhoehe-hoechstens-250px .floatnone > img
{ height:250px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-260px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-260px,
.mw-body-content table a > img.bildhoehe-hoechstens-260px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-260px,
.mw-body-content .bildhoehe-hoechstens-260px a > img,
.mw-body-content .bildhoehe-hoechstens-260px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-260px a > img,
.mw-body-content table .bildhoehe-hoechstens-260px .floatnone > img
{ height:260px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-270px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-270px,
.mw-body-content table a > img.bildhoehe-hoechstens-270px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-270px,
.mw-body-content .bildhoehe-hoechstens-270px a > img,
.mw-body-content .bildhoehe-hoechstens-270px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-270px a > img,
.mw-body-content table .bildhoehe-hoechstens-270px .floatnone > img
{ height:270px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-280px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-280px,
.mw-body-content table a > img.bildhoehe-hoechstens-280px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-280px,
.mw-body-content .bildhoehe-hoechstens-280px a > img,
.mw-body-content .bildhoehe-hoechstens-280px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-280px a > img,
.mw-body-content table .bildhoehe-hoechstens-280px .floatnone > img
{ height:280px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-290px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-290px,
.mw-body-content table a > img.bildhoehe-hoechstens-290px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-290px,
.mw-body-content .bildhoehe-hoechstens-290px a > img,
.mw-body-content .bildhoehe-hoechstens-290px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-290px a > img,
.mw-body-content table .bildhoehe-hoechstens-290px .floatnone > img
{ height:290px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-300px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-300px,
.mw-body-content table a > img.bildhoehe-hoechstens-300px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-300px,
.mw-body-content .bildhoehe-hoechstens-300px a > img,
.mw-body-content .bildhoehe-hoechstens-300px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-300px a > img,
.mw-body-content table .bildhoehe-hoechstens-300px .floatnone > img
{ height:300px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-310px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-310px,
.mw-body-content table a > img.bildhoehe-hoechstens-310px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-310px,
.mw-body-content .bildhoehe-hoechstens-310px a > img,
.mw-body-content .bildhoehe-hoechstens-310px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-310px a > img,
.mw-body-content table .bildhoehe-hoechstens-310px .floatnone > img
{ height:310px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-320px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-320px,
.mw-body-content table a > img.bildhoehe-hoechstens-320px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-320px,
.mw-body-content .bildhoehe-hoechstens-320px a > img,
.mw-body-content .bildhoehe-hoechstens-320px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-320px a > img,
.mw-body-content table .bildhoehe-hoechstens-320px .floatnone > img
{ height:320px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-330px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-330px,
.mw-body-content table a > img.bildhoehe-hoechstens-330px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-330px,
.mw-body-content .bildhoehe-hoechstens-330px a > img,
.mw-body-content .bildhoehe-hoechstens-330px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-330px a > img,
.mw-body-content table .bildhoehe-hoechstens-330px .floatnone > img
{ height:330px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-340px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-340px,
.mw-body-content table a > img.bildhoehe-hoechstens-340px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-340px,
.mw-body-content .bildhoehe-hoechstens-340px a > img,
.mw-body-content .bildhoehe-hoechstens-340px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-340px a > img,
.mw-body-content table .bildhoehe-hoechstens-340px .floatnone > img
{ height:340px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-350px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-350px,
.mw-body-content table a > img.bildhoehe-hoechstens-350px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-350px,
.mw-body-content .bildhoehe-hoechstens-350px a > img,
.mw-body-content .bildhoehe-hoechstens-350px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-350px a > img,
.mw-body-content table .bildhoehe-hoechstens-350px .floatnone > img
{ height:350px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-360px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-360px,
.mw-body-content table a > img.bildhoehe-hoechstens-360px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-360px,
.mw-body-content .bildhoehe-hoechstens-360px a > img,
.mw-body-content .bildhoehe-hoechstens-360px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-360px a > img,
.mw-body-content table .bildhoehe-hoechstens-360px .floatnone > img
{ height:360px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-370px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-370px,
.mw-body-content table a > img.bildhoehe-hoechstens-370px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-370px,
.mw-body-content .bildhoehe-hoechstens-370px a > img,
.mw-body-content .bildhoehe-hoechstens-370px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-370px a > img,
.mw-body-content table .bildhoehe-hoechstens-370px .floatnone > img
{ height:370px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-380px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-380px,
.mw-body-content table a > img.bildhoehe-hoechstens-380px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-380px,
.mw-body-content .bildhoehe-hoechstens-380px a > img,
.mw-body-content .bildhoehe-hoechstens-380px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-380px a > img,
.mw-body-content table .bildhoehe-hoechstens-380px .floatnone > img
{ height:380px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-390px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-390px,
.mw-body-content table a > img.bildhoehe-hoechstens-390px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-390px,
.mw-body-content .bildhoehe-hoechstens-390px a > img,
.mw-body-content .bildhoehe-hoechstens-390px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-390px a > img,
.mw-body-content table .bildhoehe-hoechstens-390px .floatnone > img
{ height:390px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-400px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-400px,
.mw-body-content table a > img.bildhoehe-hoechstens-400px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-400px,
.mw-body-content .bildhoehe-hoechstens-400px a > img,
.mw-body-content .bildhoehe-hoechstens-400px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-400px a > img,
.mw-body-content table .bildhoehe-hoechstens-400px .floatnone > img
{ height:400px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-450px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-450px,
.mw-body-content table a > img.bildhoehe-hoechstens-450px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-450px,
.mw-body-content .bildhoehe-hoechstens-450px a > img,
.mw-body-content .bildhoehe-hoechstens-450px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-450px a > img,
.mw-body-content table .bildhoehe-hoechstens-450px .floatnone > img
{ height:450px !important;width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-500px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-500px,
.mw-body-content table a > img.bildhoehe-hoechstens-500px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-500px,
.mw-body-content .bildhoehe-hoechstens-500px a > img,
.mw-body-content .bildhoehe-hoechstens-500px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-500px a > img,
.mw-body-content table .bildhoehe-hoechstens-500px .floatnone > img
{ height:500px !important; width: auto; }
/* für Verbreitungskarte falls Nachbarbild auf Höhe 500px */
.mw-body-content a > img.bildhoehe-hoechstens-535px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-535px,
.mw-body-content table a > img.bildhoehe-hoechstens-535px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-535px,
.mw-body-content .bildhoehe-hoechstens-535px a > img,
.mw-body-content .bildhoehe-hoechstens-535px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-535px a > img,
.mw-body-content table .bildhoehe-hoechstens-535px .floatnone > img
{ height:535px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-550px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-550px,
.mw-body-content table a > img.bildhoehe-hoechstens-550px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-550px,
.mw-body-content .bildhoehe-hoechstens-550px a > img,
.mw-body-content .bildhoehe-hoechstens-550px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-550px a > img,
.mw-body-content table .bildhoehe-hoechstens-550px .floatnone > img
{ height:550px !important; width: auto; }
.mw-body-content a > img.bildhoehe-hoechstens-600px,
.mw-body-content .floatnone > img.bildhoehe-hoechstens-600px,
.mw-body-content table a > img.bildhoehe-hoechstens-600px,
.mw-body-content table .floatnone > img.bildhoehe-hoechstens-600px,
.mw-body-content .bildhoehe-hoechstens-600px a > img,
.mw-body-content .bildhoehe-hoechstens-600px .floatnone > img,
.mw-body-content table .bildhoehe-hoechstens-600px a > img,
.mw-body-content table .bildhoehe-hoechstens-600px .floatnone > img
{ height:600px !important; width: auto; }
/* Für Artensteckbriefe Ende */
/* Vorlage:Prozentstatus_der_Aufgabe_anzeigen */
table.Spalte_Aufgabe_ausblenden td.Aufgabe,
table.Spalte_Aufgabe_ausblenden th.Aufgabe,
table.Spalte_Letzte-Änderung_ausblenden td.Letzte-Änderung,
table.Spalte_Letzte-Änderung_ausblenden th.Letzte-Änderung
{
display: none;
}
/* Vorlage:Galleriebildvorschau Verantwortungsarten/Einzelbild mit #ask mit format=slideshow */
.slideshow-viewport .gallery.mw-gallery-packed li::marker { color:transparent; }
.slideshow-viewport .gallery.mw-gallery-packed li .gallerytext { text-align: center; }
.slideshow-viewport .gallery.mw-gallery-packed .gallerybox {margin: 0px auto; hyphens:none;}
/* Gestaltung für Excel-Tabellenblätter */
.tabellenblatt {
border-collapse: collapse;
}
.tabellenblatt td, .tabellenblatt th {
border: 1px solid #ccc;
min-width: 1em;
/* height: 3ex;*/
}
.tabellenblatt th {
border-bottom-color: black;
font-weight: bold;
text-align: center;
}
.tabellenblatt {
counter-reset: spaltenzahl;
counter-reset: zeilenzahl;
}
.tabellenblatt td:first-of-type {
background-color: #ccc;
position: relative;
counter-increment: zeilenzahl;
}
.tabellenblatt td:first-of-type::after {
content: counter(zeilenzahl, decimal);
position: absolute;
top: 0;
right: 0.12em;
/* background: red; */
color: white;
}
.tabellenblatt tr.anzeige-zell-spalten td {
background-color: #ccc;
position: relative;
counter-increment: spaltenzahl;
height: 1em;
}
.tabellenblatt tr.anzeige-zell-spalten td::after {
content: counter(spaltenzahl, upper-alpha);
position: absolute;
top: 0;
right: -1em;
z-index: 1;
color: white;
}