Diskussion:Allium suaveolens: Unterschied zwischen den Versionen
Aus WIPs-De Datenwiki
(+CSS zum Ausdrucken; Hinweis auf Intern Diskussion:Allium suaveolens) |
(→CSS zum Ausdrucken: genaueres CSS) |
||
| Zeile 4: | Zeile 4: | ||
<syntaxhighlight lang="css"> | <syntaxhighlight lang="css"> | ||
/* für Netzschmöker/Browser FireFox: | |||
font-family: 'Linux Libertine' 79% (Fließtextschrift, weniger für enge Zeitungsspalten) | |||
font-family: 'Times New Roman' 84% bis 80% (Zeitungsspaltenschrift wohl geeigneter) | |||
*/ | |||
/* Ohne Ü1 (H1, Seitentitel) */ | |||
h1#firstHeading { display: none ;} | h1#firstHeading { display: none ;} | ||
/* doppelte BfN-Prüflisten-Literatur eigentlich nur bei Abfrageausfall nötig, daher jetzt ausgeblendet */ | /* doppelte BfN-Prüflisten-Literatur eigentlich nur bei Abfrageausfall nötig, daher jetzt ausgeblendet */ | ||
| Zeile 65: | Zeile 72: | ||
/* color: red; */ | /* color: red; */ | ||
} | } | ||
/* Kennbilder eigentlich zu groß, daher etwas schieben */ | |||
img[title="Kennbild Bundesministerium für Umweit, Naturschutz und nukleare Sicherheit"] { | |||
object-fit: contain; | |||
position: absolute; | |||
left: -20px; | |||
top: 15px; | |||
} | |||
.mw-parser-output > div:nth-of-type(6) td:nth-of-type(1) { | |||
/* border: 1px solid red; */ | |||
width: 110px!important; | |||
position: relative; | |||
} | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Version vom 25. September 2024, 09:36 Uhr
Diese öffentliche Diskussionsseite hat auch Inhalte auf der Seite Intern Diskussion:Allium suaveolens.
CSS zum Ausdrucken
/* für Netzschmöker/Browser FireFox:
font-family: 'Linux Libertine' 79% (Fließtextschrift, weniger für enge Zeitungsspalten)
font-family: 'Times New Roman' 84% bis 80% (Zeitungsspaltenschrift wohl geeigneter)
*/
/* Ohne Ü1 (H1, Seitentitel) */
h1#firstHeading { display: none ;}
/* doppelte BfN-Prüflisten-Literatur eigentlich nur bei Abfrageausfall nötig, daher jetzt ausgeblendet */
#Literatur_Buttler_et_al_2018_BfN-Skripten-519 { display: none ;}
/* h2,h3 {margin:0px;} */
/*.mw-parser-output > div:nth-of-type(2) { border:2px solid red; } */
.mw-parser-output {hyphens: auto;
font-family:"Times New Roman", serif;
}
.mw-parser-output > div[style='clear:both'] { display: block; }
.mw-parser-output > div:nth-of-type(4) table { clear: both; }
.mw-parser-output > h2:first-of-type {margin-top: 1ex; hyphens: none; }
/*
.bild1-beschriftung i { hyphens: none; }
.bild1-beschriftung i:before { content:"\a"; white-space: pre; }
*/
/*
.mw-parser-output > h2:first-of-type .umgangssprachlicher-artname:before {
content:"\a"; white-space: pre;
display: inline; }
*/
/* #mw-content-text { margin-bottom: 1em; } */
.printfooter {
text-align:center;
font-size:smaller;
}
.bfn-prfueflisten-angaben .synonymnamen {
line-height: 17pt; /* Notfallösung: Sonderzeichen „≘“ ursacht übermäßige Zeilenhöhe */
hyphens: none;
}
/* je nachdem vor welcher Tabellenzeile der Seitenumbruch (überschriftenhalber) erfordert werden muß */
.mw-parser-output > div:nth-of-type(4) table.steckbrief-verantwortungsart-wips-de tr:nth-of-type(19) {/* 10: Frucht und Samen … 12: Kulturansprüche … 15: Lichtbedarf … 17: Vermehrung … 19: Schädlinge */
page-break-before:always; /* color:orange; */
}
.mw-parser-output > div:nth-of-type(4) table.steckbrief-verantwortungsart-wips-de {/* Erste Tabelle */
page-break-after: auto; /* color:green; */
}
.mw-parser-output > div:nth-of-type(4) table.steckbrief-verantwortungsart-wips-de tr:nth-of-type(2) th:nth-of-type(1) { /* color:red;*/ width: 25%; }
.mw-parser-output > div:nth-of-type(4) table.steckbrief-verantwortungsart-wips-de tr:nth-of-type(2) th:nth-of-type(2) { /* color:red;*/ width: 25%; }
/* Zweite Tabelle */
.mw-parser-output > div:nth-of-type(5) table.steckbrief-verantwortungsart-wips-de tr:nth-of-type(1) th:nth-of-type(1) { /* color:blue; */ width:50% }
.mw-parser-output > div:nth-of-type(5) table.steckbrief-verantwortungsart-wips-de tr:nth-of-type(3) {/* Sonstiges, Abbildungen */
page-break-before:auto;
/* color: red; */
}
.mw-parser-output > div:nth-of-type(5) table.steckbrief-verantwortungsart-wips-de tr:nth-of-type(6) {/* 5:Zitatvorschlag, 6: Literatur */
page-break-before:always;
/* color: red; */
}
/* Kennbilder eigentlich zu groß, daher etwas schieben */
img[title="Kennbild Bundesministerium für Umweit, Naturschutz und nukleare Sicherheit"] {
object-fit: contain;
position: absolute;
left: -20px;
top: 15px;
}
.mw-parser-output > div:nth-of-type(6) td:nth-of-type(1) {
/* border: 1px solid red; */
width: 110px!important;
position: relative;
}