This commit is contained in:
Aevann1 2022-04-13 02:13:18 +02:00
parent 33be7b6380
commit ebe7dc8948
13 changed files with 22 additions and 44 deletions

View file

@ -1828,7 +1828,7 @@ button.close {
line-break: auto; line-break: auto;
font-size: 0.875rem; font-size: 0.875rem;
word-wrap: break-word; word-wrap: break-word;
background-color: #fff; background-color: var(--gray-500);
background-clip: padding-box; background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem; border-radius: 0.3rem;

View file

@ -30,17 +30,14 @@
} }
.form-control { .form-control {
background: transparent;
border-color: var(--primary) !important; border-color: var(--primary) !important;
} }
.btn { .btn {
background: transparent;
border-color: var(--primary) !important; border-color: var(--primary) !important;
} }
.form-control:disabled, .form-control[readonly] { .form-control:disabled, .form-control[readonly] {
background: transparent;
border-color: var(--primary) !important; border-color: var(--primary) !important;
} }
@ -52,35 +49,16 @@
border-color: #E53E3E !important; border-color: #E53E3E !important;
} }
#frontpage .pseudo-submit-form.card .card-body .form-control {
border-color: transparent !important;
}
.btn-lg {
border-color: transparent !important;
}
pre { pre {
color: #CFCFCF; color: #CFCFCF;
} }
.row, .col, .comment-section {
background: transparent;
}
.container { .container {
background: rgba(28, 34, 41, 0.85) !important; background: rgba(28, 34, 41, 0.85) !important;
border-radius: 0 !important; border-radius: 0 !important;
} }
.col-12 .card {
background: None !important;
}
#frontpage .post-title a:visited, .visited { #frontpage .post-title a:visited, .visited {
color: #7a7a7a !important; color: #7a7a7a !important;
}
.sidebar {
background: None !important;
} }

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=224"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=43"> <link rel="stylesheet" href="/assets/css/main.css?v=225"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=44">
{% 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=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43"> <link rel="stylesheet" href="/assets/css/main.css?v=225"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=44">
{% endif %} {% endif %}
</head> </head>

View file

@ -14,8 +14,8 @@
<title>Chat</title> <title>Chat</title>
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=224"> <link rel="stylesheet" href="/assets/css/main.css?v=225">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=43"> <link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=44">
{% if v.css %} {% if v.css %}
<link rel="stylesheet" href="/@{{v.username}}/css"> <link rel="stylesheet" href="/@{{v.username}}/css">
{% endif %} {% endif %}

View file

@ -7,8 +7,8 @@
<script src="/assets/js/bootstrap.js?v=245"></script> <script src="/assets/js/bootstrap.js?v=245"></script>
{% 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=224"> <link rel="stylesheet" href="/assets/css/main.css?v=225">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=43"> <link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=44">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {
@ -32,8 +32,8 @@
{% 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=224"> <link rel="stylesheet" href="/assets/css/main.css?v=225">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43"> <link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=44">
{% endif %} {% endif %}
{% if sub and sub.css and not request.path.endswith('settings') %} {% if sub and sub.css and not request.path.endswith('settings') %}

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=224"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=43"> <link rel="stylesheet" href="/assets/css/main.css?v=225"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=44">
{% 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=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43"> <link rel="stylesheet" href="/assets/css/main.css?v=225"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=44">
{% endif %} {% endif %}
<div class="row justify-content-around"> <div class="row justify-content-around">

View file

@ -18,8 +18,8 @@
{% endblock %} {% endblock %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=224"> <link rel="stylesheet" href="/assets/css/main.css?v=225">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43"> <link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=44">
</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=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43"> <link rel="stylesheet" href="/assets/css/main.css?v=225"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=44">
</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=224"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=43"> <link rel="stylesheet" href="/assets/css/main.css?v=225"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=44">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {

View file

@ -39,10 +39,10 @@
{% 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=224"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=43"> <link rel="stylesheet" href="/assets/css/main.css?v=225"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=44">
{% 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=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43"> <link rel="stylesheet" href="/assets/css/main.css?v=225"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=44">
{% endif %} {% endif %}
</head> </head>

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=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43"> <link rel="stylesheet" href="/assets/css/main.css?v=225"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=44">
</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=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43"> <link rel="stylesheet" href="/assets/css/main.css?v=225"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=44">
</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=224"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=43"> <link rel="stylesheet" href="/assets/css/main.css?v=225"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=44">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {
@ -50,8 +50,8 @@
{% 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=224"> <link rel="stylesheet" href="/assets/css/main.css?v=225">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43"> <link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=44">
{% endif %} {% endif %}
{% endblock %} {% endblock %}