From 1c65a78004943247adddf6e043b9dddebd63e469 Mon Sep 17 00:00:00 2001 From: simoon Date: Wed, 28 Jul 2021 16:27:24 +0200 Subject: [PATCH] edited a bunch of vue files --- src/components/SecondEditionPage.vue | 310 ++++++++++----------------- src/components/anise.vue | 302 +++++++++++++------------- src/components/knife.vue | 138 +++++++----- src/components/lychee.vue | 97 ++++++--- src/components/phone.vue | 142 +++++++----- src/components/simmered.vue | 218 +++++++++---------- src/components/soulsoup.vue | 95 +++++--- src/components/whatwecan.vue | 96 ++++++--- 8 files changed, 745 insertions(+), 653 deletions(-) diff --git a/src/components/SecondEditionPage.vue b/src/components/SecondEditionPage.vue index a3c375f..e97eac2 100644 --- a/src/components/SecondEditionPage.vue +++ b/src/components/SecondEditionPage.vue @@ -7,10 +7,17 @@ font-family: 'Happy Times'; src: url('../../fonts/happy-times-NG_regular_master.otf'); } - +@font-face { + font-family: 'Semi Light Dots'; + src: url('../../fonts/AC1-SemiLightDots.otf'); +} +@font-face { + font-family: 'ED Regular'; + src: url('../../fonts/ED-Regular.otf'); +} * { border: 0px black solid; - background-color: #FFD600 !important; + background-color: #FFD600; } @@ -20,15 +27,14 @@ body { } #magi { - width: 50%; - z-index: -1; + background-color: transparent; /*padding: 20px;*/ - --color-stop: #fff5f5; - --color-bot: #333042; + /*--color-stop: #fff5f5;*/ + /*--color-bot: #333042;*/ } .img-fluid { - fill: url(#magi) #ffcccc; + /*fill: url(#magi) #ffcccc;*/ } #mag_title { @@ -37,19 +43,22 @@ body { color: #1B75BC; font-family: 'Work Sans', sans-serif; text-align: left; + /*position: fixed;*/ + /*padding: 6px;*/ + background-color: transparent; z-index: 1; - padding: 6px; } #mag_subtitle { - font-size: 200%; - font-family: 'Work Sans', sans-serif; + font-size: 250%; + font-family: 'Semi Light Dots', sans-serif; color: #1B75BC; - text-align: center; + background-color: transparent; height: auto; - padding: 6px; + margin-top: -230px; + text-align: left; } .summary { @@ -62,10 +71,10 @@ body { width: 60%; } - -.col-md-2 { - border-right: 3px dotted #ffcccc; - display: table; +.author { + font-family: 'ED-Regular', sans-serif;; + text-align: center; + color: #FA00FF; } .container_width { @@ -75,11 +84,13 @@ body { #toc { color: #1B75BC; font-family: 'Happy Times'; - text-align: center; - font-size: 100%; + font-size: 120%; text-align: center; border: 8px dotted #1B75BC; - padding: 12px; + padding: 24px; + max-width: 100%; + min-width: 70%; + margin: 18px; } a { @@ -95,33 +106,39 @@ a { font-size: 18px; font-family: 'Work Sans'; letter-spacing: 1px; - /*margin-top: 55px;*/ + margin-top: 80px; + text-align: left; + background-colour: transparent; } @media (max-width: 1217px) { #mag_title { font-size: 500%; - padding-top: 10px; - /*padding-left: 12px;*/ - /*padding-right: 12px;*/ + padding-top: 12px; } #mag_subtitle { font-size: 150%; + text-align: left; padding-top: inherit; - /*padding-left: 20px;*/ } } @media (max-width: 575px) { #mag_title { - font-size: 50px; + font-size: 80px; padding-top: inherit; - } #mag_subtitle { - font-size: 18px; padding-top: inherit; + text-align: right; + } + + #edition { + font-size: 18px; + text-align: right; + margin-top: -36px; + background-color: transparent; } .icons img { @@ -133,22 +150,29 @@ a { } #magi { - width: 50%; - border: 3px double ##ffcccc; - border-radius: 24px 48px 72px 96px; + width: 50%; + text-align: right; + margin-top: -24px; } .col-md-2 { border: none; } + + #main_container { + padding-top: 64px; + } } +.recipe_title { + font-family: 'Bold Big Dots', monospace; + font-size: 200%; + padding-bottom: 18px; +} #main_container { - padding-top: 100px; + padding-top: 72px; padding-bottom: 120px; - /*border-bottom: 2px #ffcccc solid;*/ - } #print { @@ -192,171 +216,67 @@ a {