fds
This commit is contained in:
parent
92760527ab
commit
47c35b9d24
20 changed files with 44 additions and 36 deletions
|
@ -50,6 +50,7 @@
|
|||
--gray-700: #DDD2C4;
|
||||
--gray-800: #DDD2C4;
|
||||
--gray-900: #DDD2C4;
|
||||
--background: #DDD2C4;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
--gray-700: #000000;
|
||||
--gray-800: #000000;
|
||||
--gray-900: #000000;
|
||||
--background: #000000;
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
--gray-700: #2d3c50;
|
||||
--gray-800: #1e293b;
|
||||
--gray-900: #0f172a;
|
||||
--background: #2d3c50;
|
||||
}
|
||||
|
||||
body, .container.transparent, .card {
|
||||
|
@ -19,7 +20,7 @@ body, .container.transparent, .card {
|
|||
}
|
||||
|
||||
.navbar-light {
|
||||
background-color: var(--gray-700) !important
|
||||
background-color: var(--background) !important
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -31,7 +32,7 @@ p {
|
|||
}
|
||||
|
||||
blockquote {
|
||||
background-color: var(--gray-700);
|
||||
background-color: var(--background);
|
||||
}
|
||||
|
||||
#frontpage #main-content-row, .sidebar {
|
||||
|
@ -64,7 +65,7 @@ blockquote {
|
|||
}
|
||||
|
||||
#mobile-bottom-navigation-bar {
|
||||
background-color: var(--gray-700) !important;
|
||||
background-color: var(--background) !important;
|
||||
border-color: var(--gray-600) !important;
|
||||
}
|
||||
|
||||
|
@ -121,7 +122,7 @@ blockquote {
|
|||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: var(--gray-700)
|
||||
background-color: var(--background)
|
||||
}
|
||||
|
||||
.tooltip{
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
--gray-200: #1e1e1e;
|
||||
--white: #1e1e1e;
|
||||
--black: #303030;
|
||||
--background: #ffffff;
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
|
@ -2591,7 +2591,7 @@ html {
|
|||
}
|
||||
body {
|
||||
color: var(--black);
|
||||
background-color: var(--gray-700);
|
||||
background-color: var(--background);
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
@ -2610,14 +2610,14 @@ pre {
|
|||
background-color: var(--gray-600);
|
||||
}
|
||||
#page {
|
||||
background-color: var(--gray-700);
|
||||
background-color: var(--background);
|
||||
}
|
||||
#article {
|
||||
padding-top: 0;
|
||||
background-color: var(--gray-700);
|
||||
background-color: var(--background);
|
||||
}
|
||||
#thread, #userpage {
|
||||
background-color: var(--gray-700);
|
||||
background-color: var(--background);
|
||||
}
|
||||
#article .navbar-light .navbar-nav .nav-link {
|
||||
color: var(--black);
|
||||
|
@ -3252,7 +3252,7 @@ small, .small {
|
|||
background-color: var(--gray-900);
|
||||
}
|
||||
#thread .card {
|
||||
background-color: var(--gray-700);
|
||||
background-color: var(--background);
|
||||
}
|
||||
#frontpage .posts .card:first-of-type, #userpage .posts .card:first-of-type, #search .posts .card:first-of-type {
|
||||
border-top-left-radius: 0.35rem;
|
||||
|
@ -3569,7 +3569,7 @@ small, .small {
|
|||
font-size: 1rem;
|
||||
}
|
||||
.comment-section {
|
||||
background-color: var(--gray-700);
|
||||
background-color: var(--background);
|
||||
}
|
||||
.comment p {
|
||||
word-break: break-word;
|
||||
|
@ -4019,7 +4019,7 @@ pre .com, code .com {
|
|||
max-width: none;
|
||||
}
|
||||
body, #settings, #notifications, #submit {
|
||||
background-color: var(--gray-700);
|
||||
background-color: var(--background);
|
||||
}
|
||||
#thread, #userpage {
|
||||
background-color: var(--gray-600);
|
||||
|
@ -4361,7 +4361,7 @@ div.deleted.banned {
|
|||
border: 1px solid var(--primary);
|
||||
padding: 10px;
|
||||
border-radius: 3px;
|
||||
background-color: var(--gray-700) !important;
|
||||
background-color: var(--background) !important;
|
||||
}
|
||||
.text-info {
|
||||
color: var(--primary) !important;
|
||||
|
@ -4379,10 +4379,10 @@ div.deleted.banned {
|
|||
color: black !important;
|
||||
}
|
||||
.container, .container-fluid {
|
||||
background-color: var(--gray-700) !important;
|
||||
background-color: var(--background) !important;
|
||||
}
|
||||
.btn {
|
||||
background-color: var(--gray-700) !important;
|
||||
background-color: var(--background) !important;
|
||||
}
|
||||
.nobackground {
|
||||
background: None !important;
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
--gray-700: #21262d;
|
||||
--gray-800: #161b22;
|
||||
--gray-900: #0d1117;
|
||||
--background: #21262d;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
--gray-700: transparent;
|
||||
--gray-800: transparent;
|
||||
--gray-900: transparent;
|
||||
--background: #21262d;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -162,6 +162,7 @@
|
|||
--gray-700: #00001f;
|
||||
--gray-800: #00001f;
|
||||
--gray-900: #00001f;
|
||||
--background: #00001f;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
--gray-700: #c0c0c0;
|
||||
--gray-800: #07090A;
|
||||
--gray-900: #000000;
|
||||
--background: #c0c0c0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
|
||||
{% 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=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
|
||||
{% endif %}
|
||||
|
||||
</head>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231">
|
||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
|
||||
{% if v.css %}
|
||||
<link rel="stylesheet" href="/@{{v.username}}/css">
|
||||
{% endif %}
|
||||
|
@ -80,7 +80,7 @@
|
|||
}
|
||||
|
||||
#online {
|
||||
background-color: var(--gray-700) !important;
|
||||
background-color: var(--background) !important;
|
||||
}
|
||||
|
||||
.chat-line .btn {
|
||||
|
@ -100,7 +100,7 @@
|
|||
</style>
|
||||
</head>
|
||||
|
||||
<body {% if SITE_NAME == 'rDrama' %}style="background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--gray-700)!important"{% endif %}>
|
||||
<body {% if SITE_NAME == 'rDrama' %}style="background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--background)!important"{% endif %}>
|
||||
<script src="/assets/js/bootstrap.js?v=249"></script>
|
||||
|
||||
{% include "header.html" %}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231">
|
||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
|
||||
{% 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=231">
|
||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
|
||||
{% endif %}
|
||||
|
||||
{% if sub and sub.css and not request.path.endswith('settings') %}
|
||||
|
@ -223,7 +223,7 @@
|
|||
|
||||
</head>
|
||||
|
||||
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" {% if SITE_NAME == 'rDrama' %}style="{% if path != '/formatting' %}overflow-x: hidden; {% endif %} background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--gray-700)!important;"{% endif %}>
|
||||
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" {% if SITE_NAME == 'rDrama' %}style="{% if path != '/formatting' %}overflow-x: hidden; {% endif %} background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--background)!important;"{% endif %}>
|
||||
|
||||
{% block Banner %}
|
||||
{% if '@' not in request.path %}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{% block content %}
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
|
||||
{% 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=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
|
||||
{% 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=231">
|
||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
|
||||
|
||||
</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=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -58,7 +58,7 @@
|
|||
{% endif %}
|
||||
</head>
|
||||
|
||||
<body id="settings" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--gray-700)!important;"{% endif %}>
|
||||
<body id="settings" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--background)!important;"{% endif %}>
|
||||
|
||||
{% include "header.html" %}
|
||||
<div class="container">
|
||||
|
|
|
@ -39,14 +39,14 @@
|
|||
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
|
||||
{% endif %}
|
||||
</head>
|
||||
|
||||
<body id="settings2" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--gray-700)!important;"{% endif %}>
|
||||
<body id="settings2" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--background)!important;"{% endif %}>
|
||||
|
||||
{% include "header.html" %}
|
||||
|
||||
|
|
|
@ -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=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
|
||||
|
||||
</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=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
{% block stylesheets %}
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -51,11 +51,11 @@
|
|||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231">
|
||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
<body id="submit" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--gray-700)!important;display: block;"{% endif %}>
|
||||
<body id="submit" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--background)!important;display: block;"{% endif %}>
|
||||
|
||||
{% include "header.html" %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue