_s: adding sample layouts for two sidebars on the right of a content column and two sidebars on the left of a content column

This commit is contained in:
Ian Stewart 2012-01-23 17:59:27 +00:00
parent b17f2285d4
commit dc2aacb56d
3 changed files with 50 additions and 1 deletions

View File

@ -0,0 +1,27 @@
/*
Theme Name: _s
Layout: Content-Sidebar-Sidebar
*/
#primary {
float: left;
width: 100%;
}
#content {
margin: 0 40% 0 0;
}
#main .widget-area {
float: left;
overflow: hidden;
width: 20%;
}
#secondary { /* Sidebar 1 */
margin: 0 0 0 -40%;
}
#tertiary { /* Sidebar 2 */
margin: 0 0 0 -20%;
}
#colophon {
clear: both;
width: 100%;
}

View File

@ -0,0 +1,22 @@
/*
Theme Name: _s
Layout: Sidebar-Sidebar-Content
*/
#primary {
float: right;
margin: 0 0 0 -40%;
width: 100%;
}
#content {
margin: 0 0 0 40%;
}
#main .widget-area {
float: left;
overflow: hidden;
width: 20%;
}
#colophon {
clear: both;
width: 100%;
}

View File

@ -31,4 +31,4 @@
</aside>
<?php endif; // end sidebar widget area ?>
</div><!-- #secondary .widget-area -->
</div><!-- #secondary .widget-area -->