Browse Source

feuille de style html basique

Hugo Roy 8 years ago
parent
commit
d8a64d8c02
1 changed files with 30 additions and 0 deletions
  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;
+}