fds
This commit is contained in:
parent
92760527ab
commit
47c35b9d24
20 changed files with 44 additions and 36 deletions
|
@ -50,6 +50,7 @@
|
||||||
--gray-700: #DDD2C4;
|
--gray-700: #DDD2C4;
|
||||||
--gray-800: #DDD2C4;
|
--gray-800: #DDD2C4;
|
||||||
--gray-900: #DDD2C4;
|
--gray-900: #DDD2C4;
|
||||||
|
--background: #DDD2C4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
--gray-700: #000000;
|
--gray-700: #000000;
|
||||||
--gray-800: #000000;
|
--gray-800: #000000;
|
||||||
--gray-900: #000000;
|
--gray-900: #000000;
|
||||||
|
--background: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
--gray-700: #2d3c50;
|
--gray-700: #2d3c50;
|
||||||
--gray-800: #1e293b;
|
--gray-800: #1e293b;
|
||||||
--gray-900: #0f172a;
|
--gray-900: #0f172a;
|
||||||
|
--background: #2d3c50;
|
||||||
}
|
}
|
||||||
|
|
||||||
body, .container.transparent, .card {
|
body, .container.transparent, .card {
|
||||||
|
@ -19,7 +20,7 @@ body, .container.transparent, .card {
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-light {
|
.navbar-light {
|
||||||
background-color: var(--gray-700) !important
|
background-color: var(--background) !important
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -31,7 +32,7 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
background-color: var(--gray-700);
|
background-color: var(--background);
|
||||||
}
|
}
|
||||||
|
|
||||||
#frontpage #main-content-row, .sidebar {
|
#frontpage #main-content-row, .sidebar {
|
||||||
|
@ -64,7 +65,7 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
#mobile-bottom-navigation-bar {
|
#mobile-bottom-navigation-bar {
|
||||||
background-color: var(--gray-700) !important;
|
background-color: var(--background) !important;
|
||||||
border-color: var(--gray-600) !important;
|
border-color: var(--gray-600) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -121,7 +122,7 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
background-color: var(--gray-700)
|
background-color: var(--background)
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip{
|
.tooltip{
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
--gray-200: #1e1e1e;
|
--gray-200: #1e1e1e;
|
||||||
--white: #1e1e1e;
|
--white: #1e1e1e;
|
||||||
--black: #303030;
|
--black: #303030;
|
||||||
|
--background: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
|
@ -2591,7 +2591,7 @@ html {
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
background-color: var(--gray-700);
|
background-color: var(--background);
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
@ -2610,14 +2610,14 @@ pre {
|
||||||
background-color: var(--gray-600);
|
background-color: var(--gray-600);
|
||||||
}
|
}
|
||||||
#page {
|
#page {
|
||||||
background-color: var(--gray-700);
|
background-color: var(--background);
|
||||||
}
|
}
|
||||||
#article {
|
#article {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
background-color: var(--gray-700);
|
background-color: var(--background);
|
||||||
}
|
}
|
||||||
#thread, #userpage {
|
#thread, #userpage {
|
||||||
background-color: var(--gray-700);
|
background-color: var(--background);
|
||||||
}
|
}
|
||||||
#article .navbar-light .navbar-nav .nav-link {
|
#article .navbar-light .navbar-nav .nav-link {
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
|
@ -3252,7 +3252,7 @@ small, .small {
|
||||||
background-color: var(--gray-900);
|
background-color: var(--gray-900);
|
||||||
}
|
}
|
||||||
#thread .card {
|
#thread .card {
|
||||||
background-color: var(--gray-700);
|
background-color: var(--background);
|
||||||
}
|
}
|
||||||
#frontpage .posts .card:first-of-type, #userpage .posts .card:first-of-type, #search .posts .card:first-of-type {
|
#frontpage .posts .card:first-of-type, #userpage .posts .card:first-of-type, #search .posts .card:first-of-type {
|
||||||
border-top-left-radius: 0.35rem;
|
border-top-left-radius: 0.35rem;
|
||||||
|
@ -3569,7 +3569,7 @@ small, .small {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.comment-section {
|
.comment-section {
|
||||||
background-color: var(--gray-700);
|
background-color: var(--background);
|
||||||
}
|
}
|
||||||
.comment p {
|
.comment p {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
@ -4019,7 +4019,7 @@ pre .com, code .com {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
body, #settings, #notifications, #submit {
|
body, #settings, #notifications, #submit {
|
||||||
background-color: var(--gray-700);
|
background-color: var(--background);
|
||||||
}
|
}
|
||||||
#thread, #userpage {
|
#thread, #userpage {
|
||||||
background-color: var(--gray-600);
|
background-color: var(--gray-600);
|
||||||
|
@ -4361,7 +4361,7 @@ div.deleted.banned {
|
||||||
border: 1px solid var(--primary);
|
border: 1px solid var(--primary);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: var(--gray-700) !important;
|
background-color: var(--background) !important;
|
||||||
}
|
}
|
||||||
.text-info {
|
.text-info {
|
||||||
color: var(--primary) !important;
|
color: var(--primary) !important;
|
||||||
|
@ -4379,10 +4379,10 @@ div.deleted.banned {
|
||||||
color: black !important;
|
color: black !important;
|
||||||
}
|
}
|
||||||
.container, .container-fluid {
|
.container, .container-fluid {
|
||||||
background-color: var(--gray-700) !important;
|
background-color: var(--background) !important;
|
||||||
}
|
}
|
||||||
.btn {
|
.btn {
|
||||||
background-color: var(--gray-700) !important;
|
background-color: var(--background) !important;
|
||||||
}
|
}
|
||||||
.nobackground {
|
.nobackground {
|
||||||
background: None !important;
|
background: None !important;
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
--gray-700: #21262d;
|
--gray-700: #21262d;
|
||||||
--gray-800: #161b22;
|
--gray-800: #161b22;
|
||||||
--gray-900: #0d1117;
|
--gray-900: #0d1117;
|
||||||
|
--background: #21262d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
--gray-700: transparent;
|
--gray-700: transparent;
|
||||||
--gray-800: transparent;
|
--gray-800: transparent;
|
||||||
--gray-900: transparent;
|
--gray-900: transparent;
|
||||||
|
--background: #21262d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -162,6 +162,7 @@
|
||||||
--gray-700: #00001f;
|
--gray-700: #00001f;
|
||||||
--gray-800: #00001f;
|
--gray-800: #00001f;
|
||||||
--gray-900: #00001f;
|
--gray-900: #00001f;
|
||||||
|
--background: #00001f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
--gray-700: #c0c0c0;
|
--gray-700: #c0c0c0;
|
||||||
--gray-800: #07090A;
|
--gray-800: #07090A;
|
||||||
--gray-900: #000000;
|
--gray-900: #000000;
|
||||||
|
--background: #c0c0c0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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" %}
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
|
@ -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">
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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">
|
||||||
|
|
|
@ -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" %}
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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" %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue