better typo on texts
This commit is contained in:
+26
-5
@@ -28,8 +28,8 @@ that is currently Firefox-only */
|
|||||||
|
|
||||||
body{
|
body{
|
||||||
color: #1a1a1a;
|
color: #1a1a1a;
|
||||||
// background-image: url('/static/img/grille-ligne-de-base.png');
|
background-image: url('/static/img/grille-ligne-de-base.png');
|
||||||
// background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
#root{
|
#root{
|
||||||
@@ -456,6 +456,10 @@ section[role="main-content"]{
|
|||||||
position: relative;
|
position: relative;
|
||||||
width: calc(100% - #{$pagenum_w});
|
width: calc(100% - #{$pagenum_w});
|
||||||
|
|
||||||
|
// DEBUG
|
||||||
|
color:chartreuse;
|
||||||
|
&>*{ color: #1A1A1A;}
|
||||||
|
|
||||||
// @media only screen and (min-width: $small-bp + 1) {
|
// @media only screen and (min-width: $small-bp + 1) {
|
||||||
padding-right: $pagenum_w;
|
padding-right: $pagenum_w;
|
||||||
border-left: 1px dotted $grisclair;
|
border-left: 1px dotted $grisclair;
|
||||||
@@ -464,7 +468,9 @@ section[role="main-content"]{
|
|||||||
border-left: 1px dotted $bleuroi;
|
border-left: 1px dotted $bleuroi;
|
||||||
}
|
}
|
||||||
// }
|
// }
|
||||||
>h1{@include teititle1blue;}
|
>h1{
|
||||||
|
@include teititle1blue;
|
||||||
|
}
|
||||||
span.placeName,
|
span.placeName,
|
||||||
span.objectName,
|
span.objectName,
|
||||||
span.persName{
|
span.persName{
|
||||||
@@ -488,6 +494,7 @@ section[role="main-content"]{
|
|||||||
&.active-link{
|
&.active-link{
|
||||||
color: $rouge;
|
color: $rouge;
|
||||||
// text-decoration: underline;
|
// text-decoration: underline;
|
||||||
|
line-height: $base-line/2;
|
||||||
}
|
}
|
||||||
sup.mdi{
|
sup.mdi{
|
||||||
font-size: 0.630em;
|
font-size: 0.630em;
|
||||||
@@ -534,13 +541,15 @@ section[role="main-content"]{
|
|||||||
}
|
}
|
||||||
// front page
|
// front page
|
||||||
header{
|
header{
|
||||||
padding-top: 1em;
|
padding-top: $base-line;
|
||||||
h1{
|
h1{
|
||||||
@include teititlefrontblue;
|
@include teititlefrontblue;
|
||||||
.initial{
|
.initial{
|
||||||
|
display: inline-block;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
line-height: 1.3em;
|
line-height: $base-line*2;
|
||||||
|
margin: $base-line/2 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -572,6 +581,18 @@ section[role="main-content"]{
|
|||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul{
|
||||||
|
line-height: $base-line;
|
||||||
|
margin-bottom: $base-line/2;
|
||||||
|
}
|
||||||
|
blockquote{
|
||||||
|
margin: $base-line/2 1em;
|
||||||
|
line-height: $base-line;
|
||||||
|
p{
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -86,6 +86,7 @@ footer[role="tools"] .row>nav{
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin:0;
|
margin:0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
line-height: $base-line * 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin teititle1blue {
|
@mixin teititle1blue {
|
||||||
|
|||||||
Reference in New Issue
Block a user