sdf
This commit is contained in:
parent
77775a1ba0
commit
1e94fd24be
17 changed files with 40 additions and 25 deletions
|
@ -143,4 +143,8 @@ blockquote a {
|
|||
|
||||
.user-name span {
|
||||
color: #117743 !important;
|
||||
}
|
||||
|
||||
.comment-anchor:target, .unread2 {
|
||||
background: #ffffff88 !important;
|
||||
}
|
|
@ -507,15 +507,14 @@ a.nav-link:hover {
|
|||
}
|
||||
|
||||
.comment-anchor:target, .unread2 {
|
||||
background: rgba(136,136,136,0.2) !important;
|
||||
background: #88888833 !important;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
/*chat*/
|
||||
#chat-window {
|
||||
background-color: white !important;
|
||||
}
|
||||
|
||||
.chat-message {
|
||||
color: var(--black2) !important;
|
||||
}
|
||||
}
|
|
@ -95,4 +95,8 @@ blockquote {
|
|||
|
||||
#profilestuff > * {
|
||||
color: #cfcfcf !important;
|
||||
}
|
||||
|
||||
.comment-anchor:target, .unread2 {
|
||||
background: #ffffff88 !important;
|
||||
}
|
|
@ -77,4 +77,8 @@ blockquote {
|
|||
|
||||
#profilestuff > * {
|
||||
color: var(--gray-400) !important;
|
||||
}
|
||||
|
||||
.comment-anchor:target, .unread2 {
|
||||
background: #00000055 !important;
|
||||
}
|
|
@ -4810,7 +4810,7 @@ html {
|
|||
display: block;
|
||||
}
|
||||
.comment-anchor:target, .unread2 {
|
||||
background: rgba(255,255,255,0.2) !important;
|
||||
background: #ffffff33 !important;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
|
|
|
@ -157,4 +157,8 @@ blockquote {
|
|||
|
||||
#profilestuff > * {
|
||||
color: #cfcfcf !important;
|
||||
}
|
||||
|
||||
.comment-anchor:target, .unread2 {
|
||||
background: #ffffffaa !important;
|
||||
}
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=201"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=202"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=33">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -39,7 +39,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=201"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=202"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=33">
|
||||
{% endif %}
|
||||
|
||||
</head>
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
<title>Chat</title>
|
||||
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=201">
|
||||
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=202">
|
||||
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=33">
|
||||
{% if v.css %}
|
||||
<link rel="stylesheet" href="/@{{v.username}}/css">
|
||||
{% endif %}
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
<script src="/static/assets/js/bootstrap.js?v=245"></script>
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=201">
|
||||
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=202">
|
||||
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=33">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -32,8 +32,8 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=201">
|
||||
<link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=202">
|
||||
<link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=33">
|
||||
{% endif %}
|
||||
|
||||
{% if sub and sub.css and not request.path.endswith('settings') %}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{% block content %}
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=201"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=202"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=33">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -30,7 +30,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=201"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=202"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=33">
|
||||
{% endif %}
|
||||
|
||||
<div class="row justify-content-around">
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
{% endblock %}
|
||||
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=201">
|
||||
<link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=202">
|
||||
<link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=33">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<title>2-Step Login - {{SITE_NAME}}</title>
|
||||
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=201"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=202"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=33">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=190"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=190"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=33">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
|
|
@ -39,10 +39,10 @@
|
|||
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=201"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=202"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=33">
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=201"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=202"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=33">
|
||||
{% endif %}
|
||||
</head>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<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>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=201"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=202"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=33">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %}</title>
|
||||
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=201"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=202"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=33">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
{% block stylesheets %}
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=201"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=202"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=33">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -50,8 +50,8 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=201">
|
||||
<link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=32">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?v=202">
|
||||
<link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=33">
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue