diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-09-11 08:39:23 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-09-11 08:39:23 +0200 |
| commit | 86d0e70fbcf24d0ef80499e77b702d8db7b1d606 (patch) | |
| tree | bef313176b74ceb8feb04ff1b2d332ccfb2ad493 /static/css/screen.css | |
| parent | add about page (diff) | |
| download | lumberjaph-86d0e70fbcf24d0ef80499e77b702d8db7b1d606.tar.gz | |
set syntax to perl; update static page and css
Diffstat (limited to '')
| -rw-r--r-- | static/css/screen.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index aa55e3f..0b207f4 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -6,6 +6,9 @@ /* Global Reset */ +@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold); +@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular); + * { margin: 0; padding: 0; @@ -17,9 +20,11 @@ html, body { body { background-color: white; - font: 13.34px helvetica, arial, clean, sans-serif; + font-family: 'Droid Sans',Verdana, sans-serif; + /*font: 13.34px helvetica, arial, clean, sans-serif;*/ *font-size: small; text-align: center; + background: #eeeeee; } h1, h2, h3, h4, h5, h6 { @@ -79,6 +84,8 @@ ul.posts { /*****************************************************************************/ .site { + background: #ffffff; + padding: 1em; font-size: 110%; text-align: justify; width: 50em; |
