equal
deleted
inserted
replaced
|
1 /* |
|
2 LAYOUT: Three-Column (Right) |
|
3 DESCRIPTION: Three-column 950px fixed layout with two sidebars right of content |
|
4 */ |
|
5 |
|
6 body { |
|
7 min-width:960px; |
|
8 } |
|
9 #header { |
|
10 position:relative; |
|
11 } |
|
12 #branding { |
|
13 width:940px; |
|
14 margin:0 auto; |
|
15 } |
|
16 #access { |
|
17 position:relative; |
|
18 overflow:hidden; |
|
19 } |
|
20 .menu { |
|
21 width:940px; |
|
22 margin:0 auto; |
|
23 } |
|
24 #main { |
|
25 width:960px; |
|
26 margin:0 auto; |
|
27 overflow:hidden; |
|
28 position:relative; |
|
29 } |
|
30 #container { |
|
31 width:540px; |
|
32 float:left; |
|
33 margin:0 0 0 10px; |
|
34 } |
|
35 #content { |
|
36 overflow:hidden; |
|
37 } |
|
38 #primary { |
|
39 width:220px; |
|
40 float:right; |
|
41 margin:0 10px 0 20px; |
|
42 } |
|
43 #secondary { |
|
44 width:140px; |
|
45 float:right; |
|
46 margin:0 0 0 10px; |
|
47 } |
|
48 #footer { |
|
49 clear:both; |
|
50 } |
|
51 #subsidiary { |
|
52 width:960px; |
|
53 margin:0 auto; |
|
54 overflow:hidden; |
|
55 } |
|
56 #subsidiary .aside { |
|
57 width:300px; |
|
58 float:left; |
|
59 margin:0 10px 0 10px; |
|
60 } |
|
61 #subsidiary #third { |
|
62 margin:0 0 0 10px; |
|
63 } |
|
64 #siteinfo { |
|
65 clear:both; |
|
66 width:940px; |
|
67 margin:0 auto; |
|
68 } |