From 2b246ae2e57cb7045066cb6bfe8f0191bb8620b6 Mon Sep 17 00:00:00 2001
From: Bachir Soussi Chiadmi
Date: Thu, 30 Jul 2020 11:09:07 +0200
Subject: [PATCH] index items infos displayed #798
---
assets/css/app.scss | 72 +++++++++++++++----
assets/css/base/_fonts.scss | 8 +++
.../Content/IndexItemOcurrences.vue | 5 +-
src/pages/Locorum.vue | 21 +++++-
src/pages/Nominum.vue | 32 +++++++--
src/pages/Operum.vue | 26 +++++++
6 files changed, 140 insertions(+), 24 deletions(-)
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"
+ />
-
-
- {{ content.type }}
-
+ {{ content.country }}
+ {{ content.ville }}
+ {{ content.type }}
+
+
+
diff --git a/src/pages/Nominum.vue b/src/pages/Nominum.vue
index cbddb9d..e86493f 100644
--- a/src/pages/Nominum.vue
+++ b/src/pages/Nominum.vue
@@ -10,16 +10,40 @@
{{ content.birthDate }}, {{ content.birthPlace }}
{{ content.deathDate }}, {{ content.deathPlace }}
-
+
+
+
+
+
+
diff --git a/src/pages/Operum.vue b/src/pages/Operum.vue
index f4c8077..78d5624 100644
--- a/src/pages/Operum.vue
+++ b/src/pages/Operum.vue
@@ -6,6 +6,32 @@
+
+
+ -
+
+ {{ author.name }}
+
+
+
+
+
+
+