Added input boxes
[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 /* ################################################################### */
48 /* Back */
49
50 /* ################################################################### */
51 /* Flip insturments */
52
53 .flip
54 {
55 position: absolute;
56 top: 79px;
57 left: 12px;
58 width: 13px;
59 height: 13px;
60 }
61
62 #flip
63 {
64 opacity: 0;
65 background: url(file:///System/Library/WidgetResources/ibutton/white_i.png) no-repeat top left;
66 z-index: 8000;
67 }
68
69 #fliprollie
70 {
71 display: none;
72 opacity: 0.25;
73 background: url(file:///System/Library/WidgetResources/ibutton/white_rollie.png) no-repeat top left;
74 z-index: 7999;
75 }
76
77 #front
78 {
79 display: block;
80 }
81
82 #back
83 {
84 display: none;
85 }
86
87 .doneButton
88 {
89 position: absolute;
90 bottom: 10px;
91 left: 10px;
92 }
93
94 /*=====================================================================*\
95 || ###################################################################
96 || # $HeadURL$
97 || # $Id$
98 || ###################################################################
99 \*=====================================================================*/