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
|
|
|
/*
|
2015-07-01 15:21:44 +00:00
|
|
|
* Theme Name: _s
|
|
|
|
*
|
|
|
|
* Layout: Sidebar-Content
|
|
|
|
*
|
|
|
|
* Learn more: https://developer.wordpress.org/themes/basics/template-files/
|
2012-01-13 20:57:16 +00:00
|
|
|
*/
|
|
|
|
|
2013-02-27 21:35:28 +00:00
|
|
|
.content-area {
|
2012-01-13 20:57:16 +00:00
|
|
|
float: right;
|
|
|
|
margin: 0 0 0 -25%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-07-30 19:12:45 +00:00
|
|
|
.site-main {
|
2012-01-13 20:57:16 +00:00
|
|
|
margin: 0 0 0 25%;
|
|
|
|
}
|
2013-07-30 19:12:45 +00:00
|
|
|
.site-content .widget-area {
|
2012-01-13 20:57:16 +00:00
|
|
|
float: left;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 25%;
|
|
|
|
}
|
2012-02-01 16:55:36 +00:00
|
|
|
.site-footer {
|
2012-01-13 20:57:16 +00:00
|
|
|
clear: both;
|
|
|
|
width: 100%;
|
|
|
|
}
|