root / htmltest / sites / all / themes / mayo / css / layout.css @ 6c38d829
1 | 85ad3d82 | Assos Assos | |
---|---|---|---|
2 | /**
|
||
3 | * Basic Layout Styles
|
||
4 | */
|
||
5 | #page-wrapper {
|
||
6 | margin: 0px auto; |
||
7 | padding: 0px; |
||
8 | width: 100%; |
||
9 | margin-top: 15px; |
||
10 | margin-bottom: 15px; |
||
11 | } |
||
12 | #page {
|
||
13 | padding: 0px; |
||
14 | } |
||
15 | #main-wrapper {
|
||
16 | width: 100%; |
||
17 | position: relative; |
||
18 | } |
||
19 | #main {
|
||
20 | } |
||
21 | |||
22 | body {
|
||
23 | min-width: 700px; |
||
24 | } |
||
25 | #content,
|
||
26 | #sidebar-first,
|
||
27 | #sidebar-second,
|
||
28 | #sidebar-first-r,
|
||
29 | #sidebar-second-r {
|
||
30 | display: inline; |
||
31 | float: left; |
||
32 | position: relative; |
||
33 | /*overflow: hidden; Removed for Superfish */
|
||
34 | } |
||
35 | |||
36 | #footer-columns {
|
||
37 | width: 100%; |
||
38 | } |
||
39 | #footer-column-wrapper {
|
||
40 | float: left; |
||
41 | } |
||
42 | #footer-column {
|
||
43 | padding: 10px; |
||
44 | margin: 0px 5px 5px 5px; |
||
45 | text-align: left; |
||
46 | } |
||
47 | |||
48 | #top-columns,
|
||
49 | #bottom-columns {
|
||
50 | width: 100%; |
||
51 | overflow: hidden; |
||
52 | } |
||
53 | .column-block-wrapper {
|
||
54 | float: left; |
||
55 | } |
||
56 | .column-block {
|
||
57 | padding: 10px; |
||
58 | margin: 0px 5px 5px 5px; |
||
59 | text-align: left; |
||
60 | margin: 0px; |
||
61 | } |