This commit is contained in:
Aevann1 2021-10-11 15:20:17 +02:00
parent 990be02ea7
commit ff3c4431b9
11 changed files with 25 additions and 21 deletions

View file

@ -14654,7 +14654,7 @@ blockquote:last-child {
} }
blockquote + p { blockquote + p {
margin-top: 10px; margin-top: 1rem;
} }
blockquote p { blockquote p {

View file

@ -81,4 +81,8 @@
.badge-count { .badge-count {
color: var(--primary); color: var(--primary);
}
#frontpage .pseudo-submit-form.card, .form-inline.search .form-control, .form-control[readonly] {
border: 2px solid var(--gray-200) !important;
} }

View file

@ -15,8 +15,8 @@
{% 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=72"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=72"> <link rel="stylesheet" href="/assets/css/main.css?v=73"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=73">
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=72">{% elif v.css %}<link rel="stylesheet" href="/@{{v.username}}/css">{% endif %} {% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=73">{% elif v.css %}<link rel="stylesheet" href="/@{{v.username}}/css">{% endif %}
{% else %} {% else %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style> <style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=72"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=72"> <link rel="stylesheet" href="/assets/css/main.css?v=72"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=72">

View file

@ -250,12 +250,12 @@
{% 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=72"> <link rel="stylesheet" href="/assets/css/main.css?v=73">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=72"> <link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=73">
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=72">{% elif v.css %}<link rel="stylesheet" href="/@{{v.username}}/css">{% endif %} {% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=73">{% elif v.css %}<link rel="stylesheet" href="/@{{v.username}}/css">{% endif %}
{% else %} {% else %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style> <style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=72"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=72"> <link rel="stylesheet" href="/assets/css/main.css?v=73"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=73">
{% endif %} {% endif %}
{% endblock %} {% endblock %}

View file

@ -17,11 +17,11 @@
{% 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=72"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=72"> <link rel="stylesheet" href="/assets/css/main.css?v=73"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=73">
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=72">{% elif v.css %}<link rel="stylesheet" href="/@{{v.username}}/css">{% endif %} {% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=73">{% elif v.css %}<link rel="stylesheet" href="/@{{v.username}}/css">{% endif %}
{% else %} {% else %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style> <style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=72"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=72"> <link rel="stylesheet" href="/assets/css/main.css?v=73"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=73">
{% endif %} {% endif %}
<div class="row justify-content-around"> <div class="row justify-content-around">

View file

@ -12,7 +12,7 @@
<title>2-Step Login - {{'SITE_NAME' | app_config}}</title> <title>2-Step Login - {{'SITE_NAME' | app_config}}</title>
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style> <style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=72"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=72"> <link rel="stylesheet" href="/assets/css/main.css?v=73"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=73">
</head> </head>

View file

@ -55,8 +55,8 @@
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=72"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=72"> <link rel="stylesheet" href="/assets/css/main.css?v=73"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=73">
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=72">{% elif v.css %}<link rel="stylesheet" href="/@{{v.username}}/css">{% endif %} {% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=73">{% elif v.css %}<link rel="stylesheet" href="/@{{v.username}}/css">{% endif %}
<link href="/assets/css/fa.css?v=52" rel="stylesheet"> <link href="/assets/css/fa.css?v=52" rel="stylesheet">
</head> </head>

View file

@ -40,10 +40,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=72"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=72"> <link rel="stylesheet" href="/assets/css/main.css?v=73"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=73">
{% else %} {% else %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style> <style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=72"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=72"> <link rel="stylesheet" href="/assets/css/main.css?v=73"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=73">
{% endif %} {% endif %}
<link href="/assets/css/fa.css?v=52" rel="stylesheet"> <link href="/assets/css/fa.css?v=52" rel="stylesheet">

View file

@ -36,7 +36,7 @@
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap" rel="stylesheet">
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style> <style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=72"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=72"> <link rel="stylesheet" href="/assets/css/main.css?v=73"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=73">
</head> </head>

View file

@ -31,7 +31,7 @@
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap" rel="stylesheet">
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style> <style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=72"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=72"> <link rel="stylesheet" href="/assets/css/main.css?v=73"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=73">
</head> </head>

View file

@ -25,12 +25,12 @@
{% 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=72"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=72"> <link rel="stylesheet" href="/assets/css/main.css?v=73"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=73">
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=72">{% elif v.css %}<link rel="stylesheet" href="/@{{v.username}}/css">{% endif %} {% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=73">{% elif v.css %}<link rel="stylesheet" href="/@{{v.username}}/css">{% endif %}
{% else %} {% else %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style> <style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=72"> <link rel="stylesheet" href="/assets/css/main.css?v=73">
<link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=72"> <link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=73">
{% endif %} {% endif %}
{% endblock %} {% endblock %}