burningTyger 8 years ago
parent
commit
7a223a288e
2 changed files with 37 additions and 4 deletions
  1. 0 1
      views/partials/p_asz_zeugnis_noten.slim
  2. 37 3
      views/print.scss

+ 0 - 1
views/partials/p_asz_zeugnis_noten.slim

@@ -1,5 +1,4 @@
 -notenquelle ||= :note_abschluss
--puts s.entlassart
 .row
   .col-xs-12
     table.col-xs-12.table-noten

+ 37 - 3
views/print.scss

@@ -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 {
   }
 }
 
-