forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-13 00:52:22 +02:00
parent 249be4da66
commit b443dc1d40
7 changed files with 12 additions and 12 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=223"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=41"> <link rel="stylesheet" href="/assets/css/main.css?v=223"><link rel="stylesheet" href="/assets/css/transparent.css?v=41">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {

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=223"> <link rel="stylesheet" href="/assets/css/main.css?v=223">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=41"> <link rel="stylesheet" href="/assets/css/transparent.css?v=41">
{% if v.css %} {% if v.css %}
<link rel="stylesheet" href="/@{{v.username}}/css"> <link rel="stylesheet" href="/@{{v.username}}/css">
{% endif %} {% endif %}
@ -100,7 +100,7 @@
</style> </style>
</head> </head>
<body {% if v and v.background %}style="background:url(/assets/images/backgrounds/{{v.background}}) center center fixed !important; background-color: #000!important"{% endif %}> <body {% if v and v.background %}style="background:url(/assets/images/backgrounds/anime/1.webp) center center fixed !important; background-color: #000!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=223"> <link rel="stylesheet" href="/assets/css/main.css?v=223">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=41"> <link rel="stylesheet" href="/assets/css/transparent.css?v=41">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {
@ -223,7 +223,7 @@
</head> </head>
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" style="{% if path != '/formatting' %}overflow-x: hidden; {% endif %}{% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) center center fixed !important; background-color: #000!important;{% endif %}"> <body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" style="{% if path != '/formatting' %}overflow-x: hidden; {% endif %}{% if v and v.background %} background:url(/assets/images/backgrounds/anime/1.webp) center center fixed !important; background-color: #000!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=223"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=41"> <link rel="stylesheet" href="/assets/css/main.css?v=223"><link rel="stylesheet" href="/assets/css/transparent.css?v=41">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {

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=223"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=41"> <link rel="stylesheet" href="/assets/css/main.css?v=223"><link rel="stylesheet" href="/assets/css/transparent.css?v=41">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {
@ -58,7 +58,7 @@
{% endif %} {% endif %}
</head> </head>
<body id="settings" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) center center fixed !important; background-color: #000!important;{% endif %}"> <body id="settings" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/anime/1.webp) center center fixed !important; background-color: #000!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=223"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=41"> <link rel="stylesheet" href="/assets/css/main.css?v=223"><link rel="stylesheet" href="/assets/css/transparent.css?v=41">
{% 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=223"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=41"> <link rel="stylesheet" href="/assets/css/main.css?v=223"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=41">
{% endif %} {% endif %}
</head> </head>
<body id="settings2" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) center center fixed !important; background-color: #000!important;{% endif %}"> <body id="settings2" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/anime/1.webp) center center fixed !important; background-color: #000!important;{% endif %}">
{% include "header.html" %} {% include "header.html" %}

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=223"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=41"> <link rel="stylesheet" href="/assets/css/main.css?v=223"><link rel="stylesheet" href="/assets/css/transparent.css?v=41">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {
@ -55,7 +55,7 @@
{% endif %} {% endif %}
{% endblock %} {% endblock %}
<body id="submit" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) center center fixed !important; background-color: #000!important;{% endif %}display: block;"> <body id="submit" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/anime/1.webp) center center fixed !important; background-color: #000!important;{% endif %}display: block;">
{% include "header.html" %} {% include "header.html" %}