forked from mirror/_s
25 lines
313 B
CSS
25 lines
313 B
CSS
/*
|
|
Theme Name: _s
|
|
Layout: Content-Sidebar
|
|
*/
|
|
|
|
.site-content {
|
|
float: left;
|
|
margin: 0 -25% 0 0;
|
|
width: 100%;
|
|
}
|
|
#content {
|
|
margin: 0 25% 0 0;
|
|
}
|
|
#secondary { /* Sidebar 1 */
|
|
float: right;
|
|
overflow: hidden;
|
|
width: 25%;
|
|
}
|
|
#tertiary { /* Sidebar 2 */
|
|
clear: right;
|
|
}
|
|
.site-footer {
|
|
clear: both;
|
|
width: 100%;
|
|
} |