sfd
This commit is contained in:
parent
05a03b8e3c
commit
05a91869a5
8 changed files with 45 additions and 9 deletions
|
@ -32,6 +32,15 @@
|
||||||
background-color: var(--red);
|
background-color: var(--red);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-link.active {
|
||||||
|
color: var(--white) !important;
|
||||||
|
box-shadow: inset 0 -2px 0 var(--white) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link {
|
||||||
|
color: var(--grey) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/*common*/
|
/*common*/
|
||||||
body, .card, #main-content-row {
|
body, .card, #main-content-row {
|
||||||
background-color: var(--white) !important;
|
background-color: var(--white) !important;
|
||||||
|
@ -57,6 +66,14 @@ body, .card, #main-content-row {
|
||||||
color: var(--downvote) !important;
|
color: var(--downvote) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.arrow-up::before, .arrow-down::before, .score {
|
||||||
|
color: var(--black1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.controversial {
|
||||||
|
color: var(--red) !important;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--blue);
|
color: var(--blue);
|
||||||
}
|
}
|
||||||
|
@ -119,8 +136,8 @@ a {
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#frontpage i.fas.mr-1 {
|
#frontpage .dropdown-toggle, #frontpage i.fas.mr-1 {
|
||||||
color:yellow;
|
color:yellow !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*post*/
|
/*post*/
|
||||||
|
@ -162,6 +179,10 @@ blockquote {
|
||||||
border-color: var(--black1) !important;
|
border-color: var(--black1) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-info.new-comments {
|
||||||
|
color: #ff4500 !important;
|
||||||
|
}
|
||||||
|
|
||||||
#thread #dropdownMenuButton {
|
#thread #dropdownMenuButton {
|
||||||
background-color: var(--red) !important;
|
background-color: var(--red) !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
|
@ -241,3 +262,18 @@ blockquote {
|
||||||
#submit .row.fixed-bottom {
|
#submit .row.fixed-bottom {
|
||||||
background-color: var(--white) !important
|
background-color: var(--white) !important
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*settings*/
|
||||||
|
#settings .text-small, #settings .text-small-extra {
|
||||||
|
color: var(--black1) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#settings .custom-control-label::before {
|
||||||
|
background-color: var(--grey) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#settings .custom-control-input:checked ~ .custom-control-label::before {
|
||||||
|
opacity: 1;
|
||||||
|
background-color: var(--black1) !important;
|
||||||
|
border: var(--blue) solid 0.1px;
|
||||||
|
}
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
{% if v %}
|
{% if v %}
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=7">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=8">
|
||||||
{% if v.agendaposter %}
|
{% if v.agendaposter %}
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
{% if v %}
|
{% if v %}
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=59">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=59">
|
||||||
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=7">
|
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=8">
|
||||||
{% if v.agendaposter %}
|
{% if v.agendaposter %}
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
|
|
|
@ -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="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=7">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=8">
|
||||||
{% if v.agendaposter %}
|
{% if v.agendaposter %}
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
|
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=7">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=8">
|
||||||
{% if v.agendaposter %}
|
{% if v.agendaposter %}
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
{% if v %}
|
{% if v %}
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=7">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=8">
|
||||||
{% else %}
|
{% else %}
|
||||||
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
||||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||||
|
|
|
@ -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="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=7">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=59"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=8">
|
||||||
{% if v.agendaposter %}
|
{% if v.agendaposter %}
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
|
|
|
@ -386,7 +386,7 @@
|
||||||
|
|
||||||
<a href="/@{{u.username}}/followers" class="font-weight-bold">{{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}</a>
|
<a href="/@{{u.username}}/followers" class="font-weight-bold">{{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}</a>
|
||||||
|
|
||||||
<a href="/@{{u.username}}/following" class="font-weight-bold">follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}}</a>
|
<a href="/@{{u.username}}/following" class="font-weight-bold" style="display:block">follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}}</a>
|
||||||
|
|
||||||
{% if u.basedcount %}
|
{% if u.basedcount %}
|
||||||
<br>Based count: {{u.basedcount}}
|
<br>Based count: {{u.basedcount}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue