created index nominum occurences display and links

This commit is contained in:
2020-07-07 15:33:43 +02:00
parent ebd203793e
commit 8f5f89e610
3 changed files with 80 additions and 3 deletions
+29
View File
@@ -219,6 +219,33 @@ section[role="main-content"]{
.index{
}
#nominum{
header{
h1{
@include title2black;
}
}
.occurences{
>ul{
>li{
padding:0 0 1em 0;
h3{
@include title2black;
padding:0 0 0.3em 0;
}
>ul{
>li{
padding:0 0 0.3em 0;
h4{
@include title3black;
}
}
}
}
}
}
}
#edition{
header{
h1{
@@ -314,6 +341,8 @@ section[role="main-content"]{
}
}
}
}
footer[role="tools"]{
$list-item-h: 5.3em;
+8
View File
@@ -43,3 +43,11 @@ footer[role="tools"] .row>nav{
font-weight: 400;
margin:0;
}
@mixin title3black {
@include fontserif;
font-size: 1em;
color: $grisfonce;
font-weight: 400;
margin:0;
}