bibliography improvment #1257
This commit is contained in:
+78
-4
@@ -31,8 +31,8 @@ that is currently Firefox-only */
|
||||
|
||||
body{
|
||||
color: #1a1a1a;
|
||||
background-image: url('/static/img/grille-ligne-de-base.png');
|
||||
background-repeat: repeat;
|
||||
// background-image: url('/static/img/grille-ligne-de-base.png');
|
||||
// background-repeat: repeat;
|
||||
}
|
||||
|
||||
#root{
|
||||
@@ -927,14 +927,88 @@ section[role="main-content"]{
|
||||
padding:0;
|
||||
li{
|
||||
padding:0;
|
||||
margin:0 0 1.5em 0;
|
||||
margin:0 0 $base-line 0;
|
||||
h2{
|
||||
margin:0;
|
||||
@include title2black;
|
||||
@include title1black;
|
||||
}
|
||||
p{
|
||||
margin:0;
|
||||
}
|
||||
|
||||
span.date{
|
||||
@include title2black;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
aside{
|
||||
overflow: hidden;
|
||||
h5{
|
||||
@include title2black;
|
||||
margin: $base-line / 2 0;
|
||||
cursor: pointer;
|
||||
// padding-left: 1em;
|
||||
// position: relative;
|
||||
&:before{
|
||||
cursor: pointer;
|
||||
content:"\2304";
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
top: -4px;
|
||||
// transform-origin: center;
|
||||
// transform: rotateZ(-90deg);
|
||||
}
|
||||
}
|
||||
ul{
|
||||
max-height: 1px;
|
||||
transition: all 0.3s ease-in-out;
|
||||
padding-left: 1em;
|
||||
li{
|
||||
margin-bottom: $base-line / 2;
|
||||
}
|
||||
}
|
||||
|
||||
&.opened{
|
||||
h5{
|
||||
&:before{
|
||||
top: 4px;
|
||||
content:"\2303";
|
||||
// transform: rotateZ(90deg);
|
||||
}
|
||||
}
|
||||
ul{
|
||||
max-height: 100em;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
&.manifestations{
|
||||
li{
|
||||
max-height: 0.2px;
|
||||
margin-bottom:0;
|
||||
overflow: hidden;
|
||||
transition: all 1s ease-in-out;
|
||||
&.active{
|
||||
max-height: 10em;
|
||||
}
|
||||
.wrapper{
|
||||
margin-bottom: $base-line;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
ul.authors-filters{
|
||||
li{
|
||||
@include title4black;
|
||||
line-height: $base-line / 2;
|
||||
span{
|
||||
cursor: pointer;
|
||||
color: $gris;
|
||||
&.active{
|
||||
color: $grisfonce;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -55,6 +55,15 @@ footer[role="tools"] .row>nav{
|
||||
line-height: $base-line / 2;
|
||||
}
|
||||
|
||||
@mixin title2blue {
|
||||
@include fontserif;
|
||||
font-size: 1.134em;
|
||||
color: $grisfonce;
|
||||
font-weight: 400;
|
||||
margin:0;
|
||||
line-height: $base-line / 2;
|
||||
}
|
||||
|
||||
@mixin title3black {
|
||||
@include fontserif;
|
||||
font-size: 1em;
|
||||
|
||||
Reference in New Issue
Block a user