remotes/1693045480750635534/spooky-22
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 %}
<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 %}
<style>
html {

View File

@ -15,7 +15,7 @@
<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/transparent.css?v=41">
{% if v.css %}
<link rel="stylesheet" href="/@{{v.username}}/css">
{% endif %}
@ -100,7 +100,7 @@
</style>
</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>
{% include "header.html" %}

View File

@ -8,7 +8,7 @@
{% if v %}
<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/transparent.css?v=41">
{% if v.agendaposter %}
<style>
html {
@ -223,7 +223,7 @@
</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 %}
{% if '@' not in request.path %}

View File

@ -6,7 +6,7 @@
{% block content %}
{% if v %}
<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 %}
<style>
html {

View File

@ -34,7 +34,7 @@
<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 %}
<style>
html {
@ -58,7 +58,7 @@
{% endif %}
</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" %}
<div class="container">

View File

@ -39,14 +39,14 @@
{% if v %}
<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 %}
<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">
{% endif %}
</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" %}

View File

@ -26,7 +26,7 @@
{% block stylesheets %}
{% if v %}
<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 %}
<style>
html {
@ -55,7 +55,7 @@
{% endif %}
{% 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" %}