hmt 3 rokov pred
rodič
commit
460b5ef947
2 zmenil súbory, kde vykonal 14 pridanie a 16 odobranie
  1. 14 14
      css/main.css
  2. 0 2
      css/normalize.css

+ 14 - 14
css/main.css

@@ -1,5 +1,4 @@
 @charset "UTF-8";
-@import url(normalize.css);
 @font-face {
   font-family: 'TeX Gyre Heros';
   src: url("../daten/texgyreheros-regular-webfont.woff") format("woff");
@@ -45,7 +44,7 @@
     margin: 0;
   }
   .no-print, .no-print * {
-      display: none !important;
+    display: none !important;
   }
 }
 
@@ -55,13 +54,22 @@
 }
 
 html {
+  box-sizing: border-box;
   font-size: 10pt;
 }
+*,
+::after,
+::before {
+  box-sizing: inherit;
+}
+body {
+  margin: 0;
+}
 .page {
   line-height: 1.5;
   font-weight: normal;
   font-family: "Tex Gyre Heros";
-  color: #333;
+  color: #191919;
   position: relative;
   padding: 10mm 25mm 10mm 25mm;
   display: block;
@@ -257,12 +265,12 @@ p {
 hr {
   border: 0;
   border-top: 1px solid #eee;
-  border-color: #000;
+  border-color: #191919;
   height: 1px;
   margin: 3px 0;
 }
 .hr-grau {
-  border-color: #646464 !important;
+  border-color: #333 !important;
 }
 
 .fett {
@@ -278,7 +286,7 @@ hr {
 }
 
 .grau * {
-  color: #646464 !important;
+  color: #333 !important;
 }
 
 ul.dashes {
@@ -294,12 +302,4 @@ ul.dashes li:before {
 
 .schulnummer {
   text-align: left;
-}
-
-.wasserzeichen {
-  position: absolute;
-  opacity: 0.5;
-  z-index: 99;
-  color: red;
-  font-size: 96pt;
 }

+ 0 - 2
css/normalize.css

@@ -1,2 +0,0 @@
-/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
-html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}:root{-moz-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol'}hr{height:0}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{padding:0}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}