From 84f13cd781dda35fcf1d0b69f3f6dda5316aaecb Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Sat, 30 Apr 2011 11:45:15 +0000 Subject: add 4 colommn footer regions --- alpinelinux.css | 48 ++++++++++++++++++------------------------- templates/page--front.tpl.php | 13 +++++++++++- 2 files changed, 32 insertions(+), 29 deletions(-) diff --git a/alpinelinux.css b/alpinelinux.css index 3feba12..a35297a 100644 --- a/alpinelinux.css +++ b/alpinelinux.css @@ -536,39 +536,31 @@ div#front_slogan { text-align: right; } -#footer-menu { - } - -#footer-menu div { - width:33%; - float: left; - -} - -#footer .block-menu { - width:25%; - float: left; - clear: none; - margin: auto; +div.four-4x25 { background: #E3E3E3 url(images/footer-hr.png) repeat-x 0% -6px; - /* border-top: 1px solid #999; */ - min-height: 150px; - padding-top: 25px; -} + margin:0; + padding-top:20px; + } -#footer .block-menu h2, -#footer .block-menu li a{ - color: #666 +div.four-4x25 h2 { + margin-left: 11px; } -#footer .block-menu .block-title, -#footer .block-menu .block-content { - width:60%; - margin:auto; +div.four-4x25 h2, +div.four-4x25 .block-content { + color: #666; + background: #E3E3E3; + padding-top:0; } -.nav a.active:hover, -.nav a.active:focus { - font-weight: bold; +div.four-4x25 .block-inner { + background: #E3E3E3; + color: #666; + padding-left: 50px; } +div.four-4x25 ul.menu li.leaf { + list-style-type: none; + list-style-image: none; + list-style:none; +} diff --git a/templates/page--front.tpl.php b/templates/page--front.tpl.php index 4c852da..4818888 100644 --- a/templates/page--front.tpl.php +++ b/templates/page--front.tpl.php @@ -23,7 +23,18 @@ - + + + +
+ + + + +
+ + + -- cgit v1.2.3