summaryrefslogtreecommitdiff
path: root/static/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--static/css/screen.css21
1 files changed, 18 insertions, 3 deletions
diff --git a/static/css/screen.css b/static/css/screen.css
index 0b207f4..cc2389b 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -19,15 +19,24 @@ html, body {
}
body {
- background-color: white;
+ background-color: #edf1f3;
+ color: #222;
+ line-height: 1.4em;
+ /*margin: 20px auto 18px 25%; */
+
+ /*background-color: white;*/
font-family: 'Droid Sans',Verdana, sans-serif;
/*font: 13.34px helvetica, arial, clean, sans-serif;*/
*font-size: small;
text-align: center;
- background: #eeeeee;
+ /*background: #eeeeee;*/
+}
+
+h1, h2 {
+ font-size: 120%;
}
-h1, h2, h3, h4, h5, h6 {
+h3, h4, h5, h6 {
font-size: 100%;
}
@@ -85,6 +94,8 @@ ul.posts {
.site {
background: #ffffff;
+ border-style: solid;
+ border-width: 1px;
padding: 1em;
font-size: 110%;
text-align: justify;
@@ -195,6 +206,10 @@ ul.posts {
background-color: #333;
}
+ #date {
+ font-size: 80%;
+ }
+
#related {
margin-top: 2em;
}