forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-13 21:35:22 +02:00
parent 7033fc258b
commit 9d9ad47be7
11 changed files with 22 additions and 22 deletions

View File

@ -15,7 +15,7 @@
{% if v %} {% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=48"> <link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {
@ -39,7 +39,7 @@
{% endif %} {% endif %}
{% else %} {% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48"> <link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
{% endif %} {% endif %}
</head> </head>

View File

@ -15,7 +15,7 @@
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"> <link rel="stylesheet" href="/assets/css/main.css?v=231">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=48"> <link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
{% if v.css %} {% if v.css %}
<link rel="stylesheet" href="/@{{v.username}}/css"> <link rel="stylesheet" href="/@{{v.username}}/css">
{% endif %} {% endif %}
@ -80,7 +80,7 @@
} }
#online { #online {
background-color: var(--gray-700) !important; background-color: var(--background) !important;
} }
.chat-line .btn { .chat-line .btn {
@ -100,7 +100,7 @@
</style> </style>
</head> </head>
<body {% if SITE_NAME == 'rDrama' %}style="background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--gray-700)!important"{% endif %}> <body {% if SITE_NAME == 'rDrama' %}style="background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--background)!important"{% endif %}>
<script src="/assets/js/bootstrap.js?v=249"></script> <script src="/assets/js/bootstrap.js?v=249"></script>
{% include "header.html" %} {% include "header.html" %}

View File

@ -8,7 +8,7 @@
{% if v %} {% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"> <link rel="stylesheet" href="/assets/css/main.css?v=231">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=48"> <link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {
@ -33,7 +33,7 @@
{% else %} {% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"> <link rel="stylesheet" href="/assets/css/main.css?v=231">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48"> <link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
{% endif %} {% endif %}
{% if sub and sub.css and not request.path.endswith('settings') %} {% if sub and sub.css and not request.path.endswith('settings') %}
@ -223,7 +223,7 @@
</head> </head>
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" {% if SITE_NAME == 'rDrama' %}style="{% if path != '/formatting' %}overflow-x: hidden; {% endif %} background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--gray-700)!important;"{% endif %}> <body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" {% if SITE_NAME == 'rDrama' %}style="{% if path != '/formatting' %}overflow-x: hidden; {% endif %} background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--background)!important;"{% endif %}>
{% block Banner %} {% block Banner %}
{% if '@' not in request.path %} {% if '@' not in request.path %}

View File

@ -6,7 +6,7 @@
{% block content %} {% block content %}
{% if v %} {% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=48"> <link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {
@ -30,7 +30,7 @@
{% endif %} {% endif %}
{% else %} {% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48"> <link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
{% endif %} {% endif %}
<div class="row justify-content-around"> <div class="row justify-content-around">

View File

@ -19,7 +19,7 @@
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"> <link rel="stylesheet" href="/assets/css/main.css?v=231">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48"> <link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
</head> </head>

View File

@ -14,7 +14,7 @@
<title>2-Step Login - {{SITE_NAME}}</title> <title>2-Step Login - {{SITE_NAME}}</title>
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48"> <link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
</head> </head>

View File

@ -34,7 +34,7 @@
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=48"> <link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {
@ -58,7 +58,7 @@
{% endif %} {% endif %}
</head> </head>
<body id="settings" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--gray-700)!important;"{% endif %}> <body id="settings" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--background)!important;"{% endif %}>
{% include "header.html" %} {% include "header.html" %}
<div class="container"> <div class="container">

View File

@ -39,14 +39,14 @@
{% if v %} {% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=48"> <link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
{% else %} {% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48"> <link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
{% endif %} {% endif %}
</head> </head>
<body id="settings2" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--gray-700)!important;"{% endif %}> <body id="settings2" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--background)!important;"{% endif %}>
{% include "header.html" %} {% include "header.html" %}

View File

@ -31,7 +31,7 @@
<title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %}</title> <title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %}</title>
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48"> <link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
</head> </head>

View File

@ -32,7 +32,7 @@
<title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %}</title> <title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %}</title>
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48"> <link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
</head> </head>

View File

@ -26,7 +26,7 @@
{% block stylesheets %} {% block stylesheets %}
{% if v %} {% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=48"> <link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {
@ -51,11 +51,11 @@
{% else %} {% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=231"> <link rel="stylesheet" href="/assets/css/main.css?v=231">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48"> <link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
{% endif %} {% endif %}
{% endblock %} {% endblock %}
<body id="submit" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--gray-700)!important;display: block;"{% endif %}> <body id="submit" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--background)!important;display: block;"{% endif %}>
{% include "header.html" %} {% include "header.html" %}