page.scss 5.8 KB

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