diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-09-11 13:26:12 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-09-11 13:26:12 +0200 |
| commit | 4fe8934b024f4f2f01b2030e84ce30fbe04ab297 (patch) | |
| tree | 093a85e741a91fb1c83c1234d48f9c775cd8e838 /static/css | |
| parent | add openid (diff) | |
| download | lumberjaph-4fe8934b024f4f2f01b2030e84ce30fbe04ab297.tar.gz | |
update css
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/screen.css | 21 |
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; } |
