compass-jquery-plugin 0.3.0.beta.16 → 0.3.0.beta.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,940 +1,940 @@
1
- // Generated by compass-jquery-plugin/gem-tasks/jqical.rake
2
-
3
- /*****************************************************************************
4
- * FILE: anytime.css - The Any+Time(TM) JavaScript Library (stylesheet)
5
- *
6
- * VERSION: 4.1112D
7
- *
8
- * Copyright 2008-2010 Andrew M. Andrews III (www.AMA3.com). Some Rights
9
- * Reserved. This work licensed under the Creative Commons Attribution-
10
- * Noncommercial-Share Alike 3.0 Unported License except in jurisdicitons
11
- * for which the license has been ported by Creative Commons International,
12
- * where the work is licensed under the applicable ported license instead.
13
- * For a copy of the unported license, visit
14
- * http://creativecommons.org/licenses/by-nc-sa/3.0/
15
- * or send a letter to Creative Commons, 171 Second Street, Suite 300,
16
- * San Francisco, California, 94105, USA. For ported versions of the
17
- * license, visit http://creativecommons.org/international/
18
- *
19
- * Alternative licensing arrangements may be made by contacting the
20
- * author at http://www.AMA3.com/contact/
21
- *
22
- * This file provides default styling for the Any+Time JavaScript Library's
23
- * calendar widget. The styles within can be overridden to customize the
24
- * picker's appearance for a particular platform. jQuery UI styles (such
25
- * as those created by jQuery ThemeRoller) will override the styles in this
26
- * stylesheet.
27
- *
28
- * These styles have been tested (but not extensively) on Windows Vista in
29
- * Internet Explorer 8.0, Firefox 3.0, Opera 10.10 and Safari 4.0. Minor
30
- * variations in IE older versions of IE are to be expected, due to its
31
- * broken box model. Please report any other problems to the author via
32
- * the URL above.
33
- *
34
- * Any+Time is a trademark of Andrew M. Andrews III.
35
- ****************************************************************************/
36
-
37
- /*
38
- * The following styles ascertain that the types of elements used by
39
- * our picker have reasonable styles, especially font, font-size,
40
- * list-style-type, margin and padding.
41
- */
42
-
43
- .AnyTime-pkr * {
44
- border: 0;
45
- font: inherit;
46
- font-size: x-small;
47
- font-style: normal;
48
- font-weight: normal;
49
- list-style-type: none;
50
- margin: 0;
51
- padding: 0;
52
- white-space: nowrap; }
53
-
54
- /*
55
- * .AnyTime-win simulates a "window" that might be a popup or inline.
56
- * Styles should include background-color and border. A window should
57
- * be sized according to its contents; therefore, width and height
58
- * should NOT be specified.
59
- */
60
-
61
- div.AnyTime-win {
62
- background-color: #F0F0F1;
63
- border: 3px solid #C0C0C0;
64
- font: normal normal normal xx-small / normal sans-serif;
65
- padding-bottom: 0.2em;
66
- -moz-border-radius: 6px;
67
- -webkit-border-radius: 6px; }
68
-
69
- /*
70
- * .AnyTime-pkr is the Date/Time picker, inserted into the page immediately
71
- * after the input (text field) to which it corresponds. The picker
72
- * attempts to size itself automatically based on its format fields;
73
- * therefore, do NOT set width or height. This is empty by default,
74
- * because .AnyTime-win styles provide consistent window appearance.
75
- */
76
-
77
- .AnyTime-pkr {
78
- .AnyTime-cloak {
79
- background-color: #D7D7D7;
80
- opacity: 0.7;
81
- filter: alpha(opacity = 70); }
82
- .AnyTime-hdr {
83
- background-color: #D0D0D1;
84
- color: #606062;
85
- font-family: Arial,Helvetica,sans-serif;
86
- font-size: medium;
87
- font-weight: normal;
88
- height: 1em;
89
- margin: 0;
90
- padding: 0 0 0.4em 0;
91
- text-align: center;
92
- -moz-border-radius: 2px;
93
- -webkit-border-radius: 2px; }
94
- .AnyTime-x-btn {
95
- background-color: #FCFCFF;
96
- border: 1px solid #F99;
97
- color: #FF9F9F;
98
- cursor: default;
99
- float: right;
100
- margin: 0.3em;
101
- text-align: center;
102
- width: 1.5em;
103
- -moz-border-radius: 0.4em;
104
- -webkit-border-radius: 0.4em; }
105
- .AnyTime-btn {
106
- background-color: #FCFCFE;
107
- border: 1px solid #999;
108
- color: #606062;
109
- cursor: default;
110
- float: left;
111
- font-family: Arial,Helvetica,sans-serif;
112
- height: 1.5em;
113
- margin-bottom: 1px;
114
- margin-right: 1px;
115
- padding-top: 0.1em;
116
- -moz-border-radius: 0.4em;
117
- -webkit-border-radius: 0.4em; }
118
- .AnyTime-body {
119
- padding: 0.5em; }
120
- .AnyTime-date {
121
- float: left;
122
- padding: 0 0.5em; }
123
- .AnyTime-lbl {
124
- clear: left;
125
- color: #606063;
126
- font-family: Arial,Helvetica,sans-serif;
127
- font-size: 100%;
128
- font-weight: normal;
129
- font-style: normal;
130
- height: 1.3em;
131
- margin: 0;
132
- padding: 0;
133
- text-align: center; }
134
- .AnyTime-lbl-yr, .AnyTime-lbl-mon, .AnyTime-lbl-dom, .AnyTime-lbl-hr, .AnyTime-lbl-min, .AnyTime-lbl-sec {}
135
- .AnyTime-yrs {
136
- height: 2.6em;
137
- text-align: center;
138
- width: 18.6em; }
139
- .AnyTime-yrs-past-btn {
140
- width: 2.7em; }
141
- .AnyTime-yr-prior-btn, .AnyTime-yr-cur-btn, .AnyTime-yr-next-btn {
142
- width: 3.75em; }
143
- .AnyTime-yrs-ahead-btn {
144
- width: 2.7em; }
145
- .AnyTime-mons {
146
- height: 4.8em;
147
- text-align: center;
148
- width: 18.8em; }
149
- .AnyTime-mon-btn {
150
- width: 2.75em; }
151
- .AnyTime-mon1-btn, .AnyTime-mon2-btn, .AnyTime-mon3-btn, .AnyTime-mon4-btn, .AnyTime-mon5-btn, .AnyTime-mon6-btn, .AnyTime-mon8-btn, .AnyTime-mon9-btn, .AnyTime-mon10-btn, .AnyTime-mon11-btn, .AnyTime-mon12-btn {}
152
- .AnyTime-mon7-btn {
153
- clear: left; }
154
- .AnyTime-dom-table {
155
- background-color: #F0F0F1;
156
- border: 1px solid #E3E3E4;
157
- border-spacing: 1px;
158
- width: 18.6em; }
159
- .AnyTime-dom-head, tr.AnyTime-dow {}
160
- th.AnyTime-dow {
161
- background-color: #C0C0C1;
162
- color: white;
163
- font-family: Arial,Helvetica,sans-serif;
164
- font-size: 95%;
165
- font-weight: normal;
166
- font-style: normal; }
167
- .AnyTime-dow1, .AnyTime-dow2, .AnyTime-dow3, .AnyTime-dow4, .AnyTime-dow5, .AnyTime-dow6, .AnyTime-dow7, .AnyTime-dom-body, .AnyTime-wk, .AnyTime-wk1, .AnyTime-wk2, .AnyTime-wk3, .AnyTime-wk4, .AnyTime-wk5, .AnyTime-wk6 {}
168
- .AnyTime-dom-btn {
169
- float: none;
170
- height: 1.7em;
171
- text-align: right;
172
- padding: 0 0.5em 0 0; }
173
- .AnyTime-dom-btn-filled {}
174
- .AnyTime-dom-btn-empty {
175
- background-color: #F3F3F4;
176
- border: 1px solid #C0C0c1; }
177
- .AnyTime-dom-btn-empty-above-filled, .AnyTime-dom-btn-empty-before-filled, .AnyTime-dom-btn-empty-after-filled, .AnyTime-dom-btn-empty-below-filled {}
178
- .AnyTime-time {
179
- float: left;
180
- padding: 0 0 0 1em;
181
- text-align: center; }
182
- .AnyTime-hrs {
183
- float: left;
184
- padding-left: 0.5em;
185
- padding-right: 0.5em;
186
- text-align: center;
187
- width: 7.2em; }
188
- .AnyTime-hrs-am, .AnyTime-hrs-pm {
189
- float: left;
190
- width: 3.6em; }
191
- .AnyTime-hr-btn {
192
- text-align: right;
193
- padding-right: 0.25em;
194
- width: 3em; }
195
- .AnyTime-hr0-btn, .AnyTime-hr1-btn, .AnyTime-hr2-btn, .AnyTime-hr3-btn, .AnyTime-hr4-btn, .AnyTime-hr5-btn, .AnyTime-hr6-btn, .AnyTime-hr7-btn, .AnyTime-hr8-btn, .AnyTime-hr9-btn, .AnyTime-hr10-btn, .AnyTime-hr11-btn, .AnyTime-hr12-btn, .AnyTime-hr13-btn, .AnyTime-hr14-btn, .AnyTime-hr15-btn, .AnyTime-hr16-btn, .AnyTime-hr17-btn, .AnyTime-hr18-btn, .AnyTime-hr19-btn, .AnyTime-hr20-btn, .AnyTime-hr21-btn, .AnyTime-hr22-btn, .AnyTime-hr23-btn {}
196
- .AnyTime-mins {
197
- float: left;
198
- padding-left: 0.5em;
199
- padding-right: 0.5em;
200
- text-align: center;
201
- width: 4.7em; }
202
- .AnyTime-mins-tens, .AnyTime-mins-ones {
203
- float: left;
204
- width: 2.3em; }
205
- .AnyTime-min-ten-btn, .AnyTime-min-one-btn {
206
- float: left;
207
- text-align: center;
208
- width: 2em; }
209
- .AnyTime-min-ten-btn-empty, .AnyTime-min-one-btn-empty {
210
- background-color: #F3F3F4;
211
- border: 1px solid #C0C0c1; }
212
- .AnyTime-min00-btn, .AnyTime-min10-btn, .AnyTime-min0-btn, .AnyTime-min1-btn {}
213
- .AnyTime-secs {
214
- float: left;
215
- padding-left: 0.5em;
216
- padding-right: 0.5em;
217
- text-align: center;
218
- width: 4.7em; }
219
- .AnyTime-secs-tens, .AnyTime-secs-ones {
220
- float: left;
221
- width: 2.3em; }
222
- .AnyTime-sec-ten-btn, .AnyTime-sec-one-btn {
223
- float: left;
224
- text-align: center;
225
- width: 2em; }
226
- .AnyTime-sec-ten-btn-empty, .AnyTime-sec-one-btn-empty {
227
- background-color: #F3F3F4;
228
- border: 1px solid #C0C0c1; }
229
- .AnyTime-sec00-btn, .AnyTime-sec10-btn, .AnyTime-sec0-btn, .AnyTime-sec1-btn {}
230
- .AnyTime-offs {
231
- clear: left;
232
- float: left;
233
- padding-left: 0.5em;
234
- padding-top: 0.5em;
235
- text-align: center; }
236
- .AnyTime-off-btn, .AnyTime-off-cur-btn {}
237
- .AnyTime-off-select-btn {
238
- width: 1.5em; }
239
- .AnyTime-yr-selector, .AnyTime-hdr-yr-selector {}
240
- .AnyTime-body-yr-selector {
241
- padding: 1em; }
242
- .AnyTime-yr-mil, .AnyTime-yr-cent, .AnyTime-yr-dec, .AnyTime-yr-yr {
243
- float: left;
244
- width: 2.5em; }
245
- .AnyTime-mil-btn, .AnyTime-cent-btn, .AnyTime-dec-btn, .AnyTime-yr-btn {
246
- float: left;
247
- text-align: center;
248
- width: 2em; }
249
- .AnyTime-mil0-btn, .AnyTime-mil1-btn, .AnyTime-cent0-btn, .AnyTime-cent1-btn, .AnyTime-dec0-btn, .AnyTime-dec1-btn, .AnyTime-yr0-btn, .AnyTime-yr1-btn {}
250
- .AnyTime-yr-era {
251
- float: left;
252
- padding-left: 1em;
253
- width: 4.1em; }
254
- .AnyTime-era-btn {
255
- text-align: center;
256
- width: 3em; }
257
- .AnyTime-bce-btn, .AnyTime-ce-btn, .AnyTime-off-selector, .AnyTime-hdr-off-selector {}
258
- .AnyTime-body-off-selector {
259
- margin: 0.5em; }
260
- .AnyTime-off-off {}
261
- .AnyTime-off-off-btn {
262
- clear: left;
263
- padding-left: 1em;
264
- padding-right: 1em;
265
- text-align: left; }
266
- .AnyTime-off-off-last-btn {}
267
- .AnyTime-cur-btn {
268
- border: 1px solid #333334;
269
- background-color: #C0C0C1;
270
- color: #FCFCFE;
271
- font-weight: bold; }
272
- .AnyTime-out-btn {
273
- background-color: #F0F0F1;
274
- border: 1px solid #C0C0c1; }
275
- .AnyTime-focus-btn {
276
- border: 1px dashed black; } }
277
-
278
- /*
279
- * .AnyTime-cloak covers an AnyTime-pkr whenever an AnyTime-yr-selector is placed over
280
- * it. The picker cannot be accessed until the AnyTime-yr-selector has been
281
- * dismissed (possibly by clicking the AnyTime-cloak). The style usually
282
- * includes a background-color and opacity (and filter for MSIE opacity).
283
- */
284
-
285
- /*
286
- * .AnyTime-hdr is the title bar at the top of a "window." In addition to
287
- * the title label, the title bar for popup (non-inline) pickers also
288
- * contains .AnyTime-x-btn.
289
- */
290
-
291
- /*
292
- * .AnyTime-x-btn is a pseudo-button that, when clicked, causes the entire
293
- * picker to disappear (the picker also disappears if the user clicks
294
- * almost anywhere off of it, or presses ESC). This is designed to have,
295
- * at minumum, a border and float:right.
296
- */
297
-
298
- /*
299
- * .AnyTime-btn is a pseudo-button for selection of a format field value.
300
- * Both height and float:left should be specified, but width is usually
301
- * left for different variations to specify (see classes .AnyTime-***-btn).
302
- */
303
-
304
- /*
305
- * .AnyTime-body contains everything in thee picker except the title bar.
306
- * Because the picker attempts to size itself automatically based on
307
- * its format fields, do not width or height.
308
- */
309
-
310
- /*
311
- * .AnyTime-date contains all content (labels and pseudo-buttons) for selecting
312
- * a date (or part thereof). It is designed to be float:left and should
313
- * have a small amount of paddding.
314
- */
315
-
316
- /*
317
- * .AnyTime-lbl headings appear before each group of pseudo-buttons for a
318
- * particular format field. Each specific label has a class, also.
319
- * Styles clear:left and height should be specified here.
320
- */
321
-
322
- /*
323
- * .AnyTime-yrs contains the year-selection pseudo-buttons.
324
- * A height and width should be specified.
325
- */
326
-
327
- /*
328
- * Following are classes for the pseudo-buttons within .AnyTime-yrs
329
- * A width should be specified for each.
330
- */
331
-
332
- /*
333
- * .AnyTime-mons
334
- * .AnyTime-mons contains the month-selection pseudo-buttons.
335
- * A height and width should be specified.
336
- */
337
-
338
- /*
339
- * .AnyTime-mon-btn is for the pseudo-buttons within .AnyTime-mons
340
- * A width should be specified.
341
- * Each pseudo-button also has a class of its own.
342
- */
343
-
344
- /*
345
- * .AnyTime-dom-table is the table containing days-of-the-month.
346
- * .AnyTime-dom-head is the table heading, containing days-of-the-week labels.
347
- * tr.AnyTime-dow is the row in the heading.
348
- * td.AnyTime-dow is a column heading; each heading has its own class, also.
349
- * .AnyTime-dom-body is the table heading, containing days-of-the-week labels.
350
- * .AnyTime-wk is a table row, containing pseudo-buttons for days.
351
- * Each week has its own class (.AnyTime-wk***), also.
352
- */
353
-
354
- /*
355
- * .AnyTime-dom-btn is a pseudo-button for a day-of-the-month.
356
- * Styles width, text-align:right and float:none should be specified.
357
- * .AnyTime-dom-btn-filled is a button containing a specific day-of-the-month.
358
- * .AnyTime-dom-btn-empty is a button for an empty cell (no day-of-the-month).
359
- * .AnyTime-dom-btn-empty-above-filled is an empty button above a filled button.
360
- * .AnyTime-dom-btn-empty-before-filled is empty, left of a filled button.
361
- * .AnyTime-dom-btn-empty-after-filled is empty, right of a filled button.
362
- * .AnyTime-dom-btn-empty-below-filled is empty, below a filled button.
363
- */
364
-
365
- /*
366
- * .AnyTime-time contains all content (labels and pseudo-buttons) for selecting
367
- * a time (or part thereof). It is designed to be float:left and should
368
- * have a small amount of paddding.
369
- */
370
-
371
- /*
372
- * .AnyTime-hrs contains two columns (.AnyTime-hrs-am and .AnyTime-hrs-pm) of
373
- * pseudo-buttons for selecting hours. It is designed to be float:left, have
374
- * a width and padding. The columns should each have width and float:left.
375
- */
376
-
377
- /*
378
- * .AnyTime-hr-btn is a pseudo-button for selecting an hour.
379
- * Style should include width.
380
- * Each button also has a style of its own.
381
- */
382
-
383
- /*
384
- * .AnyTime-mins contains two columns (.AnyTime-mins-tens and .AnyTime-mins-ones)
385
- * of pseudo-buttons for selecting minutes.
386
- * It is designed to be float:left, have a width and padding.
387
- * The columns should each have width and float:left.
388
- */
389
-
390
- /*
391
- * .AnyTime-min-ten-btn is a button in the .AnyTime-mins-tens column.
392
- * .AnyTime-min-one-btn is a button in the .AnyTime-ones-tens column.
393
- * A width should be specified.
394
- * Each button also has its own style.
395
- */
396
-
397
- /*
398
- * .AnyTime-secs contains two columns (.AnyTime-secs-tens and .AnyTime-secs-ones)
399
- * of pseudo-buttons for selecting seconds.
400
- * It is designed to be float:left, have a width and padding.
401
- * The columns should each have width and float:left.
402
- */
403
-
404
- /*
405
- * .AnyTime-sec-ten-btn is a button in the .AnyTime-secs-tens column.
406
- * .AnyTime-sec-one-btn is a button in the .AnyTime-ones-tens column.
407
- * A width should be specified.
408
- * Each button also has its own style.
409
- */
410
-
411
- /*
412
- * .AnyTime-offs contains the UTC offset (timezone) selection pseudo-buttons.
413
- * The container is designed to have clear:left, float:left and padding.
414
- * The two buttons have their own styles, and .AnyTime-off-select-btn should
415
- * include a width.
416
- * The width of the container and the .AnyTime-off-cur-btn should not be
417
- * specified, as they are computed based on the width of the
418
- * .AnyTime-off-select-btn and the .AnyTime-time container.
419
- */
420
-
421
- /*
422
- * .AnyTime-yr-selector is an overlay (popup) for selecting a specific year.
423
- * The picker attempts to size the overlay automatically, based on
424
- * whether "era" buttons are displayed; therefore, do not set width.
425
- * AnyTime-hdr-yr-selector is its title bar.
426
- * AnyTime-body-yr-selector is its body.
427
- */
428
-
429
- /*
430
- * .AnyTime-yr-mil is the column of millenium-selector pseudo-buttons.
431
- * .AnyTime-yr-cent is the column of century-selector pseudo-buttons.
432
- * .AnyTime-yr-dec is the column of decade-selector pseudo-buttons.
433
- * .AnyTime-yr-yr is the column of year-selector pseudo-buttons.
434
- * A width and float:left should be specified for each.
435
- *
436
- * .AnyTime-mil-btn is a millenium-selector button.
437
- * .AnyTime-cent-btn is a century-selector button.
438
- * .AnyTime-dec-btn is a decade-selector button.
439
- * .AnyTime-yr-btn is a year-selector button.
440
- * Each button has its own class, also.
441
- */
442
-
443
- /*
444
- * .AnyTime-yr-era contains the column of era-selection pseudo-buttons.
445
- * A width and float:left should be specified.
446
- * Each era button has class .AnyTime-era-btn (with width) as well as
447
- * its own class.
448
- */
449
-
450
- /*
451
- * .AnyTime-off-selector is an overlay (popup) for selecting a specific year.
452
- * The picker attempts to size the overlay automatically, based on
453
- * its contents; therefore, do not set width.
454
- * .AnyTime-hdr-off-selector is its title bar.
455
- * .AnyTime-body-off-selector is its body.
456
- * .AnyTime-off-off is the column of offset-selector pseudo-buttons.
457
- * .AnyTime-off-off-btn is an offset-selector pseudo-button.
458
- * .AnyTime-off-off-last-btn is the last offset-selector pseudo-button.
459
- */
460
-
461
- /*
462
- * .AnyTime-cur-btn is applied to every pseudo-button that represents
463
- * a currently-selected value. They should stand out from the other
464
- * buttons, using a different background-color, border, color, font,
465
- * font-style and/or font-weight. Note that color alone is not
466
- * sufficient for color-blind users to differentiate the buttons.
467
- */
468
-
469
- /*
470
- * .AnyTime-out-btn is applied to every pseudo-button that represents
471
- * a value that should not be selected because it would make the value.
472
- * out-of-range. Typically, this is to give it a "grayed-out" appearance.
473
- * Note that color alone is not sufficient for color-blind users to
474
- * differentiate the buttons, but since there's no harm in pressing these
475
- * buttons, it's probably no big deal.
476
- */
477
-
478
- /*
479
- * .AnyTime-focus-btn is applied to the single pseudo-button that appears to
480
- * have keyboard focus. It should stand out from all other buttons,
481
- * using a different background-color, border, color, font, font-style
482
- * and/or font-weight. Note that color alone is not sufficient for
483
- * color-blind users to differentiate the button. Because most UIs
484
- * represent focus using a dashed or dotted border, this is recommended.
485
- */
486
-
487
- /*
488
- * END OF FILE
489
- */
490
-
491
- /*
492
- * FullCalendar v1.4.7 Stylesheet
493
- *
494
- * Feel free to edit this file to customize the look of FullCalendar.
495
- * When upgrading to newer versions, please upgrade this file as well,
496
- * porting over any customizations afterwards.
497
- *
498
- * Date: Mon Jul 5 16:07:40 2010 -0700
499
- *
500
- */
501
-
502
- .fc {
503
- font-size: 1em;
504
- .fc-header, .fc-content {
505
- font-size: 1em; }
506
- direction: ltr;
507
- text-align: left;
508
- table {
509
- border-collapse: collapse;
510
- border-spacing: 0; }
511
- td, th {
512
- padding: 0;
513
- vertical-align: top; } }
514
-
515
- /* Header
516
- ------------------------------------------------------------------------*/
517
-
518
- table.fc-header {
519
- width: 100%; }
520
-
521
- .fc-header-left {
522
- width: 25%;
523
- table {
524
- float: left; } }
525
-
526
- .fc-header-center {
527
- width: 50%;
528
- text-align: center;
529
- table {
530
- margin: 0 auto; } }
531
-
532
- .fc-header-right {
533
- width: 25%;
534
- table {
535
- float: right; } }
536
-
537
- .fc-header-title {
538
- margin-top: 0;
539
- white-space: nowrap; }
540
-
541
- .fc-header-space {
542
- padding-left: 10px; }
543
-
544
- /* right-to-left */
545
-
546
- .fc-rtl .fc-header-title {
547
- direction: rtl; }
548
-
549
- /* Buttons
550
- ------------------------------------------------------------------------*/
551
-
552
- .fc-header {
553
- .fc-state-default, .ui-state-default {
554
- margin-bottom: 1em;
555
- cursor: pointer; }
556
- .fc-state-default {
557
- border-width: 1px 0;
558
- padding: 0 1px;
559
- border-style: solid;
560
- a {
561
- border-style: solid;
562
- display: block;
563
- border-width: 0 1px;
564
- margin: 0 -1px;
565
- width: 100%;
566
- text-decoration: none; }
567
- span {
568
- display: block;
569
- border-style: solid;
570
- border-width: 1px 0 1px 1px;
571
- padding: 3px 5px; } }
572
- .ui-state-default {
573
- padding: 4px 6px; }
574
- .fc-state-default span, .ui-state-default span {
575
- white-space: nowrap; }
576
- .fc-no-right {
577
- padding-right: 0;
578
- a {
579
- margin-right: 0;
580
- border-right: 0; } }
581
- .ui-no-right {
582
- border-right: 0; }
583
- .fc-corner-left {
584
- margin-left: 1px;
585
- padding-left: 0; }
586
- .fc-corner-right {
587
- margin-right: 1px;
588
- padding-right: 0; }
589
- .fc-state-default {
590
- border-color: #777;
591
- /* outer border */
592
- color: #333;
593
- a {
594
- border-color: #777;
595
- /* outer border */
596
- color: #333; }
597
- span {
598
- border-color: #fff #fff #d1d1d1;
599
- /* inner border */
600
- background: #e8e8e8; } }
601
- .fc-state-active a {
602
- color: #fff; }
603
- .fc-state-down span, .fc-state-active span {
604
- background: #888;
605
- border-color: #808080 #808080 #909090;
606
- /* inner border */ }
607
- .fc-state-disabled {
608
- a {
609
- color: #999;
610
- border-color: #ccc;
611
- /* outer border */ }
612
- border-color: #ccc;
613
- /* outer border */
614
- span {
615
- border-color: #fff #fff #f0f0f0;
616
- /* inner border */
617
- background: #f0f0f0; } } }
618
-
619
- /* for adjacent buttons */
620
-
621
- /* for fake rounded corners */
622
-
623
- /* DEFAULT button COLORS */
624
-
625
- /* PRESSED button COLORS (down and active) */
626
-
627
- /* DISABLED button COLORS */
628
-
629
- /* Content Area & Global Cell Styles
630
- ------------------------------------------------------------------------*/
631
-
632
- .fc-widget-content {
633
- border: 1px solid #ccc;
634
- /* outer border color */ }
635
-
636
- .fc-content {
637
- clear: both;
638
- .fc-state-default {
639
- border-style: solid;
640
- border-color: #ccc;
641
- /* inner border color */ }
642
- .fc-state-highlight {
643
- /* today */
644
- background: #ffc; }
645
- .fc-not-today {
646
- background: none; } }
647
-
648
- .fc-cell-overlay {
649
- /* semi-transparent rectangle while dragging */
650
- background: #9cf;
651
- opacity: .2;
652
- filter: alpha(opacity = 20);
653
- /* for IE */ }
654
-
655
- .fc-view {
656
- /* prevents dragging outside of widget */
657
- width: 100%;
658
- overflow: hidden; }
659
-
660
- /* Global Event Styles
661
- ------------------------------------------------------------------------*/
662
-
663
- .fc-event, .fc-agenda .fc-event-time {
664
- border-style: solid;
665
- border-color: #36c;
666
- /* default BORDER color (probably the same as background-color) */
667
- background-color: #36c;
668
- /* default BACKGROUND color */
669
- color: #fff;
670
- /* default TEXT color */ }
671
-
672
- .fc-event {
673
- a {
674
- border-style: solid;
675
- border-color: #36c;
676
- /* default BORDER color (probably the same as background-color) */
677
- background-color: #36c;
678
- /* default BACKGROUND color */
679
- color: #fff;
680
- /* default TEXT color */
681
- overflow: hidden;
682
- font-size: .85em;
683
- text-decoration: none;
684
- cursor: pointer; }
685
- text-align: left; }
686
-
687
- /* Use the 'className' CalEvent property and the following
688
- * example CSS to change event color on a per-event basis:
689
- *
690
- * .myclass,
691
- * .fc-agenda .myclass .fc-event-time,
692
- * .myclass a {
693
- * background-color: black;
694
- * border-color: black;
695
- * color: red;
696
- * }
697
- */
698
-
699
- .fc-event-editable {
700
- cursor: pointer; }
701
-
702
- .fc-event-time, .fc-event-title {
703
- padding: 0 1px; }
704
-
705
- /* for fake rounded corners */
706
-
707
- .fc-event a {
708
- display: block;
709
- position: relative;
710
- width: 100%;
711
- height: 100%; }
712
-
713
- /* right-to-left */
714
-
715
- .fc-rtl .fc-event a {
716
- text-align: right; }
717
-
718
- /* resizable */
719
-
720
- .fc .ui-resizable-handle {
721
- display: block;
722
- position: absolute;
723
- z-index: 99999;
724
- border: 0 !important;
725
- /* important overrides pre jquery ui 1.7 styles */
726
- background: url(data:image/gif;base64,AAAA) !important;
727
- /* hover fix for IE */ }
728
-
729
- /* Horizontal Events
730
- ------------------------------------------------------------------------*/
731
-
732
- .fc-event-hori {
733
- border-width: 1px 0;
734
- margin-bottom: 1px;
735
- a {
736
- border-width: 0; } }
737
-
738
- /* for fake rounded corners */
739
-
740
- .fc-content {
741
- .fc-corner-left {
742
- margin-left: 1px;
743
- a {
744
- margin-left: -1px;
745
- border-left-width: 1px; } }
746
- .fc-corner-right {
747
- margin-right: 1px;
748
- a {
749
- margin-right: -1px;
750
- border-right-width: 1px; } } }
751
-
752
- /* resizable */
753
-
754
- .fc-event-hori {
755
- .ui-resizable-e {
756
- top: 0 !important;
757
- /* importants override pre jquery ui 1.7 styles */
758
- right: -3px !important;
759
- width: 7px !important;
760
- height: 100% !important;
761
- cursor: e-resize; }
762
- .ui-resizable-w {
763
- top: 0 !important;
764
- left: -3px !important;
765
- width: 7px !important;
766
- height: 100% !important;
767
- cursor: w-resize; }
768
- .ui-resizable-handle {
769
- _padding-bottom: 14px;
770
- /* IE6 had 0 height */ } }
771
-
772
- /* Month View, Basic Week View, Basic Day View
773
- ------------------------------------------------------------------------*/
774
-
775
- .fc-grid table {
776
- width: 100%; }
777
-
778
- .fc .fc-grid {
779
- th {
780
- border-width: 0 0 0 1px;
781
- text-align: center; }
782
- td {
783
- border-width: 1px 0 0 1px; } }
784
-
785
- .fc-grid {
786
- th.fc-leftmost, td.fc-leftmost {
787
- border-left: 0; }
788
- .fc-day-number {
789
- float: right;
790
- padding: 0 2px; }
791
- .fc-other-month .fc-day-number {
792
- opacity: 0.3;
793
- filter: alpha(opacity = 30);
794
- /* for IE */
795
- /* opacity with small font can sometimes look too faded
796
- might want to set the 'color' property instead
797
- making day-numbers bold also fixes the problem */ }
798
- .fc-day-content {
799
- clear: both;
800
- padding: 2px 2px 0;
801
- /* distance between events and day edges */ }
802
- .fc-event-time {
803
- font-weight: bold; } }
804
-
805
- /* event styles */
806
-
807
- /* right-to-left */
808
-
809
- .fc-rtl .fc-grid {
810
- direction: rtl;
811
- .fc-day-number {
812
- float: left; }
813
- .fc-event-time {
814
- float: right; } }
815
-
816
- /* Agenda Week View, Agenda Day View
817
- ------------------------------------------------------------------------*/
818
-
819
- .fc .fc-agenda {
820
- th, td {
821
- border-width: 1px 0 0 1px; }
822
- .fc-leftmost {
823
- border-left: 0; } }
824
-
825
- .fc-agenda tr.fc-first {
826
- th, td {
827
- border-top: 0; } }
828
-
829
- .fc-agenda-head tr.fc-last th {
830
- border-bottom-width: 1px; }
831
-
832
- .fc {
833
- .fc-agenda-head td, .fc-agenda-body td {
834
- background: none; } }
835
-
836
- .fc-agenda-head th {
837
- text-align: center; }
838
-
839
- /* the time axis running down the left side */
840
-
841
- .fc-agenda .fc-axis {
842
- width: 50px;
843
- padding: 0 4px;
844
- vertical-align: middle;
845
- white-space: nowrap;
846
- text-align: right;
847
- font-weight: normal; }
848
-
849
- /* all-day event cells at top */
850
-
851
- .fc-agenda-head {
852
- tr.fc-all-day th {
853
- height: 35px; }
854
- td {
855
- padding-bottom: 10px; } }
856
-
857
- .fc {
858
- .fc-divider {
859
- div {
860
- font-size: 1px;
861
- /* for IE6/7 */
862
- height: 2px; }
863
- .fc-state-default {
864
- background: #eee;
865
- /* color for divider between all-day and time-slot events */ } }
866
- .fc-agenda-body {
867
- td div {
868
- height: 20px;
869
- /* slot height */ }
870
- tr.fc-minor {
871
- th, td {
872
- border-top-style: dotted; } } } }
873
-
874
- /* body styles */
875
-
876
- .fc-agenda .fc-day-content {
877
- padding: 2px 2px 0;
878
- /* distance between events and day edges */ }
879
-
880
- /* Vertical Events
881
- ------------------------------------------------------------------------*/
882
-
883
- .fc-event-vert {
884
- border-width: 0 1px;
885
- a {
886
- border-width: 0; } }
887
-
888
- /* for fake rounded corners */
889
-
890
- .fc-content {
891
- .fc-corner-top {
892
- margin-top: 1px;
893
- a {
894
- margin-top: -1px;
895
- border-top-width: 1px; } }
896
- .fc-corner-bottom {
897
- margin-bottom: 1px;
898
- a {
899
- margin-bottom: -1px;
900
- border-bottom-width: 1px; } } }
901
-
902
- /* event content */
903
-
904
- .fc-event-vert {
905
- span {
906
- display: block;
907
- position: relative;
908
- z-index: 2;
909
- &.fc-event-time {
910
- white-space: nowrap;
911
- _white-space: normal;
912
- overflow: hidden;
913
- border: 0;
914
- font-size: 10px; }
915
- &.fc-event-title {
916
- line-height: 13px; }
917
- &.fc-event-bg {
918
- /* makes the event lighter w/ a semi-transparent overlay */
919
- position: absolute;
920
- z-index: 1;
921
- top: 0;
922
- left: 0;
923
- width: 100%;
924
- height: 100%;
925
- background: #fff;
926
- opacity: .3;
927
- filter: alpha(opacity = 30);
928
- /* for IE */ } }
929
- .ui-resizable-s {
930
- bottom: 0 !important;
931
- /* importants override pre jquery ui 1.7 styles */
932
- width: 100% !important;
933
- height: 8px !important;
934
- line-height: 8px !important;
935
- font-size: 11px !important;
936
- font-family: monospace;
937
- text-align: center;
938
- cursor: s-resize; } }
939
-
940
- /* resizable */
1
+ // Generated by compass-jquery-plugin/gem-tasks/jqical.rake
2
+
3
+ /*****************************************************************************
4
+ * FILE: anytime.css - The Any+Time(TM) JavaScript Library (stylesheet)
5
+ *
6
+ * VERSION: 4.1112D
7
+ *
8
+ * Copyright 2008-2010 Andrew M. Andrews III (www.AMA3.com). Some Rights
9
+ * Reserved. This work licensed under the Creative Commons Attribution-
10
+ * Noncommercial-Share Alike 3.0 Unported License except in jurisdicitons
11
+ * for which the license has been ported by Creative Commons International,
12
+ * where the work is licensed under the applicable ported license instead.
13
+ * For a copy of the unported license, visit
14
+ * http://creativecommons.org/licenses/by-nc-sa/3.0/
15
+ * or send a letter to Creative Commons, 171 Second Street, Suite 300,
16
+ * San Francisco, California, 94105, USA. For ported versions of the
17
+ * license, visit http://creativecommons.org/international/
18
+ *
19
+ * Alternative licensing arrangements may be made by contacting the
20
+ * author at http://www.AMA3.com/contact/
21
+ *
22
+ * This file provides default styling for the Any+Time JavaScript Library's
23
+ * calendar widget. The styles within can be overridden to customize the
24
+ * picker's appearance for a particular platform. jQuery UI styles (such
25
+ * as those created by jQuery ThemeRoller) will override the styles in this
26
+ * stylesheet.
27
+ *
28
+ * These styles have been tested (but not extensively) on Windows Vista in
29
+ * Internet Explorer 8.0, Firefox 3.0, Opera 10.10 and Safari 4.0. Minor
30
+ * variations in IE older versions of IE are to be expected, due to its
31
+ * broken box model. Please report any other problems to the author via
32
+ * the URL above.
33
+ *
34
+ * Any+Time is a trademark of Andrew M. Andrews III.
35
+ ****************************************************************************/
36
+
37
+ /*
38
+ * The following styles ascertain that the types of elements used by
39
+ * our picker have reasonable styles, especially font, font-size,
40
+ * list-style-type, margin and padding.
41
+ */
42
+
43
+ .AnyTime-pkr * {
44
+ border: 0;
45
+ font: inherit;
46
+ font-size: x-small;
47
+ font-style: normal;
48
+ font-weight: normal;
49
+ list-style-type: none;
50
+ margin: 0;
51
+ padding: 0;
52
+ white-space: nowrap; }
53
+
54
+ /*
55
+ * .AnyTime-win simulates a "window" that might be a popup or inline.
56
+ * Styles should include background-color and border. A window should
57
+ * be sized according to its contents; therefore, width and height
58
+ * should NOT be specified.
59
+ */
60
+
61
+ div.AnyTime-win {
62
+ background-color: #F0F0F1;
63
+ border: 3px solid #C0C0C0;
64
+ font: normal normal normal xx-small / normal sans-serif;
65
+ padding-bottom: 0.2em;
66
+ -moz-border-radius: 6px;
67
+ -webkit-border-radius: 6px; }
68
+
69
+ /*
70
+ * .AnyTime-pkr is the Date/Time picker, inserted into the page immediately
71
+ * after the input (text field) to which it corresponds. The picker
72
+ * attempts to size itself automatically based on its format fields;
73
+ * therefore, do NOT set width or height. This is empty by default,
74
+ * because .AnyTime-win styles provide consistent window appearance.
75
+ */
76
+
77
+ .AnyTime-pkr {
78
+ .AnyTime-cloak {
79
+ background-color: #D7D7D7;
80
+ opacity: 0.7;
81
+ filter: alpha(opacity = 70); }
82
+ .AnyTime-hdr {
83
+ background-color: #D0D0D1;
84
+ color: #606062;
85
+ font-family: Arial,Helvetica,sans-serif;
86
+ font-size: medium;
87
+ font-weight: normal;
88
+ height: 1em;
89
+ margin: 0;
90
+ padding: 0 0 0.4em 0;
91
+ text-align: center;
92
+ -moz-border-radius: 2px;
93
+ -webkit-border-radius: 2px; }
94
+ .AnyTime-x-btn {
95
+ background-color: #FCFCFF;
96
+ border: 1px solid #F99;
97
+ color: #FF9F9F;
98
+ cursor: default;
99
+ float: right;
100
+ margin: 0.3em;
101
+ text-align: center;
102
+ width: 1.5em;
103
+ -moz-border-radius: 0.4em;
104
+ -webkit-border-radius: 0.4em; }
105
+ .AnyTime-btn {
106
+ background-color: #FCFCFE;
107
+ border: 1px solid #999;
108
+ color: #606062;
109
+ cursor: default;
110
+ float: left;
111
+ font-family: Arial,Helvetica,sans-serif;
112
+ height: 1.5em;
113
+ margin-bottom: 1px;
114
+ margin-right: 1px;
115
+ padding-top: 0.1em;
116
+ -moz-border-radius: 0.4em;
117
+ -webkit-border-radius: 0.4em; }
118
+ .AnyTime-body {
119
+ padding: 0.5em; }
120
+ .AnyTime-date {
121
+ float: left;
122
+ padding: 0 0.5em; }
123
+ .AnyTime-lbl {
124
+ clear: left;
125
+ color: #606063;
126
+ font-family: Arial,Helvetica,sans-serif;
127
+ font-size: 100%;
128
+ font-weight: normal;
129
+ font-style: normal;
130
+ height: 1.3em;
131
+ margin: 0;
132
+ padding: 0;
133
+ text-align: center; }
134
+ .AnyTime-lbl-yr, .AnyTime-lbl-mon, .AnyTime-lbl-dom, .AnyTime-lbl-hr, .AnyTime-lbl-min, .AnyTime-lbl-sec {}
135
+ .AnyTime-yrs {
136
+ height: 2.6em;
137
+ text-align: center;
138
+ width: 18.6em; }
139
+ .AnyTime-yrs-past-btn {
140
+ width: 2.7em; }
141
+ .AnyTime-yr-prior-btn, .AnyTime-yr-cur-btn, .AnyTime-yr-next-btn {
142
+ width: 3.75em; }
143
+ .AnyTime-yrs-ahead-btn {
144
+ width: 2.7em; }
145
+ .AnyTime-mons {
146
+ height: 4.8em;
147
+ text-align: center;
148
+ width: 18.8em; }
149
+ .AnyTime-mon-btn {
150
+ width: 2.75em; }
151
+ .AnyTime-mon1-btn, .AnyTime-mon2-btn, .AnyTime-mon3-btn, .AnyTime-mon4-btn, .AnyTime-mon5-btn, .AnyTime-mon6-btn, .AnyTime-mon8-btn, .AnyTime-mon9-btn, .AnyTime-mon10-btn, .AnyTime-mon11-btn, .AnyTime-mon12-btn {}
152
+ .AnyTime-mon7-btn {
153
+ clear: left; }
154
+ .AnyTime-dom-table {
155
+ background-color: #F0F0F1;
156
+ border: 1px solid #E3E3E4;
157
+ border-spacing: 1px;
158
+ width: 18.6em; }
159
+ .AnyTime-dom-head, tr.AnyTime-dow {}
160
+ th.AnyTime-dow {
161
+ background-color: #C0C0C1;
162
+ color: white;
163
+ font-family: Arial,Helvetica,sans-serif;
164
+ font-size: 95%;
165
+ font-weight: normal;
166
+ font-style: normal; }
167
+ .AnyTime-dow1, .AnyTime-dow2, .AnyTime-dow3, .AnyTime-dow4, .AnyTime-dow5, .AnyTime-dow6, .AnyTime-dow7, .AnyTime-dom-body, .AnyTime-wk, .AnyTime-wk1, .AnyTime-wk2, .AnyTime-wk3, .AnyTime-wk4, .AnyTime-wk5, .AnyTime-wk6 {}
168
+ .AnyTime-dom-btn {
169
+ float: none;
170
+ height: 1.7em;
171
+ text-align: right;
172
+ padding: 0 0.5em 0 0; }
173
+ .AnyTime-dom-btn-filled {}
174
+ .AnyTime-dom-btn-empty {
175
+ background-color: #F3F3F4;
176
+ border: 1px solid #C0C0c1; }
177
+ .AnyTime-dom-btn-empty-above-filled, .AnyTime-dom-btn-empty-before-filled, .AnyTime-dom-btn-empty-after-filled, .AnyTime-dom-btn-empty-below-filled {}
178
+ .AnyTime-time {
179
+ float: left;
180
+ padding: 0 0 0 1em;
181
+ text-align: center; }
182
+ .AnyTime-hrs {
183
+ float: left;
184
+ padding-left: 0.5em;
185
+ padding-right: 0.5em;
186
+ text-align: center;
187
+ width: 7.2em; }
188
+ .AnyTime-hrs-am, .AnyTime-hrs-pm {
189
+ float: left;
190
+ width: 3.6em; }
191
+ .AnyTime-hr-btn {
192
+ text-align: right;
193
+ padding-right: 0.25em;
194
+ width: 3em; }
195
+ .AnyTime-hr0-btn, .AnyTime-hr1-btn, .AnyTime-hr2-btn, .AnyTime-hr3-btn, .AnyTime-hr4-btn, .AnyTime-hr5-btn, .AnyTime-hr6-btn, .AnyTime-hr7-btn, .AnyTime-hr8-btn, .AnyTime-hr9-btn, .AnyTime-hr10-btn, .AnyTime-hr11-btn, .AnyTime-hr12-btn, .AnyTime-hr13-btn, .AnyTime-hr14-btn, .AnyTime-hr15-btn, .AnyTime-hr16-btn, .AnyTime-hr17-btn, .AnyTime-hr18-btn, .AnyTime-hr19-btn, .AnyTime-hr20-btn, .AnyTime-hr21-btn, .AnyTime-hr22-btn, .AnyTime-hr23-btn {}
196
+ .AnyTime-mins {
197
+ float: left;
198
+ padding-left: 0.5em;
199
+ padding-right: 0.5em;
200
+ text-align: center;
201
+ width: 4.7em; }
202
+ .AnyTime-mins-tens, .AnyTime-mins-ones {
203
+ float: left;
204
+ width: 2.3em; }
205
+ .AnyTime-min-ten-btn, .AnyTime-min-one-btn {
206
+ float: left;
207
+ text-align: center;
208
+ width: 2em; }
209
+ .AnyTime-min-ten-btn-empty, .AnyTime-min-one-btn-empty {
210
+ background-color: #F3F3F4;
211
+ border: 1px solid #C0C0c1; }
212
+ .AnyTime-min00-btn, .AnyTime-min10-btn, .AnyTime-min0-btn, .AnyTime-min1-btn {}
213
+ .AnyTime-secs {
214
+ float: left;
215
+ padding-left: 0.5em;
216
+ padding-right: 0.5em;
217
+ text-align: center;
218
+ width: 4.7em; }
219
+ .AnyTime-secs-tens, .AnyTime-secs-ones {
220
+ float: left;
221
+ width: 2.3em; }
222
+ .AnyTime-sec-ten-btn, .AnyTime-sec-one-btn {
223
+ float: left;
224
+ text-align: center;
225
+ width: 2em; }
226
+ .AnyTime-sec-ten-btn-empty, .AnyTime-sec-one-btn-empty {
227
+ background-color: #F3F3F4;
228
+ border: 1px solid #C0C0c1; }
229
+ .AnyTime-sec00-btn, .AnyTime-sec10-btn, .AnyTime-sec0-btn, .AnyTime-sec1-btn {}
230
+ .AnyTime-offs {
231
+ clear: left;
232
+ float: left;
233
+ padding-left: 0.5em;
234
+ padding-top: 0.5em;
235
+ text-align: center; }
236
+ .AnyTime-off-btn, .AnyTime-off-cur-btn {}
237
+ .AnyTime-off-select-btn {
238
+ width: 1.5em; }
239
+ .AnyTime-yr-selector, .AnyTime-hdr-yr-selector {}
240
+ .AnyTime-body-yr-selector {
241
+ padding: 1em; }
242
+ .AnyTime-yr-mil, .AnyTime-yr-cent, .AnyTime-yr-dec, .AnyTime-yr-yr {
243
+ float: left;
244
+ width: 2.5em; }
245
+ .AnyTime-mil-btn, .AnyTime-cent-btn, .AnyTime-dec-btn, .AnyTime-yr-btn {
246
+ float: left;
247
+ text-align: center;
248
+ width: 2em; }
249
+ .AnyTime-mil0-btn, .AnyTime-mil1-btn, .AnyTime-cent0-btn, .AnyTime-cent1-btn, .AnyTime-dec0-btn, .AnyTime-dec1-btn, .AnyTime-yr0-btn, .AnyTime-yr1-btn {}
250
+ .AnyTime-yr-era {
251
+ float: left;
252
+ padding-left: 1em;
253
+ width: 4.1em; }
254
+ .AnyTime-era-btn {
255
+ text-align: center;
256
+ width: 3em; }
257
+ .AnyTime-bce-btn, .AnyTime-ce-btn, .AnyTime-off-selector, .AnyTime-hdr-off-selector {}
258
+ .AnyTime-body-off-selector {
259
+ margin: 0.5em; }
260
+ .AnyTime-off-off {}
261
+ .AnyTime-off-off-btn {
262
+ clear: left;
263
+ padding-left: 1em;
264
+ padding-right: 1em;
265
+ text-align: left; }
266
+ .AnyTime-off-off-last-btn {}
267
+ .AnyTime-cur-btn {
268
+ border: 1px solid #333334;
269
+ background-color: #C0C0C1;
270
+ color: #FCFCFE;
271
+ font-weight: bold; }
272
+ .AnyTime-out-btn {
273
+ background-color: #F0F0F1;
274
+ border: 1px solid #C0C0c1; }
275
+ .AnyTime-focus-btn {
276
+ border: 1px dashed black; } }
277
+
278
+ /*
279
+ * .AnyTime-cloak covers an AnyTime-pkr whenever an AnyTime-yr-selector is placed over
280
+ * it. The picker cannot be accessed until the AnyTime-yr-selector has been
281
+ * dismissed (possibly by clicking the AnyTime-cloak). The style usually
282
+ * includes a background-color and opacity (and filter for MSIE opacity).
283
+ */
284
+
285
+ /*
286
+ * .AnyTime-hdr is the title bar at the top of a "window." In addition to
287
+ * the title label, the title bar for popup (non-inline) pickers also
288
+ * contains .AnyTime-x-btn.
289
+ */
290
+
291
+ /*
292
+ * .AnyTime-x-btn is a pseudo-button that, when clicked, causes the entire
293
+ * picker to disappear (the picker also disappears if the user clicks
294
+ * almost anywhere off of it, or presses ESC). This is designed to have,
295
+ * at minumum, a border and float:right.
296
+ */
297
+
298
+ /*
299
+ * .AnyTime-btn is a pseudo-button for selection of a format field value.
300
+ * Both height and float:left should be specified, but width is usually
301
+ * left for different variations to specify (see classes .AnyTime-***-btn).
302
+ */
303
+
304
+ /*
305
+ * .AnyTime-body contains everything in thee picker except the title bar.
306
+ * Because the picker attempts to size itself automatically based on
307
+ * its format fields, do not width or height.
308
+ */
309
+
310
+ /*
311
+ * .AnyTime-date contains all content (labels and pseudo-buttons) for selecting
312
+ * a date (or part thereof). It is designed to be float:left and should
313
+ * have a small amount of paddding.
314
+ */
315
+
316
+ /*
317
+ * .AnyTime-lbl headings appear before each group of pseudo-buttons for a
318
+ * particular format field. Each specific label has a class, also.
319
+ * Styles clear:left and height should be specified here.
320
+ */
321
+
322
+ /*
323
+ * .AnyTime-yrs contains the year-selection pseudo-buttons.
324
+ * A height and width should be specified.
325
+ */
326
+
327
+ /*
328
+ * Following are classes for the pseudo-buttons within .AnyTime-yrs
329
+ * A width should be specified for each.
330
+ */
331
+
332
+ /*
333
+ * .AnyTime-mons
334
+ * .AnyTime-mons contains the month-selection pseudo-buttons.
335
+ * A height and width should be specified.
336
+ */
337
+
338
+ /*
339
+ * .AnyTime-mon-btn is for the pseudo-buttons within .AnyTime-mons
340
+ * A width should be specified.
341
+ * Each pseudo-button also has a class of its own.
342
+ */
343
+
344
+ /*
345
+ * .AnyTime-dom-table is the table containing days-of-the-month.
346
+ * .AnyTime-dom-head is the table heading, containing days-of-the-week labels.
347
+ * tr.AnyTime-dow is the row in the heading.
348
+ * td.AnyTime-dow is a column heading; each heading has its own class, also.
349
+ * .AnyTime-dom-body is the table heading, containing days-of-the-week labels.
350
+ * .AnyTime-wk is a table row, containing pseudo-buttons for days.
351
+ * Each week has its own class (.AnyTime-wk***), also.
352
+ */
353
+
354
+ /*
355
+ * .AnyTime-dom-btn is a pseudo-button for a day-of-the-month.
356
+ * Styles width, text-align:right and float:none should be specified.
357
+ * .AnyTime-dom-btn-filled is a button containing a specific day-of-the-month.
358
+ * .AnyTime-dom-btn-empty is a button for an empty cell (no day-of-the-month).
359
+ * .AnyTime-dom-btn-empty-above-filled is an empty button above a filled button.
360
+ * .AnyTime-dom-btn-empty-before-filled is empty, left of a filled button.
361
+ * .AnyTime-dom-btn-empty-after-filled is empty, right of a filled button.
362
+ * .AnyTime-dom-btn-empty-below-filled is empty, below a filled button.
363
+ */
364
+
365
+ /*
366
+ * .AnyTime-time contains all content (labels and pseudo-buttons) for selecting
367
+ * a time (or part thereof). It is designed to be float:left and should
368
+ * have a small amount of paddding.
369
+ */
370
+
371
+ /*
372
+ * .AnyTime-hrs contains two columns (.AnyTime-hrs-am and .AnyTime-hrs-pm) of
373
+ * pseudo-buttons for selecting hours. It is designed to be float:left, have
374
+ * a width and padding. The columns should each have width and float:left.
375
+ */
376
+
377
+ /*
378
+ * .AnyTime-hr-btn is a pseudo-button for selecting an hour.
379
+ * Style should include width.
380
+ * Each button also has a style of its own.
381
+ */
382
+
383
+ /*
384
+ * .AnyTime-mins contains two columns (.AnyTime-mins-tens and .AnyTime-mins-ones)
385
+ * of pseudo-buttons for selecting minutes.
386
+ * It is designed to be float:left, have a width and padding.
387
+ * The columns should each have width and float:left.
388
+ */
389
+
390
+ /*
391
+ * .AnyTime-min-ten-btn is a button in the .AnyTime-mins-tens column.
392
+ * .AnyTime-min-one-btn is a button in the .AnyTime-ones-tens column.
393
+ * A width should be specified.
394
+ * Each button also has its own style.
395
+ */
396
+
397
+ /*
398
+ * .AnyTime-secs contains two columns (.AnyTime-secs-tens and .AnyTime-secs-ones)
399
+ * of pseudo-buttons for selecting seconds.
400
+ * It is designed to be float:left, have a width and padding.
401
+ * The columns should each have width and float:left.
402
+ */
403
+
404
+ /*
405
+ * .AnyTime-sec-ten-btn is a button in the .AnyTime-secs-tens column.
406
+ * .AnyTime-sec-one-btn is a button in the .AnyTime-ones-tens column.
407
+ * A width should be specified.
408
+ * Each button also has its own style.
409
+ */
410
+
411
+ /*
412
+ * .AnyTime-offs contains the UTC offset (timezone) selection pseudo-buttons.
413
+ * The container is designed to have clear:left, float:left and padding.
414
+ * The two buttons have their own styles, and .AnyTime-off-select-btn should
415
+ * include a width.
416
+ * The width of the container and the .AnyTime-off-cur-btn should not be
417
+ * specified, as they are computed based on the width of the
418
+ * .AnyTime-off-select-btn and the .AnyTime-time container.
419
+ */
420
+
421
+ /*
422
+ * .AnyTime-yr-selector is an overlay (popup) for selecting a specific year.
423
+ * The picker attempts to size the overlay automatically, based on
424
+ * whether "era" buttons are displayed; therefore, do not set width.
425
+ * AnyTime-hdr-yr-selector is its title bar.
426
+ * AnyTime-body-yr-selector is its body.
427
+ */
428
+
429
+ /*
430
+ * .AnyTime-yr-mil is the column of millenium-selector pseudo-buttons.
431
+ * .AnyTime-yr-cent is the column of century-selector pseudo-buttons.
432
+ * .AnyTime-yr-dec is the column of decade-selector pseudo-buttons.
433
+ * .AnyTime-yr-yr is the column of year-selector pseudo-buttons.
434
+ * A width and float:left should be specified for each.
435
+ *
436
+ * .AnyTime-mil-btn is a millenium-selector button.
437
+ * .AnyTime-cent-btn is a century-selector button.
438
+ * .AnyTime-dec-btn is a decade-selector button.
439
+ * .AnyTime-yr-btn is a year-selector button.
440
+ * Each button has its own class, also.
441
+ */
442
+
443
+ /*
444
+ * .AnyTime-yr-era contains the column of era-selection pseudo-buttons.
445
+ * A width and float:left should be specified.
446
+ * Each era button has class .AnyTime-era-btn (with width) as well as
447
+ * its own class.
448
+ */
449
+
450
+ /*
451
+ * .AnyTime-off-selector is an overlay (popup) for selecting a specific year.
452
+ * The picker attempts to size the overlay automatically, based on
453
+ * its contents; therefore, do not set width.
454
+ * .AnyTime-hdr-off-selector is its title bar.
455
+ * .AnyTime-body-off-selector is its body.
456
+ * .AnyTime-off-off is the column of offset-selector pseudo-buttons.
457
+ * .AnyTime-off-off-btn is an offset-selector pseudo-button.
458
+ * .AnyTime-off-off-last-btn is the last offset-selector pseudo-button.
459
+ */
460
+
461
+ /*
462
+ * .AnyTime-cur-btn is applied to every pseudo-button that represents
463
+ * a currently-selected value. They should stand out from the other
464
+ * buttons, using a different background-color, border, color, font,
465
+ * font-style and/or font-weight. Note that color alone is not
466
+ * sufficient for color-blind users to differentiate the buttons.
467
+ */
468
+
469
+ /*
470
+ * .AnyTime-out-btn is applied to every pseudo-button that represents
471
+ * a value that should not be selected because it would make the value.
472
+ * out-of-range. Typically, this is to give it a "grayed-out" appearance.
473
+ * Note that color alone is not sufficient for color-blind users to
474
+ * differentiate the buttons, but since there's no harm in pressing these
475
+ * buttons, it's probably no big deal.
476
+ */
477
+
478
+ /*
479
+ * .AnyTime-focus-btn is applied to the single pseudo-button that appears to
480
+ * have keyboard focus. It should stand out from all other buttons,
481
+ * using a different background-color, border, color, font, font-style
482
+ * and/or font-weight. Note that color alone is not sufficient for
483
+ * color-blind users to differentiate the button. Because most UIs
484
+ * represent focus using a dashed or dotted border, this is recommended.
485
+ */
486
+
487
+ /*
488
+ * END OF FILE
489
+ */
490
+
491
+ /*
492
+ * FullCalendar v1.4.7 Stylesheet
493
+ *
494
+ * Feel free to edit this file to customize the look of FullCalendar.
495
+ * When upgrading to newer versions, please upgrade this file as well,
496
+ * porting over any customizations afterwards.
497
+ *
498
+ * Date: Mon Jul 5 16:07:40 2010 -0700
499
+ *
500
+ */
501
+
502
+ .fc {
503
+ font-size: 1em;
504
+ .fc-header, .fc-content {
505
+ font-size: 1em; }
506
+ direction: ltr;
507
+ text-align: left;
508
+ table {
509
+ border-collapse: collapse;
510
+ border-spacing: 0; }
511
+ td, th {
512
+ padding: 0;
513
+ vertical-align: top; } }
514
+
515
+ /* Header
516
+ ------------------------------------------------------------------------*/
517
+
518
+ table.fc-header {
519
+ width: 100%; }
520
+
521
+ .fc-header-left {
522
+ width: 25%;
523
+ table {
524
+ float: left; } }
525
+
526
+ .fc-header-center {
527
+ width: 50%;
528
+ text-align: center;
529
+ table {
530
+ margin: 0 auto; } }
531
+
532
+ .fc-header-right {
533
+ width: 25%;
534
+ table {
535
+ float: right; } }
536
+
537
+ .fc-header-title {
538
+ margin-top: 0;
539
+ white-space: nowrap; }
540
+
541
+ .fc-header-space {
542
+ padding-left: 10px; }
543
+
544
+ /* right-to-left */
545
+
546
+ .fc-rtl .fc-header-title {
547
+ direction: rtl; }
548
+
549
+ /* Buttons
550
+ ------------------------------------------------------------------------*/
551
+
552
+ .fc-header {
553
+ .fc-state-default, .ui-state-default {
554
+ margin-bottom: 1em;
555
+ cursor: pointer; }
556
+ .fc-state-default {
557
+ border-width: 1px 0;
558
+ padding: 0 1px;
559
+ border-style: solid;
560
+ a {
561
+ border-style: solid;
562
+ display: block;
563
+ border-width: 0 1px;
564
+ margin: 0 -1px;
565
+ width: 100%;
566
+ text-decoration: none; }
567
+ span {
568
+ display: block;
569
+ border-style: solid;
570
+ border-width: 1px 0 1px 1px;
571
+ padding: 3px 5px; } }
572
+ .ui-state-default {
573
+ padding: 4px 6px; }
574
+ .fc-state-default span, .ui-state-default span {
575
+ white-space: nowrap; }
576
+ .fc-no-right {
577
+ padding-right: 0;
578
+ a {
579
+ margin-right: 0;
580
+ border-right: 0; } }
581
+ .ui-no-right {
582
+ border-right: 0; }
583
+ .fc-corner-left {
584
+ margin-left: 1px;
585
+ padding-left: 0; }
586
+ .fc-corner-right {
587
+ margin-right: 1px;
588
+ padding-right: 0; }
589
+ .fc-state-default {
590
+ border-color: #777;
591
+ /* outer border */
592
+ color: #333;
593
+ a {
594
+ border-color: #777;
595
+ /* outer border */
596
+ color: #333; }
597
+ span {
598
+ border-color: #fff #fff #d1d1d1;
599
+ /* inner border */
600
+ background: #e8e8e8; } }
601
+ .fc-state-active a {
602
+ color: #fff; }
603
+ .fc-state-down span, .fc-state-active span {
604
+ background: #888;
605
+ border-color: #808080 #808080 #909090;
606
+ /* inner border */ }
607
+ .fc-state-disabled {
608
+ a {
609
+ color: #999;
610
+ border-color: #ccc;
611
+ /* outer border */ }
612
+ border-color: #ccc;
613
+ /* outer border */
614
+ span {
615
+ border-color: #fff #fff #f0f0f0;
616
+ /* inner border */
617
+ background: #f0f0f0; } } }
618
+
619
+ /* for adjacent buttons */
620
+
621
+ /* for fake rounded corners */
622
+
623
+ /* DEFAULT button COLORS */
624
+
625
+ /* PRESSED button COLORS (down and active) */
626
+
627
+ /* DISABLED button COLORS */
628
+
629
+ /* Content Area & Global Cell Styles
630
+ ------------------------------------------------------------------------*/
631
+
632
+ .fc-widget-content {
633
+ border: 1px solid #ccc;
634
+ /* outer border color */ }
635
+
636
+ .fc-content {
637
+ clear: both;
638
+ .fc-state-default {
639
+ border-style: solid;
640
+ border-color: #ccc;
641
+ /* inner border color */ }
642
+ .fc-state-highlight {
643
+ /* today */
644
+ background: #ffc; }
645
+ .fc-not-today {
646
+ background: none; } }
647
+
648
+ .fc-cell-overlay {
649
+ /* semi-transparent rectangle while dragging */
650
+ background: #9cf;
651
+ opacity: .2;
652
+ filter: alpha(opacity = 20);
653
+ /* for IE */ }
654
+
655
+ .fc-view {
656
+ /* prevents dragging outside of widget */
657
+ width: 100%;
658
+ overflow: hidden; }
659
+
660
+ /* Global Event Styles
661
+ ------------------------------------------------------------------------*/
662
+
663
+ .fc-event, .fc-agenda .fc-event-time {
664
+ border-style: solid;
665
+ border-color: #36c;
666
+ /* default BORDER color (probably the same as background-color) */
667
+ background-color: #36c;
668
+ /* default BACKGROUND color */
669
+ color: #fff;
670
+ /* default TEXT color */ }
671
+
672
+ .fc-event {
673
+ a {
674
+ border-style: solid;
675
+ border-color: #36c;
676
+ /* default BORDER color (probably the same as background-color) */
677
+ background-color: #36c;
678
+ /* default BACKGROUND color */
679
+ color: #fff;
680
+ /* default TEXT color */
681
+ overflow: hidden;
682
+ font-size: .85em;
683
+ text-decoration: none;
684
+ cursor: pointer; }
685
+ text-align: left; }
686
+
687
+ /* Use the 'className' CalEvent property and the following
688
+ * example CSS to change event color on a per-event basis:
689
+ *
690
+ * .myclass,
691
+ * .fc-agenda .myclass .fc-event-time,
692
+ * .myclass a {
693
+ * background-color: black;
694
+ * border-color: black;
695
+ * color: red;
696
+ * }
697
+ */
698
+
699
+ .fc-event-editable {
700
+ cursor: pointer; }
701
+
702
+ .fc-event-time, .fc-event-title {
703
+ padding: 0 1px; }
704
+
705
+ /* for fake rounded corners */
706
+
707
+ .fc-event a {
708
+ display: block;
709
+ position: relative;
710
+ width: 100%;
711
+ height: 100%; }
712
+
713
+ /* right-to-left */
714
+
715
+ .fc-rtl .fc-event a {
716
+ text-align: right; }
717
+
718
+ /* resizable */
719
+
720
+ .fc .ui-resizable-handle {
721
+ display: block;
722
+ position: absolute;
723
+ z-index: 99999;
724
+ border: 0 !important;
725
+ /* important overrides pre jquery ui 1.7 styles */
726
+ background: url(data:image/gif;base64,AAAA) !important;
727
+ /* hover fix for IE */ }
728
+
729
+ /* Horizontal Events
730
+ ------------------------------------------------------------------------*/
731
+
732
+ .fc-event-hori {
733
+ border-width: 1px 0;
734
+ margin-bottom: 1px;
735
+ a {
736
+ border-width: 0; } }
737
+
738
+ /* for fake rounded corners */
739
+
740
+ .fc-content {
741
+ .fc-corner-left {
742
+ margin-left: 1px;
743
+ a {
744
+ margin-left: -1px;
745
+ border-left-width: 1px; } }
746
+ .fc-corner-right {
747
+ margin-right: 1px;
748
+ a {
749
+ margin-right: -1px;
750
+ border-right-width: 1px; } } }
751
+
752
+ /* resizable */
753
+
754
+ .fc-event-hori {
755
+ .ui-resizable-e {
756
+ top: 0 !important;
757
+ /* importants override pre jquery ui 1.7 styles */
758
+ right: -3px !important;
759
+ width: 7px !important;
760
+ height: 100% !important;
761
+ cursor: e-resize; }
762
+ .ui-resizable-w {
763
+ top: 0 !important;
764
+ left: -3px !important;
765
+ width: 7px !important;
766
+ height: 100% !important;
767
+ cursor: w-resize; }
768
+ .ui-resizable-handle {
769
+ _padding-bottom: 14px;
770
+ /* IE6 had 0 height */ } }
771
+
772
+ /* Month View, Basic Week View, Basic Day View
773
+ ------------------------------------------------------------------------*/
774
+
775
+ .fc-grid table {
776
+ width: 100%; }
777
+
778
+ .fc .fc-grid {
779
+ th {
780
+ border-width: 0 0 0 1px;
781
+ text-align: center; }
782
+ td {
783
+ border-width: 1px 0 0 1px; } }
784
+
785
+ .fc-grid {
786
+ th.fc-leftmost, td.fc-leftmost {
787
+ border-left: 0; }
788
+ .fc-day-number {
789
+ float: right;
790
+ padding: 0 2px; }
791
+ .fc-other-month .fc-day-number {
792
+ opacity: 0.3;
793
+ filter: alpha(opacity = 30);
794
+ /* for IE */
795
+ /* opacity with small font can sometimes look too faded
796
+ might want to set the 'color' property instead
797
+ making day-numbers bold also fixes the problem */ }
798
+ .fc-day-content {
799
+ clear: both;
800
+ padding: 2px 2px 0;
801
+ /* distance between events and day edges */ }
802
+ .fc-event-time {
803
+ font-weight: bold; } }
804
+
805
+ /* event styles */
806
+
807
+ /* right-to-left */
808
+
809
+ .fc-rtl .fc-grid {
810
+ direction: rtl;
811
+ .fc-day-number {
812
+ float: left; }
813
+ .fc-event-time {
814
+ float: right; } }
815
+
816
+ /* Agenda Week View, Agenda Day View
817
+ ------------------------------------------------------------------------*/
818
+
819
+ .fc .fc-agenda {
820
+ th, td {
821
+ border-width: 1px 0 0 1px; }
822
+ .fc-leftmost {
823
+ border-left: 0; } }
824
+
825
+ .fc-agenda tr.fc-first {
826
+ th, td {
827
+ border-top: 0; } }
828
+
829
+ .fc-agenda-head tr.fc-last th {
830
+ border-bottom-width: 1px; }
831
+
832
+ .fc {
833
+ .fc-agenda-head td, .fc-agenda-body td {
834
+ background: none; } }
835
+
836
+ .fc-agenda-head th {
837
+ text-align: center; }
838
+
839
+ /* the time axis running down the left side */
840
+
841
+ .fc-agenda .fc-axis {
842
+ width: 50px;
843
+ padding: 0 4px;
844
+ vertical-align: middle;
845
+ white-space: nowrap;
846
+ text-align: right;
847
+ font-weight: normal; }
848
+
849
+ /* all-day event cells at top */
850
+
851
+ .fc-agenda-head {
852
+ tr.fc-all-day th {
853
+ height: 35px; }
854
+ td {
855
+ padding-bottom: 10px; } }
856
+
857
+ .fc {
858
+ .fc-divider {
859
+ div {
860
+ font-size: 1px;
861
+ /* for IE6/7 */
862
+ height: 2px; }
863
+ .fc-state-default {
864
+ background: #eee;
865
+ /* color for divider between all-day and time-slot events */ } }
866
+ .fc-agenda-body {
867
+ td div {
868
+ height: 20px;
869
+ /* slot height */ }
870
+ tr.fc-minor {
871
+ th, td {
872
+ border-top-style: dotted; } } } }
873
+
874
+ /* body styles */
875
+
876
+ .fc-agenda .fc-day-content {
877
+ padding: 2px 2px 0;
878
+ /* distance between events and day edges */ }
879
+
880
+ /* Vertical Events
881
+ ------------------------------------------------------------------------*/
882
+
883
+ .fc-event-vert {
884
+ border-width: 0 1px;
885
+ a {
886
+ border-width: 0; } }
887
+
888
+ /* for fake rounded corners */
889
+
890
+ .fc-content {
891
+ .fc-corner-top {
892
+ margin-top: 1px;
893
+ a {
894
+ margin-top: -1px;
895
+ border-top-width: 1px; } }
896
+ .fc-corner-bottom {
897
+ margin-bottom: 1px;
898
+ a {
899
+ margin-bottom: -1px;
900
+ border-bottom-width: 1px; } } }
901
+
902
+ /* event content */
903
+
904
+ .fc-event-vert {
905
+ span {
906
+ display: block;
907
+ position: relative;
908
+ z-index: 2;
909
+ &.fc-event-time {
910
+ white-space: nowrap;
911
+ _white-space: normal;
912
+ overflow: hidden;
913
+ border: 0;
914
+ font-size: 10px; }
915
+ &.fc-event-title {
916
+ line-height: 13px; }
917
+ &.fc-event-bg {
918
+ /* makes the event lighter w/ a semi-transparent overlay */
919
+ position: absolute;
920
+ z-index: 1;
921
+ top: 0;
922
+ left: 0;
923
+ width: 100%;
924
+ height: 100%;
925
+ background: #fff;
926
+ opacity: .3;
927
+ filter: alpha(opacity = 30);
928
+ /* for IE */ } }
929
+ .ui-resizable-s {
930
+ bottom: 0 !important;
931
+ /* importants override pre jquery ui 1.7 styles */
932
+ width: 100% !important;
933
+ height: 8px !important;
934
+ line-height: 8px !important;
935
+ font-size: 11px !important;
936
+ font-family: monospace;
937
+ text-align: center;
938
+ cursor: s-resize; } }
939
+
940
+ /* resizable */