grille de ligne de base

This commit is contained in:
2022-01-20 17:30:07 +01:00
parent fa6f051051
commit 257efc35f9
5 changed files with 13 additions and 4 deletions
+8 -3
View File
@@ -28,6 +28,8 @@ that is currently Firefox-only */
body{ body{
color: #1a1a1a; color: #1a1a1a;
// background-image: url('/static/img/grille-ligne-de-base.png');
// background-repeat: repeat;
} }
#root{ #root{
@@ -469,11 +471,13 @@ section[role="main-content"]{
font-weight: 600; font-weight: 600;
} }
h1{ font-size: 1.512em; } h1{ font-size: 1.512em;
line-height: $base-line; }
p{ p{
margin-top: 0; margin-top: 0;
font-size: 1.134em; font-size: 1.134em;
line-height: 1.5; line-height: $base-line;
margin-bottom: $base-line / 2;
span.persName, span.persName,
span.placeName, span.placeName,
span.objectName{ span.objectName{
@@ -584,6 +588,7 @@ section[role="main-content"]{
height:calc(100% - #{$pager_h}); height:calc(100% - #{$pager_h});
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
line-height: $base-line / 2;
>ul{ >ul{
ul{ ul{
li{ li{
@@ -610,7 +615,7 @@ section[role="main-content"]{
li{ li{
// min-height: 1em; // min-height: 1em;
// border-left: 1px solid red; // border-left: 1px solid red;
padding:0 0 0.2em 1em; padding:0 0 0 1em;
} }
} }
} }
+3
View File
@@ -4,6 +4,7 @@
// @import '../fonts/notosans/notosans-condensed.css'; // @import '../fonts/notosans/notosans-condensed.css';
// @import '../fonts/notosans/notosans-extracondensed.css'; // @import '../fonts/notosans/notosans-extracondensed.css';
@mixin fontsans { @mixin fontsans {
font-family: "noto_sans"; font-family: "noto_sans";
} }
@@ -33,6 +34,7 @@ footer[role="tools"] .row>nav{
color: $bleuroi; color: $bleuroi;
font-weight: 400; font-weight: 400;
margin:0; margin:0;
line-height: $base-line;
} }
@mixin title1black { @mixin title1black {
@@ -92,6 +94,7 @@ footer[role="tools"] .row>nav{
color: $bleuroi; color: $bleuroi;
font-weight: 400; font-weight: 400;
margin:0; margin:0;
line-height: $base-line;
} }
@mixin fontcaption { @mixin fontcaption {
+1 -1
View File
@@ -67,7 +67,7 @@ body{
>nav{ >nav{
box-sizing: border-box; box-sizing: border-box;
max-height: 100%; max-height: 100%;
padding-top:1em; padding-top:$base-line;
} }
>section>.wrapper, >section>.wrapper,
>nav{ >nav{
+1
View File
@@ -1,4 +1,5 @@
$base_font_size:16px; $base_font_size:16px;
$base-line:28px;
// grid // grid
$default_gap: 1em; $default_gap: 1em;
Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B