summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/static/css/style.css b/static/css/style.css
index a6492f1..7267a50 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,9 +1,13 @@
body, html {
margin: auto;
- font-family: sans-serif;
+ font-family:Verdana, Geneva, Tahoma, sans-serif;
font-size: 12.5pt;
}
+body {
+ background-color: #F9F6EE;
+}
+
h1 {
font-size: 3em;
font-weight: bold;
@@ -17,8 +21,10 @@ img {
}
h2 {
+ font-family:Verdana, Geneva, Tahoma, sans-serif;
+ margin-top: 0.5em;
padding: 0.1em;
- background: rgba(170, 170, 170, 0.3);
+ background: #DFDFDF;
color: #0b0b0b;
font-weight: bold;
}
@@ -65,10 +71,11 @@ header ul li {
header, .list, .single, .body{
padding-left: 4em;
- background: rgba(170, 170, 170, 0.3);
+ background: #DFDFDF;
}
p {
+ line-height: 1.75em;
text-align: justify;
}
@@ -76,7 +83,9 @@ p {
font-family:Georgia, 'Times New Roman', Times, serif;
margin-left: 3em;
width: 80%;
- background: #ffffff;
+ margin-bottom: 0em;
+ margin-top: 0em;
+ background-color: #F9F6EE;
}
.date {