This commit is contained in:
+16
-2
@@ -1349,8 +1349,14 @@ section[role="main-content"]{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.biblio-item{
|
.biblio-item{
|
||||||
|
h3.type{
|
||||||
|
@include title2black;
|
||||||
|
// line-height: $base-line;
|
||||||
|
margin-bottom: $base-line * 0.5;
|
||||||
|
}
|
||||||
h2{
|
h2{
|
||||||
@include title1blue;
|
@include title1blue;
|
||||||
|
line-height: $base-line * 1.2;
|
||||||
}
|
}
|
||||||
p{
|
p{
|
||||||
span.label{
|
span.label{
|
||||||
@@ -1374,8 +1380,12 @@ section[role="main-content"]{
|
|||||||
margin:0 0 $base-line * 0.5 0;
|
margin:0 0 $base-line * 0.5 0;
|
||||||
}
|
}
|
||||||
>em{
|
>em{
|
||||||
|
// @include labeurfont;
|
||||||
|
// margin:0 0 $base-line * 0.5 0;
|
||||||
|
|
||||||
@include labeurfont;
|
@include labeurfont;
|
||||||
margin:0 0 $base-line * 0.5 0;
|
line-height: $base-line * 0.75;
|
||||||
|
font-weight: 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.date{
|
span.date{
|
||||||
@@ -1407,8 +1417,12 @@ section[role="main-content"]{
|
|||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
li{
|
li{
|
||||||
|
// @include labeurfont;
|
||||||
|
|
||||||
@include labeurfont;
|
@include labeurfont;
|
||||||
margin-bottom: 0;
|
line-height: $base-line * 0.75;
|
||||||
|
font-weight: 200;
|
||||||
|
margin-bottom: $base-line * 0.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -88,7 +88,7 @@
|
|||||||
<!-- or expression / manifestation item -->
|
<!-- or expression / manifestation item -->
|
||||||
<template v-if="uuid">
|
<template v-if="uuid">
|
||||||
<div class="biblio-item">
|
<div class="biblio-item">
|
||||||
<h2 v-if="item.type">{{ item.type }}</h2>
|
<h3 v-if="item.type" class="type">{{ item.type }}</h3>
|
||||||
<h2 v-html="item.tei" />
|
<h2 v-html="item.tei" />
|
||||||
<p class="author"><span class="label">Auteur :</span> {{ item.authors }}</p>
|
<p class="author"><span class="label">Auteur :</span> {{ item.authors }}</p>
|
||||||
<p v-if="item.dates" class="date"><span class="label">Dates :</span> {{ item.dates }}</p>
|
<p v-if="item.dates" class="date"><span class="label">Dates :</span> {{ item.dates }}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user