diff --git a/layouts/content-sidebar-sidebar.css b/layouts/content-sidebar-sidebar.css new file mode 100644 index 00000000..9c8a4d53 --- /dev/null +++ b/layouts/content-sidebar-sidebar.css @@ -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%; +} diff --git a/layouts/sidebar-sidebar-content.css b/layouts/sidebar-sidebar-content.css new file mode 100644 index 00000000..eef7d7df --- /dev/null +++ b/layouts/sidebar-sidebar-content.css @@ -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%; +} \ No newline at end of file diff --git a/sidebar.php b/sidebar.php index 83d82ab6..80055980 100644 --- a/sidebar.php +++ b/sidebar.php @@ -31,4 +31,4 @@ - \ No newline at end of file +