source: other-projects/FileTransfer-WebSocketPair/Themes/My Themes/greenstone.theme@ 33053

Last change on this file since 33053 was 31525, checked in by ak19, 7 years ago

Nathan provided more stuff: Themes folder contains Sencha's Themebuilder which generates GXT Themes. It includes the .theme and generated .jar files for the project theme.

File size: 21.4 KB
Line 
1/**
2 * Sencha GXT 4.0.0 - Sencha for GWT
3 * Copyright (c) 2006-2015, Sencha Inc.
4 *
5 * [email protected]
6 * http://www.sencha.com/products/gxt/license/
7 *
8 * ================================================================================
9 * Open Source License
10 * ================================================================================
11 * This version of Sencha GXT is licensed under the terms of the Open Source GPL v3
12 * license. You may use this license only if you are prepared to distribute and
13 * share the source code of your application under the GPL v3 license:
14 * http://www.gnu.org/licenses/gpl.html
15 *
16 * If you are NOT prepared to distribute and share the source code of your
17 * application under the GPL v3 license, other commercial and oem licenses
18 * are available for an alternate download of Sencha GXT.
19 *
20 * Please see the Sencha GXT Licensing page at:
21 * http://www.sencha.com/products/gxt/license/
22 *
23 * For clarification or additional options, please contact:
24 * [email protected]
25 * ================================================================================
26 *
27 *
28 * ================================================================================
29 * Disclaimer
30 * ================================================================================
31 * THIS SOFTWARE IS DISTRIBUTED "AS-IS" WITHOUT ANY WARRANTIES, CONDITIONS AND
32 * REPRESENTATIONS WHETHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE
33 * IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, MERCHANTABLE QUALITY,
34 * FITNESS FOR A PARTICULAR PURPOSE, DURABILITY, NON-INFRINGEMENT, PERFORMANCE AND
35 * THOSE ARISING BY STATUTE OR FROM CUSTOM OR USAGE OF TRADE OR COURSE OF DEALING.
36 * ================================================================================
37 */
38theme {
39 name = "greenstone"
40 basePackage = "com.gs3.theme.greenstone"
41
42 headerText {
43 color = "#1c1c1c"
44 family = "helvetica, arial, verdana, sans-serif"
45 size = "13px"
46 weight = "bold"
47 }
48
49 panelBackgroundColor = "#e0f0e0"
50
51 borderColor = "#b0d0b0"
52
53 details {
54 borderColor = theme.borderColor
55 backgroundColor = theme.panelBackgroundColor
56 disabledOpacity = 0.5
57 disabledBackgroundColor = "cccccc"
58 disabledTextColor = "000000"
59
60 button {
61 borderRadius = 0
62 border = util.border('solid', '#126DAF', 0)
63 overBorder = util.border('solid', '#126DAF', 0)
64 pressedBorder = util.border('solid', '#126DAF', 0)
65 focusBoxShadow = "none"
66 radiusMinusBorderWidth = util.radiusMinusBorderWidth(border, borderRadius)
67 padding = util.padding(0);
68 arrowColor = "#ffffff"
69
70 backgroundColor = "#49CD00"
71 overBackgroundColor = "#49CD6F"
72 pressedBackgroundColor = "#45C05F"
73 gradient = '#ffffff'
74 overGradient = '#ffffff'
75 pressedGradient = '#ffffff'
76
77 font = util.fontStyle("helvetica,arial,verdana,sans-serif", '12px', '#FFFFFF', 'bold');
78 smallFontSize = 12
79 smallLineHeight = 18
80 mediumFontSize = 14
81 mediumLineHeight = 24
82 largeFontSize = 16
83 largeLineHeight = 32
84 }
85
86 buttonGroup {
87 borderRadius = 0
88 border = util.border('solid', '#dfeaf2', 0)
89 headerGradient = util.solidGradientString('#ffffff')
90
91 font = util.fontStyle("helvetica, arial, verdana, sans-serif", '13px', '#666666');
92 headerPadding = util.padding(2);
93
94 bodyPadding = util.padding(4);
95 bodyBackgroundColor = '#FFFFFF'
96 }
97
98 field {
99 backgroundColor = "#ffffff"
100 borderColor = "#c0c0c0"
101 borderWidth = 1
102 borderStyle = "solid"
103 emptyTextColor = "#808080"
104 focusBorderColor = "#3892d3"
105 height = 24
106 invalidBackgroundColor = "#ffffff"
107 invalidBorderColor = '#D94E37'
108 invalidBorderWidth = 1
109 lineHeight = "18px"
110 padding = util.padding(2, 6, 1, 6)
111 text = util.fontStyle("helvetica,arial,verdana,sans-serif", '13px', '#000000');
112 checkBox {
113 boxLabel = text;
114 padding {
115 bottom = 0
116 left = 19
117 right = 10
118 top = 0
119 }
120 }
121 radio {
122 boxLabel = text
123 padding {
124 bottom = 0
125 left = 19
126 right = 10
127 top = 0
128 }
129 }
130 slider {
131 trackHeight = 8
132 trackBorder = util.border('solid', "#d4d4d4", 1)
133 trackBackgroundColor = "#f5f5f5"
134 trackRadius = 4
135
136 thumbWidth = 15
137 thumbHeight = thumbWidth
138 thumbRadius = 8
139 thumbBorder = util.border("solid", "#777777", 1)
140 thumbBackgroundColor = "#f5f5f5"
141 }
142
143 sideLabel {
144 text = field.text
145 textAlign = 'left'
146 padding = util.padding(0, 0, 3)
147 labelPadding = util.padding(5, 5, 0, 0)
148 fieldPadding = util.padding(0)
149 }
150 topLabel {
151 text = field.text
152 textAlign = 'left'
153 padding = util.padding(0, 0, 5)
154 labelPadding = util.padding(6, 0, 0)
155 fieldPadding = util.padding(0)
156 }
157 }
158
159 datePicker {
160 border = util.border("solid", "#e1e1e1", 1)
161 backgroundColor = '#ffffff'
162
163 headerPadding = util.padding(8, 6)
164 headerBackgroundColor = "#f5f5f5"
165 headerText = util.fontStyle("helvetica,arial,verdana,sans-serif", '12px', '#3892d3', 'bold')
166 headerTextPadding = util.padding(0, 5)
167
168 dayOfWeekBackgroundColor = '#ffffff'
169 dayOfWeekText = util.fontStyle('helvetica,arial,verdana,sans-serif', '13px', '#000000', 'bold')
170 dayOfWeekLineHeight = '24px'
171 dayOfWeekPadding = util.padding(0, 9, 0, 0)
172
173 dayBorder = util.border('solid', '#ffffff', 1)
174 dayText = util.fontStyle('helvetica,arial,verdana,sans-serif', '13px', '#000000')
175 dayLineHeight = '23px'
176 dayPadding = util.padding(0, 3, 0, 0)
177
178 dayDisabledBackgroundColor = '#eeeeee'
179 dayDisabledText = util.extend(dayText, {
180 color = '#808080'
181 })
182
183 dayNextBackgroundColor = '#ffffff'
184 dayNextText = util.extend(dayText, {
185 color = '#bfbfbf'
186 })
187
188 dayPreviousBackgroundColor = '#ffffff'
189 dayPreviousText = dayNextText
190
191 itemOverBorder = util.border('solid', '#ffffff', 1)
192 itemOverColor = "#000000"
193 itemOverBackgroundColor = "#eaf3fa"
194
195 itemSelectedBorder = util.border('solid', '#3892d3', 1)
196 itemSelectedBackgroundColor = '#d6e8f6'
197 itemSelectedText = util.extend(dayText, {
198 weight = 'bold'
199 })
200
201 monthLeftButtonColor = "#ffffff"
202 monthLeftButtonOpacity = 1
203 monthLeftButtonMargin = util.margin(0, 0)
204 monthRightButtonColor = "#ffffff"
205 monthRightButtonMargin = util.margin(0, 0)
206 monthRightButtonOpacity = 1
207
208 todayBorder = util.border('solid', '#8b0000', 1)
209
210 footerPadding = util.padding(3, 0)
211 footerBackgroundColor = '#f5f5f5'
212
213 buttonMargin = util.margin(0, 3, 0, 2)
214
215 width = "212px"
216 }
217
218 panel {
219 font = util.extend(headerText, {
220 family = 'arial,helvetica,verdana,sans-serif'
221 })
222
223 border = util.border('none')
224
225 frameWidth = 0
226 frameHeight = 0
227
228
229 headerLineHeight = "15px"
230 headerPadding = util.padding(10);
231 padding = util.padding(0)
232
233 backgroundColor = "#e0f0e0"
234 headerBackgroundColor = "#b0d0b0"
235
236 headerGradient = util.solidGradientString('#b0d0b0')
237 }
238
239 framedPanel = util.extend(panel, {
240 borderRadius = 4
241 border = util.border('solid', theme.borderColor, 5)
242
243 headerLineHeight = "15px"
244 headerPadding = util.padding(util.abs(panel.headerPadding.top - borderRadius), panel.headerPadding.right, panel.headerPadding.bottom)
245 radiusMinusBorderWidth = util.radiusMinusBorderWidth(border, borderRadius)
246 })
247
248 window = util.extend(framedPanel, {
249 border = util.border('solid', '#3291d6', 5)
250 backgroundColor = "#e0f0e0"
251 headerGradient = util.solidGradientString("#b0d0b0")
252 headerLineHeight = "15px"
253 })
254
255 messagebox {
256 text = util.fontStyle('helvetica,arial,verdana,sans-serif', '13px')
257 messagePadding = util.padding(10, 10, 5)
258 bodyPadding = util.padding(5, 10, 10)
259 iconPadding = util.padding(10)
260 }
261
262 borderLayout {
263 panelBackgroundColor = "#c0c0c0"
264 collapsePanelBackgroundColor = "#b0d0b0"
265 collapsePanelBorder = util.border('solid', theme.borderColor, 1)
266 }
267 splitbar {
268 dragColor = "#B4B4B4"
269 handleOpacity = 0.5
270 handleWidth = 8
271 handleHeight = 48
272 }
273
274 accordionLayout = util.extend(panel, {
275 headerGradient = util.solidGradientString("#DFEAF2")
276 headerBackgroundColor = "#DFEAF2"
277 headerBarMargin = util.margin(0)
278 headerPadding = util.padding(8, 10)
279 font = util.extend(headerText, {
280 color = '#666666'
281 })
282 panelPadding {
283 bottom = 1
284 left = 0
285 right = 0
286 top = 0
287 }
288 firstPanelPadding = panelPadding
289 border = util.border('solid', '#ffffff', 0, 0, 1)
290 })
291
292 fieldset {
293 backgroundColor = "#f6f6f6"
294 text = util.fontStyle('helvetica,arial,verdana,sans-serif', '13px')
295 border = util.border('solid', '#b5b8c8', 1)
296
297 legendPadding = util.padding(5)
298 padding = util.padding(5)
299 collapseIconColor = tools.primaryColor
300 collapseOverIconColor = tools.primaryOverColor
301 expandIconColor = collapseIconColor
302 expandOverIconColor = collapseOverIconColor
303
304 }
305
306 toolbar {
307 backgroundColor = "#e0f0e0"
308 gradient = util.solidGradientString("#ffffff")
309 border = util.border('none')
310 padding = util.padding(3)
311
312 buttonOverride = util.extend(theme.details.button, {
313 border = util.border('solid', '#cecece', 1)
314 overBorder = util.border('solid', '#cecece', 1)
315 pressedBorder = util.border('solid', '#cecece', 1)
316
317 arrowColor = "#666666"
318 // focusBoxShadow = "none"
319
320 backgroundColor = "#F6F6F6"
321 overBackgroundColor = "#EDEDED"
322 pressedBackgroundColor = "#E1E1E1"
323 gradient = '#F6F6F6 0%, #F5F5F5 50%, #E8E8E8 51%, #F5F5F5 100%'
324 overGradient = '#EDEDED 0%, #EBEBEB 50%, #DFDFDF 51%, #EBEBEB 100%'
325 pressedGradient = '#E1E1E1 0%, #D5D5D5 50%, #E1E1E1 51%, #E4E4E4 100%'
326
327 font = util.fontStyle("helvetica,arial,verdana,sans-serif", '12px', '#666666', 'bold');
328 })
329 htmlEditorIconColor = "#666666"
330
331 labelItem {
332 text = field.text
333 lineHeight = '17px'
334 padding = util.padding(2, 2, 0)
335 }
336 separatorBorder {
337 bottom = 0
338 color = "#d0d0d0"
339 left = 0
340 right = 0
341 style = "solid"
342 top = 0
343 }
344 separatorHeight = 16
345 }
346 status {
347 text = util.fontStyle('helvetica,arial,verdana,sans-serif', '12px', '#000000')
348 lineHeight = '16px'
349 padding = util.padding(0, 5)
350 border = util.border('solid', '#cccccc #d9d9d9 #d9d9d9', 1)
351 }
352
353 tools {
354 primaryColor = util.mixColors("#ffffff", "#1c1c1c", 0.8)
355 primaryOpacity = 1
356 primaryOverColor = util.mixColors("#ffffff", "#1c1c1c", 0.5)
357 primaryOverOpacity = 1
358 primaryClickColor = util.mixColors("#ffffff", "#1c1c1c", 0.35)
359 primaryClickOpacity = 1
360 warningColor = "#D94E37"
361 allowColor = "#C6E38A"
362
363 tabs {
364 tabCloseOver = "#ffffff"
365 }
366 }
367
368 tabs {
369 activeHeadingText = util.extend(headingText, {
370 color = "#101010"
371 })
372 activeTabItemBackgroundColor = "#80b4d8"
373 activeTabItemBorderBottom = "1px"
374 activeTabItemBorderTop = "1px"
375 activeTabItemMarginBottom = "-1px"
376
377 activeTabCloseIconOpacity = 0.8
378 activeTabCloseOverIconOpacity = 1
379 tabCloseIconOpacity = 0.6
380 tabCloseOverIconOpacity = 1
381
382 borderRadius = 0
383 borderColor = "#b0d0b0"
384 bodyBackgroundColor = "#ffffff"
385 closeIconWidth = 11
386 gradient = util.solidGradientString("#80b4d8")
387 headingColor = "#fcfcfc"
388 headingText = util.extend(theme.headerText, {
389 color = "#101010"
390 })
391 hoverGradient = util.solidGradientString("#daedfc")
392 hoverHeadingText = headingText
393 hoverTabItemBackgroundColor = "#5fa7db"
394 iconLeftOffset = 6
395 iconTopOffset = 5
396 iconWidth = 16
397 inactiveGradient = util.solidGradientString("#dedede")
398 inactiveLastStopColor = "#4b9cd7"
399 inactiveTabItemBackgroundColor = "#dedede"
400 lastStopColor = "#c0c0c0"
401 overTabItemBorderBottom = "1px"
402 overTabItemBorderTop = "1px"
403 overTabItemOpacity = 1
404 padding = util.padding(10)
405 paddingWithClosable = util.padding(padding.right + closeIconWidth - 2)
406 paddingWithIcon = util.padding(padding.left + iconWidth/2)
407 plainActiveHeadingText = activeHeadingText
408 plainHeadingText = headingText
409 plainHoverHeadingText = hoverHeadingText
410 plainTabBarBorderBottom = 1
411 plainTabBarBorderTop = 3
412 plainTabStripSpacerBorder = 2
413 plainTabStripSpacerHeight = 2
414 scrollerBackgroundColor = "#c0c0c0"
415 scrollerLeftDisabledOpacity = 0.7
416 scrollerLeftOverOpacity = 0.7
417 scrollerRightDisabledOpacity = 0.7
418 scrollerRightOverOpacity = 0.7
419 scrollerWidth = 18
420 tabHeight = 31
421 tabBarBorder = "none"
422 tabBarBottomHeight = 4
423 tabBodyBorder = "none"
424 tabItemBorderBottom = "none"
425 tabItemBorderLeft = "none"
426 tabItemBorderTop = "none"
427 tabItemBorderRight = "none"
428 tabSpacing = 1
429 tabStripBottomBorder = "none"
430 tabStripBackgroundColor = "#b0d0b0"
431 tabStripGradient = util.solidGradientString('#b0d0b0')
432 tabStripPadding = util.padding(0)
433 tabStripTopBorder = "none"
434 tabTextPadding = util.padding(10, 0)
435 }
436
437 tree {
438 checkboxMargin = util.margin(4, 3, 0, 2)
439
440 dragOverBackgroundColor = '#e2eff8'
441
442 dropBackgroundColor = '#e2eff8'
443
444 iconMargin = util.margin(0, 3, 0, 2)
445
446 itemHeight = '25px'
447
448 nodePadding = util.padding(0, 6, 0, 3)
449
450 overBackgroundColor = '#e2eff8'
451
452 selectedBackgroundColor = '#c1ddf1'
453
454 text = util.fontStyle('helvetica,arial,verdana,sans-serif', '13px', '#000000')
455 }
456
457 info {
458 backgroundColor = "#ffffff"
459 borderRadius = 8
460 opacity = 1.0
461 border = util.border('solid', '#cccccc', 2)
462 radiusMinusBorderWidth = util.radiusMinusBorderWidth(border, borderRadius)
463 headerPadding = util.padding(0,0,8,0)
464 headerText = util.fontStyle("Tahoma, Arial, Verdana, sans-serif", '15px', '#555555', 'bold');
465 messagePadding = util.padding(0)
466 messageText = util.fontStyle("Tahoma, Arial, Verdana, sans-serif", '14px', '#555555');
467 margin = util.margin(2,0,0,0)
468 padding = util.padding(2,7)
469 }
470 tip {
471 backgroundColor = "#eaf3fa"
472 borderRadius = 3
473 opacity = 1
474 border = util.border('solid', '#e1e1e1', 1)
475 radiusMinusBorderWidth = util.radiusMinusBorderWidth(border, borderRadius)
476 headerPadding = util.padding(0)
477 headerText = util.fontStyle("Tahoma, Arial, Verdana, sans-serif", '12px', '#000000', 'bold');
478 messagePadding = util.padding(0,0,0)
479 messageText = util.fontStyle("Tahoma, Arial, Verdana, sans-serif", '12px');
480 margin = util.margin(0)
481 padding = util.padding(3)
482 }
483 errortip = tip
484
485 grid {
486 bodyBorder {
487 bottom = 0
488 color = "#d0d0d0"
489 left = 0
490 right = 0
491 style = "solid"
492 top = 0
493 }
494 columnHeader {
495 backgroundColor = '#f5f5f5'
496 borderWidth = 1
497 borderColor = '#c0c0c0'
498 borderStyle = 'solid'
499 gradient = '#f5f5f5 0%, #f5f5f5 100%'
500 overBackgroundColor = '#eef6fb'
501 overGradient = '#eef6fb 0%, #eef6fb 100%'
502
503 text = util.fontStyle('helvetica,arial,verdana,sans-serif', '13px', '#666666', 'bold')
504 padding = util.padding(7, 10)
505 lineHeight = "15px"
506
507 menuButtonWidth = 18
508
509 menuBackgroundColor = '#f5f5f5'
510 menuGradient = gradient
511 menuBorder = util.border('solid', '#c0c0c0', 0,0,0,1)
512 menuHoverBackgroundColor = '#eef6fb'
513 menuHoverGradient = overGradient
514 menuHoverBorder = menuBorder
515 menuActiveBackgroundColor = '#DFEAF2'
516 menuActiveGradient = "#DFEAF2 0%, #DFEAF2 100%"
517 menuActiveBorder = menuBorder
518 }
519
520 cellPadding = util.padding(5,10,4)
521 cellText = util.fontStyle('helvetica,arial,verdana,sans-serif', '13px', '#000000')
522 cellLineHeight = "15px"
523 cellVBorderColor = '#ededed'
524 cellHBorderColor = '#ededed'
525 cellBorderWidth = 1
526 cellBackgroundColor = '#ffffff'
527 cellAltBackgroundColor = '#fafafa'
528
529 cellOverVBorderColor = '#ededed'
530 cellOverVBorderStyle = 'solid'
531 cellOverHBorderColor = '#e2eff8'
532 cellOverHBorderStyle = 'solid'
533
534 cellOverBackgroundColor = '#e2eff8'
535
536 cellSelectedVBorderColor = '#ededed'
537 cellSelectedVBorderStyle = 'solid'
538 cellSelectedHBorderColor = '#e2eff8'
539 cellSelectedHBorderStyle = 'solid'
540
541 cellSelectedBackgroundColor = '#c1ddf1'
542
543 specialColumnGradient = ""
544 specialColumnGradientSelected = ""
545
546 group {
547 backgroundColor = '#f5f5f5'
548 border = util.border('solid', '#c0c0c0', 0, 0, 1)
549 text = columnHeader.text
550 padding = util.padding(8, 4)
551 iconSpacing = 11 + 6 // icon is 11px wide, plus 6px padding
552 summary {
553 text = util.extend(columnHeader.text, {
554 color = '#000000'
555 })
556 backgroundColor = '#ffffff'
557 }
558 }
559
560 rowNumberer {
561 text = util.fontStyle('helvetica,arial,verdana,sans-serif', '13px', '#000000')
562 padding = util.padding(5,3,4)
563 }
564
565 rowEditor {
566 backgroundColor = '#DFEAF2'
567 border = util.border('solid', '#e1e1e1', 1, 0);
568 }
569
570 footer {
571 text = util.fontStyle('helvetica,arial,verdana,sans-serif', '13px', '#000000', 'bold')
572 backgroundColor = '#ffffff'
573 cellBorder = util.border('solid', '#ededed', 1, 0, 0)
574 }
575 }
576 listview {
577 text = util.fontStyle('helvetica, arial, verdana, sans-serif','13px');
578 lineHeight = '22px'
579 backgroundColor = '#ffffff'
580 border = util.border('solid', '#e1e1e1', 1)
581
582 item {
583 backgroundColor = "#ffffff"
584 padding = util.padding(0,6)
585 border = util.border('none')
586 gradient = util.solidGradientString('#ffffff')
587 }
588
589 overItem {
590 backgroundColor = "#d6e8f6"
591 padding = util.padding(0,6)
592 border = util.border('none')
593 gradient = util.solidGradientString('#d6e8f6')
594 }
595
596 selectedItem {
597 backgroundColor = "#c1ddf1"
598 padding = util.padding(0,6)
599 border = util.border('none')
600 gradient = util.solidGradientString('#c1ddf1')
601 }
602 }
603 menu {
604 backgroundColor = "#ffffff"
605 border = util.border('solid', '#e1e1e1', 1)
606 padding = util.padding(0)
607 gradient = util.solidGradientString('#ffffff')
608 lastGradientColor = '#ffffff'
609
610 itemText = util.fontStyle('helvetica,arial,verdana,sans-serif', '13px')
611 itemLineHeight = '24px'
612 itemPadding = util.padding(0)
613
614 activeItemText = itemText
615 activeItemBackgroundColor = '#d6e8f6'
616 activeItemGradient = util.solidGradientString('#d6e8f6')
617 activeItemBorder = util.border('none')
618
619 bar {
620 backgroundColor = menu.backgroundColor
621 border = util.border('solid', '#4f404f', 1)
622 padding = util.padding(0)
623 gradient = menu.gradient
624
625
626 itemText = menu.itemText
627 itemLineHeight = menu.itemLineHeight
628 itemPadding = util.padding(1, 8)
629
630 hoverItemText = itemText
631 hoverItemBackgroundColor = menu.activeItemBackgroundColor
632 hoverItemGradient = menu.activeItemGradient
633 hoverItemBorder = util.border('none')
634
635 activeItemText = itemText
636 activeItemBackgroundColor = menu.activeItemBackgroundColor
637 activeItemGradient = menu.activeItemGradient
638 activeItemBorder = util.border('none')
639 }
640
641 scrollerHeight = 8
642 separator {
643 height = 1
644 margin = util.margin(2, 3)
645 color = '#e1e1e1'
646 }
647
648 header {
649 border = util.border('solid', '#c8ddf2', 0, 0, 1)
650 backgroundColor = 'b0d0b0'
651
652 itemText = util.fontStyle('tahoma,arial,verdana,sans-serif', '10px', '#15428b', 'bold')
653 itemLineHeight = '13px'
654
655 itemPadding = util.padding(3)
656 }
657 }
658
659 mask {
660 opacity = 0.7
661 backgroundColor = '#ffffff'
662 box {
663 padding = util.padding(5)
664 borderColor = ''
665 borderStyle = 'none'
666 borderWidth = 0
667 borderRadius = 3
668 radiusMinusBorderWidth = util.max(0, borderRadius - borderWidth)
669 backgroundColor = '#e5e5e5'
670 text = util.fontStyle('helvetica, arial, verdana, sans-serif', '13px', '#666666')
671 textPadding = util.padding(21, 0, 0)
672 loadingImagePosition = 'center 0'
673 }
674 }
675
676 progressbar {
677 border = util.border('solid', '#4f404f', 1)
678 text = util.fontStyle('helvetica, arial, verdana, sans-serif', '13px', '#666666', 'bold')
679 backgroundGradient = ''//transparent
680 textPadding = util.padding(3, 0)
681 textAlign = 'center'
682 barTextColor = text.color
683 barGradient = util.solidGradientString('#c1ddf1')
684 barBorder = util.border('solid', '#4f4f4f', 1);
685 }
686
687 statusproxy {
688 text = util.fontStyle('helvetica,arial,verdana,sans-serif', '13px')
689 border = util.border('solid', '#dddddd #bbbbbb #bbbbbb #dddddd', 1)
690 backgroundColor = '#ffffff'
691 opacity = 0.85
692 }
693
694 colorpalette {
695 itemSize = 16
696 itemPadding = util.padding(2)
697 backgroundColor = '#ffffff'
698 itemBorder = util.border('solid', '#e1e1e1', 1)
699 selectedBackgroundColor = '#e6e6e6'
700 selectedBorder = util.border('solid', '#8bb8f3', 1)
701 }
702 }
703}
Note: See TracBrowser for help on using the repository browser.