#2095 Révision de la page corpus
This commit is contained in:
+61
-1
@@ -207,7 +207,67 @@ section[role="main-content"]{
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
&#list-corpus{
|
||||||
|
>section>.wrapper>ul{
|
||||||
|
>li{
|
||||||
|
margin-bottom: $base-line*2;
|
||||||
|
>header{
|
||||||
|
margin-bottom: 0;
|
||||||
|
h2,h3,h4{
|
||||||
|
display: inline-block;
|
||||||
|
margin: 0;
|
||||||
|
margin-bottom: $base-line/2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
section.notice{
|
||||||
|
p{
|
||||||
|
margin-top:0;
|
||||||
|
font-size: 1.134em;
|
||||||
|
line-height: $base-line * 0.7;
|
||||||
|
// margin-bottom: $base-line * 0.7;
|
||||||
|
}
|
||||||
|
margin-bottom: $base-line/2;
|
||||||
|
}
|
||||||
|
section.editions{
|
||||||
|
h4{
|
||||||
|
font-size: 1em;
|
||||||
|
line-height: $base-line * 0.8;
|
||||||
|
// margin-bottom: $base-line / 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
section.texts {
|
||||||
|
>h4{
|
||||||
|
font-size: 1em;
|
||||||
|
line-height: $base-line * 0.5;
|
||||||
|
margin-bottom: $base-line / 2;
|
||||||
|
}
|
||||||
|
ul.texts-list{
|
||||||
|
padding-left: 1em;
|
||||||
|
>li{
|
||||||
|
list-style: circle;
|
||||||
|
h3{
|
||||||
|
@include title1blue;
|
||||||
|
font-size: 1.512em;
|
||||||
|
line-height: $base-line * 0.5;
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
margin-bottom: $base-line;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
article.item{
|
article.item{
|
||||||
// margin: 2em 0 0;
|
// margin: 2em 0 0;
|
||||||
|
|
||||||
@@ -224,7 +284,7 @@ section[role="main-content"]{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:not(#list-corpus){
|
&:not(#list-corpus){
|
||||||
ul.item-list{
|
ul.item-list{
|
||||||
li{
|
li{
|
||||||
|
|||||||
@@ -10,18 +10,15 @@
|
|||||||
<header>
|
<header>
|
||||||
<h2>{{ corpus.author.title }}</h2>
|
<h2>{{ corpus.author.title }}</h2>
|
||||||
<h3>{{ corpus.author.date }}</h3>
|
<h3>{{ corpus.author.date }}</h3>
|
||||||
<section class="notice" v-html="corpus.author.note" />
|
|
||||||
</header>
|
|
||||||
<section class="editions">
|
|
||||||
<h4 class="editions-quantity">
|
<h4 class="editions-quantity">
|
||||||
{{ corpus.author.editionsQuantity.quantity }} {{ corpus.author.editionsQuantity.unit }}
|
{{ corpus.author.editionsQuantity.quantity }} {{ corpus.author.editionsQuantity.unit }}
|
||||||
</h4>
|
</h4>
|
||||||
<!-- <div v-if="corpus.author.editions" class="editions" v-html="corpus.author.editions"/> -->
|
<section v-if="corpus.author.note" class="notice" v-html="corpus.author.note" />
|
||||||
</section>
|
</header>
|
||||||
<section class="texts">
|
<section class="texts">
|
||||||
<h4 class="texts-quantity">
|
<h4 class="texts-quantity">
|
||||||
{{ corpus.author.textsQuantity.quantity }}
|
{{ corpus.author.textsQuantity.quantity }}
|
||||||
{{ corpus.author.textsQuantity.unit }}
|
{{ corpus.author.textsQuantity.unit }} :
|
||||||
</h4>
|
</h4>
|
||||||
<ul class="texts-list">
|
<ul class="texts-list">
|
||||||
<li v-for="text in corpus.editions.content" :key="text.uuid">
|
<li v-for="text in corpus.editions.content" :key="text.uuid">
|
||||||
|
|||||||
Reference in New Issue
Block a user