forked from mirror/_s
28 lines
350 B
CSS
28 lines
350 B
CSS
/*
|
|
Theme Name: _s
|
|
Layout: Content-Sidebar-Sidebar
|
|
*/
|
|
|
|
.site-content {
|
|
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%;
|
|
}
|
|
.site-footer {
|
|
clear: both;
|
|
width: 100%;
|
|
}
|