22 lines
283 B
CSS
Executable File
22 lines
283 B
CSS
Executable File
/*
|
|
Theme Name: pyramidengarten
|
|
Layout: Content-Sidebar
|
|
*/
|
|
|
|
.content-area {
|
|
float: left;
|
|
margin: 0 -25% 0 0;
|
|
width: 100%;
|
|
}
|
|
.site-main {
|
|
margin: 0 25% 0 0;
|
|
}
|
|
.site-content .widget-area {
|
|
float: right;
|
|
overflow: hidden;
|
|
width: 25%;
|
|
}
|
|
.site-footer {
|
|
clear: both;
|
|
width: 100%;
|
|
} |