[CHANGE] Public templates updated to BS 5

This commit is contained in:
Peter Pfeufer
2023-12-11 11:14:17 +01:00
parent 4dd42da993
commit 995c84481c
7 changed files with 51 additions and 37 deletions

View File

@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<!-- TODO Bundle all the site specific stuff up into its own template for easy overide -->
<!-- TODO Bundle all the site specific stuff up into its own template for easy override -->
<meta property="og:title" content="{{ SITE_NAME }}">
<meta property="og:image" content="{{ SITE_URL }}{% static 'allianceauth/icons/apple-touch-icon.png' %}">
<meta property="og:description" content="Alliance Auth - An auth system for EVE Online to help in-game organizations manage online service access.">
@@ -16,8 +16,9 @@
<title>{% block title %}{% block page_title %}{% endblock page_title %} - {{ SITE_NAME }}{% endblock title %}</title>
{% include 'bundles/bootstrap-css.html' %}
{% include 'bundles/bootstrap-css-bs5.html' %}
{% include 'bundles/fontawesome.html' %}
{% block extra_include %}
{% endblock %}
@@ -30,25 +31,23 @@
background-size: cover;
}
.panel-transparent {
.card-login {
background: rgba(48 48 48 / 0.7);
color: #ffffff;
color: rgb(255 255 255);
padding-bottom: 21px;
}
.panel-body {
}
#lang-select {
width: 40%;
margin-left: auto;
margin-right: auto;
}
{% block extra_style %}
{% endblock %}
</style>
</head>
<body>
<div class="container" style="margin-top:150px;">
{% block content %}