fds
This commit is contained in:
parent
42f70bc64e
commit
8de4d61e5b
20 changed files with 55 additions and 44 deletions
|
@ -78,10 +78,6 @@ blockquote p {
|
|||
background: None !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #949494 !important;
|
||||
}
|
||||
|
||||
.btn {
|
||||
color: var(--primary) !important;
|
||||
}
|
||||
|
@ -148,4 +144,8 @@ blockquote a {
|
|||
|
||||
.comment-anchor:target, .unread {
|
||||
background: #ffffff88 !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #949494 !important;
|
||||
}
|
|
@ -517,4 +517,8 @@ a.nav-link:hover {
|
|||
|
||||
.chat-message {
|
||||
color: var(--black2) !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #6e6e6e !important;
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
@import 'classic.css?v=22';
|
||||
@import 'classic.css?v=55';
|
||||
|
||||
/*navbar*/
|
||||
.navbar-light, .navbar .container-fluid, #mobile-bottom-navigation-bar {
|
||||
|
@ -200,3 +200,7 @@ a.nav-link:hover {
|
|||
.chat-message {
|
||||
color: var(--white) !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #6e6e6e !important;
|
||||
}
|
|
@ -82,10 +82,6 @@ blockquote {
|
|||
background: None !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #949494 !important;
|
||||
}
|
||||
|
||||
.btn {
|
||||
color: var(--primary) !important;
|
||||
}
|
||||
|
@ -100,4 +96,8 @@ blockquote {
|
|||
|
||||
.comment-anchor:target, .unread {
|
||||
background: #ffffff88 !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #949494 !important;
|
||||
}
|
|
@ -132,4 +132,8 @@ color: var(--gray-700);
|
|||
|
||||
.dropdown-menu {
|
||||
background-color: var(--gray-800);
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #6e6e6e !important;
|
||||
}
|
|
@ -68,10 +68,6 @@ pre {
|
|||
background: None !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #7a7a7a !important;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
color: var(--gray-400);
|
||||
}
|
||||
|
@ -82,4 +78,8 @@ blockquote {
|
|||
|
||||
.comment-anchor:target, .unread {
|
||||
background: #00000055 !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #7a7a7a !important;
|
||||
}
|
|
@ -30,10 +30,6 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare
|
|||
background: None !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #6e6e6e !important;
|
||||
}
|
||||
|
||||
.tooltip-inner {
|
||||
color: #383838 !important;
|
||||
}
|
||||
|
@ -44,4 +40,8 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare
|
|||
|
||||
.page-link {
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #6e6e6e !important;
|
||||
}
|
|
@ -59,11 +59,6 @@ pre {
|
|||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #7a7a7a !important;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
background-color: var(--gray-500);
|
||||
}
|
||||
|
@ -74,4 +69,8 @@ pre {
|
|||
|
||||
.form-control:focus, .form-control:active {
|
||||
background-color: var(--gray-500);
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #7a7a7a !important;
|
||||
}
|
|
@ -210,10 +210,6 @@
|
|||
color: var(--primary) !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #b0b0b0 !important;
|
||||
}
|
||||
|
||||
.followsyou {
|
||||
background-color: var(--dark) !important;
|
||||
border: 1px solid var(--primary) !important;
|
||||
|
@ -221,4 +217,8 @@
|
|||
|
||||
#frontpage .pseudo-submit-form.card, .form-inline.search .form-control, .form-control[readonly] {
|
||||
border: 2px solid var(--gray-200) !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #b0b0b0 !important;
|
||||
}
|
|
@ -127,10 +127,6 @@ blockquote {
|
|||
padding: 20px !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #5c5c5c !important;
|
||||
}
|
||||
|
||||
.post-actions a, .post-actions button {
|
||||
color: var(--muted) !important;
|
||||
}
|
||||
|
@ -162,4 +158,8 @@ blockquote {
|
|||
|
||||
.comment-anchor:target, .unread {
|
||||
background: #ffffffaa !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited, .visited {
|
||||
color: #5c5c5c !important;
|
||||
}
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=54">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -39,7 +39,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
|
||||
{% endif %}
|
||||
|
||||
</head>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233">
|
||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=54">
|
||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
|
||||
{% if v.css %}
|
||||
<link rel="stylesheet" href="/@{{v.username}}/css">
|
||||
{% endif %}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233">
|
||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=54">
|
||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -33,7 +33,7 @@
|
|||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233">
|
||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
|
||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
|
||||
{% 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="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=54">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -30,7 +30,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
|
||||
{% endif %}
|
||||
|
||||
<div class="row justify-content-around">
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233">
|
||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
|
||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<title>2-Step Login - {{SITE_NAME}}</title>
|
||||
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=54">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
|
|
@ -39,10 +39,10 @@
|
|||
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=54">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=55">
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
|
||||
{% 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="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
|
||||
|
||||
</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="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=54">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=233"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=55">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue