modules/footer.raw: régularisation du footer (2)
This commit is contained in:
parent
22c7ab59eb
commit
56ab542af2
|
@ -16,10 +16,8 @@
|
|||
|
||||
|
||||
<footer id="footer">
|
||||
|
||||
<div id="footer_title">À propos de <strong>Libre en Communs</strong></div>
|
||||
|
||||
<div id="footer_about_menu">
|
||||
<div id="footer_title">À propos de <strong>Libre en Communs</strong></div>
|
||||
<div id="footer_about">
|
||||
<p id="footer_about_p">
|
||||
<b>Libre en Communs</b> est une
|
||||
|
|
|
@ -387,12 +387,20 @@ div#footer_about_menu {
|
|||
border-left: unset;
|
||||
border-right: unset;
|
||||
padding: 15px;
|
||||
margin: auto;
|
||||
}
|
||||
div#footer_about {
|
||||
display: flex;
|
||||
flex-basis: 80%;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-basis: 60%;
|
||||
}
|
||||
|
||||
div#footer_custom_nav {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-basis: 40%;
|
||||
flex-wrap: wrap;
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p#footer_about_p {
|
||||
|
@ -411,19 +419,18 @@ p#footer_about_p b {
|
|||
|
||||
nav#footer_menu {
|
||||
display: flex;
|
||||
flex-basis: 30%;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
justify-content: right;
|
||||
font-size: 80%;
|
||||
}
|
||||
ul#footer_items {
|
||||
color: var(--a-lec_yellow);
|
||||
}
|
||||
li.footer_item {
|
||||
text-align: justify;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
padding: 0px;
|
||||
list-style-type: none;
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
padding: 10px;
|
||||
}
|
||||
a.footer_item_link {
|
||||
color: var(--a-lec_yellow);
|
||||
|
@ -435,15 +442,16 @@ a.footer_item_link:hover {
|
|||
|
||||
div#footer_credit {}
|
||||
p#footer_copyright {
|
||||
text-align: center;
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 80%;
|
||||
}
|
||||
p#footer_tyto {
|
||||
text-align: center;
|
||||
text-align: right;
|
||||
padding-bottom: 10px;
|
||||
margin: auto;
|
||||
font-size: 80%;
|
||||
}
|
||||
a.footer_cr_link {
|
||||
color: var(--a-lec_blue);
|
||||
|
|
Loading…
Reference in New Issue