mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 15:30:16 +02:00
Undoing my personal changes
Oops, that shouldn't have happened.
This commit is contained in:
parent
15e959b265
commit
3bd40cc57e
Binary file not shown.
Before Width: | Height: | Size: 208 KiB After Width: | Height: | Size: 351 KiB |
@ -6,18 +6,16 @@
|
|||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-color: black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
height: 300px;
|
height: 200px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 40%;
|
top: 60%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-top: -100px;
|
margin-top: -100px;
|
||||||
margin-left: -200px;
|
margin-left: -200px;
|
||||||
background-color: rgba(0,0,0,0.75);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@ -25,7 +23,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head lang="en">
|
<head lang="en">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Sugar Eve Alliance</title>
|
<title>The 99 Percent Eve Alliance</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
@ -48,10 +46,10 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="text-align:center">
|
<p style="text-align:center">
|
||||||
<a href="https://www.youtube.com/channel/UC0oldZRcG0XEWY9vQYPQPmA">
|
<a href="https://www.youtube.com/playlist?list=PLXM5OIn59G5Gn7eri-lWkXvE15oP5yUUk">
|
||||||
<img src="{% static 'img/index_images/media.png' %}" border="0">
|
<img src="{% static 'img/index_images/media.png' %}" border="0">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
{% blocktrans %}Your Corporation{% endblocktrans %}
|
{% blocktrans %}Your Corporation{% endblocktrans %}
|
||||||
|
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user