diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-08-25 18:28:05 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-08-25 18:28:05 +0000 |
| commit | 981aa5901cb704884424aafefb36acc5b9db84bd (patch) | |
| tree | 45e613144c772dd85493d95744d5d4bf76185227 /layouts/gala_01.css | |
| parent | eff9404994dd754850e221675636edf58523242a (diff) | |
| download | themes-981aa5901cb704884424aafefb36acc5b9db84bd.tar.gz themes-981aa5901cb704884424aafefb36acc5b9db84bd.tar.bz2 themes-981aa5901cb704884424aafefb36acc5b9db84bd.zip | |
add a layout selection layer to existing themes - some themes have been updated to work with this method.
Diffstat (limited to 'layouts/gala_01.css')
| -rw-r--r-- | layouts/gala_01.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/gala_01.css b/layouts/gala_01.css new file mode 100644 index 0000000..0b2d517 --- /dev/null +++ b/layouts/gala_01.css @@ -0,0 +1,8 @@ +div#wrapper {float:left;width:100%} +div.blocks3 #content {margin: 0 25% 0 25%;} +div.blocks2e #content {margin: 0 25% 0 0;} +div.blocks2n #content {margin: 0 0 0 25%;} +div.blocks1 #content {margin: 0 0 0 0;} +div#navigation {float:left;width:25%;margin-left:-100%} +div#extra {float:left;width:25%;margin-left:-25%} +div#footer {clear:left;width:100%} |
