page.scss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. $font-stack: "Tex Gyre Heros";
  2. $font-color-light: #c0c0c0;
  3. @font-face {
  4. font-family: 'TeX Gyre Heros';
  5. src: url('/fonts/texgyreheros-regular-webfont.woff') format('woff');
  6. font-style: normal;
  7. }
  8. @font-face {
  9. font-family: 'TeX Gyre Heros';
  10. src: url('/fonts/texgyreheros-bold-webfont.woff') format('woff');
  11. font-style: normal;
  12. font-weight: bold;
  13. }
  14. @font-face {
  15. font-family: 'TeX Gyre Heros';
  16. src: url('/fonts/texgyreheros-italic-webfont.woff') format('woff');
  17. font-style: italic;
  18. }
  19. @font-face {
  20. font-family: 'TeX Gyre Heros';
  21. src: url('/fonts/texgyreheros-bolditalic-webfont.woff') format('woff');
  22. font-style: italic;
  23. font-weight: bold;
  24. }
  25. .voffset-halb {
  26. margin-top: 0.5rem
  27. }
  28. @for $i from 1 through 20 {
  29. .voffset-#{$i} {
  30. margin-top: #{$i}rem
  31. }}
  32. .text-center { text-align: center !important; }
  33. hr {
  34. border: 0;
  35. border-top: 1px solid #eee;
  36. border-color: #000;
  37. height: 1px;
  38. margin: 3px 0;
  39. &.hr-rot {
  40. border-color: #ff2700;
  41. margin: 8px 0;
  42. }
  43. &.hr-grau {
  44. border-color: rgb(100,100,100) !important;
  45. }
  46. }
  47. .table-eng {
  48. margin-bottom: 0px;
  49. td {
  50. padding: 1px !important;
  51. font-size: 9pt;
  52. }
  53. }
  54. .table-noten {
  55. td {
  56. padding: 0 !important;
  57. }
  58. margin-bottom: 1em;
  59. }
  60. .fach-bezeichnung {
  61. padding-left: 10mm;
  62. &.padding-5 {
  63. padding-left: 2em;
  64. }
  65. }
  66. .td-fach-note {
  67. padding: 0;
  68. width: 12em;
  69. span {
  70. background-color: #dcdcdc !important;
  71. text-align: center;
  72. width: 10em;
  73. display: block;
  74. vertical-align: middle;
  75. margin:0 auto;
  76. &.e-note {
  77. background-color: white !important;
  78. width: 17em;
  79. margin: 0;
  80. padding: 0;
  81. }
  82. }
  83. }
  84. .td-padding-extra {
  85. padding: 2mm 0 2mm 0;
  86. }
  87. .fachgruppe-margin {
  88. padding-top: 0.3em;
  89. }
  90. .fett {
  91. font-weight: bolder;
  92. }
  93. .lernfeld-lernbereich {
  94. padding-left: 2em;
  95. }
  96. .lernbereich {
  97. padding-left: 20mm;
  98. }
  99. .klein {
  100. font-size: smaller;
  101. }
  102. .eng {
  103. line-height: 1.3em;
  104. }
  105. .grau *{
  106. color: rgb(100,100,100) !important;
  107. }
  108. ul.dashes {
  109. margin: 0;
  110. list-style-type: none;
  111. padding-left: 1em;
  112. li:before {
  113. content: "–";
  114. position: absolute;
  115. margin-left: -1em;
  116. }
  117. }
  118. .schulnummer {
  119. text-align: right;
  120. }
  121. .wasserzeichen {
  122. position: absolute;
  123. opacity: 0.5;
  124. z-index: 99;
  125. color: red;
  126. font-size: 96pt;
  127. }
  128. .seitenlogo {
  129. position: absolute;
  130. bottom: 10mm;
  131. left: 10mm;
  132. }
  133. * {
  134. box-sizing: border-box;
  135. -moz-box-sizing: border-box;
  136. }
  137. html {
  138. font-size: 62.5%; }
  139. body {
  140. font-size: 1.33em; /* currently ems cause chrome bug misinterpreting rems on body element */
  141. line-height: 1.5;
  142. font-weight: normal;
  143. font-family: $font-stack;
  144. color: #333;
  145. }
  146. /* Typography
  147. –––––––––––––––––––––––––––––––––––––––––––––––––– */
  148. h1, h2, h3, h4, h5, h6 {
  149. margin-top: 0;
  150. margin-bottom: 0;
  151. font-weight: 400;
  152. }
  153. h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}
  154. h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
  155. h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }
  156. h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
  157. h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }
  158. h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }
  159. p { margin-top: 0; }
  160. page {
  161. position: relative;
  162. padding: 10mm 25mm 10mm 25mm;
  163. display: block;
  164. border: 1px solid black;
  165. -webkit-box-shadow: 5px 5px 4px 0px rgba(192,192,192,1);
  166. -moz-box-shadow: 5px 5px 4px 0px rgba(192,192,192,1);
  167. box-shadow: 5px 5px 4px 0px rgba(192,192,192,1);
  168. }
  169. page[size="A4"][orientation="portrait"] {
  170. width: 210mm;
  171. height: 296.8mm;
  172. }
  173. page[size="A4"][orientation="landscape"] {
  174. width: 296.8mm;
  175. height: 210mm;
  176. }
  177. page[size="A3"][orientation="portrait"] {
  178. width: 296.8mm;
  179. height: 420mm;
  180. }
  181. page[size="A3"][orientation="landscape"] {
  182. width: 420mm;
  183. height: 296.8mm;
  184. }
  185. page[size="A5"][orientation="portrait"] {
  186. width: 14.8cm;
  187. height: 21cm;
  188. }
  189. page[size="A5"][orientation="landscape"] {
  190. width: 21cm;
  191. height: 14.8cm;
  192. }
  193. .grid {
  194. display: grid;
  195. grid-template-columns: auto;
  196. grid-template-rows: auto 1fr auto;
  197. grid-template-areas: "header"
  198. "main"
  199. "footer";
  200. grid-gap: 0px;
  201. align-content: start;
  202. }
  203. .header {
  204. grid-area: header;
  205. align-self: start;
  206. }
  207. .main {
  208. grid-area: main;
  209. align-self: start;
  210. }
  211. .footer {
  212. grid-area: footer;
  213. align-self: end;
  214. }
  215. .main-grid {
  216. grid-area: main;
  217. display: grid;
  218. grid-column-gap: 25mm;
  219. grid-template-columns: 1fr 1fr;
  220. grid-template-rows: auto 1fr auto;
  221. grid-template-areas: "header-left header-right"
  222. "main-left main-right"
  223. "footer-left footer-right";
  224. }
  225. .main-left {
  226. grid-area: main-left;
  227. }
  228. .main-right {
  229. grid-area: main-right;
  230. }
  231. .footer-grid {
  232. grid-area: footer;
  233. display: grid;
  234. grid-column-gap: 25mm;
  235. grid-template-columns: 1fr 1fr;
  236. grid-template-rows: auto;
  237. grid-template-areas: "footer-left footer-right";
  238. }
  239. .footer-left {
  240. grid-area: footer-left;
  241. }
  242. .footer-right {
  243. grid-area: footer-right;
  244. }
  245. .flex-grid {
  246. display: flex;
  247. }
  248. .col {
  249. flex: 1;
  250. }
  251. table.fixed {
  252. table-layout: fixed;
  253. table th, table td {
  254. overflow: hidden;
  255. }
  256. }
  257. @media print {
  258. * {
  259. //alles was Farbe hat mitdrucken
  260. -webkit-print-color-adjust: exact;
  261. }
  262. page {
  263. page-break-after: always;
  264. margin: 0px;
  265. border: none;
  266. margin-bottom: 0px;
  267. -webkit-box-shadow:initial;
  268. -moz-box-shadow:initial;
  269. box-shadow: initial;
  270. }
  271. @page {
  272. page[size="A4"][orientation="portrait"] {
  273. size: A4 portrait;
  274. }
  275. page[size="A4"][orientation="landscape"] {
  276. size: A4 landscape;
  277. }
  278. page[size="A3"][orientation="portrait"] {
  279. size: A3 portrait;
  280. }
  281. page[size="A3"][orientation="landscape"] {
  282. size: A3 landscape;
  283. }
  284. }
  285. }