Hooked up decimal system
[rgbconverter.git] / RGB_Converter.wdgt / Widget.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 /* Global */
14
15 body
16 {
17 margin: 0px;
18 }
19
20 /* ################################################################### */
21 /* Front */
22
23 #redinput
24 {
25 position: absolute;
26 top: 80px;
27 left: 46px;
28 width: 50px;
29 }
30
31 #greeninput
32 {
33 position: absolute;
34 top: 80px;
35 left: 136px;
36 width: 50px;
37 }
38
39 #blueinput
40 {
41 position: absolute;
42 top: 80px;
43 left: 226px;
44 width: 50px;
45 }
46
47 #swatch
48 {
49
50 }
51
52 /* ################################################################### */
53 /* Back */
54
55 /* ################################################################### */
56 /* Flip insturments */
57
58 .flip
59 {
60 position: absolute;
61 top: 79px;
62 left: 12px;
63 width: 13px;
64 height: 13px;
65 }
66
67 #flip
68 {
69 opacity: 0;
70 background: url(file:///System/Library/WidgetResources/ibutton/white_i.png) no-repeat top left;
71 z-index: 8000;
72 }
73
74 #fliprollie
75 {
76 display: none;
77 opacity: 0.25;
78 background: url(file:///System/Library/WidgetResources/ibutton/white_rollie.png) no-repeat top left;
79 z-index: 7999;
80 }
81
82 #front
83 {
84 display: block;
85 }
86
87 #back
88 {
89 display: none;
90 }
91
92 .doneButton
93 {
94 position: absolute;
95 bottom: 10px;
96 left: 10px;
97 }
98
99 /*=====================================================================*\
100 || ###################################################################
101 || # $HeadURL$
102 || # $Id$
103 || ###################################################################
104 \*=====================================================================*/