diff --git a/assets/css/app.scss b/assets/css/app.scss index dda53f7..b4bbb07 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -270,7 +270,26 @@ section[role="main-content"]{ .index-item{ header{ h1{ - @include title2black; + @include title1black; + margin:0 0 0.3em; + } + p{ + margin: 0 0 0.5em 0; + } + h3{ + @include title2black + margin:0; + } + .authors{ + a{ + @include title2black; + color: $bleuroi; + } + margin:0 0 0.3em; + } + .mdi{ + color: $bleuroilight; + font-size: 0.7em; } } .occurences{ @@ -278,15 +297,16 @@ section[role="main-content"]{ >li{ padding:0 0 2em 0; h3{ - @include title1black; - padding:0 0 1em 0; + @include title2black; + padding:0 0 0.5em 0; + color: $bleuroi; } >ul{ >li{ - padding:0 0 1em 0; + padding:0 0 0.5em 0; section{ h4{ - @include title2black; + @include title3black; display: inline-block; } span.open-close{ @@ -339,6 +359,32 @@ section[role="main-content"]{ } } } + nav{ + h3{ + @include title2black; + margin:0 0 0.5em; + } + h4{ + @include title3black; + margin:0 0 0.5em; + color: $bleuroi; + } + .attested-forms{ + ul{ + >li{ + margin: 0 0 1em 0; + li{ + margin: 0 0 0.5em 0; + } + } + } + a{ + @include title4black; + color: $grisfonce; + font-weight: 400; + } + } + } } #edition{ @@ -539,9 +585,7 @@ section[role="main-content"]{ } } .toc-title{ - color: $gris; - font-weight: 400; - margin:0; + @include title4black; &.active, &:hover{ color:$grisfonce; @@ -551,12 +595,12 @@ section[role="main-content"]{ color:$grisfonce; } } - h2.toc-title{font-size: 0.882em;} - h3.toc-title{font-size: 0.882em;} - h4.toc-title{font-size: 0.882em;} - h5.toc-title{font-size: 0.882em;} - h6.toc-title{font-size: 0.882em;} - span.toc-title{font-size: 0.882em;} + // h2.toc-title{font-size: 0.882em;} + // h3.toc-title{font-size: 0.882em;} + // h4.toc-title{font-size: 0.882em;} + // h5.toc-title{font-size: 0.882em;} + // h6.toc-title{font-size: 0.882em;} + // span.toc-title{font-size: 0.882em;} } } diff --git a/assets/css/base/_fonts.scss b/assets/css/base/_fonts.scss index a23ad92..8925698 100644 --- a/assets/css/base/_fonts.scss +++ b/assets/css/base/_fonts.scss @@ -59,6 +59,14 @@ footer[role="tools"] .row>nav{ margin:0; } +@mixin title4black { + @include fontserif; + font-size: 0.882em;; + color: $gris; + font-weight: 400; + margin:0; +} + // TEI @mixin teititlefrontblue { diff --git a/src/components/Content/IndexItemOcurrences.vue b/src/components/Content/IndexItemOcurrences.vue index 8befc20..7d38e8a 100644 --- a/src/components/Content/IndexItemOcurrences.vue +++ b/src/components/Content/IndexItemOcurrences.vue @@ -11,9 +11,8 @@ :uuid="ed.item" @click.prevent="onclick" @keyup.enter="onclick" - > - {{ ed.item }} - + v-html="ed.biblio" + />