compass-jquery-ui 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. data/README.markdown +12 -0
  2. data/lib/jquery-ui.rb +1 -0
  3. data/stylesheets/_theme-base.scss +15 -0
  4. data/stylesheets/_theme-cupertino.scss +15 -0
  5. data/stylesheets/_theme-humanity.scss +15 -0
  6. data/stylesheets/_theme-redmond.scss +15 -0
  7. data/stylesheets/base/_jquery.ui.accordion.scss +43 -0
  8. data/stylesheets/base/_jquery.ui.autocomplete.scss +43 -0
  9. data/stylesheets/base/_jquery.ui.button.scss +90 -0
  10. data/stylesheets/base/_jquery.ui.core.scss +82 -0
  11. data/stylesheets/base/_jquery.ui.datepicker.scss +156 -0
  12. data/stylesheets/base/_jquery.ui.dialog.scss +55 -0
  13. data/stylesheets/base/_jquery.ui.progressbar.scss +9 -0
  14. data/stylesheets/base/_jquery.ui.resizable.scss +70 -0
  15. data/stylesheets/base/_jquery.ui.selectable.scss +5 -0
  16. data/stylesheets/base/_jquery.ui.slider.scss +47 -0
  17. data/stylesheets/base/_jquery.ui.tabs.scss +45 -0
  18. data/stylesheets/base/_jquery.ui.theme.scss +737 -0
  19. data/stylesheets/cupertino/_jquery.ui.accordion.scss +43 -0
  20. data/stylesheets/cupertino/_jquery.ui.autocomplete.scss +43 -0
  21. data/stylesheets/cupertino/_jquery.ui.button.scss +90 -0
  22. data/stylesheets/cupertino/_jquery.ui.core.scss +82 -0
  23. data/stylesheets/cupertino/_jquery.ui.datepicker.scss +156 -0
  24. data/stylesheets/cupertino/_jquery.ui.dialog.scss +55 -0
  25. data/stylesheets/cupertino/_jquery.ui.progressbar.scss +9 -0
  26. data/stylesheets/cupertino/_jquery.ui.resizable.scss +70 -0
  27. data/stylesheets/cupertino/_jquery.ui.selectable.scss +5 -0
  28. data/stylesheets/cupertino/_jquery.ui.slider.scss +47 -0
  29. data/stylesheets/cupertino/_jquery.ui.tabs.scss +45 -0
  30. data/stylesheets/cupertino/_jquery.ui.theme.scss +740 -0
  31. data/stylesheets/humanity/_jquery.ui.accordion.scss +43 -0
  32. data/stylesheets/humanity/_jquery.ui.autocomplete.scss +43 -0
  33. data/stylesheets/humanity/_jquery.ui.button.scss +90 -0
  34. data/stylesheets/humanity/_jquery.ui.core.scss +82 -0
  35. data/stylesheets/humanity/_jquery.ui.datepicker.scss +156 -0
  36. data/stylesheets/humanity/_jquery.ui.dialog.scss +55 -0
  37. data/stylesheets/humanity/_jquery.ui.progressbar.scss +9 -0
  38. data/stylesheets/humanity/_jquery.ui.resizable.scss +70 -0
  39. data/stylesheets/humanity/_jquery.ui.selectable.scss +5 -0
  40. data/stylesheets/humanity/_jquery.ui.slider.scss +47 -0
  41. data/stylesheets/humanity/_jquery.ui.tabs.scss +45 -0
  42. data/stylesheets/humanity/_jquery.ui.theme.scss +740 -0
  43. data/stylesheets/redmond/_jquery.ui.accordion.scss +43 -0
  44. data/stylesheets/redmond/_jquery.ui.autocomplete.scss +43 -0
  45. data/stylesheets/redmond/_jquery.ui.button.scss +90 -0
  46. data/stylesheets/redmond/_jquery.ui.core.scss +82 -0
  47. data/stylesheets/redmond/_jquery.ui.datepicker.scss +156 -0
  48. data/stylesheets/redmond/_jquery.ui.dialog.scss +55 -0
  49. data/stylesheets/redmond/_jquery.ui.progressbar.scss +9 -0
  50. data/stylesheets/redmond/_jquery.ui.resizable.scss +70 -0
  51. data/stylesheets/redmond/_jquery.ui.selectable.scss +5 -0
  52. data/stylesheets/redmond/_jquery.ui.slider.scss +47 -0
  53. data/stylesheets/redmond/_jquery.ui.tabs.scss +45 -0
  54. data/stylesheets/redmond/_jquery.ui.theme.scss +743 -0
  55. data/templates/project/jquery-ui-1.8.2.min.js +1012 -0
  56. data/templates/project/jquery-ui-i18n.js +1176 -0
  57. data/templates/project/jquery-ui.scss +4 -0
  58. data/templates/project/jquery-ui/base/ui-anim_basic_16x16.gif +0 -0
  59. data/templates/project/jquery-ui/base/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  60. data/templates/project/jquery-ui/base/ui-bg_flat_75_ffffff_40x100.png +0 -0
  61. data/templates/project/jquery-ui/base/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  62. data/templates/project/jquery-ui/base/ui-bg_glass_65_ffffff_1x400.png +0 -0
  63. data/templates/project/jquery-ui/base/ui-bg_glass_75_dadada_1x400.png +0 -0
  64. data/templates/project/jquery-ui/base/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  65. data/templates/project/jquery-ui/base/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  66. data/templates/project/jquery-ui/base/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  67. data/templates/project/jquery-ui/base/ui-icons_222222_256x240.png +0 -0
  68. data/templates/project/jquery-ui/base/ui-icons_2e83ff_256x240.png +0 -0
  69. data/templates/project/jquery-ui/base/ui-icons_454545_256x240.png +0 -0
  70. data/templates/project/jquery-ui/base/ui-icons_888888_256x240.png +0 -0
  71. data/templates/project/jquery-ui/base/ui-icons_cd0a0a_256x240.png +0 -0
  72. data/templates/project/jquery-ui/cupertino/ui-anim_basic_16x16.gif +0 -0
  73. data/templates/project/jquery-ui/cupertino/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
  74. data/templates/project/jquery-ui/cupertino/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
  75. data/templates/project/jquery-ui/cupertino/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
  76. data/templates/project/jquery-ui/cupertino/ui-bg_glass_50_3baae3_1x400.png +0 -0
  77. data/templates/project/jquery-ui/cupertino/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
  78. data/templates/project/jquery-ui/cupertino/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
  79. data/templates/project/jquery-ui/cupertino/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
  80. data/templates/project/jquery-ui/cupertino/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
  81. data/templates/project/jquery-ui/cupertino/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
  82. data/templates/project/jquery-ui/cupertino/ui-icons_2694e8_256x240.png +0 -0
  83. data/templates/project/jquery-ui/cupertino/ui-icons_2e83ff_256x240.png +0 -0
  84. data/templates/project/jquery-ui/cupertino/ui-icons_3d80b3_256x240.png +0 -0
  85. data/templates/project/jquery-ui/cupertino/ui-icons_72a7cf_256x240.png +0 -0
  86. data/templates/project/jquery-ui/cupertino/ui-icons_ffffff_256x240.png +0 -0
  87. data/templates/project/jquery-ui/humanity/ui-anim_basic_16x16.gif +0 -0
  88. data/templates/project/jquery-ui/humanity/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
  89. data/templates/project/jquery-ui/humanity/ui-bg_glass_100_f5f0e5_1x400.png +0 -0
  90. data/templates/project/jquery-ui/humanity/ui-bg_glass_25_cb842e_1x400.png +0 -0
  91. data/templates/project/jquery-ui/humanity/ui-bg_glass_70_ede4d4_1x400.png +0 -0
  92. data/templates/project/jquery-ui/humanity/ui-bg_highlight-hard_100_f4f0ec_1x100.png +0 -0
  93. data/templates/project/jquery-ui/humanity/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
  94. data/templates/project/jquery-ui/humanity/ui-bg_highlight-hard_75_f5f5b5_1x100.png +0 -0
  95. data/templates/project/jquery-ui/humanity/ui-bg_inset-soft_100_f4f0ec_1x100.png +0 -0
  96. data/templates/project/jquery-ui/humanity/ui-icons_c47a23_256x240.png +0 -0
  97. data/templates/project/jquery-ui/humanity/ui-icons_cb672b_256x240.png +0 -0
  98. data/templates/project/jquery-ui/humanity/ui-icons_f08000_256x240.png +0 -0
  99. data/templates/project/jquery-ui/humanity/ui-icons_f35f07_256x240.png +0 -0
  100. data/templates/project/jquery-ui/humanity/ui-icons_ff7519_256x240.png +0 -0
  101. data/templates/project/jquery-ui/humanity/ui-icons_ffffff_256x240.png +0 -0
  102. data/templates/project/jquery-ui/redmond/ui-anim_basic_16x16.gif +0 -0
  103. data/templates/project/jquery-ui/redmond/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  104. data/templates/project/jquery-ui/redmond/ui-bg_flat_55_fbec88_40x100.png +0 -0
  105. data/templates/project/jquery-ui/redmond/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
  106. data/templates/project/jquery-ui/redmond/ui-bg_glass_85_dfeffc_1x400.png +0 -0
  107. data/templates/project/jquery-ui/redmond/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  108. data/templates/project/jquery-ui/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
  109. data/templates/project/jquery-ui/redmond/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
  110. data/templates/project/jquery-ui/redmond/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  111. data/templates/project/jquery-ui/redmond/ui-icons_217bc0_256x240.png +0 -0
  112. data/templates/project/jquery-ui/redmond/ui-icons_2e83ff_256x240.png +0 -0
  113. data/templates/project/jquery-ui/redmond/ui-icons_469bdd_256x240.png +0 -0
  114. data/templates/project/jquery-ui/redmond/ui-icons_6da8d5_256x240.png +0 -0
  115. data/templates/project/jquery-ui/redmond/ui-icons_cd0a0a_256x240.png +0 -0
  116. data/templates/project/jquery-ui/redmond/ui-icons_d8e7f3_256x240.png +0 -0
  117. data/templates/project/jquery-ui/redmond/ui-icons_f9bd01_256x240.png +0 -0
  118. data/templates/project/manifest.rb +68 -0
  119. metadata +200 -0
@@ -0,0 +1,9 @@
1
+ /* Progressbar
2
+ ----------------------------------*/
3
+
4
+ .ui-progressbar {
5
+ height: 2em;
6
+ text-align: left;
7
+ .ui-progressbar-value {
8
+ margin: -1px;
9
+ height: 100%; } }
@@ -0,0 +1,70 @@
1
+ /* Resizable
2
+ ----------------------------------*/
3
+
4
+ .ui-resizable {
5
+ position: relative; }
6
+
7
+ .ui-resizable-handle {
8
+ position: absolute;
9
+ font-size: 0.1px;
10
+ z-index: 99999;
11
+ display: block; }
12
+
13
+ .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
14
+ display: none; }
15
+
16
+ .ui-resizable-n {
17
+ cursor: n-resize;
18
+ height: 7px;
19
+ width: 100%;
20
+ top: -5px;
21
+ left: 0; }
22
+
23
+ .ui-resizable-s {
24
+ cursor: s-resize;
25
+ height: 7px;
26
+ width: 100%;
27
+ bottom: -5px;
28
+ left: 0; }
29
+
30
+ .ui-resizable-e {
31
+ cursor: e-resize;
32
+ width: 7px;
33
+ right: -5px;
34
+ top: 0;
35
+ height: 100%; }
36
+
37
+ .ui-resizable-w {
38
+ cursor: w-resize;
39
+ width: 7px;
40
+ left: -5px;
41
+ top: 0;
42
+ height: 100%; }
43
+
44
+ .ui-resizable-se {
45
+ cursor: se-resize;
46
+ width: 12px;
47
+ height: 12px;
48
+ right: 1px;
49
+ bottom: 1px; }
50
+
51
+ .ui-resizable-sw {
52
+ cursor: sw-resize;
53
+ width: 9px;
54
+ height: 9px;
55
+ left: -5px;
56
+ bottom: -5px; }
57
+
58
+ .ui-resizable-nw {
59
+ cursor: nw-resize;
60
+ width: 9px;
61
+ height: 9px;
62
+ left: -5px;
63
+ top: -5px; }
64
+
65
+ .ui-resizable-ne {
66
+ cursor: ne-resize;
67
+ width: 9px;
68
+ height: 9px;
69
+ right: -5px;
70
+ top: -5px; }
@@ -0,0 +1,5 @@
1
+ /* Selectable
2
+ ----------------------------------*/
3
+
4
+ .ui-selectable-helper {
5
+ border: 1px dotted black; }
@@ -0,0 +1,47 @@
1
+ /* Slider
2
+ ----------------------------------*/
3
+
4
+ .ui-slider {
5
+ position: relative;
6
+ text-align: left;
7
+ .ui-slider-handle {
8
+ position: absolute;
9
+ z-index: 2;
10
+ width: 1.2em;
11
+ height: 1.2em;
12
+ cursor: default; }
13
+ .ui-slider-range {
14
+ position: absolute;
15
+ z-index: 1;
16
+ font-size: .7em;
17
+ display: block;
18
+ border: 0;
19
+ background-position: 0 0; } }
20
+
21
+ .ui-slider-horizontal {
22
+ height: .8em;
23
+ .ui-slider-handle {
24
+ top: -0.3em;
25
+ margin-left: -0.6em; }
26
+ .ui-slider-range {
27
+ top: 0;
28
+ height: 100%; }
29
+ .ui-slider-range-min {
30
+ left: 0; }
31
+ .ui-slider-range-max {
32
+ right: 0; } }
33
+
34
+ .ui-slider-vertical {
35
+ width: .8em;
36
+ height: 100px;
37
+ .ui-slider-handle {
38
+ left: -0.3em;
39
+ margin-left: 0;
40
+ margin-bottom: -0.6em; }
41
+ .ui-slider-range {
42
+ left: 0;
43
+ width: 100%; }
44
+ .ui-slider-range-min {
45
+ bottom: 0; }
46
+ .ui-slider-range-max {
47
+ top: 0; } }
@@ -0,0 +1,45 @@
1
+ /* Tabs
2
+ ----------------------------------*/
3
+
4
+ .ui-tabs {
5
+ position: relative;
6
+ padding: .2em;
7
+ zoom: 1;
8
+ .ui-tabs-nav {
9
+ margin: 0;
10
+ padding: .2em .2em 0;
11
+ li {
12
+ list-style: none;
13
+ float: left;
14
+ position: relative;
15
+ top: 1px;
16
+ margin: 0 .2em 1px 0;
17
+ border-bottom: 0 !important;
18
+ padding: 0;
19
+ white-space: nowrap;
20
+ a {
21
+ float: left;
22
+ padding: .5em 1em;
23
+ text-decoration: none; }
24
+ &.ui-tabs-selected {
25
+ margin-bottom: 0;
26
+ padding-bottom: 1px;
27
+ a {
28
+ cursor: text; } }
29
+ &.ui-state-disabled a, &.ui-state-processing a {
30
+ cursor: text; }
31
+ a {
32
+ cursor: pointer; } } }
33
+ &.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
34
+ cursor: pointer; }
35
+ .ui-tabs-panel {
36
+ display: block;
37
+ border-width: 0;
38
+ padding: 1em 1.4em;
39
+ background: none; }
40
+ .ui-tabs-hide {
41
+ display: none !important; } }
42
+
43
+ /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
44
+
45
+ /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
@@ -0,0 +1,740 @@
1
+ /*
2
+ * jQuery UI CSS Framework
3
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
4
+ * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
5
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=02_glass.png&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=02_glass.png&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=01_flat.png&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
6
+ */
7
+
8
+ /* Component containers
9
+ ----------------------------------*/
10
+
11
+ .ui-widget {
12
+ font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
13
+ font-size: 1.1em;
14
+ .ui-widget {
15
+ font-size: 1em; }
16
+ input, select, textarea, button {
17
+ font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
18
+ font-size: 1em; } }
19
+
20
+ .ui-widget-content {
21
+ border: 1px solid #dddddd;
22
+ background: #f2f5f7 image_url('jquery-ui/cupertino/ui-bg_highlight-hard_100_f2f5f7_1x100.png') 50% top repeat-x;
23
+ color: #362b36;
24
+ a {
25
+ color: #362b36; } }
26
+
27
+ .ui-widget-header {
28
+ border: 1px solid #aed0ea;
29
+ background: #deedf7 image_url('jquery-ui/cupertino/ui-bg_highlight-soft_100_deedf7_1x100.png') 50% 50% repeat-x;
30
+ color: #222222;
31
+ font-weight: bold;
32
+ a {
33
+ color: #222222; } }
34
+
35
+ /* Interaction states
36
+ ----------------------------------*/
37
+
38
+ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
39
+ border: 1px solid #aed0ea;
40
+ background: #d7ebf9 image_url('jquery-ui/cupertino/ui-bg_glass_80_d7ebf9_1x400.png') 50% 50% repeat-x;
41
+ font-weight: bold;
42
+ color: #2779aa; }
43
+
44
+ .ui-state-default a {
45
+ color: #2779aa;
46
+ text-decoration: none;
47
+ &:link, &:visited {
48
+ color: #2779aa;
49
+ text-decoration: none; } }
50
+
51
+ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
52
+ border: 1px solid #74b2e2;
53
+ background: #e4f1fb image_url('jquery-ui/cupertino/ui-bg_glass_100_e4f1fb_1x400.png') 50% 50% repeat-x;
54
+ font-weight: bold;
55
+ color: #0070a3; }
56
+
57
+ .ui-state-hover a {
58
+ color: #0070a3;
59
+ text-decoration: none;
60
+ &:hover {
61
+ color: #0070a3;
62
+ text-decoration: none; } }
63
+
64
+ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
65
+ border: 1px solid #2694e8;
66
+ background: #3baae3 image_url('jquery-ui/cupertino/ui-bg_glass_50_3baae3_1x400.png') 50% 50% repeat-x;
67
+ font-weight: bold;
68
+ color: #ffffff; }
69
+
70
+ .ui-state-active a {
71
+ color: #ffffff;
72
+ text-decoration: none;
73
+ &:link, &:visited {
74
+ color: #ffffff;
75
+ text-decoration: none; } }
76
+
77
+ .ui-widget :active {
78
+ outline: none; }
79
+
80
+ /* Interaction Cues
81
+ ----------------------------------*/
82
+
83
+ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
84
+ border: 1px solid #f9dd34;
85
+ background: #ffef8f image_url('jquery-ui/cupertino/ui-bg_highlight-soft_25_ffef8f_1x100.png') 50% top repeat-x;
86
+ color: #363636; }
87
+
88
+ .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
89
+ color: #363636; }
90
+
91
+ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
92
+ border: 1px solid #cd0a0a;
93
+ background: #cd0a0a image_url('jquery-ui/cupertino/ui-bg_flat_15_cd0a0a_40x100.png') 50% 50% repeat-x;
94
+ color: #ffffff; }
95
+
96
+ .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
97
+ color: #ffffff; }
98
+
99
+ .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
100
+ font-weight: bold; }
101
+
102
+ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
103
+ opacity: .7;
104
+ filter: Alpha(Opacity = 70);
105
+ font-weight: normal; }
106
+
107
+ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
108
+ opacity: .35;
109
+ filter: Alpha(Opacity = 35);
110
+ background-image: none; }
111
+
112
+ /* Icons
113
+ ----------------------------------*/
114
+
115
+ /* states and images */
116
+
117
+ .ui-icon {
118
+ width: 16px;
119
+ height: 16px;
120
+ background-image: image_url('jquery-ui/cupertino/ui-icons_72a7cf_256x240.png'); }
121
+
122
+ .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
123
+ background-image: image_url('jquery-ui/cupertino/ui-icons_72a7cf_256x240.png'); }
124
+
125
+ .ui-state-default .ui-icon {
126
+ background-image: image_url('jquery-ui/cupertino/ui-icons_3d80b3_256x240.png'); }
127
+
128
+ .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
129
+ background-image: image_url('jquery-ui/cupertino/ui-icons_2694e8_256x240.png'); }
130
+
131
+ .ui-state-active .ui-icon {
132
+ background-image: image_url('jquery-ui/cupertino/ui-icons_ffffff_256x240.png'); }
133
+
134
+ .ui-state-highlight .ui-icon {
135
+ background-image: image_url('jquery-ui/cupertino/ui-icons_2e83ff_256x240.png'); }
136
+
137
+ .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
138
+ background-image: image_url('jquery-ui/cupertino/ui-icons_ffffff_256x240.png'); }
139
+
140
+ /* positioning */
141
+
142
+ .ui-icon-carat-1-n {
143
+ background-position: 0 0; }
144
+
145
+ .ui-icon-carat-1-ne {
146
+ background-position: -16px 0; }
147
+
148
+ .ui-icon-carat-1-e {
149
+ background-position: -32px 0; }
150
+
151
+ .ui-icon-carat-1-se {
152
+ background-position: -48px 0; }
153
+
154
+ .ui-icon-carat-1-s {
155
+ background-position: -64px 0; }
156
+
157
+ .ui-icon-carat-1-sw {
158
+ background-position: -80px 0; }
159
+
160
+ .ui-icon-carat-1-w {
161
+ background-position: -96px 0; }
162
+
163
+ .ui-icon-carat-1-nw {
164
+ background-position: -112px 0; }
165
+
166
+ .ui-icon-carat-2-n-s {
167
+ background-position: -128px 0; }
168
+
169
+ .ui-icon-carat-2-e-w {
170
+ background-position: -144px 0; }
171
+
172
+ .ui-icon-triangle-1-n {
173
+ background-position: 0 -16px; }
174
+
175
+ .ui-icon-triangle-1-ne {
176
+ background-position: -16px -16px; }
177
+
178
+ .ui-icon-triangle-1-e {
179
+ background-position: -32px -16px; }
180
+
181
+ .ui-icon-triangle-1-se {
182
+ background-position: -48px -16px; }
183
+
184
+ .ui-icon-triangle-1-s {
185
+ background-position: -64px -16px; }
186
+
187
+ .ui-icon-triangle-1-sw {
188
+ background-position: -80px -16px; }
189
+
190
+ .ui-icon-triangle-1-w {
191
+ background-position: -96px -16px; }
192
+
193
+ .ui-icon-triangle-1-nw {
194
+ background-position: -112px -16px; }
195
+
196
+ .ui-icon-triangle-2-n-s {
197
+ background-position: -128px -16px; }
198
+
199
+ .ui-icon-triangle-2-e-w {
200
+ background-position: -144px -16px; }
201
+
202
+ .ui-icon-arrow-1-n {
203
+ background-position: 0 -32px; }
204
+
205
+ .ui-icon-arrow-1-ne {
206
+ background-position: -16px -32px; }
207
+
208
+ .ui-icon-arrow-1-e {
209
+ background-position: -32px -32px; }
210
+
211
+ .ui-icon-arrow-1-se {
212
+ background-position: -48px -32px; }
213
+
214
+ .ui-icon-arrow-1-s {
215
+ background-position: -64px -32px; }
216
+
217
+ .ui-icon-arrow-1-sw {
218
+ background-position: -80px -32px; }
219
+
220
+ .ui-icon-arrow-1-w {
221
+ background-position: -96px -32px; }
222
+
223
+ .ui-icon-arrow-1-nw {
224
+ background-position: -112px -32px; }
225
+
226
+ .ui-icon-arrow-2-n-s {
227
+ background-position: -128px -32px; }
228
+
229
+ .ui-icon-arrow-2-ne-sw {
230
+ background-position: -144px -32px; }
231
+
232
+ .ui-icon-arrow-2-e-w {
233
+ background-position: -160px -32px; }
234
+
235
+ .ui-icon-arrow-2-se-nw {
236
+ background-position: -176px -32px; }
237
+
238
+ .ui-icon-arrowstop-1-n {
239
+ background-position: -192px -32px; }
240
+
241
+ .ui-icon-arrowstop-1-e {
242
+ background-position: -208px -32px; }
243
+
244
+ .ui-icon-arrowstop-1-s {
245
+ background-position: -224px -32px; }
246
+
247
+ .ui-icon-arrowstop-1-w {
248
+ background-position: -240px -32px; }
249
+
250
+ .ui-icon-arrowthick-1-n {
251
+ background-position: 0 -48px; }
252
+
253
+ .ui-icon-arrowthick-1-ne {
254
+ background-position: -16px -48px; }
255
+
256
+ .ui-icon-arrowthick-1-e {
257
+ background-position: -32px -48px; }
258
+
259
+ .ui-icon-arrowthick-1-se {
260
+ background-position: -48px -48px; }
261
+
262
+ .ui-icon-arrowthick-1-s {
263
+ background-position: -64px -48px; }
264
+
265
+ .ui-icon-arrowthick-1-sw {
266
+ background-position: -80px -48px; }
267
+
268
+ .ui-icon-arrowthick-1-w {
269
+ background-position: -96px -48px; }
270
+
271
+ .ui-icon-arrowthick-1-nw {
272
+ background-position: -112px -48px; }
273
+
274
+ .ui-icon-arrowthick-2-n-s {
275
+ background-position: -128px -48px; }
276
+
277
+ .ui-icon-arrowthick-2-ne-sw {
278
+ background-position: -144px -48px; }
279
+
280
+ .ui-icon-arrowthick-2-e-w {
281
+ background-position: -160px -48px; }
282
+
283
+ .ui-icon-arrowthick-2-se-nw {
284
+ background-position: -176px -48px; }
285
+
286
+ .ui-icon-arrowthickstop-1-n {
287
+ background-position: -192px -48px; }
288
+
289
+ .ui-icon-arrowthickstop-1-e {
290
+ background-position: -208px -48px; }
291
+
292
+ .ui-icon-arrowthickstop-1-s {
293
+ background-position: -224px -48px; }
294
+
295
+ .ui-icon-arrowthickstop-1-w {
296
+ background-position: -240px -48px; }
297
+
298
+ .ui-icon-arrowreturnthick-1-w {
299
+ background-position: 0 -64px; }
300
+
301
+ .ui-icon-arrowreturnthick-1-n {
302
+ background-position: -16px -64px; }
303
+
304
+ .ui-icon-arrowreturnthick-1-e {
305
+ background-position: -32px -64px; }
306
+
307
+ .ui-icon-arrowreturnthick-1-s {
308
+ background-position: -48px -64px; }
309
+
310
+ .ui-icon-arrowreturn-1-w {
311
+ background-position: -64px -64px; }
312
+
313
+ .ui-icon-arrowreturn-1-n {
314
+ background-position: -80px -64px; }
315
+
316
+ .ui-icon-arrowreturn-1-e {
317
+ background-position: -96px -64px; }
318
+
319
+ .ui-icon-arrowreturn-1-s {
320
+ background-position: -112px -64px; }
321
+
322
+ .ui-icon-arrowrefresh-1-w {
323
+ background-position: -128px -64px; }
324
+
325
+ .ui-icon-arrowrefresh-1-n {
326
+ background-position: -144px -64px; }
327
+
328
+ .ui-icon-arrowrefresh-1-e {
329
+ background-position: -160px -64px; }
330
+
331
+ .ui-icon-arrowrefresh-1-s {
332
+ background-position: -176px -64px; }
333
+
334
+ .ui-icon-arrow-4 {
335
+ background-position: 0 -80px; }
336
+
337
+ .ui-icon-arrow-4-diag {
338
+ background-position: -16px -80px; }
339
+
340
+ .ui-icon-extlink {
341
+ background-position: -32px -80px; }
342
+
343
+ .ui-icon-newwin {
344
+ background-position: -48px -80px; }
345
+
346
+ .ui-icon-refresh {
347
+ background-position: -64px -80px; }
348
+
349
+ .ui-icon-shuffle {
350
+ background-position: -80px -80px; }
351
+
352
+ .ui-icon-transfer-e-w {
353
+ background-position: -96px -80px; }
354
+
355
+ .ui-icon-transferthick-e-w {
356
+ background-position: -112px -80px; }
357
+
358
+ .ui-icon-folder-collapsed {
359
+ background-position: 0 -96px; }
360
+
361
+ .ui-icon-folder-open {
362
+ background-position: -16px -96px; }
363
+
364
+ .ui-icon-document {
365
+ background-position: -32px -96px; }
366
+
367
+ .ui-icon-document-b {
368
+ background-position: -48px -96px; }
369
+
370
+ .ui-icon-note {
371
+ background-position: -64px -96px; }
372
+
373
+ .ui-icon-mail-closed {
374
+ background-position: -80px -96px; }
375
+
376
+ .ui-icon-mail-open {
377
+ background-position: -96px -96px; }
378
+
379
+ .ui-icon-suitcase {
380
+ background-position: -112px -96px; }
381
+
382
+ .ui-icon-comment {
383
+ background-position: -128px -96px; }
384
+
385
+ .ui-icon-person {
386
+ background-position: -144px -96px; }
387
+
388
+ .ui-icon-print {
389
+ background-position: -160px -96px; }
390
+
391
+ .ui-icon-trash {
392
+ background-position: -176px -96px; }
393
+
394
+ .ui-icon-locked {
395
+ background-position: -192px -96px; }
396
+
397
+ .ui-icon-unlocked {
398
+ background-position: -208px -96px; }
399
+
400
+ .ui-icon-bookmark {
401
+ background-position: -224px -96px; }
402
+
403
+ .ui-icon-tag {
404
+ background-position: -240px -96px; }
405
+
406
+ .ui-icon-home {
407
+ background-position: 0 -112px; }
408
+
409
+ .ui-icon-flag {
410
+ background-position: -16px -112px; }
411
+
412
+ .ui-icon-calendar {
413
+ background-position: -32px -112px; }
414
+
415
+ .ui-icon-cart {
416
+ background-position: -48px -112px; }
417
+
418
+ .ui-icon-pencil {
419
+ background-position: -64px -112px; }
420
+
421
+ .ui-icon-clock {
422
+ background-position: -80px -112px; }
423
+
424
+ .ui-icon-disk {
425
+ background-position: -96px -112px; }
426
+
427
+ .ui-icon-calculator {
428
+ background-position: -112px -112px; }
429
+
430
+ .ui-icon-zoomin {
431
+ background-position: -128px -112px; }
432
+
433
+ .ui-icon-zoomout {
434
+ background-position: -144px -112px; }
435
+
436
+ .ui-icon-search {
437
+ background-position: -160px -112px; }
438
+
439
+ .ui-icon-wrench {
440
+ background-position: -176px -112px; }
441
+
442
+ .ui-icon-gear {
443
+ background-position: -192px -112px; }
444
+
445
+ .ui-icon-heart {
446
+ background-position: -208px -112px; }
447
+
448
+ .ui-icon-star {
449
+ background-position: -224px -112px; }
450
+
451
+ .ui-icon-link {
452
+ background-position: -240px -112px; }
453
+
454
+ .ui-icon-cancel {
455
+ background-position: 0 -128px; }
456
+
457
+ .ui-icon-plus {
458
+ background-position: -16px -128px; }
459
+
460
+ .ui-icon-plusthick {
461
+ background-position: -32px -128px; }
462
+
463
+ .ui-icon-minus {
464
+ background-position: -48px -128px; }
465
+
466
+ .ui-icon-minusthick {
467
+ background-position: -64px -128px; }
468
+
469
+ .ui-icon-close {
470
+ background-position: -80px -128px; }
471
+
472
+ .ui-icon-closethick {
473
+ background-position: -96px -128px; }
474
+
475
+ .ui-icon-key {
476
+ background-position: -112px -128px; }
477
+
478
+ .ui-icon-lightbulb {
479
+ background-position: -128px -128px; }
480
+
481
+ .ui-icon-scissors {
482
+ background-position: -144px -128px; }
483
+
484
+ .ui-icon-clipboard {
485
+ background-position: -160px -128px; }
486
+
487
+ .ui-icon-copy {
488
+ background-position: -176px -128px; }
489
+
490
+ .ui-icon-contact {
491
+ background-position: -192px -128px; }
492
+
493
+ .ui-icon-image {
494
+ background-position: -208px -128px; }
495
+
496
+ .ui-icon-video {
497
+ background-position: -224px -128px; }
498
+
499
+ .ui-icon-script {
500
+ background-position: -240px -128px; }
501
+
502
+ .ui-icon-alert {
503
+ background-position: 0 -144px; }
504
+
505
+ .ui-icon-info {
506
+ background-position: -16px -144px; }
507
+
508
+ .ui-icon-notice {
509
+ background-position: -32px -144px; }
510
+
511
+ .ui-icon-help {
512
+ background-position: -48px -144px; }
513
+
514
+ .ui-icon-check {
515
+ background-position: -64px -144px; }
516
+
517
+ .ui-icon-bullet {
518
+ background-position: -80px -144px; }
519
+
520
+ .ui-icon-radio-off {
521
+ background-position: -96px -144px; }
522
+
523
+ .ui-icon-radio-on {
524
+ background-position: -112px -144px; }
525
+
526
+ .ui-icon-pin-w {
527
+ background-position: -128px -144px; }
528
+
529
+ .ui-icon-pin-s {
530
+ background-position: -144px -144px; }
531
+
532
+ .ui-icon-play {
533
+ background-position: 0 -160px; }
534
+
535
+ .ui-icon-pause {
536
+ background-position: -16px -160px; }
537
+
538
+ .ui-icon-seek-next {
539
+ background-position: -32px -160px; }
540
+
541
+ .ui-icon-seek-prev {
542
+ background-position: -48px -160px; }
543
+
544
+ .ui-icon-seek-end {
545
+ background-position: -64px -160px; }
546
+
547
+ .ui-icon-seek-start, .ui-icon-seek-first {
548
+ background-position: -80px -160px; }
549
+
550
+ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
551
+
552
+ .ui-icon-stop {
553
+ background-position: -96px -160px; }
554
+
555
+ .ui-icon-eject {
556
+ background-position: -112px -160px; }
557
+
558
+ .ui-icon-volume-off {
559
+ background-position: -128px -160px; }
560
+
561
+ .ui-icon-volume-on {
562
+ background-position: -144px -160px; }
563
+
564
+ .ui-icon-power {
565
+ background-position: 0 -176px; }
566
+
567
+ .ui-icon-signal-diag {
568
+ background-position: -16px -176px; }
569
+
570
+ .ui-icon-signal {
571
+ background-position: -32px -176px; }
572
+
573
+ .ui-icon-battery-0 {
574
+ background-position: -48px -176px; }
575
+
576
+ .ui-icon-battery-1 {
577
+ background-position: -64px -176px; }
578
+
579
+ .ui-icon-battery-2 {
580
+ background-position: -80px -176px; }
581
+
582
+ .ui-icon-battery-3 {
583
+ background-position: -96px -176px; }
584
+
585
+ .ui-icon-circle-plus {
586
+ background-position: 0 -192px; }
587
+
588
+ .ui-icon-circle-minus {
589
+ background-position: -16px -192px; }
590
+
591
+ .ui-icon-circle-close {
592
+ background-position: -32px -192px; }
593
+
594
+ .ui-icon-circle-triangle-e {
595
+ background-position: -48px -192px; }
596
+
597
+ .ui-icon-circle-triangle-s {
598
+ background-position: -64px -192px; }
599
+
600
+ .ui-icon-circle-triangle-w {
601
+ background-position: -80px -192px; }
602
+
603
+ .ui-icon-circle-triangle-n {
604
+ background-position: -96px -192px; }
605
+
606
+ .ui-icon-circle-arrow-e {
607
+ background-position: -112px -192px; }
608
+
609
+ .ui-icon-circle-arrow-s {
610
+ background-position: -128px -192px; }
611
+
612
+ .ui-icon-circle-arrow-w {
613
+ background-position: -144px -192px; }
614
+
615
+ .ui-icon-circle-arrow-n {
616
+ background-position: -160px -192px; }
617
+
618
+ .ui-icon-circle-zoomin {
619
+ background-position: -176px -192px; }
620
+
621
+ .ui-icon-circle-zoomout {
622
+ background-position: -192px -192px; }
623
+
624
+ .ui-icon-circle-check {
625
+ background-position: -208px -192px; }
626
+
627
+ .ui-icon-circlesmall-plus {
628
+ background-position: 0 -208px; }
629
+
630
+ .ui-icon-circlesmall-minus {
631
+ background-position: -16px -208px; }
632
+
633
+ .ui-icon-circlesmall-close {
634
+ background-position: -32px -208px; }
635
+
636
+ .ui-icon-squaresmall-plus {
637
+ background-position: -48px -208px; }
638
+
639
+ .ui-icon-squaresmall-minus {
640
+ background-position: -64px -208px; }
641
+
642
+ .ui-icon-squaresmall-close {
643
+ background-position: -80px -208px; }
644
+
645
+ .ui-icon-grip-dotted-vertical {
646
+ background-position: 0 -224px; }
647
+
648
+ .ui-icon-grip-dotted-horizontal {
649
+ background-position: -16px -224px; }
650
+
651
+ .ui-icon-grip-solid-vertical {
652
+ background-position: -32px -224px; }
653
+
654
+ .ui-icon-grip-solid-horizontal {
655
+ background-position: -48px -224px; }
656
+
657
+ .ui-icon-gripsmall-diagonal-se {
658
+ background-position: -64px -224px; }
659
+
660
+ .ui-icon-grip-diagonal-se {
661
+ background-position: -80px -224px; }
662
+
663
+ /* Misc visuals
664
+ ----------------------------------*/
665
+
666
+ /* Corner radius */
667
+
668
+ .ui-corner-tl {
669
+ -moz-border-radius-topleft: 6px;
670
+ -webkit-border-top-left-radius: 6px;
671
+ border-top-left-radius: 6px; }
672
+
673
+ .ui-corner-tr {
674
+ -moz-border-radius-topright: 6px;
675
+ -webkit-border-top-right-radius: 6px;
676
+ border-top-right-radius: 6px; }
677
+
678
+ .ui-corner-bl {
679
+ -moz-border-radius-bottomleft: 6px;
680
+ -webkit-border-bottom-left-radius: 6px;
681
+ border-bottom-left-radius: 6px; }
682
+
683
+ .ui-corner-br {
684
+ -moz-border-radius-bottomright: 6px;
685
+ -webkit-border-bottom-right-radius: 6px;
686
+ border-bottom-right-radius: 6px; }
687
+
688
+ .ui-corner-top {
689
+ -moz-border-radius-topleft: 6px;
690
+ -webkit-border-top-left-radius: 6px;
691
+ border-top-left-radius: 6px;
692
+ -moz-border-radius-topright: 6px;
693
+ -webkit-border-top-right-radius: 6px;
694
+ border-top-right-radius: 6px; }
695
+
696
+ .ui-corner-bottom {
697
+ -moz-border-radius-bottomleft: 6px;
698
+ -webkit-border-bottom-left-radius: 6px;
699
+ border-bottom-left-radius: 6px;
700
+ -moz-border-radius-bottomright: 6px;
701
+ -webkit-border-bottom-right-radius: 6px;
702
+ border-bottom-right-radius: 6px; }
703
+
704
+ .ui-corner-right {
705
+ -moz-border-radius-topright: 6px;
706
+ -webkit-border-top-right-radius: 6px;
707
+ border-top-right-radius: 6px;
708
+ -moz-border-radius-bottomright: 6px;
709
+ -webkit-border-bottom-right-radius: 6px;
710
+ border-bottom-right-radius: 6px; }
711
+
712
+ .ui-corner-left {
713
+ -moz-border-radius-topleft: 6px;
714
+ -webkit-border-top-left-radius: 6px;
715
+ border-top-left-radius: 6px;
716
+ -moz-border-radius-bottomleft: 6px;
717
+ -webkit-border-bottom-left-radius: 6px;
718
+ border-bottom-left-radius: 6px; }
719
+
720
+ .ui-corner-all {
721
+ -moz-border-radius: 6px;
722
+ -webkit-border-radius: 6px;
723
+ border-radius: 6px; }
724
+
725
+ /* Overlays */
726
+
727
+ .ui-widget-overlay {
728
+ background: #eeeeee image_url('jquery-ui/cupertino/ui-bg_diagonals-thick_90_eeeeee_40x40.png') 50% 50% repeat;
729
+ opacity: .80;
730
+ filter: Alpha(Opacity = 80); }
731
+
732
+ .ui-widget-shadow {
733
+ margin: -7px 0 0 -7px;
734
+ padding: 7px;
735
+ background: black image_url('jquery-ui/cupertino/ui-bg_highlight-hard_70_000000_1x100.png') 50% top repeat-x;
736
+ opacity: .30;
737
+ filter: Alpha(Opacity = 30);
738
+ -moz-border-radius: 8px;
739
+ -webkit-border-radius: 8px;
740
+ border-radius: 8px; }