created index nominum occurences display and links
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user