This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
2012-01-13 20:57:16 +00:00
|
|
|
/*
|
|
|
|
Theme Name: _s
|
|
|
|
Layout: Sidebar-Content-Sidebar
|
|
|
|
*/
|
|
|
|
|
2012-09-04 07:34:27 +00:00
|
|
|
#primary {
|
2012-01-13 20:57:16 +00:00
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#content {
|
|
|
|
margin: 0 20%;
|
|
|
|
}
|
|
|
|
#main .widget-area {
|
|
|
|
float: left;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
#secondary { /* Sidebar 1 */
|
|
|
|
margin: 0 0 0 -100%;
|
|
|
|
}
|
|
|
|
#tertiary { /* Sidebar 2 */
|
|
|
|
margin: 0 0 0 -20%;
|
|
|
|
}
|
2012-02-01 16:55:36 +00:00
|
|
|
.site-footer {
|
2012-01-13 20:57:16 +00:00
|
|
|
clear: both;
|
|
|
|
width: 100%;
|
|
|
|
}
|