Changeset 1033
- Timestamp:
- 09/05/08 01:24:22 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Sandbox/mt-static/plugins/Sandbox/themes/sandbox/style.css
r1025 r1033 15 15 16 16 /* 17 ID: layout-1c-b18 LAYOUT : One-Column19 DESCRIPTION: One-column fluid layout with sidebars stacked in two columns below content17 LAYOUT_ID: layout-1c-b 18 LAYOUT_NAME: One-Column 19 LAYOUT_DESCRIPTION: One-column fluid layout with sidebars stacked in two columns below content 20 20 */ 21 21 .layout-1c-b div.sidebar { … … 34 34 35 35 /* 36 ID: layout-2c-l37 LAYOUT : Two-Column (Left)38 DESCRIPTION: Two-column fluid layout with one sidebars left of content36 LAYOUT_ID: layout-2c-l 37 LAYOUT_NAME: Two-Column (Left) 38 LAYOUT_DESCRIPTION: Two-column fluid layout with one sidebars left of content 39 39 */ 40 40 .layout-2c-l div#container { … … 60 60 61 61 /* 62 ID: layout-2c-r63 LAYOUT : Two-Column (Right)64 DESCRIPTION: Two-column fluid layout with one sidebars right of content62 LAYOUT_ID: layout-2c-r 63 LAYOUT_NAME: Two-Column (Right) 64 LAYOUT_DESCRIPTION: Two-column fluid layout with one sidebars right of content 65 65 */ 66 66 .layout-2c-r div#container { … … 86 86 87 87 /* 88 ID: layout-3c-b89 LAYOUT : Three-Column90 DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content88 LAYOUT_ID: layout-3c-b 89 LAYOUT_NAME: Three-Column 90 LAYOUT_DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content 91 91 */ 92 92 .layout-3c-b div#container { … … 118 118 119 119 /* 120 ID: layout-3c-l121 LAYOUT : Three-Column (Left)122 DESCRIPTION: Three-column fluid layout with two sidebars left of content120 LAYOUT_ID: layout-3c-l 121 LAYOUT_NAME: Three-Column (Left) 122 LAYOUT_DESCRIPTION: Three-column fluid layout with two sidebars left of content 123 123 */ 124 124 .layout-3c-l div#container { … … 141 141 142 142 /* 143 ID: layout-3c-r144 LAYOUT : Three-Column (Right)145 DESCRIPTION: Three-column fluid layout with two sidebars right of content146 */ 147 .layout-3c- ldiv#container {148 float: left; 149 width: 100%; 150 } 151 .layout-3c- ldiv#content {143 LAYOUT_ID: layout-3c-r 144 LAYOUT_NAME: Three-Column (Right) 145 LAYOUT_DESCRIPTION: Three-column fluid layout with two sidebars right of content 146 */ 147 .layout-3c-r div#container { 148 float: left; 149 width: 100%; 150 } 151 .layout-3c-r div#content { 152 152 margin: 0 400px 0 0; 153 153 } 154 .layout-3c- ldiv.sidebar {155 float: left; 156 overflow: hidden; 157 width: 180px; 158 } 159 .layout-3c- ldiv#primary {154 .layout-3c-r div.sidebar { 155 float: left; 156 overflow: hidden; 157 width: 180px; 158 } 159 .layout-3c-r div#primary { 160 160 margin: 0 0 0 -400px; 161 161 } 162 .layout-3c- ldiv#secondary {162 .layout-3c-r div#secondary { 163 163 margin: 0 0 0 -200px; 164 164 } 165 .layout-3c- ldiv#footer {165 .layout-3c-r div#footer { 166 166 clear: left; 167 167 width: 100%
