Zum Inhalt

Inhaltsverzeichnis • Teil 3 - Profi • Techniken • Texte
⇦ Schriften / Formeln ⇨
27.07.2014 16:54:13

Texte

p { font-size: medium; widows:5; orphans:5; text-align: justify; } p+p { text-indent: 1em; }

  1. spalten { -moz-column-width: 20em; -webkit-column-width: 20em; column-width: 20em;
  2. moz-column-gap: 2em; -webkit-column-gap: 2em; column-gap: 2em;
  3. moz-column-rule: 1px dotted gray; -webkit-column-rule: 1px dotted gray; column-rule: 1px dotted gray; }
  4. //li.level1:before { content:counter(kz1) ' '; } li.level2:before { content:counter(kz1) '.' counter(kz2,lower-alpha) ' '; } li.level3:before { content:counter(kz3) ' '; } li.level1 { counter-increment:kz1; counter-reset:kz2; } li.level2 { counter-increment:kz2; counter-reset:kz3; } li.level3 { counter-increment:kz3; }

⇦ Schriften / Formeln ⇨
Nach oben