Projet

Général

Profil

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

root / drupal7 / sites / all / themes / corolla / css / fields.css @ 87dbc3bf

1
/* Fields */
2
.field .field-label {
3
  font-size: 1em;
4
  font-weight: 700;
5
  line-height: inherit;
6
  margin: 0;
7
}
8
.field-lable-inline .field-label {
9
  display: inline;
10
}
11
.field-type-taxonomy-term-reference .field-label {
12
  font-size: 1em;
13
}
14
.field-type-taxonomy-term-reference ul {
15
  margin: 0;
16
  padding: 0;
17
}
18
.field-type-taxonomy-term-reference ul li {
19
  display: inline;
20
  list-style: none;
21
  padding: 0 .75em 0 0;
22
}
23
.field-label-inline .field-label,
24
.field-label-inline .field-items {
25
  display: inline;
26
}
27
.field-type-image figure {
28
  margin: 0;
29
  padding: 0;
30
}
31
.field-type-image figcaption {
32
  margin: 0 0 10px;
33
  padding: 0;
34
}
35
.field-type-image figure img {
36
  margin: auto;
37
}
38
.field-type-image figcaption {
39
  font-size: 0.8em;
40
  font-style: italic;
41
}
42
table .field-type-image img {
43
  width: 100%;
44
  height: auto;
45
}