mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 08:11:08 +00:00
28 lines
362 B
CSS
28 lines
362 B
CSS
|
/*
|
||
|
Theme Name: Fruitful theme
|
||
|
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%;
|
||
|
}
|