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> </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> <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> </script>
</head> </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" %} {% include "header.html" %}
<!-- Page Content --> <!-- Page Content -->

View File

@ -57,7 +57,7 @@
</head> </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" %} {% include "header.html" %}

View File

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

View File

@ -286,7 +286,7 @@
</head> </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 --> <!-- Navigation -->
{% include "header.html" %} {% include "header.html" %}