fds
This commit is contained in:
parent
0912601726
commit
0dc9dcb52a
13 changed files with 28 additions and 28 deletions
|
@ -2930,7 +2930,7 @@ label.color-radio span {
|
||||||
border-color: var(--primary);
|
border-color: var(--primary);
|
||||||
}
|
}
|
||||||
.form-inline.search .form-control:active, .form-inline.search .form-control:focus {
|
.form-inline.search .form-control:active, .form-inline.search .form-control:focus {
|
||||||
background-color: var(--gray-900);
|
background-color: var(--gray-500);
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
}
|
}
|
||||||
.form-inline.search .form-control, .form-control[readonly] {
|
.form-inline.search .form-control, .form-control[readonly] {
|
||||||
|
@ -2978,7 +2978,7 @@ label.color-radio span {
|
||||||
}
|
}
|
||||||
.form-control:focus, .form-control:active {
|
.form-control:focus, .form-control:active {
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
background-color: var(--gray-900);
|
background-color: var(--gray-500);
|
||||||
outline: 0;
|
outline: 0;
|
||||||
border-color: var(--primary);
|
border-color: var(--primary);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
--secondary: #383838;
|
--secondary: #383838;
|
||||||
--white: #E1E1E1;
|
--white: #E1E1E1;
|
||||||
--black: #CFCFCF;
|
--black: #CFCFCF;
|
||||||
--light: none;
|
--light: transparent;
|
||||||
--muted: #E1E1E1;
|
--muted: #E1E1E1;
|
||||||
--gray: #383838;
|
--gray: #383838;
|
||||||
--gray-100: #E1E1E1;
|
--gray-100: #E1E1E1;
|
||||||
|
@ -13,10 +13,10 @@
|
||||||
--gray-300: #383838;
|
--gray-300: #383838;
|
||||||
--gray-400: #303030;
|
--gray-400: #303030;
|
||||||
--gray-500: #21262d;
|
--gray-500: #21262d;
|
||||||
--gray-600: none;
|
--gray-600: transparent;
|
||||||
--gray-700: none;
|
--gray-700: transparent;
|
||||||
--gray-800: none;
|
--gray-800: transparent;
|
||||||
--gray-900: none;
|
--gray-900: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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=226"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=46">
|
||||||
{% 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=226"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=46">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -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=226">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227">
|
||||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=46">
|
||||||
{% if v.css %}
|
{% if v.css %}
|
||||||
<link rel="stylesheet" href="/@{{v.username}}/css">
|
<link rel="stylesheet" href="/@{{v.username}}/css">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -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=226">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227">
|
||||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=46">
|
||||||
{% 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=226">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227">
|
||||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=46">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if sub and sub.css and not request.path.endswith('settings') %}
|
{% if sub and sub.css and not request.path.endswith('settings') %}
|
||||||
|
|
|
@ -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=226"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=46">
|
||||||
{% 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=226"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=46">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="row justify-content-around">
|
<div class="row justify-content-around">
|
||||||
|
|
|
@ -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=226">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227">
|
||||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=46">
|
||||||
|
|
||||||
</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=226"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=46">
|
||||||
|
|
||||||
</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=226"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=46">
|
||||||
{% if v.agendaposter %}
|
{% if v.agendaposter %}
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
|
|
|
@ -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=226"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=46">
|
||||||
{% 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=226"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=46">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -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=226"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=46">
|
||||||
|
|
||||||
</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=226"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=46">
|
||||||
|
|
||||||
</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=226"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=46">
|
||||||
{% 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=226">
|
<link rel="stylesheet" href="/assets/css/main.css?v=227">
|
||||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=45">
|
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=46">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue