1 |
85ad3d82
|
Assos Assos
|
.container {
|
2 |
|
|
margin: 0 auto;
|
3 |
|
|
width: 960px;
|
4 |
|
|
}
|
5 |
|
|
.no-sidebars .main,
|
6 |
|
|
.no-sidebars .page-content {
|
7 |
|
|
width: 960px;
|
8 |
|
|
}
|
9 |
|
|
.sidebar-first .page-content {
|
10 |
|
|
float: right;
|
11 |
|
|
width: 670px;
|
12 |
|
|
}
|
13 |
|
|
.sidebar-second .main,
|
14 |
|
|
.sidebar-second .page-content {
|
15 |
|
|
float: left;
|
16 |
|
|
width: 670px;
|
17 |
|
|
}
|
18 |
|
|
.two-sidebars .main {
|
19 |
|
|
float: left;
|
20 |
|
|
width: 720px;
|
21 |
|
|
}
|
22 |
|
|
.two-sidebars .page-content {
|
23 |
|
|
float: right;
|
24 |
|
|
width: 580px;
|
25 |
|
|
}
|
26 |
|
|
.two-sidebars .first-sidebar {
|
27 |
|
|
float: left;
|
28 |
|
|
width: 240px;
|
29 |
|
|
}
|
30 |
|
|
.two-sidebars .second-sidebar {
|
31 |
|
|
float: right;
|
32 |
|
|
width: 240px;
|
33 |
|
|
}
|
34 |
|
|
.one-sidebar .first-sidebar {
|
35 |
|
|
float: left;
|
36 |
|
|
width: 290px;
|
37 |
|
|
}
|
38 |
|
|
.one-sidebar .second-sidebar {
|
39 |
|
|
float: right;
|
40 |
|
|
width: 290px;
|
41 |
|
|
}
|
42 |
|
|
|
43 |
|
|
|
44 |
|
|
|
45 |
|
|
.sidebar-first .page-content .gutter {
|
46 |
|
|
padding-left: 12px;
|
47 |
|
|
}
|
48 |
|
|
.sidebar-second .page-content .gutter {
|
49 |
|
|
padding-right: 11px;
|
50 |
|
|
}
|
51 |
|
|
.two-sidebars .page-content .gutter {
|
52 |
|
|
padding-left: 8px;
|
53 |
|
|
padding-right: 7px;
|
54 |
|
|
}
|
55 |
|
|
.sidebar .gutter {
|
56 |
|
|
padding: 0 7px 7px;
|
57 |
|
|
}
|
58 |
|
|
|
59 |
|
|
|
60 |
|
|
|
61 |
|
|
.preface-1,
|
62 |
|
|
.bottom-1 {
|
63 |
|
|
width: 960px;
|
64 |
|
|
}
|
65 |
|
|
.preface-2,
|
66 |
|
|
.bottom-2 {
|
67 |
|
|
float: left;
|
68 |
|
|
width: 480px;
|
69 |
|
|
}
|
70 |
|
|
.preface-3,
|
71 |
|
|
.bottom-3 {
|
72 |
|
|
float: left;
|
73 |
|
|
width: 320px;
|
74 |
|
|
}
|
75 |
|
|
.bottom-4 {
|
76 |
|
|
float: left;
|
77 |
|
|
width: 240px;
|
78 |
|
|
}
|
79 |
|
|
.preface .gutter,
|
80 |
|
|
.bottom .gutter {
|
81 |
|
|
padding: 0 10px 5px;
|
82 |
|
|
} |