Projet

Général

Profil

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

root / drupal7 / themes / garland / color / preview.css @ db2d93dd

1

    
2
/* Positioning */
3
#preview {
4
  overflow: hidden;
5
  max-width: 100%;
6
}
7
#preview,
8
#preview #img {
9
  width: 600px;
10
  height: 371px;
11
}
12
#preview #gradient-0 {
13
  position: absolute;
14
  left: 0;
15
  right: 0;
16
  top: 19px;
17
  height: 120px;
18
  z-index: 2;
19
}
20
#preview #text {
21
  position: absolute;
22
  left: 80px;
23
  width: 436px;
24
  top: 160px;
25
  height: 120px;
26
  z-index: 4;
27
}
28
#preview #img {
29
  position: relative;
30
  z-index: 3;
31
  background-image: url(preview.png);
32
}
33
#preview #gradient-0 .gradient-line {
34
  height: 10px;
35
  overflow: hidden;
36
}
37

    
38
/* Basic styles to match */
39
#preview {
40
  font: 12px/170% Verdana;
41
}
42
#preview h2 {
43
  margin: 0;
44
  padding: 0;
45
  font-weight: normal;
46
  font-family: Helvetica, Arial, sans-serif;
47
  font-size: 160%;
48
  line-height: 130%;
49
}
50
#preview p {
51
  margin: .5em 0;
52
}
53
#preview a:link,
54
#preview a:visited {
55
  text-decoration: none;
56
  font-weight: normal;
57
}
58
#preview a:hover {
59
  text-decoration: underline;
60
}