ajout footer
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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
9
styles/skeleton.css
vendored
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user