Projet

Général

Profil

Paste
Télécharger (895 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / mayo / sass / partials / _layout.scss @ d7f58da2

1
// ====================================================================
2
// Basic Layout Styles
3
// ====================================================================
4

    
5
#page-wrapper {
6
  margin: 0px auto;
7
  padding: 0px;
8
  max-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
#content,
23
#sidebar-first,
24
#sidebar-second {
25
  display: inline;
26
  float: left;
27
  position: relative;
28
  /*overflow: hidden; Removed for Superfish */
29
}
30

    
31
#footer-columns {
32
  width: 100%;
33
}
34
#footer-column-wrapper {
35
  float: left;
36
}
37
#footer-column {
38
  padding: 10px;
39
  margin: 0px 5px 5px 5px;
40
  text-align: left;
41
}
42

    
43
#top-columns,
44
#bottom-columns {
45
  width: 100%;
46
  overflow: hidden;
47
}
48
.column-block-wrapper {
49
  float: left;
50
}
51
.column-block {
52
  padding: 10px;
53
  margin: 0px 5px 5px 5px;
54
  text-align: left;
55
  margin: 0px;
56
}
57