|
Revision 21, 0.9 kB
(checked in by admin, 18 years ago)
|
|
|
| Line | |
|---|
| 1 | #GB_overlay { |
|---|
| 2 | background-image: url(../images/overlay.png); |
|---|
| 3 | position: absolute; |
|---|
| 4 | margin: auto; |
|---|
| 5 | top: 0; |
|---|
| 6 | left: 0; |
|---|
| 7 | z-index: 100; |
|---|
| 8 | width: 100%; |
|---|
| 9 | height: 100%; |
|---|
| 10 | } |
|---|
| 11 | |
|---|
| 12 | * html #GB_overlay { |
|---|
| 13 | background-color: #000; |
|---|
| 14 | background-color: transparent; |
|---|
| 15 | background-image: url(../images/blank.gif); |
|---|
| 16 | filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale"); |
|---|
| 17 | } |
|---|
| 18 | |
|---|
| 19 | #GB_window { |
|---|
| 20 | top: 10px; |
|---|
| 21 | left: 0px; |
|---|
| 22 | position: absolute; |
|---|
| 23 | background: #fff; |
|---|
| 24 | border: 5px solid #aaa; |
|---|
| 25 | overflow: auto; |
|---|
| 26 | width: 400px; |
|---|
| 27 | height: 400px; |
|---|
| 28 | z-index: 150; |
|---|
| 29 | } |
|---|
| 30 | |
|---|
| 31 | #GB_frame { |
|---|
| 32 | border: 0; |
|---|
| 33 | overflow: auto; |
|---|
| 34 | width: 100%; |
|---|
| 35 | height: 378px; |
|---|
| 36 | } |
|---|
| 37 | |
|---|
| 38 | #GB_caption { |
|---|
| 39 | font: 12px bold helvetica, verdana, sans-serif; |
|---|
| 40 | color: #fff; |
|---|
| 41 | background: #888; |
|---|
| 42 | padding: 2px 0 2px 5px; |
|---|
| 43 | margin: 0; |
|---|
| 44 | text-align: left; |
|---|
| 45 | } |
|---|
| 46 | |
|---|
| 47 | #GB_window img { |
|---|
| 48 | position: absolute; |
|---|
| 49 | top: 2px; |
|---|
| 50 | right: 5px; |
|---|
| 51 | cursor: pointer; |
|---|
| 52 | cursor: hand; |
|---|
| 53 | } |
|---|
| 54 | |
|---|