remotes/1693045480750635534/spooky-22
Aevann1 2022-04-13 00:28:28 +02:00
parent cdb4723b5c
commit 3ffae51be5
6 changed files with 6 additions and 6 deletions

View File

@ -100,7 +100,7 @@
</style>
</head>
<body {% if v and v.background %}style="background:url(/assets/images/backgrounds/{{v.background}}) no-repeat center center fixed !important; background-size: cover!important; background-color: #000!important"{% endif %}>
<body {% if v and v.background %}style="background:url(/assets/images/backgrounds/{{v.background}}) center center fixed !important; background-color: #000!important"{% endif %}>
<script src="/assets/js/bootstrap.js?v=249"></script>
{% include "header.html" %}

View File

@ -223,7 +223,7 @@
</head>
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" style="{% if path != '/formatting' %}overflow-x: hidden; {% endif %}{% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) no-repeat center center fixed !important; background-size: cover!important; background-color: #000!important;{% endif %}">
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" style="{% if path != '/formatting' %}overflow-x: hidden; {% endif %}{% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) center center fixed !important; background-color: #000!important;{% endif %}">
{% block Banner %}
{% if '@' not in request.path %}

View File

@ -58,7 +58,7 @@
{% endif %}
</head>
<body id="settings" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) no-repeat center center fixed !important; background-size: cover!important; background-color: #000!important;{% endif %}">
<body id="settings" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) center center fixed !important; background-color: #000!important;{% endif %}">
{% include "header.html" %}
<div class="container">

View File

@ -46,7 +46,7 @@
{% endif %}
</head>
<body id="settings2" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) no-repeat center center fixed !important; background-size: cover!important; background-color: #000!important;{% endif %}">
<body id="settings2" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) center center fixed !important; background-color: #000!important;{% endif %}">
{% include "header.html" %}

View File

@ -1,4 +1,4 @@
<div class="col sidebar text-left d-none d-lg-block pt-3 pb-5 bg-white" style="max-width:300px">
<div class="col sidebar text-left d-none d-lg-block pt-3 pb-5" style="max-width:300px">
{% if sub %}
{% set image=sub.sidebar_url %}

View File

@ -55,7 +55,7 @@
{% endif %}
{% endblock %}
<body id="submit" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) no-repeat center center fixed !important; background-size: cover!important; background-color: #000!important;{% endif %}display: block;">
<body id="submit" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) center center fixed !important; background-color: #000!important;{% endif %}display: block;">
{% include "header.html" %}