diff default/blog/static/style.css @ 0:9a31d2c02f47

SàT templates, initial commit
author Goffi <goffi@goffi.org>
date Tue, 21 Feb 2017 20:31:01 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/default/blog/static/style.css	Tue Feb 21 20:31:01 2017 +0100
@@ -0,0 +1,36 @@
+html {
+    font-family: sans-serif;
+}
+
+header {
+    font-weight: bold;
+    text-align: center;
+}
+
+article {
+    margin: 2% auto;
+    width: 80%;
+    border-style: solid;
+    border-width: 1px;
+    border-radius: 3px;
+    padding: 1%;
+    background: lightgray;
+}
+
+article div.content {
+    text-align: justify;
+    font-size: 0.9em;
+}
+
+article img {
+    max-width: 100%;
+}
+
+footer {
+    width: 100%;
+    text-align: center;
+    font-size: 0.7em;
+    font-weight: bold;
+    position: fixed;
+    bottom: 5px;
+}