From 72811eacc412c0b00499705f9065ce720d825d49 Mon Sep 17 00:00:00 2001 From: BOTAlex Date: Mon, 26 May 2025 05:19:26 +0200 Subject: [PATCH] fixed my CV with Vim! --- .../zhen/cv/CompsRev2/BottomRightDecor.svelte | 83 ++++++++++--------- src/routes/zhen/cv/rev2/+page.svelte | 9 +- static/stylesheets/global.css | 68 ++++++++------- 3 files changed, 87 insertions(+), 73 deletions(-) diff --git a/src/routes/zhen/cv/CompsRev2/BottomRightDecor.svelte b/src/routes/zhen/cv/CompsRev2/BottomRightDecor.svelte index 8d6936d..6559008 100644 --- a/src/routes/zhen/cv/CompsRev2/BottomRightDecor.svelte +++ b/src/routes/zhen/cv/CompsRev2/BottomRightDecor.svelte @@ -1,50 +1,53 @@ -
-
-
- Thank you! ❤ -
-
+
+
+
+
\ No newline at end of file + + > div:nth-child(2) { + background-color: #2f5496; + width: 100mm; + height: 25mm; + + // Text + display: grid; + place-content: center; + align-content: flex-start; + > div { + padding-top: 3.5mm; + color: #4a7bcf; + font-weight: bold; + } + } + } + + diff --git a/src/routes/zhen/cv/rev2/+page.svelte b/src/routes/zhen/cv/rev2/+page.svelte index 2588899..d510694 100644 --- a/src/routes/zhen/cv/rev2/+page.svelte +++ b/src/routes/zhen/cv/rev2/+page.svelte @@ -74,7 +74,7 @@
-
+
@@ -90,7 +90,11 @@
- +
@@ -251,4 +255,3 @@ } } - diff --git a/static/stylesheets/global.css b/static/stylesheets/global.css index 118b221..74fac21 100644 --- a/static/stylesheets/global.css +++ b/static/stylesheets/global.css @@ -13,59 +13,67 @@ url("/fonts/NotoSans-VariableFont_wdth,wght.ttf") format("truetype"); } -.cozette * { - font-family: "CozetteVector"; +.NotoSans * { + font-family: "NotoSans"; +} + +.Cozette * { + font-family: "CozetteVector"; } /* fuck it */ body * { - font-family: "CozetteVector"; + font-family: "CozetteVector"; } @media print { - .hide-on-print { - display: none; - } + .hide-on-print { + display: none; + } } -.include-in-print { &, & * { - -webkit-print-color-adjust:exact !important; - print-color-adjust:exact !important; -}} +.include-in-print { + &, + & * { + -webkit-print-color-adjust: exact !important; + print-color-adjust: exact !important; + } +} html { - background: var(--background1); + background: var(--background1); } body { - font-family: NotoSans, var(--main-font); - color: var(--text1); /* Default to primary text color. */ - background-color: var(--background); - margin: 0; + font-family: NotoSans, var(--main-font); + color: var(--text1); /* Default to primary text color. */ + background-color: var(--background); + margin: 0; } -a, a:link a:visited { - color: var(--text1); - text-decoration: none; +a, +a:link a:visited { + color: var(--text1); + text-decoration: none; } code { - font-weight: 400; - font-size: 0.9rem; - line-height: 1.3; - letter-spacing: .32px; - border-radius: .25rem; - padding: 0 .5rem; - background-color: #333333; + font-weight: 400; + font-size: 0.9rem; + line-height: 1.3; + letter-spacing: 0.32px; + border-radius: 0.25rem; + padding: 0 0.5rem; + background-color: #333333; } /* Print-specific styles */ @media print { - .hide-on-print { - display: none; - } + .hide-on-print { + display: none; + } } .hidden { - display: none; -} \ No newline at end of file + display: none; +}