Projet

Général

Profil

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

root / drupal7 / sites / all / themes / pixture_reloaded / color / preview.css @ 87dbc3bf

1

    
2
#preview {
3
  overflow: hidden;
4
  max-width: 100%;
5
}
6
#preview, #preview #img {
7
  height: 270px;
8
  width: 593px;
9
}
10
#preview #gradient-0 {
11
  position: absolute;
12
  overflow: hidden;
13
  left: 0;
14
  right: 0;
15
  top: 0;
16
  height: 89px;
17
  z-index: 2;
18
}
19
#preview #text {
20
  height: 120px;
21
  left: 190px;
22
  position: absolute;
23
  top: 97px;
24
  width: 390px;
25
  z-index: 4;
26
}
27
#preview #gradient-0 .gradient-line {
28
  height: 13px;
29
  overflow: hidden;
30
}
31
#preview #img {
32
  background: url("color-preview.png") no-repeat 0 0;
33
  position: relative;
34
  z-index: 3;
35
}