mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 17:16:22 +01:00
Initial commit with the alliance BG image, modified index page, and corrected password reset URL.
This commit is contained in:
@@ -6,16 +6,18 @@
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
div {
|
||||
height: 200px;
|
||||
height: 300px;
|
||||
width: 400px;
|
||||
position: fixed;
|
||||
top: 60%;
|
||||
top: 40%;
|
||||
left: 50%;
|
||||
margin-top: -100px;
|
||||
margin-left: -200px;
|
||||
background-color: rgba(0,0,0,0.75);
|
||||
}
|
||||
|
||||
</style>
|
||||
@@ -23,7 +25,7 @@
|
||||
<html>
|
||||
<head lang="en">
|
||||
<meta charset="UTF-8">
|
||||
<title>The 99 Percent Eve Alliance</title>
|
||||
<title>Sugar Eve Alliance</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
@@ -46,10 +48,10 @@
|
||||
</p>
|
||||
|
||||
<p style="text-align:center">
|
||||
<a href="https://www.youtube.com/playlist?list=PLXM5OIn59G5Gn7eri-lWkXvE15oP5yUUk">
|
||||
<a href="https://www.youtube.com/channel/UC0oldZRcG0XEWY9vQYPQPmA">
|
||||
<img src="{% static 'img/index_images/media.png' %}" border="0">
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user