forked from MarseyWorld/MarseyWorld
fsd
parent
308fe32a70
commit
6b57050a6c
|
@ -4,59 +4,59 @@
|
|||
set banner = [
|
||||
{
|
||||
'username': 'Bartholomew_1',
|
||||
'image': '/static/assets/CHRISTMAS/banners/sidebar-banner-1.jpg?a=1'
|
||||
'image': '/static/assets/images/banners/1.webp?a=1'
|
||||
},
|
||||
{
|
||||
'username': 'Yui',
|
||||
'image': '/static/assets/CHRISTMAS/banners/sidebar-banner-2.jpg?a=1'
|
||||
'image': '/static/assets/images/banners/2.webp?a=1'
|
||||
},
|
||||
{
|
||||
'username': 'Bartholomew_1',
|
||||
'image': '/static/assets/CHRISTMAS/banners/sidebar-banner-3.jpg?a=1'
|
||||
'image': '/static/assets/images/banners/3.webp?a=1'
|
||||
},
|
||||
{
|
||||
'username': 'chiobu',
|
||||
'image': '/static/assets/CHRISTMAS/banners/sidebar-banner-4.jpg?a=1'
|
||||
'image': '/static/assets/images/banners/4.webp?a=1'
|
||||
},
|
||||
{
|
||||
'username': 'chiobu',
|
||||
'image': '/static/assets/CHRISTMAS/banners/sidebar-banner-5.webp?a=1'
|
||||
'image': '/static/assets/images/banners/5.webp?a=1'
|
||||
},
|
||||
{
|
||||
'username': 'geese_suck',
|
||||
'image': '/static/assets/CHRISTMAS/banners/sidebar-banner-6.jpg?a=1'
|
||||
'image': '/static/assets/images/banners/6.webp?a=1'
|
||||
},
|
||||
{
|
||||
'username': 'Bartholomew_1',
|
||||
'image': '/static/assets/CHRISTMAS/banners/sidebar-banner-7.jpg?a=1'
|
||||
'image': '/static/assets/images/banners/7.webp?a=1'
|
||||
},
|
||||
{
|
||||
'username': 'drama_enthusiast',
|
||||
'image': '/static/assets/CHRISTMAS/banners/sidebar-banner-8.webp?a=1'
|
||||
'image': '/static/assets/images/banners/8.webp?a=1'
|
||||
},
|
||||
{
|
||||
'username': 'dramarama',
|
||||
'image': '/static/assets/CHRISTMAS/banners/sidebar-banner-9.jpg?a=1'
|
||||
'image': '/static/assets/images/banners/9.webp?a=1'
|
||||
},
|
||||
{
|
||||
'username': 'geese_suck',
|
||||
'image': '/static/assets/CHRISTMAS/banners/sidebar-banner-10.jpg?a=1'
|
||||
'image': '/static/assets/images/banners/10.webp?a=1'
|
||||
},
|
||||
{
|
||||
'username': 'ThreeLetterAgent',
|
||||
'image': '/static/assets/CHRISTMAS/banners/sidebar-banner-11.jpg?a=1'
|
||||
'image': '/static/assets/images/banners/11.webp?a=1'
|
||||
},
|
||||
{
|
||||
'username': 'geese_suck',
|
||||
'image': '/static/assets/CHRISTMAS/banners/sidebar-banner-12.jpg?a=1'
|
||||
'image': '/static/assets/images/banners/12.webp?a=1'
|
||||
},
|
||||
{
|
||||
'username': 'geese_suck',
|
||||
'image': '/static/assets/CHRISTMAS/banners/sidebar-banner-13.jpg?a=1'
|
||||
'image': '/static/assets/images/banners/13.webp?a=1'
|
||||
},
|
||||
{
|
||||
'username': 'geese_suck',
|
||||
'image': '/static/assets/CHRISTMAS/banners/sidebar-banner-14.jpg?a=1'
|
||||
'image': '/static/assets/images/banners/14.webp?a=1'
|
||||
}
|
||||
]
|
||||
%}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=8"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=3">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=21"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=3">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -39,7 +39,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=8"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=21"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
{% endif %}
|
||||
|
||||
</head>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<script src="/static/assets/js/bootstrap.js?a=3"></script>
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=8">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=21">
|
||||
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=3">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
|
@ -32,7 +32,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=8"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=21"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
{% endif %}
|
||||
|
||||
<link href="/static/assets/css/fa.css?a=3" rel="stylesheet">
|
||||
|
@ -250,7 +250,7 @@
|
|||
{% block postNav %}
|
||||
{% endblock %}
|
||||
|
||||
<div id="fuck" class="container{% if request.path=='/' or '/post/' in request.path or '/comment/' in request.path %} transparent{% endif %}">
|
||||
<div class="container{% if request.path=='/' or '/post/' in request.path or '/comment/' in request.path %} transparent{% endif %}">
|
||||
<div class="row justify-content-around" id="main-content-row">
|
||||
|
||||
<div class="col h-100 {% block customPadding %}{% if not '/message' in request.path %}custom-gutters{% endif %}{% endblock %}" id="main-content-col">
|
||||
|
@ -274,6 +274,36 @@
|
|||
{% endblock %}
|
||||
|
||||
</div>
|
||||
{% block sidebar %}
|
||||
|
||||
<div class="col sidebar text-left d-lg-block pt-3 bg-white" style="max-width:300px">
|
||||
<div class="sidebar-section">
|
||||
<img src="/static/assets/images/banners/{{range(0,68)|random()}}.webp?a=1" width=100%>
|
||||
<a class="btn btn-primary btn-block mt-4">SUBMIT DRAMA!</a>
|
||||
|
||||
<p class="mt-4">Drama: any incident, scene, gaffe, rumor, opinion, or disagreement that is blown entirely out of proportion.</p>
|
||||
|
||||
<p>Do your part to keep our community healthy by blowing everything out of proportion and making literally everything as dramatic as possible.</p>
|
||||
|
||||
<p>rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all.</p>
|
||||
|
||||
What we want
|
||||
|
||||
<ul>
|
||||
<li>Arguments.</li>
|
||||
<li>Gossip.</li>
|
||||
<li>Scandals.</li>
|
||||
<li>Lolcows.</li>
|
||||
<li>Assholes.</li>
|
||||
<li>Trainwrecks.</li>
|
||||
<li>Meltdowns.</li>
|
||||
<li>Dramatic news articles.</li>
|
||||
<li>Dramatic rumours (with context).</li>
|
||||
<li>Dramatic everything from anywhere</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -92,40 +92,6 @@
|
|||
|
||||
{% endblock %}
|
||||
|
||||
{% block PseudoSubmitForm %}
|
||||
|
||||
<div class="row no-gutters d-none d-lg-flex mt-3 {% if not v %}mb-3{% endif %}">
|
||||
|
||||
<div class="col">
|
||||
<div class="card pseudo-submit-form border">
|
||||
<div class="card-header bg-gray-100">
|
||||
<div class="mb-0">Create post</div>
|
||||
<ul class="list-inline no-bullets mb-0 d-none">
|
||||
<li class="list-inline-item active mr-4"><i class="fas fa-align-left text-gray-400"></i></li>
|
||||
<li class="list-inline-item"><i class="fas fa-link text-gray-400"></i></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
{% if v %}
|
||||
<a href="/submit">
|
||||
<input autocomplete="off" type="text" class="form-control"
|
||||
placeholder="Post..." aria-label="Username"
|
||||
aria-describedby="basic-addon1">
|
||||
</a>
|
||||
{% else %}
|
||||
<a href="/signup">
|
||||
<input autocomplete="off" type="text" class="form-control"
|
||||
placeholder="Post..." aria-label="Username"
|
||||
aria-describedby="basic-addon1">
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="row no-gutters {% if listing %}mt-md-3{% elif not listing %}my-md-3{% endif %}">
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{% block content %}
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=8"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=3">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=21"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=3">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -30,7 +30,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=8"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=21"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
{% endif %}
|
||||
|
||||
<div class="row justify-content-around">
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{% endblock %}
|
||||
|
||||
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=8">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=21">
|
||||
<link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
<link href="/static/assets/css/fa.css?a=3" rel="stylesheet">
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<title>2-Step Login - {{'SITE_NAME' | app_config}}</title>
|
||||
|
||||
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=8"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=21"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=8"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=3">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=21"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=3">
|
||||
{% 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?a=8"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=3">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=21"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=3">
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=8"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=21"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
{% endif %}
|
||||
|
||||
<link href="/static/assets/css/fa.css?a=3" rel="stylesheet">
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<title>{% if ref_user %}{{ref_user.username}} invites you to {{'SITE_NAME' | app_config}}{% else %}Sign up - {{'SITE_NAME' | app_config}}{% endif %}</title>
|
||||
|
||||
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=8"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=21"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<title>{% if ref_user %}{{ref_user.username}} invites you to {{'SITE_NAME' | app_config}}{% else %}{{'SITE_NAME' | app_config}}{% endif %}</title>
|
||||
|
||||
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=8"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=21"><link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
{% block stylesheets %}
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=8"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=3">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=21"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=3">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -50,7 +50,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=8">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=21">
|
||||
<link rel="stylesheet" href="/static/assets/css/{{'DEFAULT_THEME' | app_config}}.css?a=3">
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue