ajout des archives litterall
This commit is contained in:
17
styles/skeleton.css
vendored
17
styles/skeleton.css
vendored
@@ -15,30 +15,31 @@ html {
|
||||
body {
|
||||
background-color: var(--color-back-base);
|
||||
}
|
||||
body nav {
|
||||
nav {
|
||||
flex-direction: row;
|
||||
/*we have to set the height to use the height % for childs elements*/
|
||||
height: var(--nav-height);
|
||||
background-color: var(--color-back-base);
|
||||
z-index: 10;
|
||||
}
|
||||
body .container_main {
|
||||
.container_main {
|
||||
flex-direction: row;
|
||||
/*the page is designed for a maximum screen*/
|
||||
max-width: var(--max-screen);
|
||||
}
|
||||
body aside.page_content {
|
||||
.container_main > * {
|
||||
margin: 0px auto;
|
||||
}
|
||||
aside.aside_left {
|
||||
top: calc(var(--nav-height) + 1px);
|
||||
height: calc(100vh - var(--nav-height) - 1px);
|
||||
background-color: var(--color-back-base);
|
||||
}
|
||||
body main {
|
||||
main {
|
||||
background-color: var(--color-back-base);
|
||||
}
|
||||
body aside.relative_content {
|
||||
aside.aside_right {
|
||||
background-color: var(--color-back-base);
|
||||
}
|
||||
body footer.page_footer {
|
||||
footer.page_footer {
|
||||
background-color: var(--color-back-dark);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user