ajout des archives litterall

This commit is contained in:
hugogogo
2021-03-12 20:37:52 +01:00
parent 9c236d37e1
commit fc2e80e50e
14 changed files with 47 additions and 113 deletions

View File

@@ -2,23 +2,26 @@
/*---------------------------------------------*/
/*ASIDE RIGHT RELATIVES*/
/* aside right is for links to relatives content*/
body aside.relative_content {
aside.aside_right {
padding: calc(var(--gap-unit) / 2);
}
/* asides elements only have width if they have a child*/
body aside.relative_content *:first-child {
aside.aside_right *:first-child {
width: var(--aside-right-width);
}
body aside.relative_content .relative_box {
aside.aside_right .relative_box {
margin: var(--aside-margin);
padding: var(--gap-unit);
width: fit-content;
border: 1px solid var(--color-lines-2);
}
body aside.relative_content .box_name {
aside.aside_right .box_name {
border-bottom: 1px solid var(--color-lines-2);
padding-bottom: var(--gap-unit);
}
body aside.relative_content .relative_box > * {
aside.aside_right .relative_box > * {
margin-bottom: var(--gap-unit);
}
aside.aside_right .relative_box a h2 {
color: var(--color-text-2);
}