change event structure

pull/83/head
Aevann 2023-01-01 07:33:09 +02:00
parent 224b339df3
commit db6db63836
146 changed files with 396 additions and 471 deletions

View File

@ -87,9 +87,6 @@ from files.routes.allroutes import *
if app.config['SERVICE'] == Service.RDRAMA:
from files.routes import *
if HOLIDAY_EVENT():
from files.events import *
event_init()
elif app.config['SERVICE'] == Service.CHAT:
from files.routes.chat import *

View File

@ -1,7 +1,7 @@
/* text */
@font-face{
font-family: "Plakat-Fraktur";
src: url("/assets/event/fonts/Plakat-Fraktur-Black.woff") format("woff");
src: url("/assets/fistmas/fonts/Plakat-Fraktur-Black.woff") format("woff");
}
@media (max-width: 767.98px) {

View File

@ -3,9 +3,9 @@
/* Fonts */
@font-face {
font-family: "Burbank Small Medium";
src: url("/assets/event/fonts/Burbank-Small-Medium.woff2") format("woff2"),
url("/assets/event/fonts/Burbank-Small-Medium.woff") format("woff"),
url("/assets/event/fonts/Burbank-Small-Medium.ttf") format("truetype");
src: url("/assets/fistmas/fonts/Burbank-Small-Medium.woff2") format("woff2"),
url("/assets/fistmas/fonts/Burbank-Small-Medium.woff") format("woff"),
url("/assets/fistmas/fonts/Burbank-Small-Medium.ttf") format("truetype");
}
:root {
@ -34,7 +34,7 @@
body {
font-family: 'Burbank Small Medium', sans-serif;
background-color: rgb(var(--background)) !important;
background-image: url('/assets/event/images/pattern.webp') !important;
background-image: url('/assets/fistmas/images/pattern.webp') !important;
overflow-x: hidden;
}
@ -136,15 +136,15 @@ color: #7a7a7a !important;
}
body {
cursor: url(/assets/event/images/cursor.webp?v=1), auto !important;
cursor: url(/assets/fistmas/images/cursor.webp?v=1), auto !important;
}
textarea, input[type=textbox], input[type=search] {
cursor: url(/assets/event/images/text.webp?v=1) 9 14, auto !important;
cursor: url(/assets/fistmas/images/text.webp?v=1) 9 14, auto !important;
}
.btn, input[type=button], button, a {
cursor: url(/assets/event/images/pointer.webp?v=1), auto !important;
cursor: url(/assets/fistmas/images/pointer.webp?v=1), auto !important;
}
.fa-moon-over-sun:before{content:"\f74a"}
@ -171,7 +171,7 @@ textarea, input[type=textbox], input[type=search] {
left: 0;
height: 57px;
width: 100%;
background: url('/assets/event/images/lights.webp?v=1');
background: url('/assets/fistmas/images/lights.webp?v=1');
animation: lights 1s infinite steps(2);
pointer-events: none;
}
@ -196,7 +196,7 @@ textarea, input[type=textbox], input[type=search] {
.btn::after, .snow-cap::after {
content: '';
pointer-events: none;
background: url("/assets/event/images/snowcap.webp?v=1") repeat-x;
background: url("/assets/fistmas/images/snowcap.webp?v=1") repeat-x;
background-size: contain;
position: absolute;
bottom: -18px;

View File

@ -5,7 +5,7 @@
left: 0;
height: 57px;
width: 100%;
background: url('/assets/event/images/lights.webp?v=1');
background: url('/assets/fistmas/images/lights.webp?v=1');
animation: lights 1s infinite steps(2);
pointer-events: none;
z-index: 1;

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 358 B

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 160 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 632 B

After

Width:  |  Height:  |  Size: 632 B

View File

Before

Width:  |  Height:  |  Size: 370 B

After

Width:  |  Height:  |  Size: 370 B

View File

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 113 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 252 B

Some files were not shown because too many files have changed in this diff Show More