This commit is contained in:
SG
2025-06-18 10:50:03 +03:00
parent 6ad76fc082
commit 0a2d621a1d
2 changed files with 11 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ body {
.top_header { .top_header {
position: relative; position: relative;
height: 150px; height: 150px;
background: rgb(70, 70, 124); /*background: rgb(70, 70, 124);*/
overflow: hidden; overflow: hidden;
object-fit: cover; object-fit: cover;
} }
@@ -21,7 +21,9 @@ body {
font-weight: bold; font-weight: bold;
font-size: 1em; font-size: 1em;
line-height: 2em; line-height: 2em;
background: rgba(0, 0, 0, 0.75); /*background: rgba(0, 0, 0, 0.75);*/
background: #121212;
opacity: 0.95;
width: 100%; width: 100%;
text-decoration: none; text-decoration: none;
} }
@@ -29,4 +31,8 @@ body {
article { article {
font-size: 1.1rem; font-size: 1.1rem;
line-height: 1.6; line-height: 1.6;
}
#footer_wrapper {
background: #121212;
} }

View File

@@ -42,14 +42,14 @@
{% endblock %} {% endblock %}
</div> </div>
<div id="footer_wrapper" class="container-fluid"> <div id="footer_wrapper" class="container-fluid">
<div id="footer-data" class="row my-1"> <div id="footer-data" class="row small d-flex text-muted justify-content-end">
{% block footer_includes %} {% block footer_includes %}
{% endblock %} {% endblock %}
</div>
<div class="row small d-flex text-muted justify-content-end bg-dark border-top">
<div class="col-auto" style="font-size: 0.75rem;"> <div class="col-auto" style="font-size: 0.75rem;">
<p class="text-white-50">Page created with <a class="text-decoration-none" href="#microgen">microgen</a></p> <p class="text-white-50">Page created with <a class="text-decoration-none" href="#microgen">microgen</a></p>
</div> </div>
</div> </div>
</div> </div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>