|
@@ -7,34 +7,7 @@
|
|
|
* MIT Licensed.
|
|
* MIT Licensed.
|
|
|
*/
|
|
*/
|
|
|
/* Uncomment and adjust accordingly if you want to import another font from the google-fonts-api: */
|
|
/* Uncomment and adjust accordingly if you want to import another font from the google-fonts-api: */
|
|
|
-@font-face {
|
|
|
|
|
- font-family: 'Poppins';
|
|
|
|
|
- font-style: normal;
|
|
|
|
|
- font-weight: 100;
|
|
|
|
|
- font-display: swap;
|
|
|
|
|
- src: url(https://fonts.gstatic.com/s/poppins/v19/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
|
|
|
|
|
-}
|
|
|
|
|
-@font-face {
|
|
|
|
|
- font-family: 'Poppins';
|
|
|
|
|
- font-style: normal;
|
|
|
|
|
- font-weight: 300;
|
|
|
|
|
- font-display: swap;
|
|
|
|
|
- src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
|
|
|
|
|
-}
|
|
|
|
|
-@font-face {
|
|
|
|
|
- font-family: 'Poppins';
|
|
|
|
|
- font-style: normal;
|
|
|
|
|
- font-weight: 400;
|
|
|
|
|
- font-display: swap;
|
|
|
|
|
- src: url(https://fonts.gstatic.com/s/poppins/v19/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
|
|
|
|
|
-}
|
|
|
|
|
-@font-face {
|
|
|
|
|
- font-family: 'Poppins';
|
|
|
|
|
- font-style: normal;
|
|
|
|
|
- font-weight: 700;
|
|
|
|
|
- font-display: swap;
|
|
|
|
|
- src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
|
|
|
|
|
-}
|
|
|
|
|
|
|
+/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;700&display=swap');*/
|
|
|
:root {
|
|
:root {
|
|
|
--color-text: #999;
|
|
--color-text: #999;
|
|
|
--color-text-dimmed: #666;
|
|
--color-text-dimmed: #666;
|
|
@@ -50,10 +23,6 @@
|
|
|
--gap-body-left: 60px;
|
|
--gap-body-left: 60px;
|
|
|
--gap-modules: 30px;
|
|
--gap-modules: 30px;
|
|
|
}
|
|
}
|
|
|
-/* #module_2_MMM-ImageSlideshow img {
|
|
|
|
|
- width: 50%;
|
|
|
|
|
- height: auto;
|
|
|
|
|
-} */
|
|
|
|
|
table.wachenaufgaben {
|
|
table.wachenaufgaben {
|
|
|
font-size: 3.5em !important;
|
|
font-size: 3.5em !important;
|
|
|
}
|
|
}
|
|
@@ -64,3 +33,6 @@ table.wachenaufgaben tr {
|
|
|
table.wachenaufgaben tr td {
|
|
table.wachenaufgaben tr td {
|
|
|
font-size: 100%!important;
|
|
font-size: 100%!important;
|
|
|
}
|
|
}
|
|
|
|
|
+table.wachenaufgaben tr td.todo_title:before {
|
|
|
|
|
+ content: "\f2bb";
|
|
|
|
|
+}
|