Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
 
2
/** Colors **/
3
 
4
.TColorPicker_button
5
{
6
}
7
 
8
.TColorPicker
9
{
10
	background-color: white;
11
	border: 1px solid #919EA9;
12
}
13
 
14
.FullColorPicker
15
{
16
	width: 388px;
17
}
18
 
19
.BasicColorPicker .basic_colors td img
20
{
21
	border: 1px solid #919EA9;
22
}
23
 
24
.BasicColorPicker .basic_colors .pickerhover
25
{
26
	border-color: white;
27
}
28
 
29
.FullColorPicker .colors .colorpanel
30
{
31
	border: 1px solid #919EA9;
32
}
33
 
34
.FullColorPicker .hue .strip
35
{
36
	border: 1px solid #919EA9;
37
}
38
 
39
.FullColorPicker .inputs .currentcolor span
40
{
41
	border: 1px solid #919EA9;
42
}
43
 
44
.FullColorPicker .options td
45
{
46
	border-top: 1px solid #919EA9;
47
}
48
 
49
/** UI **/
50
.TColorPicker_button img
51
{
52
	border: 2px ridge ActiveBorder;
53
	background-color: #fff;
54
	padding: 1px;
55
	height: 16px;
56
	width: 16px;
57
	margin: 1px;
58
	margin-bottom: -6px;
59
	margin-bottom: expression(-4); /** IE hack **/
60
}
61
 
62
.TColorPicker
63
{
64
	position: absolute;
65
}
66
 
67
.BasicColorPicker .palette_Tiny img
68
{
69
	width: 30px;
70
	height: 30px;
71
}
72
.BasicColorPicker .basic_colors
73
{
74
	border-collapse: separate;
75
	border-spacing: 2px;
76
}
77
 
78
.BasicColorPicker .basic_colors td
79
{
80
	padding: 0;
81
	font-size: 0;
82
}
83
 
84
.FullColorPicker table
85
{
86
	border-collapse: collapse;
87
	border-spacing: 0;
88
}
89
 
90
.FullColorPicker .colors .colorpanel
91
{
92
	margin-left: 7px;
93
	margin-top: -9px;
94
	display: block;
95
	width:256px;
96
	height:256px;
97
	background-image: url(background.png);
98
}
99
 
100
* html .FullColorPicker .colors .colorpanel
101
{
102
	background-image: none;
103
	margin-top: -10px;
104
}
105
 
106
.FullColorPicker .colors
107
{
108
	padding-bottom: 10px;
109
	padding-top: 17px;
110
}
111
 
112
* html .FullColorPicker .colors
113
{
114
	margin-top: 10px;
115
}
116
 
117
.FullColorPicker .colors .selector
118
{
119
	position: relative;
120
	top: 0px;
121
	left: 0px;
122
	border: 0 none;
123
	float: left;
124
	margin-left: 2px;
125
	margin-top: -12px;
126
	display: block;
127
	background-image: url(target_black.gif);
128
	background-repeat: no-repeat;
129
	width: 8px;
130
	height:8px;
131
	background-position: 50%
132
}
133
 
134
* html .FullColorPicker .colors .selector
135
{
136
	margin-top: -16px;
137
}
138
 
139
.FullColorPicker .colors span.target_white
140
{
141
	background-image: url(target_white.gif);
142
}
143
 
144
.FullColorPicker .hue
145
{
146
	text-align: center;
147
	width: 50px;
148
}
149
 
150
.FullColorPicker .hue .strip
151
{
152
	margin-top: -5px;
153
	margin-left: 9px;
154
	display: block;
155
	background-image: url(hue.gif);
156
	width:19px;
157
	height:256px;
158
}
159
 
160
* html .FullColorPicker .hue .strip
161
{
162
	margin-left: 10px;
163
}
164
 
165
.FullColorPicker .slider
166
{
167
	position: relative;
168
	top: 0px;
169
	margin-top: -5px;
170
	background-image: url(slider.gif);
171
	width: 40px;
172
	height: 9px;
173
	font-size: 0;
174
	display: block;
175
}
176
 
177
* html .FullColorPicker .slider
178
{
179
	margin-left: 10px;
180
}
181
 
182
.FullColorPicker .inputs
183
{
184
	font-family: Tahoma;
185
	font-size: 10pt;
186
}
187
 
188
.FullColorPicker .inputs input
189
{
190
	width: 30px;
191
	text-align: center;
192
	height: 16px;
193
	margin-right: 2px;
194
}
195
 
196
.FullColorPicker .currentcolor
197
{
198
	text-align: center;
199
}
200
 
201
.FullColorPicker .inputs .currentcolor span
202
{
203
	display: block;
204
	width: 60px;
205
	height: 30px;
206
}
207
 
208
.FullColorPicker .inputs .currentcolor span.currentColor
209
{
210
	margin: 5px 5px 0 2px;
211
	border-bottom: 0 none;
212
}
213
 
214
.FullColorPicker .inputs .currentcolor span.oldColor
215
{
216
	margin: 0px 5px 5px 2px;
217
	border-top: 0 none;
218
}
219
 
220
.FullColorPicker input.hex
221
{
222
	width: 50px;
223
	margin-right: 5px;
224
}
225
 
226
.FullColorPicker input.button
227
{
228
	width: 90px;
229
	margin: 3px;
230
	font-size: 10px;
231
}
232
 
233
.FullColorPicker .inputs .gap
234
{
235
	padding-top: 8px;
236
}
237
 
238
.FullColorPicker .customs
239
{
240
	width: 100%;
241
	border-collapse: separate;
242
}
243
 
244
.FullColorPicker .options td
245
{
246
	height: 0px;
247
	text-align: right;
248
	padding: 7px 10px 7px 0px;
249
}