forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-11 22:20:15 +02:00
parent 8a75cd07a8
commit 0af512769c
5 changed files with 33 additions and 42 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 }}){% 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/custombackgrounds/{{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 }}){% endif %} no-repeat center center fixed">
<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">
{% 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 }}){% endif %} no-repeat center center fixed">
<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">
{% include "header.html" %}

View File

@ -95,56 +95,47 @@
folder: "fantasy",
backgrounds:
[
"bg-1",
"bg-2",
"bg-3",
"bg-4",
"1",
"2",
"3",
"4",
"5",
]
},
{
folder: "solarpunk",
backgrounds:
[
"bg-1",
"bg-2",
"bg-3",
"bg-4",
"bg-5",
"bg-6",
"bg-7",
"bg-8",
"bg-9",
"bg-10",
"bg-11",
"bg-12",
"bg-13",
"bg-14",
"bg-15",
"bg-16",
"bg-17",
"bg-18",
"bg-19",
]
},
{
folder: "other",
backgrounds:
[
"bg-1",
"bg-2",
"bg-3",
"bg-4",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
]
},
{
folder: "pixelart",
backgrounds:
[
"bg-1",
"bg-2",
"bg-3",
"bg-4",
"bg-5",
"1",
"2",
"3",
"4",
"5",
]
}
]

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 }}){% endif %} no-repeat center center fixed">
<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">
<!-- Navigation -->
{% include "header.html" %}