From: donchambers Date: Tue, 18 Sep 2007 01:36:23 +0000 (+0000) Subject: BP: New classes for various combinations of sidebars and content; removed sidebar... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=41e2be9985f798450ab20e90e94fb4b27861d1af;p=s9y.git BP: New classes for various combinations of sidebars and content; removed sidebar classes of LeftSideBarLeft, LeftSideBarRight, RightSideBarLeft and RightSideBarRight; new navigation classes for first and last link; new div containers at top and bottom of wrapper. --- diff --git a/templates/bulletproof/base.css b/templates/bulletproof/base.css index 117458f..9884f61 100644 --- a/templates/bulletproof/base.css +++ b/templates/bulletproof/base.css @@ -56,16 +56,13 @@ body { } #serendipityLeftSideBar, -#serendipityLeftSideBarLeft, -#serendipityLeftSideBarRight, #content { float: left; } #serendipityLeftSideBar, #serendipityRightSideBar, -#serendipityLeftSideBarLeft, -#serendipityLeftSideBarRight { +#content { display: inline; } @@ -74,6 +71,11 @@ body { clear: right; } +#serendipityRightSideBar.layout3ssb_right { + float: left; + clear: none; +} + /* 3-column widths */ .threemain { width: 60%; diff --git a/templates/bulletproof/blue_style.css b/templates/bulletproof/blue_style.css index 005866a..4e4bc3e 100644 --- a/templates/bulletproof/blue_style.css +++ b/templates/bulletproof/blue_style.css @@ -110,11 +110,7 @@ body { } #serendipityLeftSideBar, -#serendipityLeftSideBarLeft, -#serendipityRightSideBarLeft, -#serendipityRightSideBar, -#serendipityLeftSideBarRight, -#serendipityRightSideBarRight { +#serendipityRightSideBar { background-color: #ffffff; color: #505050; overflow: hidden; diff --git a/templates/bulletproof/green_style.css b/templates/bulletproof/green_style.css index 43d9780..cff0936 100644 --- a/templates/bulletproof/green_style.css +++ b/templates/bulletproof/green_style.css @@ -110,11 +110,7 @@ body { } #serendipityLeftSideBar, -#serendipityLeftSideBarLeft, -#serendipityRightSideBarLeft, -#serendipityRightSideBar, -#serendipityLeftSideBarRight, -#serendipityRightSideBarRight { +#serendipityRightSideBar { background-color: #D8CAA8; overflow: hidden; } diff --git a/templates/bulletproof/index.tpl b/templates/bulletproof/index.tpl index 989d4bd..490f881 100644 --- a/templates/bulletproof/index.tpl +++ b/templates/bulletproof/index.tpl @@ -9,7 +9,7 @@ - {$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if} + {$head_title|@default:$blogTitle}{if $head_subtitle} - {$head_subtitle}{/if} @@ -53,7 +53,7 @@ {serendipity_hookPlugin hook="frontend_header"} - + {else}{serendipity_hookPlugin hook="frontend_header"}{/if} {if $is_raw_mode != true} @@ -75,6 +75,7 @@
+
{if $template_option.sitenavpos == 'above'} @@ -83,7 +84,7 @@ @@ -108,8 +109,8 @@