This commit is contained in:
2023-06-20 12:49:43 +02:00
parent 41d39bb088
commit 54c36dad11
3 changed files with 39 additions and 15 deletions
+27 -10
View File
@@ -266,13 +266,16 @@ section[role="main-content"]{
margin-bottom: $base-line * 0.5;
}
p{
font-size: 1em;
@include fontserif;
font-weight: 300;
margin-top:0;
font-size: 1em;
line-height: $base-line * 0.5;
margin-bottom: $base-line / 2;
@include labeurfont;
line-height: $base-line * 0.75;
font-weight: 200;
// font-size: 1em;
// @include fontserif;
// font-weight: 300;
// margin-top:0;
// font-size: 1em;
// line-height: $base-line * 0.5;
// margin-bottom: $base-line / 2;
}
margin-bottom: $base-line;
@@ -649,6 +652,10 @@ section[role="main-content"]{
// font-size: 1em;
// line-height: $base-line *0.5;
// margin-bottom: $base-line / 2;
&>*{
line-height: $base-line * 0.7;
}
}
nav.entities-hide-show{
position: absolute;
@@ -1127,6 +1134,7 @@ section[role="main-content"]{
h2.toc-title{
font-size: 1.1em;
color: $bleuroilight;
line-height: $base-line * 0.7;
&:hover, &.loaded{
color: $bleuroi;
}
@@ -1292,7 +1300,7 @@ section[role="main-content"]{
}
.biblio-item{
h2{
color: $bleuroi;
@include title1blue;
}
p{
span.label{
@@ -1312,7 +1320,12 @@ section[role="main-content"]{
color: $bleuroi;
}
p{
margin:0;
@include labeurfont;
margin:0 0 $base-line * 0.5 0;
}
>em{
@include labeurfont;
margin:0 0 $base-line * 0.5 0;
}
span.date{
@@ -1344,7 +1357,8 @@ section[role="main-content"]{
padding-left: 1em;
overflow-y: hidden;
li{
margin-bottom: $base-line / 2;
@include labeurfont;
margin-bottom: 0;
}
}
@@ -1395,6 +1409,9 @@ section[role="main-content"]{
aside.links{
position: absolute;
bottom: 0;
p{
line-height: $base-line * 0.65;
}
}
}
}
+8 -1
View File
@@ -34,7 +34,7 @@ footer[role="tools"] .row>nav{
color: $bleuroi;
font-weight: 400;
margin:0;
line-height: $base-line;
line-height: $base-line * 1.5;
}
@mixin title1black {
@@ -123,3 +123,10 @@ footer[role="tools"] .row>nav{
font-size: 0.756em;
line-height: 1.1em;
}
@mixin labeurfont {
@include fontserif;
font-size: 1.134em;
font-weight: 400;
line-height: $base-line;
}