mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 15:00:16 +02:00
Standardized background rendering across all templates.
Added logo image field on index.
This commit is contained in:
parent
8e3221e5ec
commit
eb4995eebb
@ -1,7 +1,7 @@
|
|||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
background: url("{% static 'img/index_images/index_bg.jpg' %}") no-repeat center center fixed;
|
background: url('{% static 'img/index_images/index_blank_bg.jpg' %}') no-repeat scroll;
|
||||||
-webkit-background-size: cover;
|
-webkit-background-size: cover;
|
||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
@ -17,15 +17,29 @@
|
|||||||
margin-top: -100px;
|
margin-top: -100px;
|
||||||
margin-left: -200px;
|
margin-left: -200px;
|
||||||
}
|
}
|
||||||
|
#logo {
|
||||||
|
height: 200px;
|
||||||
|
width: 900px;
|
||||||
|
position: fixed;
|
||||||
|
top: 20%;
|
||||||
|
left: 50%;
|
||||||
|
margin-top: -100px;
|
||||||
|
margin-left: -450px;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head lang="en">
|
<head lang="en">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>The 99 Percent Eve Alliance</title>
|
<title>No Handlebars.</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="logo">
|
||||||
|
<p style="text-align:center">
|
||||||
|
<img src="{% static 'img/index_images/logo.png' %}" border="0">
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<p style="text-align:center">
|
<p style="text-align:center">
|
||||||
<a href="/dashboard/">
|
<a href="/dashboard/">
|
||||||
@ -40,16 +54,10 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="text-align:center">
|
<p style="text-align:center">
|
||||||
<a href="/killboard/">
|
<a href="http://kb.nohandlebars.net">
|
||||||
<img src="{% static 'img/index_images/killboard.png' %}" border="0">
|
<img src="{% static 'img/index_images/killboard.png' %}" border="0">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="text-align:center">
|
|
||||||
<a href="https://www.youtube.com/playlist?list=PLXM5OIn59G5Gn7eri-lWkXvE15oP5yUUk">
|
|
||||||
<img src="{% static 'img/index_images/media.png' %}" border="0">
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -23,7 +23,10 @@
|
|||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background: url('{% static 'img/index_images/index_blank_bg.jpg' %}') no-repeat scroll;
|
background: url('{% static 'img/index_images/index_blank_bg.jpg' %}') no-repeat scroll;
|
||||||
background-size: 100% 100%;
|
-webkit-background-size: cover;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
-o-background-size: cover;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-transparent {
|
.panel-transparent {
|
||||||
|
@ -24,7 +24,10 @@
|
|||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background: url('{% static 'img/index_images/index_blank_bg.jpg' %}') no-repeat scroll;
|
background: url('{% static 'img/index_images/index_blank_bg.jpg' %}') no-repeat scroll;
|
||||||
background-size: 100% 100%;
|
-webkit-background-size: cover;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
-o-background-size: cover;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-transparent {
|
.panel-transparent {
|
||||||
|
@ -25,7 +25,10 @@
|
|||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background: url('{% static 'img/index_images/index_blank_bg.jpg' %}') no-repeat scroll;
|
background: url('{% static 'img/index_images/index_blank_bg.jpg' %}') no-repeat scroll;
|
||||||
background-size: 100% 100%;
|
-webkit-background-size: cover;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
-o-background-size: cover;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-transparent {
|
.panel-transparent {
|
||||||
|
@ -24,7 +24,10 @@
|
|||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background: url('{% static 'img/index_images/index_blank_bg.jpg' %}') no-repeat scroll;
|
background: url('{% static 'img/index_images/index_blank_bg.jpg' %}') no-repeat scroll;
|
||||||
background-size: 100% 100%;
|
-webkit-background-size: cover;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
-o-background-size: cover;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-transparent {
|
.panel-transparent {
|
||||||
|
@ -21,7 +21,10 @@
|
|||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background: url('{% static 'img/index_images/index_blank_bg.jpg' %}') no-repeat scroll;
|
background: url('{% static 'img/index_images/index_blank_bg.jpg' %}') no-repeat scroll;
|
||||||
background-size: 100% 100%;
|
-webkit-background-size: cover;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
-o-background-size: cover;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-transparent {
|
.panel-transparent {
|
||||||
|
@ -25,7 +25,10 @@
|
|||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background: url('{% static 'img/index_images/index_blank_bg.jpg' %}') no-repeat scroll;
|
background: url('{% static 'img/index_images/index_blank_bg.jpg' %}') no-repeat scroll;
|
||||||
background-size: 100% 100%;
|
-webkit-background-size: cover;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
-o-background-size: cover;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-transparent {
|
.panel-transparent {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user