Broken widget crap
[rgbconverter.git] / RGB_Converter.wdgt / RGB_Converter.css
1 /*=====================================================================*\
2 || ################################################################### ||
3 || # RGB Converter Widget [#]version[#]
4 || # --------------------------------------------------------------- # ||
5 || # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # ||
6 || # This file may not be reproduced in any way without permission. # ||
7 || # --------------------------------------------------------------- # ||
8 || # User License Agreement at http://www.iris-studios.com/license/ # ||
9 || ################################################################### ||
10 \*=====================================================================*/
11
12 /* ################################################################### */
13 /* Custom classes */
14
15 body
16 {
17 margin: 0px;
18 }
19
20 /* ################################################################### */
21 /* Flip insturments */
22
23 .flip
24 {
25 position: absolute;
26 bottom: 10px;
27 right: 10px;
28 width: 10px;
29 height: 10px;
30 }
31
32 #flip
33 {
34 opacity: 0;
35 background: url(file:///System/Library/WidgetResources/ibutton/white_i.png) no-repeat top left;
36 z-index: 8000;
37 }
38
39 #fliprollie
40 {
41 display: none;
42 opacity: 0.25;
43 background: url(file:///System/Library/WidgetResources/ibutton/white_rollie.png) no-repeat top left;
44 z-index: 7999;
45 }
46
47 #front
48 {
49 display: block;
50 }
51
52 #back
53 {
54 display: none;
55 }
56
57 .doneButton
58 {
59 position: absolute;
60 bottom: 10px;
61 left: 10px;
62 }
63
64 /*=====================================================================*\
65 || ###################################################################
66 || # $HeadURL$
67 || # $Id$
68 || ###################################################################
69 \*=====================================================================*/