main.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. @charset "UTF-8";
  2. @import url(normalize.css);
  3. @font-face {
  4. font-family: 'TeX Gyre Heros';
  5. src: url("texgyreheros-regular-webfont.woff") format("woff");
  6. font-style: normal;
  7. }
  8. @font-face {
  9. font-family: 'TeX Gyre Heros';
  10. src: url("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("texgyreheros-italic-webfont.woff") format("woff");
  17. font-style: italic;
  18. }
  19. @font-face {
  20. font-family: 'TeX Gyre Heros';
  21. src: url("texgyreheros-bolditalic-webfont.woff") format("woff");
  22. font-style: italic;
  23. font-weight: bold;
  24. }
  25. @media print {
  26. .no-print {
  27. display: none !important;
  28. }
  29. * {
  30. -webkit-print-color-adjust: exact;
  31. }
  32. .page {
  33. page-break-after: always;
  34. page-break-inside: avoid;
  35. margin: 0;
  36. }
  37. }
  38. /*
  39. Da *named pages*, also z.B. @page a3landscape noch nicht von Chrome
  40. unterstützt werden, gilt vorerst die Standard-Einstellung von A4 Portrait.
  41. Um andere Formate zu erzeugen, muss die Größe in den svelte-Koponenten
  42. als setup-Einstellung hinterlegt werden. Oder man verwendet ein besonderes CSS
  43. mit der anderen Einstellung.
  44. Dazu bitte ein @import 'nicht_a4_portrait.css' verwenden. Svelte ignoriert sonst
  45. die in den <style> tags hinterlegten @... Anweisungen.
  46. Link: https://www.w3.org/TR/css3-page/#using-named-pages
  47. */
  48. .page[size="A4"][orientation="portrait"] {
  49. page: a4portrait;
  50. width: 210mm;
  51. height: 296.8mm;
  52. }
  53. @page a4portrait {
  54. margin: 0;
  55. size: A4 portrait;
  56. }
  57. .page[size="A4"][orientation="landscape"] {
  58. page: a4landscape;
  59. width: 296.8mm;
  60. height: 210mm;
  61. }
  62. @page a4landscape {
  63. margin: 0;
  64. size: A4 landscape;
  65. }
  66. .page[size="A3"][orientation="portrait"] {
  67. page: a3portrait;
  68. width: 296.8mm;
  69. height: 420mm;
  70. }
  71. @page a3portrait {
  72. margin: 0;
  73. size: A3 portrait;
  74. }
  75. .page[size="A3"][orientation="landscape"] {
  76. page: a3landscape;
  77. width: 420mm;
  78. height: 296.8mm;
  79. }
  80. @page a3landscape {
  81. margin: 0;
  82. size: A3 landscape;
  83. }
  84. .page[size="A5"][orientation="portrait"] {
  85. page: a5portrait;
  86. width: 148mm;
  87. height: 210mm;
  88. }
  89. @page a5portrait {
  90. margin: 0;
  91. size: A5 portrait;
  92. }
  93. .page[size="A5"][orientation="landscape"] {
  94. page: a5landscape;
  95. width: 210mm;
  96. height: 148mm;
  97. }
  98. @page a5landscape {
  99. margin: 0;
  100. size: A5 landscape;
  101. }
  102. @media screen {
  103. .page {
  104. border: 1px solid black;
  105. box-shadow: 5px 5px 4px 0 silver;
  106. }
  107. }
  108. svelte {
  109. font-size: 62.5%;
  110. }
  111. .page {
  112. font-size: 1.2em;
  113. line-height: 1.5;
  114. font-weight: normal;
  115. font-family: "Tex Gyre Heros";
  116. color: #333;
  117. position: relative;
  118. padding: 10mm 25mm 10mm 25mm;
  119. display: block;
  120. }
  121. /* Typography */
  122. h1, h2, h3, h4, h5, h6 {
  123. margin-top: 0;
  124. margin-bottom: 0;
  125. font-weight: 400;
  126. }
  127. h1 {
  128. font-size: 4.0em;
  129. line-height: 1.2;
  130. letter-spacing: -.1em;
  131. }
  132. h2 {
  133. font-size: 3.6em;
  134. line-height: 1.25;
  135. letter-spacing: -.1em;
  136. }
  137. h3 {
  138. font-size: 3.0em;
  139. line-height: 1.3;
  140. letter-spacing: -.1em;
  141. }
  142. h4 {
  143. font-size: 2.4em;
  144. line-height: 1.35;
  145. letter-spacing: -.08em;
  146. }
  147. h5 {
  148. font-size: 1.8em;
  149. line-height: 1.5;
  150. letter-spacing: -.05em;
  151. }
  152. h6 {
  153. font-size: 1.5em;
  154. line-height: 1.6;
  155. letter-spacing: 0;
  156. }
  157. p {
  158. margin-top: 0;
  159. }
  160. .grid {
  161. display: grid;
  162. grid-gap: 0;
  163. gap: 0;
  164. align-content: start;
  165. grid-template-columns: auto;
  166. grid-template-rows: auto 1fr auto;
  167. grid-template-areas: "header" "main" "footer";
  168. }
  169. .header {
  170. grid-area: header;
  171. align-self: start;
  172. }
  173. .main {
  174. grid-area: main;
  175. align-self: start;
  176. }
  177. .footer {
  178. grid-area: footer;
  179. align-self: end;
  180. }
  181. .main-grid {
  182. grid-area: main;
  183. display: grid;
  184. grid-column-gap: 25mm;
  185. grid-template-columns: 1fr 1fr;
  186. grid-template-rows: auto 1fr auto;
  187. grid-template-areas: "header-left header-right" "main-left main-right" "footer-left footer-right";
  188. }
  189. .main-left {
  190. grid-area: main-left;
  191. }
  192. .main-right {
  193. grid-area: main-right;
  194. }
  195. .footer-grid {
  196. grid-area: footer;
  197. display: grid;
  198. grid-column-gap: 25mm;
  199. grid-template-columns: 1fr 1fr;
  200. grid-template-rows: auto;
  201. grid-template-areas: "footer-left footer-right";
  202. }
  203. .footer-left {
  204. grid-area: footer-left;
  205. }
  206. .footer-right {
  207. grid-area: footer-right;
  208. }
  209. .flex-grid {
  210. display: flex;
  211. }
  212. .col {
  213. flex: 1;
  214. }
  215. .col-2 {
  216. flex: 2;
  217. }
  218. .voffset-halb {
  219. margin-top: 0.5em;
  220. }
  221. .voffset-1 {
  222. margin-top: 1em;
  223. }
  224. .voffset-2 {
  225. margin-top: 2em;
  226. }
  227. .voffset-3 {
  228. margin-top: 3em;
  229. }
  230. .voffset-4 {
  231. margin-top: 4em;
  232. }
  233. .voffset-5 {
  234. margin-top: 5em;
  235. }
  236. .voffset-6 {
  237. margin-top: 6em;
  238. }
  239. .voffset-7 {
  240. margin-top: 7em;
  241. }
  242. .voffset-8 {
  243. margin-top: 8em;
  244. }
  245. .voffset-9 {
  246. margin-top: 9em;
  247. }
  248. .voffset-10 {
  249. margin-top: 10em;
  250. }
  251. .voffset-11 {
  252. margin-top: 11em;
  253. }
  254. .voffset-12 {
  255. margin-top: 12em;
  256. }
  257. .voffset-13 {
  258. margin-top: 13em;
  259. }
  260. .voffset-14 {
  261. margin-top: 14em;
  262. }
  263. .voffset-15 {
  264. margin-top: 15em;
  265. }
  266. .voffset-16 {
  267. margin-top: 16em;
  268. }
  269. .voffset-17 {
  270. margin-top: 17em;
  271. }
  272. .voffset-18 {
  273. margin-top: 18em;
  274. }
  275. .voffset-19 {
  276. margin-top: 19em;
  277. }
  278. .voffset-20 {
  279. margin-top: 20em;
  280. }
  281. .text-center {
  282. text-align: center !important;
  283. }
  284. hr {
  285. border: 0;
  286. border-top: 1px solid #eee;
  287. border-color: #000;
  288. height: 1px;
  289. margin: 3px 0;
  290. }
  291. .hr-rot {
  292. border-color: #ff2700;
  293. margin: 8px 0;
  294. }
  295. .hr-grau {
  296. border-color: #646464 !important;
  297. }
  298. .table-eng {
  299. margin-bottom: 0 !important;
  300. }
  301. .table-noten {
  302. width: 100%;
  303. border: none;
  304. border-collapse: collapse;
  305. margin-bottom: 1em;
  306. }
  307. .table-bordered {
  308. border-collapse: collapse;
  309. }
  310. .table-bordered tr {
  311. border-bottom: thin solid #333;
  312. }
  313. .fach-bezeichnung {
  314. padding-left: 10mm;
  315. }
  316. .fach-bezeichnung.padding-5 {
  317. padding-left: 2em;
  318. }
  319. .td-fach-note {
  320. padding-bottom: .2em;
  321. padding-top: .2em;
  322. width: 12em;
  323. }
  324. .td-fach-note span {
  325. background-color: #dcdcdc !important;
  326. text-align: center;
  327. width: 10em;
  328. display: block;
  329. vertical-align: middle;
  330. margin: 0 auto;
  331. }
  332. .td-fach-note span.e-note {
  333. background-color: white !important;
  334. width: 17em;
  335. margin: 0;
  336. }
  337. .td-padding-extra {
  338. padding: 2mm 0 2mm 0;
  339. }
  340. .fachgruppe-margin {
  341. padding-top: 0.3em;
  342. }
  343. .fett {
  344. font-weight: bolder;
  345. }
  346. .lernfeld-lernbereich {
  347. padding-left: 2em;
  348. padding-bottom: 0;
  349. }
  350. .lernbereich {
  351. padding-left: 20mm;
  352. }
  353. .klein {
  354. font-size: smaller;
  355. }
  356. .eng {
  357. line-height: 1.3em;
  358. }
  359. .grau * {
  360. color: #646464 !important;
  361. }
  362. ul.dashes {
  363. margin: 0;
  364. list-style-type: none;
  365. padding-left: 1em;
  366. }
  367. ul.dashes li:before {
  368. content: "-";
  369. position: absolute;
  370. margin-left: -1em;
  371. }
  372. .schulnummer {
  373. text-align: right;
  374. }
  375. .wasserzeichen {
  376. position: absolute;
  377. opacity: 0.5;
  378. z-index: 99;
  379. color: red;
  380. font-size: 96pt;
  381. }
  382. .seitenlogo {
  383. position: absolute;
  384. bottom: 10mm;
  385. left: 10mm;
  386. }
  387. * {
  388. box-sizing: border-box;
  389. }
  390. table.fixed {
  391. table-layout: fixed;
  392. }
  393. table.fixed table th, table.fixed table td {
  394. overflow: hidden;
  395. }