text index item tooltip

This commit is contained in:
2020-07-12 12:50:08 +02:00
parent ae9e6c6d84
commit b260758519
7 changed files with 110 additions and 20 deletions
+26 -3
View File
@@ -248,8 +248,25 @@ section[role="main-content"]{
#edition{
header{
position: relative;
h1{
@include title2black;
@include title1black;
}
aside.index-tooltip{
margin-top: -1.75em;
position:absolute;
text-align: right;
right: 2em;
h1 {
@include title2black;
margin:0 0 0.5em 0;
}
p{
margin:0 0 0.5em 0;
}
time{
font-weight: 600;
}
}
}
@@ -339,10 +356,16 @@ section[role="main-content"]{
font-weight: 600;
}
a{
color: $rouge;
font-weight: 600;
&.active-link{
text-decoration: underline;
color: $rouge;
// text-decoration: underline;
}
sup.mdi{
font-size: 0.630em;
vertical-align: super;
// line-height: 0.1;
padding: 0 0.2em;
}
}
}
+8
View File
@@ -36,6 +36,14 @@ footer[role="tools"] .row>nav{
margin:0;
}
@mixin title1black {
@include fontserif;
font-size: 1.512em;
color: $grisfonce;
font-weight: 400;
margin:0;
}
@mixin title2black {
@include fontserif;
font-size: 1.134em;