master
Aevann1 2021-08-11 22:20:33 +02:00
parent 0af512769c
commit b35fac09d8
5 changed files with 5 additions and 5 deletions

View File

@ -1001,7 +1001,7 @@
</head>
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/custombackgrounds/{{v.background}}.gif){% endif %} no-repeat center center fixed">
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}.gif){% endif %} no-repeat center center fixed">
<a href="https://secure.transequality.org/site/Donation2?df_id=1480"><img src="/assets/images/banner.png" width="100%"></a>

View File

@ -87,7 +87,7 @@
</script>
</head>
<body id="settings" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/custombackgrounds/{{v.background}}.gif){% endif %} no-repeat center center fixed">
<body id="settings" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}.gif){% endif %} no-repeat center center fixed">
{% include "header.html" %}
<!-- Page Content -->

View File

@ -57,7 +57,7 @@
</head>
<body id="settings-guild" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/custombackgrounds/{{v.background}}.gif){% endif %} no-repeat center center fixed">
<body id="settings-guild" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}.gif){% endif %} no-repeat center center fixed">
{% include "header.html" %}

View File

@ -145,7 +145,7 @@
let bgsDir = backgrounds[bgselector.selectedIndex].folder;
for (i=0; i < bgsToDisplay.length; i++) {
let onclickPost = bgsDir + "/" + bgsToDisplay[i];
str += `<button class="btn btn-secondary m-1 p-0" style="width:15rem; overflow: hidden;"><img style="padding:0.25rem; width: 15rem" src="/assets/images/custombackgrounds/${bgsDir}/${bgsToDisplay[i]}" alt="${bgsToDisplay[i]}-background" onclick="post('/settings/profile?background=${onclickPost}', function(){window.location.reload(true);})"/></button>`;
str += `<button class="btn btn-secondary m-1 p-0" style="width:15rem; overflow: hidden;"><img style="padding:0.25rem; width: 15rem" src="/assets/images/backgrounds/${bgsDir}/${bgsToDisplay[i]}" alt="${bgsToDisplay[i]}-background" onclick="post('/settings/profile?background=${onclickPost}', function(){window.location.reload(true);})"/></button>`;
}
bgContainer.innerHTML = str;
}

View File

@ -286,7 +286,7 @@
</head>
<body id="submit" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/custombackgrounds/{{v.background}}.gif){% endif %} no-repeat center center fixed">
<body id="submit" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}.gif){% endif %} no-repeat center center fixed">
<!-- Navigation -->
{% include "header.html" %}