Project

General

Profile

Download (942 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/* $Id: preview.css,v 1.1 2006/10/29 13:17:38 unconed Exp $ */
2

    
3
/* Positioning */
4
#preview {
5
  overflow: hidden;
6
  max-width: 100%;
7
}
8
#preview, #preview #img {
9
  width: 596px;
10
  height: 371px;
11
}
12
#preview #gradient {
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
}
32
#preview #gradient .gradient-line {
33
  height: 10px;
34
  overflow: hidden;
35
}
36

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