summaryrefslogtreecommitdiffstats
path: root/color/preview.css
blob: d6638be8c39776b018de15eca21445757151ba5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* $Id: preview.css,v 1.2.2.5 2010/06/21 20:57:35 jmburnz Exp $ */

#preview {
  overflow: hidden;
  max-width: 100%;
}
#preview, #preview #img {
  height: 270px;
  width: 593px;
}
#preview #gradient-0 {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  height: 89px;
  z-index: 2;
}
#preview #text {
  height: 120px;
  left: 190px;
  position: absolute;
  top: 97px;
  width: 390px;
  z-index: 4;
}
#preview #gradient-0 .gradient-line {
  height: 13px;
  overflow: hidden;
}
#preview #img {
  background: url("color-preview.png") no-repeat 0 0;
  position: relative;
  z-index: 3;
}