diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2014-01-26 22:10:02 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2014-02-01 10:15:18 -0800 |
| commit | 09ad8a394bf7deae4e5e1b8dca15163933417c28 (patch) | |
| tree | eb1e2413a7c003c8a0a14758c8cac8e8165d3e69 /static/css | |
| parent | draft article for vagrant ansible and aws (diff) | |
| download | lumberjaph-09ad8a394bf7deae4e5e1b8dca15163933417c28.tar.gz | |
Major rewrite to get responsive design.
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/style.css | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/static/css/style.css b/static/css/style.css index 63c609f..4b1b2d4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -6,6 +6,11 @@ /* src: local('Cabin Regular'), local('Cabin-Regular'), url('/static/fonts/cabin.ttf') format('truetype'); */ /* } */ +html { + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} + * { font-family: 'Helvetica Neue' /* font-family: 'Cabin', "Book Antiqua", "URW Palladio L", sans-serif; */ @@ -15,9 +20,24 @@ body { padding: 1.5em 0; } -div#container { - width: 900px; - margin: 0 auto; +#site{ + font-family:ratio-1,ratio-2,"Helvetica Neue",Helvetica,Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,sans-serif; + font-weight:400; + line-height:1.65; + min-height:500px; + font-size:110%; + text-align:left; + width:100%; + height:100%; + padding:0; + margin:0 auto +} + +.entry-title h1 { + margin-bottom:5px; + color:#2c251d; + font-size:2.2em; + font-weight:700 } h1 { @@ -46,7 +66,7 @@ blockquote { } #entry, #wrapper { - font-size: 18px; + font-size: 16px; } #entry img { |
