From 09ad8a394bf7deae4e5e1b8dca15163933417c28 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 26 Jan 2014 22:10:02 -0800 Subject: Major rewrite to get responsive design. --- static/css/style.css | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'static/css') 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 { -- cgit v1.2.3