|
@@ -1,5 +1,5 @@
|
|
|
-$font-stack: "Tex Gyre Heros";
|
|
|
-$font-color-light: #c0c0c0;
|
|
|
+$font-stack: "Tex Gyre Heros";
|
|
|
+$font-color-light: #c0c0c0;
|
|
|
|
|
|
@font-face {
|
|
|
font-family: 'TeX Gyre Heros';
|
|
@@ -26,6 +26,41 @@ $font-color-light: #c0c0c0;
|
|
|
font-style: italic;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+
|
|
|
+.voffset-halb {
|
|
|
+ margin-top: 0.5em;
|
|
|
+}
|
|
|
+.voffset-1 {
|
|
|
+ margin-top: 1em;
|
|
|
+}
|
|
|
+.voffset-2 {
|
|
|
+ margin-top: 2em;
|
|
|
+}
|
|
|
+.voffset-3 {
|
|
|
+ margin-top: 3em;
|
|
|
+}
|
|
|
+.voffset-4 {
|
|
|
+ margin-top: 4em;
|
|
|
+}
|
|
|
+.voffset-5 {
|
|
|
+ margin-top: 5em;
|
|
|
+}
|
|
|
+.voffset-6 {
|
|
|
+ margin-top: 6em;
|
|
|
+}
|
|
|
+.voffset-7 {
|
|
|
+ margin-top: 7em;
|
|
|
+}
|
|
|
+.voffset-8 {
|
|
|
+ margin-top: 8em;
|
|
|
+}
|
|
|
+.voffset-9 {
|
|
|
+ margin-top: 9em;
|
|
|
+}
|
|
|
+.voffset-20 {
|
|
|
+ margin-top: 20em;
|
|
|
+}
|
|
|
+
|
|
|
hr {
|
|
|
border-color: #000;
|
|
|
height: 1px;
|
|
@@ -201,4 +236,3 @@ table.fixed {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|