Parcourir la source

feuille de style html basique

Hugo Roy il y a 8 ans
Parent
commit
d8a64d8c02
1 fichiers modifiés avec 30 ajouts et 0 suppressions
  1. 30 0
      pandocincludes/stylesheet.css

+ 30 - 0
pandocincludes/stylesheet.css

@@ -0,0 +1,30 @@
+
+body {
+    font-family: "serif", serif;
+    max-width: 600px;
+    margin: 4em auto;
+}
+
+h1 {
+    font-variant: small-caps;
+    text-transform: lowercase;
+    text-align: center;
+    font-weight: 300;
+}
+
+p {
+    line-height: 1.35em;
+    text-align: justify;
+}
+
+center { text-align: center; }
+
+.loi {
+    margin: 0 3em;
+    font-family: sans-serif;
+}
+
+.loi .Llap {
+    position: absolute;
+    margin-left: -1em;
+}