====== Lithron StyleSheet ======
Diese Datei enthält die grundlegende Style Definition von lithron, die [[xml-attributes]] der [[XML-Tags]].
==== Lithron ====
lithron {
display: lithron;
font-family: helvetica;
font-size: 10pt;
line-height: 15pt;
}
Hier wird die Standardschrift definiert.
==== Datei ====
file { display: file; }
==== Seite ====
page {
display: page;
max-width: 14400pt;
max-height: 14400pt;
}
==== Mediendatei ====
image { display: block-image; }
==== Block-Elemente ====
p, div, ul, ol { display: block; }
==== Überschriften ====
h1, h2, h3, h4, h5, h6, h7 {
display: block;
margin-top: 1em;
margin-bottom: 0.5em;
font-weight: bold
}
h1 { font-size: 200%;}
h2 { font-size: 150%;}
h3 { font-size: 130%;}
h4 { font-size: 120%;}
h5 { font-size: 110%;}
h6 { font-size: 100%;}
h7 { font-size: 100%;}
[[examples:002-headlines_paras_and_lists|Beispiel]]
==== Listen ====
ul, ol { counter-reset: item; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }
li { display: list-item; padding-left:1em }
==== Schriftstil ====
strong, b {font-weight: bold; }
i, em {font-style: italic; }
u { text-decoration: underline; }
==== Text- und Inhaltsfluß ====
sink { display: sink; }
well { display: well; }
repeater { display: repeater; }
==== Umbrüche ====
br { white-space: pre; content: "\A"; }
cbr, pbr { white-space: pre; content: "\C"; }
==== Anchors ====
anchor { display: inline; }