Projet

Général

Profil

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

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

1

    
2
/* Positioning */
3
#preview {
4
  overflow: hidden;
5
  max-width: 100%;
6
}
7
#preview, #preview #img {
8
  width: 596px;
9
  height: 795px;
10
}
11

    
12
#preview #text {
13
  position: absolute;
14
  left: 80px;
15
  width: 436px;
16
  top: 260px;
17
  height: 120px;
18
  z-index: 4;
19
}
20
#preview #img {
21
  position: relative;
22
  z-index: 3;
23
}
24
#preview #gradient .gradient-line {
25
  height: 10px;
26
  overflow: hidden;
27
}
28

    
29
/* Basic styles to match */
30
#preview {
31
  font: 12px/170% Verdana;
32
}
33
#preview h2 {
34
  margin: 0;
35
  padding: 0;
36
  font-weight: normal;
37
  font-family: Helvetica, Arial, sans-serif;
38
  font-size: 160%;
39
  line-height: 130%;
40
}
41
#preview p {
42
  margin: .5em 0;
43
}
44
#preview a:link, #preview a:visited {
45
  text-decoration: none;
46
  font-weight: normal;
47
}
48
#preview a:hover {
49
  text-decoration: underline;
50
}