This commit is contained in:
Aevann1 2021-10-08 18:18:15 +02:00
parent 4e3c8b977b
commit 658cda501c
18 changed files with 23 additions and 25 deletions

View file

@ -35,7 +35,7 @@
--reddit: #ED4630;
}
@import "https://rdrama.net/assets/css/main.scss";
blockquote {
background-color: #c0c0c0;

View file

@ -37,7 +37,7 @@
@import 'https://fonts.googleapis.com/css?family=Lato:400,600,700';
@import "https://rdrama.net/assets/css/main.scss";
* {
font-family: 'Lato';

View file

@ -1,7 +1,5 @@
@charset "UTF-8";
@import url("https://pcmemes.ga/assets/css/main.css");
:root {
--dark: #383838;
--secondary: #383838;

View file

@ -36,7 +36,7 @@
--reddit: #ED4630;
}
@import "https://rdrama.net/assets/css/main.scss";
body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textarea {
background-color: var(--bg-dark) !important;

View file

@ -35,7 +35,7 @@
--reddit: #ED4630;
}
@import "https://rdrama.net/assets/css/main.scss";
* {
border-color: var(--primary);

View file

@ -37,7 +37,7 @@
@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:400,600,700';
@import "https://rdrama.net/assets/css/main.scss";
#frontpage .post-title a:visited {
color: var(--white);

View file

@ -35,7 +35,7 @@
--reddit: #ED4630;
}
@import "https://rdrama.net/assets/css/main.scss";
* {
box-shadow: none !important;

View file

@ -15,11 +15,11 @@
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=60">{% endif %}
{% else %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
{% endif %}
</head>

View file

@ -250,11 +250,11 @@
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=60">{% endif %}
{% else %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
{% endif %}
{% endblock %}

View file

@ -17,11 +17,11 @@
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=60">{% endif %}
{% else %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
{% endif %}
<div class="row justify-content-around">

View file

@ -16,7 +16,7 @@
<link href="/assets/css/fa.css" rel="stylesheet">
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
</head>

View file

@ -12,7 +12,7 @@
<title>2-Step Login - {{'SITE_NAME' | app_config}}</title>
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
</head>

View file

@ -66,7 +66,7 @@
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=60">{% endif %}
<link href="/assets/css/fa.css" rel="stylesheet">

View file

@ -40,10 +40,10 @@
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
{% else %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
{% endif %}
<link href="/assets/css/fa.css" rel="stylesheet">

View file

@ -36,7 +36,7 @@
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap" rel="stylesheet">
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
</head>

View file

@ -31,7 +31,7 @@
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap" rel="stylesheet">
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
</head>

View file

@ -25,11 +25,11 @@
{% block stylesheets %}
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=60">{% endif %}
{% else %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
{% endif %}
{% endblock %}

View file

@ -4,11 +4,11 @@
{% block stylesheets %}
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=60">{% endif %}
{% else %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
{% endif %}
{% if u and u.profilecss %}
<link rel="stylesheet" href="/@{{u.username}}/profilecss">