page.scss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  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. // border: 5px white solid;
  68. padding: 0;
  69. width: 12em;
  70. span {
  71. // background-color: #c0c0c0 !important;
  72. background-color: #dcdcdc !important;
  73. text-align: center;
  74. width: 10em;
  75. display: block;
  76. vertical-align: middle;
  77. margin:0 auto;
  78. &.e-note {
  79. background-color: white !important;
  80. width: 17em;
  81. margin: 0;
  82. padding: 0;
  83. }
  84. }
  85. }
  86. .td-padding-extra {
  87. padding: 2mm 0 2mm 0;
  88. }
  89. .fachgruppe-margin {
  90. padding-top: 0.3em;
  91. }
  92. .fett {
  93. font-weight: bolder;
  94. }
  95. .lernfeld-lernbereich {
  96. padding-left: 2em;
  97. }
  98. .lernbereich {
  99. padding-left: 20mm;
  100. }
  101. .klein {
  102. font-size: smaller;
  103. }
  104. .eng {
  105. line-height: 1.3em;
  106. }
  107. .grau *{
  108. color: rgb(100,100,100) !important;
  109. }
  110. ul.dashes {
  111. margin: 0;
  112. list-style-type: none;
  113. padding-left: 1em;
  114. li:before {
  115. content: "–";
  116. position: absolute;
  117. margin-left: -1em;
  118. }
  119. }
  120. .schulnummer {
  121. text-align: right;
  122. }
  123. .wasserzeichen {
  124. position: absolute;
  125. opacity: 0.5;
  126. z-index: 99;
  127. color: red;
  128. font-size: 96pt;
  129. }
  130. .seitenlogo {
  131. position: absolute;
  132. bottom: 10mm;
  133. left: 10mm;
  134. }
  135. * {
  136. box-sizing: border-box;
  137. -moz-box-sizing: border-box;
  138. }
  139. html {
  140. font-size: 62.5%; }
  141. body {
  142. font-size: 1.33em; /* currently ems cause chrome bug misinterpreting rems on body element */
  143. line-height: 1.5;
  144. font-weight: normal;
  145. font-family: $font-stack;
  146. color: #333;
  147. }
  148. /* Typography
  149. –––––––––––––––––––––––––––––––––––––––––––––––––– */
  150. h1, h2, h3, h4, h5, h6 {
  151. margin-top: 0;
  152. margin-bottom: 0;
  153. font-weight: 400;
  154. }
  155. h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}
  156. h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
  157. h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }
  158. h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
  159. h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }
  160. h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }
  161. p { margin-top: 0; }
  162. page {
  163. position: relative;
  164. padding: 10mm 25mm 10mm 25mm;
  165. display: block;
  166. border: 1px solid black;
  167. -webkit-box-shadow: 5px 5px 4px 0px rgba(192,192,192,1);
  168. -moz-box-shadow: 5px 5px 4px 0px rgba(192,192,192,1);
  169. box-shadow: 5px 5px 4px 0px rgba(192,192,192,1);
  170. -webkit-print-color-adjust: exact;
  171. }
  172. page[size="A4"][orientation="portrait"] {
  173. width: 210mm;
  174. height: 296.8mm;
  175. }
  176. page[size="A4"][orientation="landscape"] {
  177. width: 296.8mm;
  178. height: 210mm;
  179. }
  180. page[size="A3"][orientation="portrait"] {
  181. width: 296.8mm;
  182. height: 420mm;
  183. }
  184. page[size="A3"][orientation="landscape"] {
  185. width: 420mm;
  186. height: 296.8mm;
  187. }
  188. page[size="A5"][orientation="portrait"] {
  189. width: 14.8cm;
  190. height: 21cm;
  191. }
  192. page[size="A5"][orientation="landscape"] {
  193. width: 21cm;
  194. height: 14.8cm;
  195. }
  196. .grid {
  197. display: grid;
  198. grid-template-columns: auto;
  199. grid-template-rows: auto 1fr auto;
  200. grid-template-areas: "header"
  201. "main"
  202. "footer";
  203. grid-gap: 0px;
  204. align-content: start;
  205. }
  206. .header {
  207. grid-area: header;
  208. align-self: start;
  209. }
  210. .main {
  211. grid-area: main;
  212. align-self: start;
  213. }
  214. .footer {
  215. grid-area: footer;
  216. align-self: end;
  217. }
  218. .main-grid {
  219. grid-area: main;
  220. display: grid;
  221. grid-column-gap: 25mm;
  222. grid-template-columns: 1fr 1fr;
  223. grid-template-rows: auto 1fr auto;
  224. grid-template-areas: "header-left header-right"
  225. "main-left main-right"
  226. "footer-left footer-right";
  227. }
  228. .main-left {
  229. grid-area: main-left;
  230. }
  231. .main-right {
  232. grid-area: main-right;
  233. }
  234. .footer-grid {
  235. grid-area: footer;
  236. display: grid;
  237. grid-column-gap: 25mm;
  238. grid-template-columns: 1fr 1fr;
  239. grid-template-rows: auto;
  240. grid-template-areas: "footer-left footer-right";
  241. }
  242. .footer-left {
  243. grid-area: footer-left;
  244. }
  245. .footer-right {
  246. grid-area: footer-right;
  247. }
  248. .flex-grid {
  249. display: flex;
  250. }
  251. .col {
  252. flex: 1;
  253. }
  254. table.fixed {
  255. table-layout: fixed;
  256. table th, table td {
  257. overflow: hidden;
  258. }
  259. }
  260. @media print {
  261. * {
  262. //alles was Farbe hat mitdrucken
  263. -webkit-print-color-adjust: exact;
  264. }
  265. //Bootstrap-Eigenart Links mit auszudrucken...
  266. a[href]:after {
  267. content: "";
  268. }
  269. .container {
  270. padding: 0;
  271. margin: 0;
  272. }
  273. page {
  274. page-break-after: always;
  275. margin: 0px;
  276. border: none;
  277. margin-bottom: 0px;
  278. -webkit-box-shadow:initial;
  279. -moz-box-shadow:initial;
  280. box-shadow: initial;
  281. }
  282. @page {
  283. page[size="A4"][orientation="portrait"] {
  284. size: A4 portrait;
  285. }
  286. page[size="A4"][orientation="landscape"] {
  287. size: A4 landscape;
  288. }
  289. page[size="A3"][orientation="portrait"] {
  290. size: A3 portrait;
  291. }
  292. page[size="A3"][orientation="landscape"] {
  293. size: A3 landscape;
  294. }
  295. }
  296. }