Working on new access system...
[estigi.git] / skins / bluebreeze / layout.css
blobe32b2e1d68888942117c906447e7b331d9df48f7
1 /**
2 * Implentation of the "One True Layout" by positioneverything.net
3 * see http://www.positioniseverything.net/articles/onetruelayout/
4 * and http://www.positioniseverything.net/articles/onetruelayout/appendix/holygrail
5 * for details
6 */
8 #main-wrapper {
9 float: left;
10 width: 100%;
13 #main {
14 margin: 0;
17 .withleft #main {
18 margin-left: 190px;
21 .withright #main {
22 margin-right: 190px;
25 #sidebar-left {
26 float: left;
27 margin-left: -100%;
28 width: 174px;
29 padding: 5px 8px 20px 8px;
31 #sidebar-right {
32 float: right;
33 margin-left: -100%;
34 width: 174px;
35 padding: 5px 8px 20px 8px;
38 #sidebar-right {
39 .margin-left: -190px; /* IE7 Fix */
42 * html #sidebar-right {
43 margin-left: -190px; /* IE6 Fix*/
46 #footer {
47 clear: both;