modules/footer.raw: régularisation du footer (2)

This commit is contained in:
Adrien Bourmault 2024-02-29 12:33:18 +01:00
parent 22c7ab59eb
commit 56ab542af2
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
2 changed files with 23 additions and 17 deletions

View File

@ -16,10 +16,8 @@
<footer id="footer"> <footer id="footer">
<div id="footer_title">À propos de <strong>Libre en Communs</strong></div>
<div id="footer_about_menu"> <div id="footer_about_menu">
<div id="footer_title">À propos de <strong>Libre en Communs</strong></div>
<div id="footer_about"> <div id="footer_about">
<p id="footer_about_p"> <p id="footer_about_p">
<b>Libre en Communs</b> est une <b>Libre en Communs</b> est une

View File

@ -387,12 +387,20 @@ div#footer_about_menu {
border-left: unset; border-left: unset;
border-right: unset; border-right: unset;
padding: 15px; padding: 15px;
margin: auto;
} }
div#footer_about { div#footer_about {
display: flex; display: flex;
flex-basis: 80%; flex-basis: 60%;
justify-content: center; }
align-items: center;
div#footer_custom_nav {
display: flex;
flex-direction: column;
flex-basis: 40%;
flex-wrap: wrap;
margin: 5px;
padding: 10px;
} }
p#footer_about_p { p#footer_about_p {
@ -411,19 +419,18 @@ p#footer_about_p b {
nav#footer_menu { nav#footer_menu {
display: flex; display: flex;
flex-basis: 30%; justify-content: right;
justify-content: center; font-size: 80%;
align-items: center;
} }
ul#footer_items { ul#footer_items {
color: var(--a-lec_yellow); color: var(--a-lec_yellow);
} }
li.footer_item { li.footer_item {
text-align: justify; display: inline;
margin-left: 0px; list-style-type: none;
margin-right: 0px; margin-left: 0px;
padding: 0px; margin-right: 0px;
list-style-type: none; padding: 10px;
} }
a.footer_item_link { a.footer_item_link {
color: var(--a-lec_yellow); color: var(--a-lec_yellow);
@ -435,15 +442,16 @@ a.footer_item_link:hover {
div#footer_credit {} div#footer_credit {}
p#footer_copyright { p#footer_copyright {
text-align: center; text-align: right;
font-weight: bold; font-weight: bold;
margin-top: 5px; margin-top: 5px;
margin-bottom: 5px; margin-bottom: 5px;
font-size: 80%;
} }
p#footer_tyto { p#footer_tyto {
text-align: center; text-align: right;
padding-bottom: 10px; padding-bottom: 10px;
margin: auto; font-size: 80%;
} }
a.footer_cr_link { a.footer_cr_link {
color: var(--a-lec_blue); color: var(--a-lec_blue);