diff options
author | friendica <info@friendica.com> | 2014-05-13 22:39:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-13 22:39:58 -0700 |
commit | de550d45ff992436843bc692c52f59e0cba5c2b4 (patch) | |
tree | 4f595b08ff2e1a842d9cbcd72187e5a376f18401 /view/css | |
parent | ca7888b7ce6bbd75c2270d3c1dfee2a616c48588 (diff) | |
download | volse-hubzilla-de550d45ff992436843bc692c52f59e0cba5c2b4.tar.gz volse-hubzilla-de550d45ff992436843bc692c52f59e0cba5c2b4.tar.bz2 volse-hubzilla-de550d45ff992436843bc692c52f59e0cba5c2b4.zip |
more choklet work
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/choklet_bannertwo.css | 48 |
1 files changed, 48 insertions, 0 deletions
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; +} + + |