mise en place pages litterall revues

This commit is contained in:
ethylotest
2021-03-24 09:53:39 +01:00
parent b163f9d11f
commit c2cd452b60
11 changed files with 167 additions and 18 deletions

18
styles/litterall_1.css Normal file
View File

@@ -0,0 +1,18 @@
aside.aside_right .relative_box {
border-radius: 23px;
margin: 5px var(--aside-margin);
}
aside.aside_right .relative_box:first-child {
margin-top: var(--aside-margin);
}
aside.aside_right .relative_box * {
width: auto;
}
aside.aside_right .relative_box a {
margin-bottom: 0px;
}
.sommaire_name_width {
padding: 0px 5px;
background-color: hsl(var(--hue-4) 50% 90%);
}

View File

@@ -1,6 +1,10 @@
aside.aside_right .relative_box {
border-style: none;
}
.sommaire_name_width {
padding: 0px 5px;
background-color: hsl(var(--hue-4) 50% 90%);
}
img#cataplasme {
border: 1px solid lightgrey;
}