real-world-css-libraries 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +72 -7
- package/index.js +45 -6
- package/libs/30days30submits-18-v0.0.0.css +213 -0
- package/libs/amoled-cord-v5.0.11.css +894 -0
- package/libs/animating-hamburger-icons-v0.1.0.css +618 -0
- package/libs/bootplus-v1.0.5.css +6876 -0
- package/libs/cleanslate-v0.10.1.css +454 -0
- package/libs/colofilter-v0.0.0.css +232 -0
- package/libs/enferno-v13.1.1.css +75 -0
- package/libs/facebook-buttons-v1.0.0.css +223 -0
- package/libs/fileicon-v0.1.1.css +140 -0
- package/libs/fluentbird-v1.1.2.css +1060 -0
- package/libs/freebies-v0.0.0.css +1110 -0
- package/libs/gitweb-theme-v0.0.0.css +764 -0
- package/libs/gridism-v0.2.2.css +133 -0
- package/libs/holmes-v6.8.12.css +483 -0
- package/libs/justified-v0.0.0.css +14 -0
- package/libs/kickoff-v8.0.0.css +2267 -0
- package/libs/knacss-v8.2.0.css +1141 -0
- package/libs/less-framework-v0.0.0.css +168 -0
- package/libs/linktree-v0.0.0.css +803 -0
- package/libs/littlebox-v0.0.4.css +5833 -0
- package/libs/lynx-v1.4.0.css +1587 -0
- package/libs/medium.css-v1.0.2.css +287 -0
- package/libs/obnoxious-v3.5.2.css +1144 -0
- package/libs/obsidian-notebook-themes-v2.2.3.css +272 -0
- package/libs/off-canvas-menu-effects-v0.0.0.css +238 -0
- package/libs/patternbolt-v0.0.0.css +861 -0
- package/libs/progress-tracker-v3.0.0.css +352 -0
- package/libs/proxmorph-v2.7.3.css +3952 -0
- package/libs/sapc-apca-v0.0.0.css +5546 -0
- package/libs/select2-bootstrap-v1.2.5.css +120 -0
- package/libs/shina-fox-v0.1.0.css +1194 -0
- package/libs/simptip-v1.0.4.css +447 -0
- package/libs/social-signin-buttons-v0.0.0.css +387 -0
- package/libs/spicetify-bloom-v0.0.0.css +2725 -0
- package/libs/stackoverflow-dark-v5.1.2.css +4962 -0
- package/libs/swagger-ui-themes-2-v2.1.0.css +1730 -0
- package/libs/swagger-ui-themes-3-v3.0.1.css +1793 -0
- package/libs/tailwind-cards-v0.0.0.css +215592 -0
- package/libs/the-50-front-end-project-44-v0.0.0.css +459 -0
- package/libs/tocas-v5.7.0.css +19928 -0
- package/libs/utility-opentype-v0.1.4.css +515 -0
- package/libs/vim-css3-syntax-v2.10.0.css +1642 -0
- package/libs/waffle-grid-v1.3.6.css +544 -0
- package/libs/wenk-v1.0.8.css +126 -0
- package/libs/wikipedia-dark-v3.7.9.css +9990 -0
- package/libs/windows-95-v0.0.0.css +393 -0
- package/libs/woah-v1.3.1.css +1025 -0
- package/libs/yacy-v4.1.2.css +677 -0
- package/libs/yue-v1.1.1.css +180 -0
- package/package.json +3 -3
- package/test.js +3 -4
- /package/libs/{bootstrap-v4.6.2.css → bootstrap-4-v4.6.2.css} +0 -0
- /package/libs/{bootstrap-v5.3.8.css → bootstrap-5-v5.3.8.css} +0 -0
|
@@ -0,0 +1,677 @@
|
|
|
1
|
+
/* https://github.com/yacy/yacy_webclient_yaml4/blob/master/yaml/forms/gray-theme.css */
|
|
2
|
+
/**
|
|
3
|
+
* "Yet Another Multicolumn Layout" - YAML CSS Framework
|
|
4
|
+
* YAML form theme: "gray-theme"
|
|
5
|
+
*
|
|
6
|
+
* @copyright © 2005-2013, Dirk Jesse
|
|
7
|
+
* @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
|
|
8
|
+
* YAML-CDL (http://www.yaml.de/license.html)
|
|
9
|
+
* @link http://www.yaml.de
|
|
10
|
+
* @package yaml
|
|
11
|
+
* @version 4.1.2
|
|
12
|
+
*/
|
|
13
|
+
@media screen {
|
|
14
|
+
.ym-form {
|
|
15
|
+
background: #f4f4f4;
|
|
16
|
+
border: 2px #fff solid;
|
|
17
|
+
margin: 0 0 1.5em 0;
|
|
18
|
+
-webkit-box-shadow: 0 0 4px #dddddd;
|
|
19
|
+
box-shadow: 0 0 4px #dddddd;
|
|
20
|
+
}
|
|
21
|
+
.ym-form fieldset {
|
|
22
|
+
position: static;
|
|
23
|
+
background: transparent;
|
|
24
|
+
margin: 0.75em 0 0.75em 0;
|
|
25
|
+
padding: 0 0.5em;
|
|
26
|
+
}
|
|
27
|
+
.ym-form legend {
|
|
28
|
+
background: transparent;
|
|
29
|
+
color: #000;
|
|
30
|
+
font-size: 1.2em;
|
|
31
|
+
line-height: 1.25em;
|
|
32
|
+
font-weight: bold;
|
|
33
|
+
padding: 0 0.5em;
|
|
34
|
+
}
|
|
35
|
+
.ym-form label,
|
|
36
|
+
.ym-form .ym-label {
|
|
37
|
+
color: #666;
|
|
38
|
+
line-height: 1.5;
|
|
39
|
+
padding-top: 0.25em;
|
|
40
|
+
}
|
|
41
|
+
.ym-form .ym-fbox {
|
|
42
|
+
padding: 0 1em;
|
|
43
|
+
margin: 1em 0 0.5em 0;
|
|
44
|
+
}
|
|
45
|
+
.ym-form .ym-fbox-footer {
|
|
46
|
+
background: #ececec;
|
|
47
|
+
border-top: 1px #e0e0e0 solid;
|
|
48
|
+
padding: 1.5em 1em;
|
|
49
|
+
margin: 0;
|
|
50
|
+
}
|
|
51
|
+
.ym-form .ym-fbox + .ym-fbox {
|
|
52
|
+
margin: 0.5em 0;
|
|
53
|
+
}
|
|
54
|
+
.ym-form .ym-fbox:last-child {
|
|
55
|
+
margin-bottom: 1em;
|
|
56
|
+
}
|
|
57
|
+
.ym-form .ym-fbox + .ym-fbox-footer {
|
|
58
|
+
margin: 1em 0 0 0;
|
|
59
|
+
}
|
|
60
|
+
.ym-form .ym-fbox :last-child,
|
|
61
|
+
.ym-form .ym-fbox-footer :last-child {
|
|
62
|
+
margin-bottom: 0;
|
|
63
|
+
}
|
|
64
|
+
.ym-form .ym-fbox-heading {
|
|
65
|
+
font-size: 1em;
|
|
66
|
+
font-size: 100%;
|
|
67
|
+
color: #000;
|
|
68
|
+
margin: 1em;
|
|
69
|
+
}
|
|
70
|
+
.ym-form .ym-fbox-check:focus + label {
|
|
71
|
+
color: #000;
|
|
72
|
+
}
|
|
73
|
+
.ym-form .ym-gbox-left {
|
|
74
|
+
padding: 0 4px 0 0;
|
|
75
|
+
}
|
|
76
|
+
.ym-form .ym-gbox-right {
|
|
77
|
+
padding: 0 0 0 4px;
|
|
78
|
+
}
|
|
79
|
+
.ym-form .ym-gbox {
|
|
80
|
+
padding: 0 2px 0 2px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* @section styling form elements
|
|
85
|
+
*
|
|
86
|
+
*/
|
|
87
|
+
.ym-form input,
|
|
88
|
+
.ym-form textarea,
|
|
89
|
+
.ym-form select {
|
|
90
|
+
border: 1px solid #ddd;
|
|
91
|
+
line-height: 1em;
|
|
92
|
+
font-family: Arial, Helvetica, sans-serif;
|
|
93
|
+
-webkit-box-shadow: inset 0 0 4px #eeeeee;
|
|
94
|
+
box-shadow: inset 0 0 4px #eeeeee;
|
|
95
|
+
}
|
|
96
|
+
.ym-form input,
|
|
97
|
+
.ym-form textarea {
|
|
98
|
+
padding: 4px 0.3em;
|
|
99
|
+
}
|
|
100
|
+
.ym-form select {
|
|
101
|
+
padding: 3px 2px 3px 1px;
|
|
102
|
+
}
|
|
103
|
+
.ym-form input:focus,
|
|
104
|
+
.ym-form select:focus,
|
|
105
|
+
.ym-form textarea:focus,
|
|
106
|
+
.ym-form input:hover,
|
|
107
|
+
.ym-form select:hover,
|
|
108
|
+
.ym-form textarea:hover,
|
|
109
|
+
.ym-form input:active,
|
|
110
|
+
.ym-form select:active,
|
|
111
|
+
.ym-form textarea:active {
|
|
112
|
+
border: 1px #888 solid;
|
|
113
|
+
background: #fff;
|
|
114
|
+
}
|
|
115
|
+
.ym-form optgroup {
|
|
116
|
+
font-family: Arial, Helvetica, sans-serif;
|
|
117
|
+
font-style: normal;
|
|
118
|
+
font-weight: bold;
|
|
119
|
+
}
|
|
120
|
+
.ym-form .ym-fbox-check input,
|
|
121
|
+
.ym-form input[type="image"],
|
|
122
|
+
.ym-form input[type="radio"],
|
|
123
|
+
.ym-form input[type="checkbox"] {
|
|
124
|
+
border: 0 none !important;
|
|
125
|
+
background: transparent !important;
|
|
126
|
+
}
|
|
127
|
+
.ym-form .ym-message {
|
|
128
|
+
color: #666;
|
|
129
|
+
margin-bottom: 0.5em;
|
|
130
|
+
}
|
|
131
|
+
.ym-form .ym-required {
|
|
132
|
+
color: #800;
|
|
133
|
+
font-weight: bold;
|
|
134
|
+
}
|
|
135
|
+
.ym-form input:valid,
|
|
136
|
+
.ym-form textarea:valid {
|
|
137
|
+
background-color: #fff;
|
|
138
|
+
}
|
|
139
|
+
.ym-form input:invalid,
|
|
140
|
+
.ym-form textarea:invalid {
|
|
141
|
+
background-color: #fdd;
|
|
142
|
+
}
|
|
143
|
+
.ym-form .ym-error label {
|
|
144
|
+
color: #800;
|
|
145
|
+
font-weight: normal;
|
|
146
|
+
}
|
|
147
|
+
.ym-form .ym-error input,
|
|
148
|
+
.ym-form .ym-error select,
|
|
149
|
+
.ym-form .ym-error textarea {
|
|
150
|
+
border: 1px #800 solid;
|
|
151
|
+
}
|
|
152
|
+
.ym-form .ym-error input:hover,
|
|
153
|
+
.ym-form .ym-error input:focus,
|
|
154
|
+
.ym-form .ym-error select:hover,
|
|
155
|
+
.ym-form .ym-error select:focus,
|
|
156
|
+
.ym-form .ym-error textarea:hover,
|
|
157
|
+
.ym-form .ym-error textarea:focus {
|
|
158
|
+
border: 1px #800 solid !important;
|
|
159
|
+
}
|
|
160
|
+
.ym-form .ym-error .ym-message {
|
|
161
|
+
color: #800;
|
|
162
|
+
font-weight: bold;
|
|
163
|
+
margin-top: 0;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* @section Buttons
|
|
168
|
+
* inspired from: Catalin Rosu (http://www.red-team-design.com/just-another-awesome-css3-buttons)
|
|
169
|
+
*/
|
|
170
|
+
.ym-button,
|
|
171
|
+
.ym-form button,
|
|
172
|
+
.ym-form input[type="button"],
|
|
173
|
+
.ym-form input[type="reset"],
|
|
174
|
+
.ym-form input[type="submit"] {
|
|
175
|
+
display: inline-block;
|
|
176
|
+
white-space: nowrap;
|
|
177
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
|
|
178
|
+
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
|
|
179
|
+
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
|
|
180
|
+
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
|
|
181
|
+
background-image: linear-gradient(to bottom, #eeeeee,#cccccc);
|
|
182
|
+
background-color: #eeeeee;
|
|
183
|
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC');
|
|
184
|
+
zoom: 1;
|
|
185
|
+
border: 1px solid #777;
|
|
186
|
+
border-radius: .2em;
|
|
187
|
+
-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
188
|
+
box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
189
|
+
color: #333 !important;
|
|
190
|
+
cursor: pointer;
|
|
191
|
+
font: normal 1em/2em Arial, Helvetica;
|
|
192
|
+
margin: 0 0.75em 0 0;
|
|
193
|
+
padding: 0 1.5em;
|
|
194
|
+
overflow: visible;
|
|
195
|
+
/* removes extra side spacing in IE */
|
|
196
|
+
text-decoration: none !important;
|
|
197
|
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
|
|
198
|
+
}
|
|
199
|
+
.ym-button:hover,
|
|
200
|
+
.ym-form button:hover,
|
|
201
|
+
.ym-form input[type="button"]:hover,
|
|
202
|
+
.ym-form input[type="reset"]:hover,
|
|
203
|
+
.ym-form input[type="submit"]:hover {
|
|
204
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #dddddd));
|
|
205
|
+
background-image: -webkit-linear-gradient(top, #fafafa, #dddddd);
|
|
206
|
+
background-image: -moz-linear-gradient(top, #fafafa, #dddddd);
|
|
207
|
+
background-image: -ms-linear-gradient(top, #fafafa, #dddddd);
|
|
208
|
+
background-image: linear-gradient(to bottom, #fafafa,#dddddd);
|
|
209
|
+
background-color: #fafafa;
|
|
210
|
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFAFAFA', endColorstr='#FFDDDDDD');
|
|
211
|
+
zoom: 1;
|
|
212
|
+
}
|
|
213
|
+
.ym-button:active,
|
|
214
|
+
.ym-form button:active,
|
|
215
|
+
.ym-form input[type="button"]:active,
|
|
216
|
+
.ym-form input[type="reset"]:active,
|
|
217
|
+
.ym-form input[type="submit"]:active {
|
|
218
|
+
-webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
|
|
219
|
+
box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
|
|
220
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #bbbbbb));
|
|
221
|
+
background-image: -webkit-linear-gradient(top, #cccccc, #bbbbbb);
|
|
222
|
+
background-image: -moz-linear-gradient(top, #cccccc, #bbbbbb);
|
|
223
|
+
background-image: -ms-linear-gradient(top, #cccccc, #bbbbbb);
|
|
224
|
+
background-image: linear-gradient(to bottom, #cccccc,#bbbbbb);
|
|
225
|
+
background-color: #cccccc;
|
|
226
|
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FFBBBBBB');
|
|
227
|
+
zoom: 1;
|
|
228
|
+
position: relative;
|
|
229
|
+
top: 1px;
|
|
230
|
+
}
|
|
231
|
+
.ym-button:focus,
|
|
232
|
+
.ym-form button:focus,
|
|
233
|
+
.ym-form input[type="button"]:focus,
|
|
234
|
+
.ym-form input[type="reset"]:focus,
|
|
235
|
+
.ym-form input[type="submit"]:focus {
|
|
236
|
+
outline: 0;
|
|
237
|
+
background: #fafafa;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
/* Button size-scaling classes */
|
|
241
|
+
.ym-button {
|
|
242
|
+
/* 21px */
|
|
243
|
+
/* 18px */
|
|
244
|
+
/* 12px */
|
|
245
|
+
/* 10px */
|
|
246
|
+
}
|
|
247
|
+
.ym-button.ym-xlarge {
|
|
248
|
+
font-size: 1.5em;
|
|
249
|
+
}
|
|
250
|
+
.ym-button.ym-large {
|
|
251
|
+
font-size: 1.2857em;
|
|
252
|
+
}
|
|
253
|
+
.ym-button.ym-small {
|
|
254
|
+
font-size: 0.8571em;
|
|
255
|
+
}
|
|
256
|
+
.ym-button.ym-xsmall {
|
|
257
|
+
font-size: 0.7143em;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
/* Button color scheme: primary */
|
|
261
|
+
.ym-button.ym-primary,
|
|
262
|
+
.ym-form button.ym-primary,
|
|
263
|
+
.ym-form input[type="button"].ym-primary,
|
|
264
|
+
.ym-form input[type="reset"].ym-primary,
|
|
265
|
+
.ym-form input[type="submit"].ym-primary {
|
|
266
|
+
-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
267
|
+
box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
268
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8888ee), color-stop(100%, #6666cc));
|
|
269
|
+
background-image: -webkit-linear-gradient(top, #8888ee, #6666cc);
|
|
270
|
+
background-image: -moz-linear-gradient(top, #8888ee, #6666cc);
|
|
271
|
+
background-image: -ms-linear-gradient(top, #8888ee, #6666cc);
|
|
272
|
+
background-image: linear-gradient(to bottom, #8888ee,#6666cc);
|
|
273
|
+
background-color: #8888ee;
|
|
274
|
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF8888EE', endColorstr='#FF6666CC');
|
|
275
|
+
zoom: 1;
|
|
276
|
+
border: 1px solid #007;
|
|
277
|
+
color: #fff !important;
|
|
278
|
+
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
|
|
279
|
+
}
|
|
280
|
+
.ym-button.ym-primary:hover,
|
|
281
|
+
.ym-form button.ym-primary:hover,
|
|
282
|
+
.ym-form input[type="button"].ym-primary:hover,
|
|
283
|
+
.ym-form input[type="reset"].ym-primary:hover,
|
|
284
|
+
.ym-form input[type="submit"].ym-primary:hover {
|
|
285
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8888ff), color-stop(100%, #6666dd));
|
|
286
|
+
background-image: -webkit-linear-gradient(top, #8888ff, #6666dd);
|
|
287
|
+
background-image: -moz-linear-gradient(top, #8888ff, #6666dd);
|
|
288
|
+
background-image: -ms-linear-gradient(top, #8888ff, #6666dd);
|
|
289
|
+
background-image: linear-gradient(to bottom, #8888ff,#6666dd);
|
|
290
|
+
background-color: #8888ff;
|
|
291
|
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF8888FF', endColorstr='#FF6666DD');
|
|
292
|
+
zoom: 1;
|
|
293
|
+
}
|
|
294
|
+
.ym-button.ym-primary:active,
|
|
295
|
+
.ym-form button.ym-primary:active,
|
|
296
|
+
.ym-form input[type="button"].ym-primary:active,
|
|
297
|
+
.ym-form input[type="reset"].ym-primary:active,
|
|
298
|
+
.ym-form input[type="submit"].ym-primary:active {
|
|
299
|
+
-webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
|
|
300
|
+
box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
|
|
301
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8888cc), color-stop(100%, #6666aa));
|
|
302
|
+
background-image: -webkit-linear-gradient(top, #8888cc, #6666aa);
|
|
303
|
+
background-image: -moz-linear-gradient(top, #8888cc, #6666aa);
|
|
304
|
+
background-image: -ms-linear-gradient(top, #8888cc, #6666aa);
|
|
305
|
+
background-image: linear-gradient(to bottom, #8888cc,#6666aa);
|
|
306
|
+
background-color: #8888cc;
|
|
307
|
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF8888CC', endColorstr='#FF6666AA');
|
|
308
|
+
zoom: 1;
|
|
309
|
+
}
|
|
310
|
+
.ym-button.ym-primary:focus,
|
|
311
|
+
.ym-form button.ym-primary:focus,
|
|
312
|
+
.ym-form input[type="button"].ym-primary:focus,
|
|
313
|
+
.ym-form input[type="reset"].ym-primary:focus,
|
|
314
|
+
.ym-form input[type="submit"].ym-primary:focus {
|
|
315
|
+
outline: 0;
|
|
316
|
+
background: #88f;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
/* Button color scheme: success */
|
|
320
|
+
.ym-button.ym-success,
|
|
321
|
+
.ym-form button.ym-success,
|
|
322
|
+
.ym-form input[type="button"].ym-success,
|
|
323
|
+
.ym-form input[type="reset"].ym-success,
|
|
324
|
+
.ym-form input[type="submit"].ym-success {
|
|
325
|
+
-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
326
|
+
box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
327
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66bb66), color-stop(100%, #449944));
|
|
328
|
+
background-image: -webkit-linear-gradient(top, #66bb66, #449944);
|
|
329
|
+
background-image: -moz-linear-gradient(top, #66bb66, #449944);
|
|
330
|
+
background-image: -ms-linear-gradient(top, #66bb66, #449944);
|
|
331
|
+
background-image: linear-gradient(to bottom, #66bb66,#449944);
|
|
332
|
+
background-color: #66bb66;
|
|
333
|
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF66BB66', endColorstr='#FF449944');
|
|
334
|
+
zoom: 1;
|
|
335
|
+
border: 1px solid #070;
|
|
336
|
+
color: #fff !important;
|
|
337
|
+
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
|
|
338
|
+
}
|
|
339
|
+
.ym-button.ym-success:hover,
|
|
340
|
+
.ym-form button.ym-success:hover,
|
|
341
|
+
.ym-form input[type="button"].ym-success:hover,
|
|
342
|
+
.ym-form input[type="reset"].ym-success:hover,
|
|
343
|
+
.ym-form input[type="submit"].ym-success:hover {
|
|
344
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66cc66), color-stop(100%, #55aa55));
|
|
345
|
+
background-image: -webkit-linear-gradient(top, #66cc66, #55aa55);
|
|
346
|
+
background-image: -moz-linear-gradient(top, #66cc66, #55aa55);
|
|
347
|
+
background-image: -ms-linear-gradient(top, #66cc66, #55aa55);
|
|
348
|
+
background-image: linear-gradient(to bottom, #66cc66,#55aa55);
|
|
349
|
+
background-color: #66cc66;
|
|
350
|
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF66CC66', endColorstr='#FF55AA55');
|
|
351
|
+
zoom: 1;
|
|
352
|
+
}
|
|
353
|
+
.ym-button.ym-success:active,
|
|
354
|
+
.ym-form button.ym-success:active,
|
|
355
|
+
.ym-form input[type="button"].ym-success:active,
|
|
356
|
+
.ym-form input[type="reset"].ym-success:active,
|
|
357
|
+
.ym-form input[type="submit"].ym-success:active {
|
|
358
|
+
-webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
|
|
359
|
+
box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
|
|
360
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66aa66), color-stop(100%, #448844));
|
|
361
|
+
background-image: -webkit-linear-gradient(top, #66aa66, #448844);
|
|
362
|
+
background-image: -moz-linear-gradient(top, #66aa66, #448844);
|
|
363
|
+
background-image: -ms-linear-gradient(top, #66aa66, #448844);
|
|
364
|
+
background-image: linear-gradient(to bottom, #66aa66,#448844);
|
|
365
|
+
background-color: #66aa66;
|
|
366
|
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF66AA66', endColorstr='#FF448844');
|
|
367
|
+
zoom: 1;
|
|
368
|
+
}
|
|
369
|
+
.ym-button.ym-success:focus,
|
|
370
|
+
.ym-form button.ym-success:focus,
|
|
371
|
+
.ym-form input[type="button"].ym-success:focus,
|
|
372
|
+
.ym-form input[type="reset"].ym-success:focus,
|
|
373
|
+
.ym-form input[type="submit"].ym-success:focus {
|
|
374
|
+
outline: 0;
|
|
375
|
+
background: #6c6;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
/* Button color scheme: warning */
|
|
379
|
+
.ym-button.ym-warning,
|
|
380
|
+
.ym-form button.ym-warning,
|
|
381
|
+
.ym-form input[type="button"].ym-warning,
|
|
382
|
+
.ym-form input[type="reset"].ym-warning,
|
|
383
|
+
.ym-form input[type="submit"].ym-warning {
|
|
384
|
+
-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
385
|
+
box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
386
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddaa44), color-stop(100%, #bb7722));
|
|
387
|
+
background-image: -webkit-linear-gradient(top, #ddaa44, #bb7722);
|
|
388
|
+
background-image: -moz-linear-gradient(top, #ddaa44, #bb7722);
|
|
389
|
+
background-image: -ms-linear-gradient(top, #ddaa44, #bb7722);
|
|
390
|
+
background-image: linear-gradient(to bottom, #ddaa44,#bb7722);
|
|
391
|
+
background-color: #ddaa44;
|
|
392
|
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFDDAA44', endColorstr='#FFBB7722');
|
|
393
|
+
zoom: 1;
|
|
394
|
+
border: 1px solid #970;
|
|
395
|
+
color: #fff !important;
|
|
396
|
+
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
|
|
397
|
+
}
|
|
398
|
+
.ym-button.ym-warning:hover,
|
|
399
|
+
.ym-form button.ym-warning:hover,
|
|
400
|
+
.ym-form input[type="button"].ym-warning:hover,
|
|
401
|
+
.ym-form input[type="reset"].ym-warning:hover,
|
|
402
|
+
.ym-form input[type="submit"].ym-warning:hover {
|
|
403
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eebb55), color-stop(100%, #cc8833));
|
|
404
|
+
background-image: -webkit-linear-gradient(top, #eebb55, #cc8833);
|
|
405
|
+
background-image: -moz-linear-gradient(top, #eebb55, #cc8833);
|
|
406
|
+
background-image: -ms-linear-gradient(top, #eebb55, #cc8833);
|
|
407
|
+
background-image: linear-gradient(to bottom, #eebb55,#cc8833);
|
|
408
|
+
background-color: #eebb55;
|
|
409
|
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFEEBB55', endColorstr='#FFCC8833');
|
|
410
|
+
zoom: 1;
|
|
411
|
+
}
|
|
412
|
+
.ym-button.ym-warning:active,
|
|
413
|
+
.ym-form button.ym-warning:active,
|
|
414
|
+
.ym-form input[type="button"].ym-warning:active,
|
|
415
|
+
.ym-form input[type="reset"].ym-warning:active,
|
|
416
|
+
.ym-form input[type="submit"].ym-warning:active {
|
|
417
|
+
-webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
|
|
418
|
+
box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
|
|
419
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc9944), color-stop(100%, #aa6622));
|
|
420
|
+
background-image: -webkit-linear-gradient(top, #cc9944, #aa6622);
|
|
421
|
+
background-image: -moz-linear-gradient(top, #cc9944, #aa6622);
|
|
422
|
+
background-image: -ms-linear-gradient(top, #cc9944, #aa6622);
|
|
423
|
+
background-image: linear-gradient(to bottom, #cc9944,#aa6622);
|
|
424
|
+
background-color: #cc9944;
|
|
425
|
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFCC9944', endColorstr='#FFAA6622');
|
|
426
|
+
zoom: 1;
|
|
427
|
+
}
|
|
428
|
+
.ym-button.ym-warning:focus,
|
|
429
|
+
.ym-form button.ym-warning:focus,
|
|
430
|
+
.ym-form input[type="button"].ym-warning:focus,
|
|
431
|
+
.ym-form input[type="reset"].ym-warning:focus,
|
|
432
|
+
.ym-form input[type="submit"].ym-warning:focus {
|
|
433
|
+
outline: 0;
|
|
434
|
+
background: #da4;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
/* Button color scheme: danger */
|
|
438
|
+
.ym-button.ym-danger,
|
|
439
|
+
.ym-form button.ym-danger,
|
|
440
|
+
.ym-form input[type="button"].ym-danger,
|
|
441
|
+
.ym-form input[type="reset"].ym-danger,
|
|
442
|
+
.ym-form input[type="submit"].ym-danger {
|
|
443
|
+
-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
444
|
+
box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
445
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bb6666), color-stop(100%, #994444));
|
|
446
|
+
background-image: -webkit-linear-gradient(top, #bb6666, #994444);
|
|
447
|
+
background-image: -moz-linear-gradient(top, #bb6666, #994444);
|
|
448
|
+
background-image: -ms-linear-gradient(top, #bb6666, #994444);
|
|
449
|
+
background-image: linear-gradient(to bottom, #bb6666,#994444);
|
|
450
|
+
background-color: #bb6666;
|
|
451
|
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFBB6666', endColorstr='#FF994444');
|
|
452
|
+
zoom: 1;
|
|
453
|
+
border: 1px solid #700;
|
|
454
|
+
color: #fff !important;
|
|
455
|
+
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
|
|
456
|
+
}
|
|
457
|
+
.ym-button.ym-danger:hover,
|
|
458
|
+
.ym-form button.ym-danger:hover,
|
|
459
|
+
.ym-form input[type="button"].ym-danger:hover,
|
|
460
|
+
.ym-form input[type="reset"].ym-danger:hover,
|
|
461
|
+
.ym-form input[type="submit"].ym-danger:hover {
|
|
462
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc6666), color-stop(100%, #aa5555));
|
|
463
|
+
background-image: -webkit-linear-gradient(top, #cc6666, #aa5555);
|
|
464
|
+
background-image: -moz-linear-gradient(top, #cc6666, #aa5555);
|
|
465
|
+
background-image: -ms-linear-gradient(top, #cc6666, #aa5555);
|
|
466
|
+
background-image: linear-gradient(to bottom, #cc6666,#aa5555);
|
|
467
|
+
background-color: #cc6666;
|
|
468
|
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFCC6666', endColorstr='#FFAA5555');
|
|
469
|
+
zoom: 1;
|
|
470
|
+
}
|
|
471
|
+
.ym-button.ym-danger:active,
|
|
472
|
+
.ym-form button.ym-danger:active,
|
|
473
|
+
.ym-form input[type="button"].ym-danger:active,
|
|
474
|
+
.ym-form input[type="reset"].ym-danger:active,
|
|
475
|
+
.ym-form input[type="submit"].ym-danger:active {
|
|
476
|
+
-webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
|
|
477
|
+
box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
|
|
478
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aa5555), color-stop(100%, #884444));
|
|
479
|
+
background-image: -webkit-linear-gradient(top, #aa5555, #884444);
|
|
480
|
+
background-image: -moz-linear-gradient(top, #aa5555, #884444);
|
|
481
|
+
background-image: -ms-linear-gradient(top, #aa5555, #884444);
|
|
482
|
+
background-image: linear-gradient(to bottom, #aa5555,#884444);
|
|
483
|
+
background-color: #aa5555;
|
|
484
|
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFAA5555', endColorstr='#FF884444');
|
|
485
|
+
zoom: 1;
|
|
486
|
+
}
|
|
487
|
+
.ym-button.ym-danger:focus,
|
|
488
|
+
.ym-form button.ym-danger:focus,
|
|
489
|
+
.ym-form input[type="button"].ym-danger:focus,
|
|
490
|
+
.ym-form input[type="reset"].ym-danger:focus,
|
|
491
|
+
.ym-form input[type="submit"].ym-danger:focus {
|
|
492
|
+
outline: 0;
|
|
493
|
+
background: #c66;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
/* pseudo elements don't work on input */
|
|
497
|
+
.ym-form button:before,
|
|
498
|
+
.ym-button:before {
|
|
499
|
+
background: #ccc;
|
|
500
|
+
background: rgba(0, 0, 0, 0.1);
|
|
501
|
+
float: left;
|
|
502
|
+
width: 1em;
|
|
503
|
+
text-align: center;
|
|
504
|
+
font-size: 1.5em;
|
|
505
|
+
margin: 0 1em 0 -1em;
|
|
506
|
+
padding: 0 .2em;
|
|
507
|
+
-webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5);
|
|
508
|
+
box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5);
|
|
509
|
+
border-radius: .15em 0 0 .15em;
|
|
510
|
+
pointer-events: none;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
.ym-add:before {
|
|
514
|
+
content: "\271A";
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.ym-delete:before {
|
|
518
|
+
content: "\2718";
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
.ym-close:before {
|
|
522
|
+
content: "\2715";
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.ym-edit:before {
|
|
526
|
+
content: "\270E";
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.ym-email:before {
|
|
530
|
+
content: "\2709";
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.ym-like:before {
|
|
534
|
+
content: "\2764";
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.ym-next:before {
|
|
538
|
+
content: "\279C";
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.ym-play:before {
|
|
542
|
+
content: "\25B6";
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.ym-reply:before {
|
|
546
|
+
content: "\27A5";
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.ym-save:before {
|
|
550
|
+
content: "\2714";
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.ym-sign:before {
|
|
554
|
+
content: "\270D";
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.ym-spark:before {
|
|
558
|
+
content: "\2737";
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.ym-support:before {
|
|
562
|
+
content: "\2706";
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
.ym-star:before {
|
|
566
|
+
content: "\2605";
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
/* removes extra inner spacing in Firefox */
|
|
570
|
+
.ym-form button::-moz-focus-inner {
|
|
571
|
+
border: 0;
|
|
572
|
+
padding: 0;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
/* If line-height can't be modified, then fix Firefox spacing with padding */
|
|
576
|
+
.ym-form input[type=button]::-moz-focus-inner,
|
|
577
|
+
.ym-form input[type=reset]::-moz-focus-inner,
|
|
578
|
+
.ym-form input[type=submit]::-moz-focus-inner {
|
|
579
|
+
padding: .4em;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
/* The disabled styles */
|
|
583
|
+
.ym-form button[disabled],
|
|
584
|
+
.ym-form button[disabled]:hover,
|
|
585
|
+
.ym-form input[type=button][disabled],
|
|
586
|
+
.ym-form input[type=button][disabled]:hover,
|
|
587
|
+
.ym-form input[type=reset][disabled],
|
|
588
|
+
.ym-form input[type=reset][disabled]:hover,
|
|
589
|
+
.ym-form input[type=submit][disabled],
|
|
590
|
+
.ym-form input[type=submit][disabled]:hover,
|
|
591
|
+
.ym-button.ym-disabled,
|
|
592
|
+
.ym-button.ym-disabled:hover {
|
|
593
|
+
background: #eee;
|
|
594
|
+
color: #aaa !important;
|
|
595
|
+
border-color: #aaa;
|
|
596
|
+
cursor: default;
|
|
597
|
+
text-shadow: none;
|
|
598
|
+
position: static;
|
|
599
|
+
-webkit-box-shadow: none;
|
|
600
|
+
box-shadow: none;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
/* ie6 support styles - redefined buttons, because of missing support for attribute selectors */
|
|
604
|
+
* html .ym-button,
|
|
605
|
+
* html .ym-form button {
|
|
606
|
+
display: inline-block;
|
|
607
|
+
white-space: nowrap;
|
|
608
|
+
background-color: #ccc;
|
|
609
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
|
|
610
|
+
border: 1px solid #777;
|
|
611
|
+
color: #333 !important;
|
|
612
|
+
cursor: pointer;
|
|
613
|
+
font: normal 1em/2em Arial, Helvetica;
|
|
614
|
+
margin: 1.5em 0.75em 0 0;
|
|
615
|
+
padding: 0 1.5em;
|
|
616
|
+
overflow: visible;
|
|
617
|
+
/* removes extra side spacing in IE */
|
|
618
|
+
text-decoration: none !important;
|
|
619
|
+
}
|
|
620
|
+
* html .ym-form button:focus,
|
|
621
|
+
* html .ym-button:focus {
|
|
622
|
+
outline: 0;
|
|
623
|
+
background: #fafafa;
|
|
624
|
+
}
|
|
625
|
+
* html .ym-form button:hover,
|
|
626
|
+
* html .ym-button:hover {
|
|
627
|
+
background-color: #ddd;
|
|
628
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
|
|
629
|
+
}
|
|
630
|
+
* html .ym-form button:active,
|
|
631
|
+
* html .ym-button:active {
|
|
632
|
+
background-color: #bbb;
|
|
633
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#bbbbbb');
|
|
634
|
+
position: relative;
|
|
635
|
+
top: 1px;
|
|
636
|
+
}
|
|
637
|
+
* html .ym-button.ym-disabled,
|
|
638
|
+
* html .ym-button.ym-disabled:hover {
|
|
639
|
+
background: #eee;
|
|
640
|
+
color: #aaa !important;
|
|
641
|
+
border-color: #aaa;
|
|
642
|
+
cursor: default;
|
|
643
|
+
text-shadow: none;
|
|
644
|
+
position: static;
|
|
645
|
+
}
|
|
646
|
+
* html .ym-button {
|
|
647
|
+
/* Button size-scaling classes */
|
|
648
|
+
/* 21px */
|
|
649
|
+
/* 18px */
|
|
650
|
+
/* 12px */
|
|
651
|
+
/* 10px */
|
|
652
|
+
}
|
|
653
|
+
* html .ym-button.ym-primary {
|
|
654
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8888ee', EndColorStr='#6666cc');
|
|
655
|
+
}
|
|
656
|
+
* html .ym-button.ym-success {
|
|
657
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66bb66', EndColorStr='#449944');
|
|
658
|
+
}
|
|
659
|
+
* html .ym-button.ym-warning {
|
|
660
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddaa44', EndColorStr='#BB7722');
|
|
661
|
+
}
|
|
662
|
+
* html .ym-button.ym-danger {
|
|
663
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bb6666', EndColorStr='#994444');
|
|
664
|
+
}
|
|
665
|
+
* html .ym-button.ym-xlarge {
|
|
666
|
+
font-size: 1.5em;
|
|
667
|
+
}
|
|
668
|
+
* html .ym-button.ym-large {
|
|
669
|
+
font-size: 1.2857em;
|
|
670
|
+
}
|
|
671
|
+
* html .ym-button.ym-small {
|
|
672
|
+
font-size: 0.8571em;
|
|
673
|
+
}
|
|
674
|
+
* html .ym-button.ym-xsmall {
|
|
675
|
+
font-size: 0.7143em;
|
|
676
|
+
}
|
|
677
|
+
}
|