Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 93 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 93 Rev 317
Line 1... Line 1...
1
/* $Id: preview.css,v 1.1 2006/10/29 13:17:38 unconed Exp $ */
1
/* $Id: preview.css,v 1.1 2006/10/29 13:17:38 unconed Exp $ */
2
 
2
 
3
/* Positioning */
3
/* Positioning */
4
#preview {
4
#preview {
5
  overflow: hidden;
5
  overflow: hidden;
6
  max-width: 100%;
6
  max-width: 100%;
7
}
7
}
8
#preview, #preview #img {
8
#preview, #preview #img {
9
  width: 596px;
9
  width: 596px;
10
  height: 371px;
10
  height: 371px;
11
}
11
}
12
#preview #gradient {
12
#preview #gradient {
13
  position: absolute;
13
  position: absolute;
14
  left: 0;
14
  left: 0;
15
  right: 0;
15
  right: 0;
16
  top: 19px;
16
  top: 19px;
17
  height: 120px;
17
  height: 120px;
18
  z-index: 2;
18
  z-index: 2;
19
}
19
}
20
#preview #text {
20
#preview #text {
21
  position: absolute;
21
  position: absolute;
22
  left: 80px;
22
  left: 80px;
23
  width: 436px;
23
  width: 436px;
24
  top: 160px;
24
  top: 160px;
25
  height: 120px;
25
  height: 120px;
26
  z-index: 4;
26
  z-index: 4;
27
}
27
}
28
#preview #img {
28
#preview #img {
29
  position: relative;
29
  position: relative;
30
  z-index: 3;
30
  z-index: 3;
31
}
31
}
32
#preview #gradient .gradient-line {
32
#preview #gradient .gradient-line {
33
  height: 10px;
33
  height: 10px;
34
  overflow: hidden;
34
  overflow: hidden;
35
}
35
}
36
 
36
 
37
/* Basic styles to match */
37
/* Basic styles to match */
38
#preview {
38
#preview {
39
  font: 12px/170% Verdana;
39
  font: 12px/170% Verdana;
40
}
40
}
41
#preview h2 {
41
#preview h2 {
42
  margin: 0;
42
  margin: 0;
43
  padding: 0;
43
  padding: 0;
44
  font-weight: normal;
44
  font-weight: normal;
45
  font-family: Helvetica, Arial, sans-serif;
45
  font-family: Helvetica, Arial, sans-serif;
46
  font-size: 160%;
46
  font-size: 160%;
47
  line-height: 130%;
47
  line-height: 130%;
48
}
48
}
49
#preview p {
49
#preview p {
50
  margin: .5em 0;
50
  margin: .5em 0;
51
}
51
}
52
#preview a:link, #preview a:visited {
52
#preview a:link, #preview a:visited {
53
  text-decoration: none;
53
  text-decoration: none;
54
  font-weight: normal;
54
  font-weight: normal;
55
}
55
}
56
#preview a:hover {
56
#preview a:hover {
57
  text-decoration: underline;
57
  text-decoration: underline;
58
}
58
}
59
59