From de550d45ff992436843bc692c52f59e0cba5c2b4 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 13 May 2014 22:39:58 -0700 Subject: more choklet work --- view/css/choklet_bannertwo.css | 48 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 view/css/choklet_bannertwo.css diff --git a/view/css/choklet_bannertwo.css b/view/css/choklet_bannertwo.css new file mode 100644 index 000000000..63917cb26 --- /dev/null +++ b/view/css/choklet_bannertwo.css @@ -0,0 +1,48 @@ +header #banner { + position: fixed; + top: 0; + width: 250px; + margin-left: auto; + margin-right: auto; +} +#blog-banner { + position: relative; + margin-top: 75px; + width: 100%; + margin-bottom: 20px; + overflow-x: hidden; +} + +nav.navbar { + width: 100%; +} + +aside#region_1 { + display: block; + min-width: 210px; + max-width: 220px; + width: 20%; + float: left; + margin-left: 10px; +} + +aside input[type='text'] { + width: 174px; +} + + +section { + margin-left: 15px; + margin-right: 15px; + float: left; + min-width: 400px; + width: 70%; + display: block; + padding-bottom: 350px; +} + +#region_3 { + display: none; +} + + -- cgit v1.2.3