corpus notices #1942
This commit is contained in:
+12
-3
@@ -205,6 +205,7 @@ section[role="main-content"]{
|
|||||||
@include titleSansRed;
|
@include titleSansRed;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
article.item{
|
article.item{
|
||||||
@@ -242,6 +243,7 @@ section[role="main-content"]{
|
|||||||
ul.item-list{
|
ul.item-list{
|
||||||
li{
|
li{
|
||||||
// margin: 0 0 2em 0;
|
// margin: 0 0 2em 0;
|
||||||
|
margin-bottom: $base-line;
|
||||||
header{
|
header{
|
||||||
h2{
|
h2{
|
||||||
@include title1blue;
|
@include title1blue;
|
||||||
@@ -255,6 +257,13 @@ section[role="main-content"]{
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: $base-line / 2;
|
line-height: $base-line / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section.notice{
|
||||||
|
@include fontsans;
|
||||||
|
font-size: 0.756em;
|
||||||
|
font-weight: 300;
|
||||||
|
line-height: $base-line / 2;
|
||||||
|
}
|
||||||
margin-bottom: $base-line / 2;
|
margin-bottom: $base-line / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -266,7 +275,7 @@ section[role="main-content"]{
|
|||||||
line-height: $base-line / 2;
|
line-height: $base-line / 2;
|
||||||
&.texts-quantity{
|
&.texts-quantity{
|
||||||
color: $rouge;
|
color: $rouge;
|
||||||
// margin: 0.3em 0 0;
|
margin-bottom: $base-line / 4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
section.editions{
|
section.editions{
|
||||||
@@ -284,7 +293,7 @@ section[role="main-content"]{
|
|||||||
|
|
||||||
|
|
||||||
ul.texts-list{
|
ul.texts-list{
|
||||||
padding: 0 0 0 1em;
|
// padding: 0 0 0 1em;
|
||||||
li{
|
li{
|
||||||
margin-bottom: $base-line / 2;
|
margin-bottom: $base-line / 2;
|
||||||
}
|
}
|
||||||
@@ -305,7 +314,7 @@ section[role="main-content"]{
|
|||||||
|
|
||||||
ul {
|
ul {
|
||||||
li{
|
li{
|
||||||
margin:0 0 0 1em;
|
// margin:0 0 0 1em;
|
||||||
h3{
|
h3{
|
||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ export default {
|
|||||||
this.flat_indexes.push(element.uuid)
|
this.flat_indexes.push(element.uuid)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
console.log('tocItem created flat_indexes', this.flat_indexes)
|
// console.log('tocItem created flat_indexes', this.flat_indexes)
|
||||||
},
|
},
|
||||||
beforeMount () {
|
beforeMount () {
|
||||||
if (typeof this.$route.params.textid !== 'undefined') {
|
if (typeof this.$route.params.textid !== 'undefined') {
|
||||||
|
|||||||
@@ -466,7 +466,6 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
this.meta.push({ name: 'itemclicked', content: 'alors ?' })
|
|
||||||
},
|
},
|
||||||
onClickIndexItem (o) {
|
onClickIndexItem (o) {
|
||||||
this.selectedindex = o
|
this.selectedindex = o
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
<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>
|
</header>
|
||||||
<section class="editions">
|
<section class="editions">
|
||||||
<h4 class="editions-quantity">
|
<h4 class="editions-quantity">
|
||||||
|
|||||||
Reference in New Issue
Block a user