diff --git a/src/lib/zhen/cv-comps/LinkedInQrCode.svg b/src/lib/zhen/cv-comps/LinkedInQrCode.svg index fd0dc14..56cfdae 100644 --- a/src/lib/zhen/cv-comps/LinkedInQrCode.svg +++ b/src/lib/zhen/cv-comps/LinkedInQrCode.svg @@ -10,6 +10,5 @@ xmlns:svg="http://www.w3.org/2000/svg"> diff --git a/src/routes/zhen/cv/CompsRev3/BottomRightDecor.svelte b/src/routes/zhen/cv/CompsRev3/BottomRightDecor.svelte index ceccc42..d777cf8 100644 --- a/src/routes/zhen/cv/CompsRev3/BottomRightDecor.svelte +++ b/src/routes/zhen/cv/CompsRev3/BottomRightDecor.svelte @@ -25,7 +25,7 @@ background-image: linear-gradient( to right, - #4472c4 70%, + var(--left-decor-line-color) 70%, rgba(255, 255, 255, 0) 0% ); background-position: top; @@ -34,7 +34,7 @@ } > div:nth-child(2) { - background-color: #2f5496; + background-color: var(--left-decor-line-color); width: 100mm; height: 25mm; diff --git a/src/routes/zhen/cv/CompsRev3/Contact.svelte b/src/routes/zhen/cv/CompsRev3/Contact.svelte index 81d34cf..ac17410 100644 --- a/src/routes/zhen/cv/CompsRev3/Contact.svelte +++ b/src/routes/zhen/cv/CompsRev3/Contact.svelte @@ -31,7 +31,7 @@ width: 100%; /* Bottom border stripe*/ - border-bottom: 1mm solid black; + border-bottom: 1mm solid var(--left-line-color); } .table-display { @@ -50,7 +50,6 @@ } > div, > a { - color: #000000; &:first-child { width: 35%; @@ -73,4 +72,4 @@ } } } - \ No newline at end of file + diff --git a/src/routes/zhen/cv/CompsRev3/LeftTopDecor.svelte b/src/routes/zhen/cv/CompsRev3/LeftTopDecor.svelte index e832f4e..8058053 100644 --- a/src/routes/zhen/cv/CompsRev3/LeftTopDecor.svelte +++ b/src/routes/zhen/cv/CompsRev3/LeftTopDecor.svelte @@ -4,8 +4,8 @@ export let Style = ""; -
-
+
+
@@ -27,14 +27,16 @@ width: 100mm; height: 17.5mm; padding-bottom: 1mm; + padding-top: 1mm; // Text inside display: grid; place-content: center; - border-bottom: #4472c4 dotted 0.5mm; + border-bottom: var(--left-decor-line-color) dotted 0.5mm; + border-top: var(--left-decor-line-color) dotted 0.5mm; &:first-child { - color: #4472c4; + color: var(--left-decor-text-color); font-size: 3mm; //font-weight: bold; } @@ -43,11 +45,13 @@ > div:nth-child(2) { padding-top: 4mm; //border-bottom: #4472c4 dashed 2mm; + + // background-color: var(--left-grid-bg-color); - background-image: linear-gradient(to right, #4472c4 70%, rgba(255,255,255,0) 0%); + background-image: linear-gradient(to right, var(--left-decor-line-color) 70%, rgba(255,255,255,0) 0%); background-position: bottom; background-size: 6mm 1.5mm; background-repeat: repeat-x; } } - \ No newline at end of file + diff --git a/src/routes/zhen/cv/CompsRev3/NamePlate.svelte b/src/routes/zhen/cv/CompsRev3/NamePlate.svelte index c1e0bed..b752996 100644 --- a/src/routes/zhen/cv/CompsRev3/NamePlate.svelte +++ b/src/routes/zhen/cv/CompsRev3/NamePlate.svelte @@ -16,6 +16,6 @@ width: 60%; /* Bottom border stripe*/ - border-bottom: 1mm solid black; + border-bottom: 1mm solid var(--left-line-color); } - \ No newline at end of file + diff --git a/src/routes/zhen/cv/CompsRev3/OtherContact.svelte b/src/routes/zhen/cv/CompsRev3/OtherContact.svelte index c98754e..96bb5d5 100644 --- a/src/routes/zhen/cv/CompsRev3/OtherContact.svelte +++ b/src/routes/zhen/cv/CompsRev3/OtherContact.svelte @@ -27,7 +27,7 @@ width: 100%; /* Bottom border stripe*/ - border-bottom: 1mm solid black; + border-bottom: 1mm solid var(--left-line-color); } .table-display { @@ -46,7 +46,6 @@ } > div, > a { - color: #000000; &:first-child { width: 35%; font-size: 4mm; @@ -68,4 +67,4 @@ } } } - \ No newline at end of file + diff --git a/src/routes/zhen/cv/CompsRev3/ShortProfile.svelte b/src/routes/zhen/cv/CompsRev3/ShortProfile.svelte index c86356c..4516e02 100644 --- a/src/routes/zhen/cv/CompsRev3/ShortProfile.svelte +++ b/src/routes/zhen/cv/CompsRev3/ShortProfile.svelte @@ -23,6 +23,6 @@ width: 100%; /* Bottom border stripe*/ - border-bottom: 1mm solid black; + border-bottom: 1mm solid var(--left-line-color); } - \ No newline at end of file + diff --git a/src/routes/zhen/cv/rev3/+page.svelte b/src/routes/zhen/cv/rev3/+page.svelte index 2003492..8f7598b 100644 --- a/src/routes/zhen/cv/rev3/+page.svelte +++ b/src/routes/zhen/cv/rev3/+page.svelte @@ -74,16 +74,16 @@
-
+
-
+
-
+
@@ -91,11 +91,11 @@
-
+
@@ -115,6 +115,41 @@