Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ds / layouts / ds_3col_stacked_fluid / ds_3col_stacked_fluid.css @ 651307cd

1 85ad3d82 Assos Assos
/**
2
 * @file
3
 * Styling for the ds-3col-stacked-fluid template.
4
 */
5
6
.ds-3col-stacked-fluid > .group-header {
7
  clear: both;
8
}
9
10
.ds-3col-stacked-fluid > .group-left {
11
  width: 25%;
12
  float: left; /* LTR */
13
}
14
15
.ds-3col-stacked-fluid > .group-middle {
16
  width: 100%;
17
  float: left; /* LTR */
18
}
19
20
.ds-3col-stacked-fluid.group-one-sidebar > .group-middle {
21
  width: 75%;
22
}
23
24
.ds-3col-stacked-fluid.group-two-sidebars > .group-middle {
25
  width: 50%;
26
}
27
28
.ds-3col-stacked-fluid > .group-right {
29
  width: 25%;
30
  float: right; /* LTR */
31
}
32
33
.ds-3col-stacked-fluid > .group-footer {
34
  clear: both;
35
}