From 50b78238cca1999caec2068b15b021b5560357f4 Mon Sep 17 00:00:00 2001 From: Sascha Date: Mon, 28 Aug 2023 01:57:25 +0200 Subject: [PATCH] Updated Signpost and SVGs for EF27 Project --- resources/js/EurofurenceSchedule.vue | 38 +++-- .../EF27/Assets/images/Hourglass4.svg | 67 ++++----- .../EF27/Assets/images/logoEF27Mask.svg | 24 ++-- .../Projects/EF27/Assets/images/logoEF27e.svg | 44 +++--- .../EF27/Assets/images/smoke_blue3.png | Bin 0 -> 30503 bytes .../EF27/Assets/images/smoke_green4.png | Bin 22531 -> 0 bytes .../EF27/Assets/images/smoke_purple.png | Bin 17215 -> 0 bytes .../EF27/Assets/images/smoke_purple2.png | Bin 25176 -> 0 bytes .../EF27/Assets/images/smoke_red3.png | Bin 0 -> 30331 bytes .../EF27/Assets/images/smoke_yellow.png | Bin 17223 -> 0 bytes .../EF27/Assets/images/smoke_yellow2.png | Bin 25198 -> 0 bytes .../Projects/EF27/Components/CurrentTime.vue | 11 +- .../Projects/EF27/Components/Icons/Arrow.svg | 4 +- .../EF27/Components/Icons/ArrowTurn.svg | 19 +++ .../EF27/Components/Icons/ArrowUTurn.svg | 19 +++ .../EF27/Components/Icons/Elevator.svg | 4 +- .../EF27/Components/Icons/ElevatorDown.svg | 19 +++ .../EF27/Components/Icons/ElevatorUp.svg | 19 +++ .../EF27/Components/Icons/EscalatorDown.svg | 21 +++ .../EF27/Components/Icons/EscalatorUp.svg | 21 +++ .../EF27/Components/Icons/FirstAid.svg | 9 ++ .../EF27/Components/Icons/StairsDown.svg | 4 +- .../EF27/Components/Icons/StairsUp.svg | 4 +- .../EF27/Components/Icons/Wheelchair.svg | 12 +- .../js/Projects/EF27/Components/MagicMist.vue | 53 ++++--- .../EF27/Components/TransmutationCircle.vue | 7 - .../EF27/Components/TransmutationCircle2.vue | 7 - .../Projects/EF27/Layouts/PrimaryLayout.vue | 15 +- resources/js/Projects/EF27/Pages/Signpost.vue | 130 +++++++++--------- resources/js/Projects/EF27/app.css | 34 ++++- 30 files changed, 355 insertions(+), 230 deletions(-) create mode 100644 resources/js/Projects/EF27/Assets/images/smoke_blue3.png delete mode 100644 resources/js/Projects/EF27/Assets/images/smoke_green4.png delete mode 100644 resources/js/Projects/EF27/Assets/images/smoke_purple.png delete mode 100644 resources/js/Projects/EF27/Assets/images/smoke_purple2.png create mode 100644 resources/js/Projects/EF27/Assets/images/smoke_red3.png delete mode 100644 resources/js/Projects/EF27/Assets/images/smoke_yellow.png delete mode 100644 resources/js/Projects/EF27/Assets/images/smoke_yellow2.png create mode 100644 resources/js/Projects/EF27/Components/Icons/ArrowTurn.svg create mode 100644 resources/js/Projects/EF27/Components/Icons/ArrowUTurn.svg create mode 100644 resources/js/Projects/EF27/Components/Icons/ElevatorDown.svg create mode 100644 resources/js/Projects/EF27/Components/Icons/ElevatorUp.svg create mode 100644 resources/js/Projects/EF27/Components/Icons/EscalatorDown.svg create mode 100644 resources/js/Projects/EF27/Components/Icons/EscalatorUp.svg create mode 100644 resources/js/Projects/EF27/Components/Icons/FirstAid.svg diff --git a/resources/js/EurofurenceSchedule.vue b/resources/js/EurofurenceSchedule.vue index aa051fc..0da6a58 100644 --- a/resources/js/EurofurenceSchedule.vue +++ b/resources/js/EurofurenceSchedule.vue @@ -1,6 +1,6 @@ +
- @@ -152,8 +152,7 @@ body { .magic-text { position: relative; user-select: none; -//font-family: 'primaryThemeFont', sans-serif; - white-space: pre; +//font-family: 'primaryThemeFont', sans-serif; white-space: pre; } .magic-text span { @@ -167,24 +166,31 @@ body { .w-digit-15 { width: 1.5ch; } + .w-digit-15 span { width: 1ch; } + .w-digit-2 { width: 2ch; } + .w-digit-2 span { width: 1ch; } + .w-digit-45 { width: 4.5ch; } + .w-digit-45 span { width: 1ch; } + .w-digit-5 { width: 5ch; } + .w-digit-5 span { width: 1ch; } diff --git a/resources/js/Projects/EF27/app.css b/resources/js/Projects/EF27/app.css index b248ec7..8a7d7fb 100644 --- a/resources/js/Projects/EF27/app.css +++ b/resources/js/Projects/EF27/app.css @@ -13,9 +13,39 @@ } .themeFontSecondary { - font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; - font-weight: 400; + font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif; + font-weight: 600; line-height: 1.5; } +.fill{fill:#9614C8;stroke:none;} +.stroke{fill:none;stroke:#9614C8;} +.magicTextColor { + color: rgba(155, 155, 255, 1); + text-shadow: 0 0 7px rgba(155, 50, 255, 1), + 0 0 10px rgba(155, 50, 255, 1), + 0 0 21px rgba(150, 20, 200, 0.75), + 0 0 42px rgba(150, 20, 200, 0.5); + user-select: none; +} + +.svgIconFill { + fill:rgba(155, 155, 255, 1); + stroke:none; +} + +.svgIconGlow { + filter: drop-shadow(0px 0px 30px rgba(150, 20, 200, 0.75)); +} + +.hourGlassGlow { + fill: rgba(150, 20, 200, 1); +} + +.hourGlassFill { + fill: rgba(125, 125, 255, 1); +} +.hourGlass { + fill: rgba(155, 155, 255, 1); +}