interaction between texts and toc, alpha version, still buged
This commit is contained in:
+14
-4
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user