source: trunk/www.guidonia.net/wp/wp-content/themes/fusion/options/leftsidebar.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 921 bytes
Line 
1
2/* sidebar to the left */
3
4#page.with-sidebar #main-wrap #mid-wrap { right:34%; /* width of the sidebar */ }
5#page.with-sidebar #main-wrap #side-wrap { right:66%; /* width of the main column */ }
6
7#page.with-sidebar #main-wrap #mid {
8 width:66%; /* width of the main column */
9 left:134%;
10}
11
12#page.with-sidebar #main-wrap #sidebar {
13 width:34%; /* width of the sidebar */
14 left:34%;
15}
16
17
18/* if 2nd sidebar exists... */
19
20#page.with-sidebar2 #main-wrap #mid-wrap { right:20%; /* width of the 2nd sidebar */ }
21#page.with-sidebar2 #main-wrap #side-wrap { right:50%; /* width of the main column */ }
22
23#page.with-sidebar2 #main-wrap #mid {
24 width:50%; /* width of the main column */
25 left:100%;
26}
27
28#page.with-sidebar2 #main-wrap #sidebar {
29 width:30%; /* width of the sidebar */
30 left:0%;
31}
32
33#page.with-sidebar2 #main-wrap #sidebar2 {
34 width:20%; /* width of the 2nd sidebar */
35 left:100%;
36}
Note: See TracBrowser for help on using the repository browser.