ajout footer

This commit is contained in:
ethylotest
2021-03-23 15:14:54 +01:00
parent 1e2aa8ce45
commit 0ccf124418
11 changed files with 50 additions and 15 deletions

View File

@@ -1,6 +1,14 @@
/*---------------------------------------------*/
/*FOOTER*/
body footer.page_footer {
.footer {
height: var(--footer-height);
background-color: var(--color-back-dark);
}
.footer .footer_container {
margin: auto;
}
.footer p {
margin: 3px auto;
font-size: 1.4em;
}

View File

@@ -55,6 +55,6 @@
--aside-left-width: 200px;
--aside-right-width: 200px;
--aside-margin: 30px;
--footer-height: 100px;
--footer-height: 150px;
}

9
styles/skeleton.css vendored
View File

@@ -25,6 +25,7 @@ nav {
}
nav iframe {
width: 100%;
height: 100%;
}
.container_main {
flex-direction: row;
@@ -44,8 +45,12 @@ main {
aside.aside_right {
background-color: var(--color-back-base);
}
footer.page_footer {
background-color: var(--color-back-dark);
footer {
height: var(--footer-height);
}
footer iframe {
width: 100%;
height: 100%;
}

View File

@@ -83,21 +83,21 @@ b, em {
/*CLASS SETTINGS*/
/*quote*/
.quote {
max-width: 450px;
max-width: 480px;
margin-right: 0px;
margin-left: auto;
text-align: right;
}
.quote p {
.quote p, .quote p * {
color: var(--color-text-light);
}
.quote_credit {
font-size: 1.8em;
margin-top: 0.2em;
margin-top: 0.9em;
}
.quote_credit p {
font-size: 0.8em;
line-height: 1em;
line-height: 1.2em;
}
/*