interaction between texts and toc, alpha version, still buged

This commit is contained in:
2020-07-13 12:46:47 +02:00
parent d336347fcb
commit 64f38eac6f
9 changed files with 153 additions and 29 deletions
+14 -4
View File
@@ -273,11 +273,17 @@ section[role="main-content"]{
>section{
div#text{
// >h1{
// @include title1blue;
// }
.infinite-loading-container{
height:0;
overflow: hidden;
}
div.tei{
// >h1{display: none;}
border-left: 1px dotted $grisclair;
padding-left: 1em;
&.active{
border-left: 1px dotted $grisfonce;
}
>h1{@include title1blue;}
span.placeName,
span.objectName,
@@ -329,6 +335,10 @@ section[role="main-content"]{
&.active,
&:hover{
color:$grisfonce;
font-weight: 600;
}
&.loaded{
color:$grisfonce;
}
}
h2.toc-title{font-size: 0.882em;}