Projet

Général

Profil

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

root / drupal7 / sites / all / themes / sky / css / fields.css @ 98c5df5c

1
/* Fields */
2
.field {
3
  padding: 0 0 10px 0;
4
}
5
.field .field-label {
6
  font-size: 1em;
7
  font-weight: 400;
8
  line-height: inherit;
9
  margin: 0;
10
}
11
.field-label-inline .field-label,
12
.field-label-inline .field-items {
13
  display: inline;
14
}
15
.field-type-image figure {
16
  margin: 10px 0;
17
}
18
.field-type-image figcaption {
19
  font-size: 0.823em;
20
  font-style: italic;
21
  line-height: 1.3;
22
  padding: 4px 0 0;
23
}
24
tabel .field-type-image img {
25
  width: 100%;
26
  height: auto;
27
}