KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 6: | Zeile 6: | ||
! Parameter !! Formatierung !! Styles.css | ! Parameter !! Formatierung !! Styles.css | ||
|- | |- | ||
| |'''|1''' || class="sichtbar_mobil" || Im Abschnitt (min-width: | | |'''|1''' || class="sichtbar_mobil" || Im Abschnitt (min-width:769px) display: none; | ||
|- | |- | ||
| |'''|2''' || class="sichtbar_monitor" || Im Abschnitt (max-width: | | |'''|2''' || class="sichtbar_monitor" || Im Abschnitt (max-width:768px) display: none; | ||
|} | |} |
Aktuelle Version vom 11. Juli 2019, 09:47 Uhr
Blendet Text per css ein oder aus.
Die Vorlage Styles.css muss im Dokument eingebunden sein.
Dies geschieht in der Egel automatisch über die Vorlage {{TOC2}}
Parameter | Formatierung | Styles.css |
---|---|---|
|1 | class="sichtbar_mobil" | Im Abschnitt (min-width:769px) display: none; |
|2 | class="sichtbar_monitor" | Im Abschnitt (max-width:768px) display: none; |