creative_tim 1.0.13 → 1.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/lib/creative_tim/version.rb +1 -1
  3. data/vendor/assets/javascripts/creative-tim/{awesome-landing-page.js → awesome_landing_page/awesome-landing-page.js} +0 -0
  4. data/vendor/assets/javascripts/creative-tim/{gaia.js → gaia/gaia.js} +0 -0
  5. data/vendor/assets/javascripts/creative-tim/light_dashboard/bootstrap-checkbox-radio-switch.js +502 -0
  6. data/vendor/assets/javascripts/creative-tim/light_dashboard/bootstrap-notify.js +404 -0
  7. data/vendor/assets/javascripts/creative-tim/light_dashboard/bootstrap-select.js +438 -0
  8. data/vendor/assets/javascripts/creative-tim/light_dashboard/chartist.min.js +9 -0
  9. data/vendor/assets/javascripts/creative-tim/light_dashboard/demo.js +152 -0
  10. data/vendor/assets/javascripts/creative-tim/light_dashboard/light-bootstrap-dashboard.js +159 -0
  11. data/vendor/assets/javascripts/creative-tim/paper_dashboard/bootstrap-checkbox-radio.js +179 -179
  12. data/vendor/assets/javascripts/creative-tim/paper_kit/bootstrap-datepicker.js +492 -0
  13. data/vendor/assets/javascripts/creative-tim/paper_kit/bootstrap-select.js +438 -0
  14. data/vendor/assets/javascripts/creative-tim/paper_kit/ct-paper-checkbox.js +109 -0
  15. data/vendor/assets/javascripts/creative-tim/paper_kit/ct-paper-radio.js +140 -0
  16. data/vendor/assets/javascripts/creative-tim/paper_kit/ct-paper.js +378 -0
  17. data/vendor/assets/javascripts/creative-tim/shit_done/custom.js +9 -0
  18. data/vendor/assets/javascripts/creative-tim/shit_done/get-shit-done.js +108 -0
  19. data/vendor/assets/javascripts/creative-tim/shit_done/gsdk-bootstrapswitch.js +249 -0
  20. data/vendor/assets/javascripts/creative-tim/shit_done/gsdk-checkbox.js +109 -0
  21. data/vendor/assets/javascripts/creative-tim/shit_done/gsdk-radio.js +140 -0
  22. data/vendor/assets/stylesheets/creative-tim/{awesome_landing → awesome_landing_page}/landing-page.css +41 -41
  23. data/vendor/assets/stylesheets/creative-tim/awesome_landing_page/pe-icon-7-stroke.css +632 -0
  24. data/vendor/assets/stylesheets/creative-tim/light_dashboard/animate.min.css +6 -0
  25. data/vendor/assets/stylesheets/creative-tim/light_dashboard/demo.css +61 -0
  26. data/vendor/assets/stylesheets/creative-tim/light_dashboard/light-bootstrap-dashboard.css +3393 -0
  27. data/vendor/assets/stylesheets/creative-tim/light_dashboard/pe-icon-7-stroke.css +632 -0
  28. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/paper-dashboard.css +2 -2
  29. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_alerts.scss +0 -23
  30. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_buttons.scss +7 -1
  31. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_carousel.scss +59 -0
  32. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_checkbox-radio.scss +10 -13
  33. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_collapse.scss +30 -0
  34. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_datepicker.scss +221 -0
  35. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_dropdown.scss +2 -0
  36. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_images.scss +28 -0
  37. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_inputs.scss +5 -38
  38. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_labels.scss +26 -0
  39. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_misc.scss +127 -0
  40. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_mixins.scss +1 -4
  41. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_modal.scss +54 -0
  42. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_navbars.scss +117 -13
  43. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_progress-bars.scss +27 -0
  44. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_responsive.scss +124 -218
  45. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_sections.scss +38 -0
  46. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_sliders.scss +222 -0
  47. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_tabs-navs-pagination.scss +353 -0
  48. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_tooltips-and-popovers.scss +171 -0
  49. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_typography.scss +7 -41
  50. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_variables.scss +55 -79
  51. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_buttons.scss +1 -0
  52. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_inputs.scss +0 -0
  53. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_labels.scss +0 -0
  54. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_navbars.scss +0 -0
  55. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_tabs.scss +0 -0
  56. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_transparency.scss +0 -0
  57. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_vendor-prefixes.scss +0 -12
  58. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper.css +3323 -0
  59. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper.scss +34 -0
  60. data/vendor/assets/stylesheets/creative-tim/paper_kit/demo.css +994 -0
  61. data/vendor/assets/stylesheets/creative-tim/paper_kit/examples.css +179 -0
  62. data/vendor/assets/stylesheets/creative-tim/paper_kit/examples.scss +150 -0
  63. data/vendor/assets/stylesheets/creative-tim/shit_done/demo.css +324 -0
  64. data/vendor/assets/stylesheets/creative-tim/shit_done/get-shit-done.css +7 -0
  65. data/vendor/assets/stylesheets/creative-tim/shit_done/gsdk-base.css +1187 -0
  66. data/vendor/assets/stylesheets/creative-tim/shit_done/gsdk-checkbox-radio-switch.css +257 -0
  67. data/vendor/assets/stylesheets/creative-tim/shit_done/gsdk-sliders.css +220 -0
  68. metadata +64 -39
  69. data/vendor/assets/javascripts/creative-tim/paper_dashboard/bootstrap.min.js +0 -7
  70. data/vendor/assets/javascripts/creative-tim/paper_dashboard/jquery-1.10.2.js +0 -9789
  71. data/vendor/assets/stylesheets/creative-tim/awesome_landing/bootstrap.css +0 -6358
  72. data/vendor/assets/stylesheets/creative-tim/awesome_landing/fixes.scss +0 -39
  73. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/bootstrap.min.css +0 -5
  74. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/fixes.scss +0 -45
  75. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_cards.scss +0 -243
  76. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_chartist.scss +0 -230
  77. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_footers.scss +0 -43
  78. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_misc.scss +0 -69
  79. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_sidebar-and-main-panel.scss +0 -195
  80. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_tables.scss +0 -77
  81. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_cards.scss +0 -8
  82. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_chartist.scss +0 -104
  83. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_icons.scss +0 -13
  84. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_sidebar.scss +0 -42
  85. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper-dashboard.scss +0 -28
  86. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/themify-icons.css +0 -1081
@@ -0,0 +1,257 @@
1
+ /* Checkbox and radio */
2
+ .checkbox,
3
+ .radio {
4
+ margin-bottom: 12px;
5
+ padding-left: 32px;
6
+ position: relative;
7
+ -webkit-transition: color 0.25s linear;
8
+ transition: color 0.25s linear;
9
+ font-size: 14px;
10
+ font-weight: normal;
11
+ line-height: 1.5;
12
+ color: #333333;
13
+ }
14
+ .checkbox input,
15
+ .radio input {
16
+ outline: none !important;
17
+ display: none;
18
+ }
19
+ .checkbox .icons,
20
+ .radio .icons {
21
+ color: #D9D9D9;
22
+ display: block;
23
+ height: 20px;
24
+ left: 0;
25
+ position: absolute;
26
+ top: 0;
27
+ width: 20px;
28
+ text-align: center;
29
+ line-height: 21px;
30
+ font-size: 20px;
31
+ cursor: pointer;
32
+ -webkit-transition: color 0.2s linear;
33
+ transition: color 0.2s linear;
34
+ }
35
+ .checkbox .icons .first-icon,
36
+ .radio .icons .first-icon,
37
+ .checkbox .icons .second-icon,
38
+ .radio .icons .second-icon {
39
+ display: inline-table;
40
+ position: absolute;
41
+ left: 0;
42
+ top: 0;
43
+ background-color: transparent;
44
+ margin: 0;
45
+ opacity: 1;
46
+ filter: alpha(opacity=100);
47
+ }
48
+ .checkbox .icons .second-icon,
49
+ .radio .icons .second-icon {
50
+ opacity: 0;
51
+ filter: alpha(opacity=0);
52
+ }
53
+ .checkbox:hover,
54
+ .radio:hover {
55
+ -webkit-transition: color 0.2s linear;
56
+ transition: color 0.2s linear;
57
+ }
58
+ .checkbox:hover .first-icon,
59
+ .radio:hover .first-icon {
60
+ opacity: 0;
61
+ filter: alpha(opacity=0);
62
+ }
63
+ .checkbox:hover .second-icon,
64
+ .radio:hover .second-icon {
65
+ opacity: 1;
66
+ filter: alpha(opacity=100);
67
+ }
68
+ .checkbox.checked,
69
+ .radio.checked {
70
+ color: #2C93FF;
71
+ }
72
+ .checkbox.checked .first-icon,
73
+ .radio.checked .first-icon {
74
+ opacity: 0;
75
+ filter: alpha(opacity=0);
76
+ }
77
+ .checkbox.checked .second-icon,
78
+ .radio.checked .second-icon {
79
+ opacity: 1;
80
+ filter: alpha(opacity=100);
81
+ color: #2C93FF;
82
+ -webkit-transition: color 0.2s linear;
83
+ transition: color 0.2s linear;
84
+ }
85
+ .checkbox.disabled,
86
+ .radio.disabled {
87
+ cursor: default;
88
+ color: #D9D9D9 !important;
89
+ }
90
+ .checkbox.disabled .icons,
91
+ .radio.disabled .icons {
92
+ color: #D9D9D9 !important;
93
+ }
94
+ .checkbox.disabled .first-icon,
95
+ .radio.disabled .first-icon {
96
+ opacity: 1;
97
+ filter: alpha(opacity=100);
98
+ }
99
+ .checkbox.disabled .second-icon,
100
+ .radio.disabled .second-icon {
101
+ opacity: 0;
102
+ filter: alpha(opacity=0);
103
+ }
104
+ .checkbox.disabled.checked .icons,
105
+ .radio.disabled.checked .icons {
106
+ color: #D9D9D9;
107
+ }
108
+ .checkbox.disabled.checked .first-icon,
109
+ .radio.disabled.checked .first-icon {
110
+ opacity: 0;
111
+ filter: alpha(opacity=0);
112
+ }
113
+ .checkbox.disabled.checked .second-icon,
114
+ .radio.disabled.checked .second-icon {
115
+ opacity: 1;
116
+ filter: alpha(opacity=100);
117
+ color: #D9D9D9;
118
+ }
119
+
120
+ /* ============================================================
121
+ * bootstrapSwitch v1.3 by Larentis Mattia @spiritualGuru
122
+ * http://www.larentis.eu/switch/
123
+ * ============================================================
124
+ * Licensed under the Apache License, Version 2.0
125
+ * http://www.apache.org/licenses/LICENSE-2.0
126
+ * ============================================================ */
127
+ .has-switch {
128
+ border-radius: 30px;
129
+ cursor: pointer;
130
+ display: inline-block;
131
+ line-height: 1.72222;
132
+ overflow: hidden;
133
+ position: relative;
134
+ text-align: left;
135
+ width: 60px;
136
+
137
+ -webkit-user-select: none;
138
+ -moz-user-select: none;
139
+ -ms-user-select: none;
140
+ -o-user-select: none;
141
+ user-select: none;
142
+
143
+ /* this code is for fixing safari bug with hidden overflow for border-radius */
144
+ -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
145
+ -webkit-mask-size: 60px 24px;
146
+ mask: url('../img/mask.png') 0 0 no-repeat;
147
+ background: #fad73f; /* Old browsers */
148
+ background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0,#fad73f), color(48px,#fad73f), color-stop(49px,#821067)); /* Chrome,Safari4+ */
149
+ background: -webkit-radial-gradient(center, ellipse cover, #fad73f 0,#fad73f 48px,#821067 49px); /* Chrome10+,Safari5.1+ */
150
+
151
+ }
152
+ .has-switch.deactivate {
153
+ opacity: 0.5;
154
+ filter: alpha(opacity=50);
155
+ cursor: default !important;
156
+ }
157
+ .has-switch.deactivate label,
158
+ .has-switch.deactivate span {
159
+ cursor: default !important;
160
+ }
161
+ .has-switch > div {
162
+ position: relative;
163
+ top: 0;
164
+ width: 100px;
165
+ }
166
+ .has-switch > div.switch-animate {
167
+ -webkit-transition: left 0.25s ease-out;
168
+ transition: left 0.25s ease-out;
169
+ }
170
+ .has-switch > div.switch-off {
171
+ left: -35px;
172
+ }
173
+
174
+ .has-switch > div.switch-on {
175
+ left: 0;
176
+ }
177
+ .has-switch > div label {
178
+ background-color: #FFFFFF;
179
+ background: rgb(255,255,255); /* Old browsers */
180
+ background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,242,1) 100%); /* FF3.6+ */
181
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(241,241,242,1))); /* Chrome,Safari4+ */
182
+ background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,242,1) 100%); /* Chrome10+,Safari5.1+ */
183
+ background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,242,1) 100%); /* Opera 11.10+ */
184
+ background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,242,1) 100%); /* IE10+ */
185
+ background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,242,1) 100%); /* W3C */
186
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f2',GradientType=0 ); /* IE6-9 */
187
+ box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.25);
188
+ cursor: pointer;
189
+ }
190
+ .has-switch input[type=checkbox] {
191
+ display: none;
192
+ }
193
+ .has-switch span {
194
+ /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; */
195
+ cursor: pointer;
196
+ float: left;
197
+ font-size: 11px;
198
+ font-weight: 400;
199
+ height: 24px;
200
+ line-height: 15px;
201
+ margin: 0;
202
+ padding-bottom: 6px;
203
+ padding-top: 5px;
204
+ position: relative;
205
+ text-align: center;
206
+ text-indent: -10px;
207
+ width: 50%;
208
+ z-index: 1;
209
+ -webkit-transition: 0.25s ease-out;
210
+ transition: 0.25s ease-out;
211
+ }
212
+ .has-switch span.switch-left {
213
+ background-color: #2C93FF;
214
+ border-left: 1px solid rgba(0, 0, 0, 0);
215
+ border-radius: 30px 0 0 30px;
216
+ color: #FFFFFF;
217
+ }
218
+ .has-switch .switch-off span.switch-left{
219
+ background-color: #D9D9D9;
220
+ }
221
+ .has-switch span.switch-right {
222
+ border-radius: 0 30px 30px 0;
223
+ background-color: #2C93FF;
224
+ color: #ffffff;
225
+ text-indent: 1px;
226
+ }
227
+ .has-switch .switch-off span.switch-right{
228
+ background-color: #D9D9D9;
229
+ }
230
+ .has-switch span.switch-right [class*="fui-"] {
231
+ text-indent: 0;
232
+ }
233
+ .has-switch label {
234
+ border-radius: 12px;
235
+ float: left;
236
+ height: 22px;
237
+ margin: 1px -13px;
238
+ padding: 0;
239
+ position: relative;
240
+ transition: all 0.25s ease-out 0s;
241
+ vertical-align: middle;
242
+ width: 22px;
243
+ z-index: 100;
244
+ -webkit-transition: 0.25s ease-out;
245
+ transition: 0.25s ease-out;
246
+ }
247
+ .has-switch .switch-on .fa-check:before{
248
+ margin-left: 10px;
249
+ }
250
+ .has-switch:hover .switch-on label{
251
+ margin: 1px -17px;
252
+ width: 26px;
253
+ }
254
+ .has-switch:hover .switch-off label{
255
+ margin: 1px -13px;
256
+ width: 26px;
257
+ }
@@ -0,0 +1,220 @@
1
+
2
+ /*!
3
+ * jQuery UI Slider 1.10.4
4
+ * http://jqueryui.com
5
+ *
6
+ * Copyright 2014 jQuery Foundation and other contributors
7
+ * Released under the MIT license.
8
+ * http://jquery.org/license
9
+ *
10
+ * http://api.jqueryui.com/slider/#theming
11
+ */
12
+ .ui-slider {
13
+ position: relative;
14
+ text-align: left;
15
+ }
16
+ .ui-slider .ui-slider-handle {
17
+ position: absolute;
18
+ z-index: 2;
19
+ width: 1.2em;
20
+ height: 1.2em;
21
+ cursor: default;
22
+ }
23
+ .ui-slider .ui-slider-range {
24
+ position: absolute;
25
+ z-index: 1;
26
+ font-size: .7em;
27
+ display: block;
28
+ border: 0;
29
+ background-position: 0 0;
30
+ }
31
+
32
+ /* For IE8 - See #6727 */
33
+ .ui-slider.ui-state-disabled .ui-slider-handle,
34
+ .ui-slider.ui-state-disabled .ui-slider-range {
35
+ filter: inherit;
36
+ }
37
+
38
+ .ui-slider-horizontal {
39
+ height: 4px;
40
+ }
41
+ .ui-slider-horizontal .ui-slider-handle {
42
+ margin-left: -10px;
43
+ top: -7px;
44
+ }
45
+ .ui-slider-horizontal .ui-slider-range {
46
+ top: 0;
47
+ height: 100%;
48
+ }
49
+ .ui-slider-horizontal .ui-slider-range-min {
50
+ left: 0;
51
+ }
52
+ .ui-slider-horizontal .ui-slider-range-max {
53
+ right: 0;
54
+ }
55
+
56
+ .ui-slider-vertical {
57
+ width: .8em;
58
+ height: 100px;
59
+ }
60
+ .ui-slider-vertical .ui-slider-handle {
61
+ left: -.3em;
62
+ margin-left: 0;
63
+ margin-bottom: -.6em;
64
+ }
65
+ .ui-slider-vertical .ui-slider-range {
66
+ left: 0;
67
+ width: 100%;
68
+ }
69
+ .ui-slider-vertical .ui-slider-range-min {
70
+ bottom: 0;
71
+ }
72
+ .ui-slider-vertical .ui-slider-range-max {
73
+ top: 0;
74
+ }
75
+
76
+ /* Component containers
77
+ ----------------------------------*/
78
+ .ui-widget {
79
+ font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
80
+ font-size: 1.1em/*{fsDefault}*/;
81
+ }
82
+ .ui-widget .ui-widget {
83
+ font-size: 1em;
84
+ }
85
+ .ui-widget input,
86
+ .ui-widget select,
87
+ .ui-widget textarea,
88
+ .ui-widget button {
89
+ font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
90
+ font-size: 1em;
91
+ }
92
+ .ui-widget-content {
93
+ background-color: #E5E5E5;
94
+ }
95
+ .ui-widget-content a {
96
+ color: #222222/*{fcContent}*/;
97
+ }
98
+ .ui-widget-header {
99
+ background: #999999;
100
+ color: #222222;
101
+ font-weight: bold;
102
+ }
103
+ .ui-widget-header a {
104
+ color: #222222;
105
+ }
106
+
107
+ .slider-primary .ui-widget-header{
108
+ background-color: #3472F7;
109
+ }
110
+ .slider-info .ui-widget-header{
111
+ background-color: #2C93FF;
112
+ }
113
+ .slider-success .ui-widget-header{
114
+ background-color: #05AE0E;
115
+ }
116
+ .slider-warning .ui-widget-header{
117
+ background-color: #FF9500;
118
+ }
119
+ .slider-danger .ui-widget-header{
120
+ background-color: #FF3B30;
121
+ }
122
+
123
+ /* Interaction states
124
+ ----------------------------------*/
125
+ .ui-state-default,
126
+ .ui-widget-content .ui-state-default,
127
+ .ui-widget-header .ui-state-default {
128
+ background: rgb(255,255,255); /* Old browsers */
129
+ background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,242,1) 100%); /* FF3.6+ */
130
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(241,241,242,1))); /* Chrome,Safari4+ */
131
+ background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,242,1) 100%); /* Chrome10+,Safari5.1+ */
132
+ background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,242,1) 100%); /* Opera 11.10+ */
133
+ background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,242,1) 100%); /* IE10+ */
134
+ background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,242,1) 100%); /* W3C */
135
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f2',GradientType=0 ); /* IE6-9 */
136
+
137
+ border-radius: 50%;
138
+ box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.4);
139
+ height:15px;
140
+ width:15px;
141
+ cursor:pointer;
142
+ }
143
+ .ui-state-default a,
144
+ .ui-state-default a:link,
145
+ .ui-state-default a:visited {
146
+ color: #555555/*{fcDefault}*/;
147
+ text-decoration: none;
148
+ }
149
+
150
+ .ui-state-hover a,
151
+ .ui-state-hover a:hover,
152
+ .ui-state-hover a:link,
153
+ .ui-state-hover a:visited,
154
+ .ui-state-focus a,
155
+ .ui-state-focus a:hover,
156
+ .ui-state-focus a:link,
157
+ .ui-state-focus a:visited {
158
+ color: #212121/*{fcHover}*/;
159
+ text-decoration: none;
160
+ }
161
+ .ui-state-active a,
162
+ .ui-state-active a:link,
163
+ .ui-state-active a:visited {
164
+ color: #212121/*{fcActive}*/;
165
+ text-decoration: none;
166
+ }
167
+
168
+ /* Interaction Cues
169
+ ----------------------------------*/
170
+ .ui-state-highlight,
171
+ .ui-widget-content .ui-state-highlight,
172
+ .ui-widget-header .ui-state-highlight {
173
+ border: 1px solid #fcefa1;
174
+ background: #fbf9ee;
175
+ color: #363636;
176
+ }
177
+ .ui-state-highlight a,
178
+ .ui-widget-content .ui-state-highlight a,
179
+ .ui-widget-header .ui-state-highlight a {
180
+ color: #363636;
181
+ }
182
+ .ui-state-error,
183
+ .ui-widget-content .ui-state-error,
184
+ .ui-widget-header .ui-state-error {
185
+ border: 1px solid #cd0a0a/*{borderColorError}*/;
186
+ background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
187
+ color: #cd0a0a/*{fcError}*/;
188
+ }
189
+ .ui-state-error a,
190
+ .ui-widget-content .ui-state-error a,
191
+ .ui-widget-header .ui-state-error a {
192
+ color: #cd0a0a/*{fcError}*/;
193
+ }
194
+ .ui-state-error-text,
195
+ .ui-widget-content .ui-state-error-text,
196
+ .ui-widget-header .ui-state-error-text {
197
+ color: #cd0a0a/*{fcError}*/;
198
+ }
199
+ .ui-priority-primary,
200
+ .ui-widget-content .ui-priority-primary,
201
+ .ui-widget-header .ui-priority-primary {
202
+ font-weight: bold;
203
+ }
204
+ .ui-priority-secondary,
205
+ .ui-widget-content .ui-priority-secondary,
206
+ .ui-widget-header .ui-priority-secondary {
207
+ opacity: .7;
208
+ filter:Alpha(Opacity=70);
209
+ font-weight: normal;
210
+ }
211
+ .ui-state-disabled,
212
+ .ui-widget-content .ui-state-disabled,
213
+ .ui-widget-header .ui-state-disabled {
214
+ opacity: .35;
215
+ filter:Alpha(Opacity=35);
216
+ background-image: none;
217
+ }
218
+ .ui-state-disabled .ui-icon {
219
+ filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
220
+ }