bach 10 months ago
parent
commit
5cdf290659
1 changed files with 46 additions and 11 deletions
  1. 46 11
      assets/css/app.scss

+ 46 - 11
assets/css/app.scss

@@ -1240,28 +1240,63 @@ section[role="main-content"]{
   }
 
   #static{
+    @include fontsans;
+
     >header{
       h1{
-
+        @include titleSansRed;
+        margin-bottom: $base-line * 0.4;
       }
       nav.toc{
         li{
           a{
             font-size: 1em;
-            line-height: $base-line * 0.5;
-            margin-bottom: $base-line / 2;
+            line-height: $base-line * 0.7;
+            font-weight: 300;
           }
         }
       }
     }
-    figure{
-      margin: 2em 0;
-      img{
-        max-width: 100%;
-      }
-      figcaption{
-        @include fontcaption;
-        padding: 1em 0; 
+    >section{
+      h1{
+        font-weight: 400;
+        color: $bleuroi;
+      }
+      p{
+        margin-top:0;
+        font-size: 1em;
+        line-height: $base-line * 0.7;
+        font-weight: 300;
+      }
+      dl{
+        font-size: 1em;
+        line-height: $base-line * 0.7;
+        font-weight: 300;
+        span.label{
+          font-weight: 400;
+        }
+        dd{
+          margin: 0;
+        }
+        margin-bottom: $base-line;
+      }
+      a{
+        font-size: 1em;
+        line-height: $base-line * 0.7;
+        font-weight: 300;
+        border-bottom: 1px dotted #1a1a1a;
+        margin-bottom: $base-line * 0.5;
+        display: inline-block;
+      }
+      figure{
+        margin: 2em 0;
+        img{
+          max-width: 100%;
+        }
+        figcaption{
+          @include fontcaption;
+          padding: 1em 0; 
+        }
       }
     }
   }