forked from MarseyWorld/MarseyWorld
fsd
parent
cdb4723b5c
commit
3ffae51be5
|
@ -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" %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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" %}
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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" %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue