ajout des deux autres pages vides et mise en page rudimentaire de l'accueil
This commit is contained in:
@@ -136,9 +136,6 @@ body aside.page_content {
|
||||
top: calc(var(--nav-height) + 1px);
|
||||
height: calc(100vh - var(--nav-height));
|
||||
margin-right: var(--aside-margin);
|
||||
/*
|
||||
border-right: 1px solid lightgrey;
|
||||
*/
|
||||
}
|
||||
/* asides elements only have width if they have a child*/
|
||||
body aside.page_content .table_box {
|
||||
@@ -148,8 +145,6 @@ body aside.page_content .table_box {
|
||||
box-sizing: border-box;
|
||||
padding: var(--gap-unit);
|
||||
/*for style*/
|
||||
/*
|
||||
*/
|
||||
border-left: 1px solid lightgrey;
|
||||
}
|
||||
/*to put space between elements*/
|
||||
|
||||
@@ -23,11 +23,13 @@
|
||||
|
||||
/*design*/
|
||||
.gallery {
|
||||
font-size: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.gallery .card {
|
||||
font-size: 100%;
|
||||
display: flex;
|
||||
flex: 0 1 0;
|
||||
padding: 0px;
|
||||
@@ -50,6 +52,10 @@
|
||||
border-width: var(--gallery-img-border-width);
|
||||
border-color: var(--gallery-img-border-color);
|
||||
}
|
||||
.gallery .card p {
|
||||
font-size: 12px;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
/*----------------------------------------------------*/
|
||||
/*IMAGE single*/
|
||||
@@ -64,7 +70,10 @@
|
||||
.image img {
|
||||
height: 400px;
|
||||
width: auto;
|
||||
margin-right: auto;
|
||||
margin-right: 0px;
|
||||
}
|
||||
.image p {
|
||||
margin-left: calc(var(--gap-unit) * 2 );
|
||||
}
|
||||
/*images in full page*/
|
||||
.image.full img {
|
||||
|
||||
@@ -59,8 +59,13 @@ h2 {
|
||||
font-size: 2em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.8em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
small {
|
||||
font-size: 0.8em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
/*specials settings*/
|
||||
body p, body p *, body h1, body h1 *, body h2, body h2 * {
|
||||
|
||||
Reference in New Issue
Block a user