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