PluginProbe
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar / 1.1
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar v1.1
2.1.21 2.1.20 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 trunk 1.1 2.0 2.0.1 2.0.10.2 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.18 2.0.2 2.0.20 2.0.21 2.0.22 All 55 releases
booking-manager / css / admin.css

admin.css in Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar 1.1, at css/admin.css

791 lines 20.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* table list */
2 .table_list {border-collapse:collapse;
3 border:solid #cccccc 1px;
4 width:100%;}
5 .table_list td {padding:5px;
6 border:solid #efefef 1px;}
7 .table_list th {background:#75b2d1;
8 padding:5px;
9 color:#ffffff;}
10 .table_list tr.odd {background:#e1eff5;}
11
12 .booking_table {
13 -moz-border-radius:4px;
14 -moz-box-shadow:0 0 3px #999999;
15 -moz-box-sizing:content-box;
16 -webkit-border-radius:4px;
17 -webkit-box-shadow:0 0 3px #999999;
18 -webkit-box-sizing:content-box;
19 border-radius:4px;
20 box-shadow:0 0 3px #999999;
21 box-sizing:content-box;
22 border:1px solid #888888;
23 width:99%;
24 }
25 .booking_table td{
26 padding:5px 10px;
27 border:none;
28 /*border-bottom:1px solid #CCCCCC;*/
29 }
30 .booking_table th{
31 padding:5px 10px;
32 border:none;
33 font-size:12px;
34 background:#888;
35 color:#fff;
36 text-shadow:0 1px 2px #555555;
37 }
38 .booking_table td.alternative_color, .booking_table div.alternative_color{
39 background:#ececec;
40 }
41 .booking_table td.selected_row_color{
42 background:#fda;
43 }
44
45 .booking_table td.moderate_blend, .booking_table div.moderate_blend, .booking_table .moderate_blend span.fieldvalue, .booking_table .moderate_blend .booking_overmause0, .booking_table .moderate_blend .booking_overmause1, .booking_table .moderate_blend .booking-table-time, .booking_table .moderate_blend .subtypenum {
46 background:none repeat scroll 0 0 #F5F5F5;
47 color:#CCCCCC;
48 }
49
50 .resource_table {
51 width:100%;
52 border:1px solid #ddd;
53 }
54 .resource_table0 td{
55 /*padding:2px 5px;
56 border:none;/**/
57 text-align: left;
58 }
59 .resource_table td.alternative_color{
60 background:#f5f5f5;
61 }
62 .resource_table0 th{
63 /*padding:10px 5px;
64 border:none;
65 font-size:12px;
66 border-bottom: 1px solid #bbb;
67 color:#777;/**/
68 text-align: left;
69 }
70 .subtypesfilter{
71 width:100px;
72 margin:20px 10px 0px 0px;
73 }
74 #admin_bk_messages0, #admin_bk_messages1 {
75 float:left;
76 margin:15px 5px;
77 }
78
79 .submiting_content{
80 background:#EEFDED none repeat scroll 0 0;
81 border:2px solid #ACCFC9;
82 font-size:14px;
83 font-weight:bold;
84 padding:5px 20px;
85 color:black;
86 }
87 .reserved_mark, .selected_mark {
88 float:left;
89 height:25px;
90 width:30px;
91 border:1px solid #9EEFEE;
92 background:#9be;
93 margin:20px 10px 0px 0px;
94
95 }
96 .selected_mark {
97 background:#FFBB45;
98 }
99 a.booking_overmause1 ,a.booking_overmause1:visited , a.booking_overmause0 ,a.booking_overmause0:visited {
100 background:#FFBB45 none repeat scroll 0 0;
101 color:#FFFFFF;
102 font-weight:bold;
103 padding:2px 10px;
104 text-decoration:none;
105 line-height:22px;
106 white-space:nowrap;
107 -moz-border-radius:3px;
108 -webkit-border-radius:3px 0px 0px 3px;
109 }
110 a.booking_overmause1 ,a.booking_overmause1:visited {
111 background:#9be none repeat scroll 0 0;
112 }
113
114
115 .datepick .date2approve { /* DATES TO APPROVE INADMIN */
116 background:#FFBB45;
117 color:#fff !important;
118 font-weight:bold;
119 }
120 .datepick .date_approved { /* DATES NEED TO Approve AND CLIENT RESERVED DATES*/
121 background:#9be;
122 color:#fff !important;
123 font-weight:bold;
124 }
125
126 a.booking_overmause1:hover, a.booking_overmause0:hover{
127 background:#FF0000;
128 }
129
130 .copyright_info {
131 font-size:10px;
132 line-height:14px;
133 padding:5px;
134 text-align:center;
135 width:99%;
136 }
137 .error_message, .info_message, .accept_message, .warning_message{
138 font-size:14px;
139 padding:11px;
140 padding-left:55px;
141 text-align:center;
142 margin:5px 10px 30px 10px;
143 line-height:22px;
144 -moz-border-radius:5px;
145 -webkit-border-radius:5px;
146 }
147 .error_message a, info_message a, .accept_message a, .warning_message a{
148 text-decoration:underline;
149 }
150 .error_message{
151 border:1px solid red;
152 background:#ffeeee url('../img/remove-32x32.png') no-repeat 10px 50%;
153 }
154 .info_message {
155 border:1px solid #eaefff;
156 background:#fdfffd url('../img/info-32x32.png') no-repeat 10px 50%;
157 }
158 .accept_message {
159 border:1px solid #b0ef55;
160 background:#f7fff7 url('../img/accept-32x32.png') no-repeat 10px 50%;
161 }
162 .warning_message {
163 border:1px solid #fedab9;
164 background:#fffae5 url('../img/warning-32x32.png') no-repeat 10px 50%;
165 }
166 .textleft{ text-align:left; }
167 .textcenter{ text-align:center; }
168 .textright {text-align:right; }
169 code{
170 background:#f5f5f5;
171 color:#0066ab;
172 font-size:12px;
173 padding:5px;
174 font-weight:bold;
175 font-style:normal;
176 }
177 span.example-code {
178 font-size:11px;
179 font-style:normal;
180 }
181 /* Settings CSS */
182 .form-table th{
183 width:160px;
184 line-height:15px;
185 font-size:11px;
186 font-style:italic;
187 }
188 .form-table th label{
189 font-size:12px;
190 font-weight:bold;
191 font-style:normal;
192 }
193 .form-table input.regular-text, .form-table select {
194 width:90px;
195 }
196 .form-table span.description{
197 font-size:12px;
198 }
199
200 .booking_table .raw_after_editing td{
201 background: #fcf8e0;
202 }
203
204 .email-table th{
205 width:50px;
206 }
207
208 .email-table input.regular-text, .email-table select {
209 width:350px;
210 }
211 .code_description span.description {
212 line-height:20px;
213 }
214 table.email-table {
215 background-color:#fcfcfc;
216 border:1px solid #ccc;
217 margin:10px 0px !important;
218 }
219 #poststuff table.email-table td h2 {
220 line-height:15px !important;
221 margin-top:3px;
222 margin-bottom:0px;
223 }
224 .email-table td.th-title {
225 background-color:#eeeeee;
226 border-bottom:1px solid #ccc;
227 height:15px;
228 padding:5px 10px;
229 }
230 .email-table textarea, .email-table input, .email-table select, .darker-border {
231 border-color:#bbbbbb;
232 }
233
234 .settings-table th{
235 width:180px;
236 }
237
238 .settings-table input.regular-text, .settings-table select {
239 width:250px;
240 }
241
242
243 /* Front Page settings GRID */
244 .gderror {
245 -moz-border-radius:3px;
246 -webkit-border-radius:3px;
247 background-color:#FFEBE8;
248 border:1px solid #CC0000;
249 padding:12px;
250 }
251 .gdpttitle span {
252 color:red;
253 font-size:12px;
254 font-weight:bold;
255 margin-left:5px;
256 vertical-align:14px;
257 }
258 .gdrgrid .disabled {
259 color:gray;
260 }
261 .gdrgrid .table {
262 -moz-background-clip:border;
263 -moz-background-inline-policy:continuous;
264 -moz-background-origin:padding;
265 -webkit-background-clip:border;
266 -webkit-background-inline-policy:continuous;
267 -webkit-background-origin:padding;
268 background:#F9F9F9 none repeat scroll 0 0;
269 border-bottom:1px solid #ECECEC;
270 border-top:1px solid #ECECEC;
271 margin:0 -6px 10px;
272 padding:0 10px;
273 table-layout:fixed;
274 }
275 .gdrgrid div.inside {
276 margin:10px;
277 }
278
279 #poststuff .gdrgrid p.sub {
280 color:#777777;
281 font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
282 font-size:12px;
283 font-style:italic;
284 margin:-12px;
285 padding:7px 15px 17px;
286 }
287 #poststuff .gdrgrid p.sub span.spanlink {
288 color:#777777;
289 font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
290 font-size:12px;
291 font-style:italic;
292 margin:-12px;
293 padding:7px 15px 17px;
294 }
295
296 .gdrgrid table {
297 width:100%;
298 }
299 .gdrgrid table tr.first th {
300 color:#990000;
301 font-weight:bold;
302 }
303 .gdrgrid table tr.first th, .gdrgrid table tr.first td {
304 border-top:medium none;
305 }
306 .gdrgrid td {
307 border-top:1px solid #ECECEC;
308 font-size:18px;
309 padding:2px 0;
310 white-space:nowrap;
311 }
312 .gdrgrid td.b, .gdrgrid th.first {
313 font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
314 font-size:14px;
315 padding-right:6px;
316 text-align:right;
317 white-space:nowrap;
318 }
319 .gdrgrid td.i {
320 font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
321 font-size:14px;
322 padding-right:6px;
323 white-space:nowrap;
324 font-style:italic;
325 }
326 .gdrgrid td.first, .gdrgrid td.last {
327 width:1px;
328 }
329 .gdrgrid td.options {
330 padding-right:0 !important;
331 text-align:right;
332 white-space:normal;
333 }
334 .gdrgrid td.t {
335 padding-bottom:3px;
336 white-space:normal;
337 }
338 .gdrgrid td.t, .gdrgrid th {
339 color:#777777;
340 font-size:12px;
341 padding-right:12px;
342 padding-top:6px;
343 }
344 .gdrgrid th {
345 background-color:#ECECEC;
346 padding:3px 5px;
347 text-align:left;
348 }
349 .gdrgrid td.comparision, .gdrgrid th.comparision{
350 text-align:center;
351 font-size:12px;
352 }
353
354 .bk_types{
355 float:left;
356 margin:0px 5px;
357 line-height:50px;
358 height:50px;
359 vertical-align: middle;
360 }
361 .bk_types a:hover, a.bktypetitle:hover, a.bk_top_menu:hover{
362 color:#D54E21;
363 }
364 a.bk_top_menu.selected:hover{
365 color:#FFFFFF;
366 }
367
368 .bk_types div {
369
370 vertical-align: top;
371 height: 20px;
372 padding:0px 3px;
373 width:10px;
374 float:left;
375 border:none;
376 }
377 .bk_types div a.bktypetitle{
378 font-size: 12px;
379 text-shadow:0 0 1px #AAAAAA;
380 }
381 .bk_types div.bktypecount{
382 padding: 0px 5px 0px 2px;
383 vertical-align: top;
384 line-height: 10px;
385 font-size: 10px;
386
387 -moz-border-radius:2px 2px 2px 2px;
388 -webkit-border-radius:2px 2px 2px 2px;
389 background:none repeat scroll 0 0 #778899;
390 border:1px solid #DDDDDD;
391 font-size:11px;
392 line-height:18px;
393 padding:0 1px 0 3px;
394 vertical-align:top;
395 }
396 .bk_types div.bktypecount a{
397 color:#fff;
398 }
399 .selected_bk_type{
400 font-weight:bold;
401 line-height:50px;
402 }
403
404 .ajax_message{
405 height:16px;
406 line-height:16px;
407 margin:3px auto;
408 margin-left:-50px;
409 position:fixed;
410 top:0px;
411 left:50%;
412 }
413 * html .ajax_message{
414 position: absolute;
415 /*top: expression( document.getElementsByTagName( 'body' )[0].scrollTop + "px" );/**/
416 }
417
418
419
420
421 a.bktypetitle, a.bk_top_menu{
422 color:#21759B;
423 text-decoration:underline;
424
425 -moz-border-radius:5px;
426 -webkit-border-radius:5px;
427 border:1px solid #abb;
428 color:#789;
429 font-size:12px;
430 font-weight:bold;
431 line-height:49px;
432 margin:5px;
433 padding:4px 15px;
434 text-decoration:none;
435 margin:5px 5px;
436 text-shadow:0 0 1px #ccc;
437
438 /*
439 -moz-background-clip:border;
440 -moz-background-inline-policy:continuous;
441 -moz-background-origin:padding;
442 -moz-border-radius-bottomleft:5px;
443 -moz-border-radius-bottomright:5px;
444 -moz-border-radius-topleft:5px;
445 -moz-border-radius-topright:5px;
446 background:#F1F1F1 url() no-repeat scroll 3px 50%;
447 border:1px solid #E3E3E3;
448 color:#117799;
449 font-size:11px;
450 font-weight:bold;
451 margin-right:10px;
452 padding:5px 10px 5px 10px;
453 text-decoration:none;/**/
454 }
455
456
457 a.selected, .selected_bk_type a.bktypetitle{
458 font-weight:bold;
459 /* background:#888888;
460 border:1px solid #DDDDDD;
461 color:#FFFFFF;
462
463
464 /**/
465 border:1px solid #DDDDDD;
466 background-color:#778899;
467 color:#FFF;
468 font-weight:bold;/**/
469 }
470
471 #wpdev_order_table th a.selected { padding:1px 2px 3px; }
472 .fieldvalue{
473 color:#111;
474 background:#feefa4;
475 padding:2px 3px;
476 }
477
478
479
480 .tooltips {
481 /*display:none;
482 background:transparent url(../js/tooltip/img/black_arrow.png);
483 font-size:12px;
484 height:70px;
485 width:160px;
486 padding:25px;
487 color:#fff;/**/
488
489 /*
490 background-color:#000;
491 border:1px solid #fff;
492 padding:10px 15px;
493 width:200px;
494 display:none;
495 color:#fff;
496 text-align:left;
497 font-size:12px;
498 -moz-box-shadow:0 0 10px #000;
499 -webkit-box-shadow:0 0 10px #000; /**/
500 /*
501 background-color:#ececec;
502 border:1px solid #aaa;
503 padding:10px 15px;
504 width:100px;
505 display:none;
506 color:#444;
507 text-align:left;
508 font-size:12px;
509 font-weight:bold;
510 -moz-box-shadow:0 0 10px #000;
511 -webkit-box-shadow:0 0 10px #000;
512 /**/
513 }
514
515 .booking-table-time{
516 text-decoration: none;
517 color:#555555;
518 }
519
520 .subtypenum{
521 font-weight:bold;
522 font-size:11px;
523 background-color:#778899;
524 border-left:1px solid #FFFFFF;
525 color:#F5F5F5;
526 font-size:10px;
527 font-weight:bold;
528 padding:5px 2px 3px 0px;
529 text-decoration: none;
530 -moz-border-radius:0px 3px 3px 0px;
531 -webkit-border-radius:0px 3px 3px 0px;
532 }
533
534 /* Filters page */
535 .filter_div {
536 border:1px solid #ccc;
537 padding-bottom:10px;
538 float:left;
539 margin:0 10px;
540 height:160px;
541 -moz-border-radius:3px;
542 -webkit-border-radius:3px;
543 }
544
545 .filter_div_title{
546 background:#f3f3f3;
547 border:none;
548 border-bottom: 1px solid #ccc;
549 font-weight: bold;
550 font-size:12px;
551 margin:0px 0px 10px;
552 padding:10px;
553 }
554 .filter_inner{
555 padding: 0px 10px;
556 line-height: 11px;
557 }
558 .filter_inner input{
559 line-height: 12px;
560 margin: 0px;
561 padding: 1px;
562 }
563 .edited_row_now{
564 background: #ffffaa;
565 }
566
567 /* Hided table */
568 table.hided_settings_table {
569 width:100%;
570 background: #f9f9f9;
571 padding:0px 10px;
572 width:auto;
573 }
574
575 /* Label hint inside of input box */
576 div.inside_hint{
577 color:#AAAAAA;
578 margin:-5px 0 -29px 8px;
579 padding: 8px 0px;
580 font-size:11px;
581 position:relative;
582 z-index: 2;
583 }
584
585 input.has-inside-hint{
586 -moz-background-clip:border;
587 -moz-background-inline-policy:continuous;
588 -moz-background-origin:padding;
589 -webkit-background-clip:border;
590 -webkit-background-inline-policy:continuous;
591 -webkit-background-origin:padding;
592 position:relative;
593 z-index: 1;
594 }
595
596
597 .bookingpage h2{
598 color:#595959;
599 font-family:Georgia,Sans-serif;
600 font-size:2.1em;
601 line-height:1.5em;
602 padding:13px 5px 7px 45px;
603 text-shadow:0px 1px 2px #aaa;
604 }
605
606 .remarkhint{
607 cursor:pointer;
608 }
609
610
611 a.buttonlinktext {
612 background-image:url(../img/button_footer.png);
613 display:block;
614 height:32px;
615 color:white;
616 font-size:18px;
617 text-shadow:0 1px 2px #ddd;
618 font-weight:normal;
619 padding:6px 0px 0px 0px;
620 width:109px;
621 clear:none;
622 text-align:center;
623 text-decoration:none;
624 margin:0 auto;
625 line-height:21px;
626 }
627 a.buttonlinktext:hover {
628 background-position:right center;
629 text-decoration:none;
630 color:white !important;
631 text-shadow:0 -1px 0 #333;
632 }
633
634 a.buttonlinktext:visited {
635 color:white !important;
636 }
637
638
639
640 /* Dates style*/
641 a.booking_overmause1 ,a.booking_overmause1:visited , a.booking_overmause0 ,a.booking_overmause0:visited {
642 background:#FFBB45 none repeat scroll 0 0;
643 color:#FFFFFF;
644 font-weight:bold;
645 padding:2px 10px;
646 text-decoration:none;
647 line-height:22px;
648 white-space:nowrap;
649 text-shadow:0 -1px 0 #CCCCCC;
650 -moz-border-radius:3px;
651 -webkit-border-radius:3px;
652 font-size:11px;
653 padding:4px 3px;
654 }
655 a.booking_overmause1 ,a.booking_overmause1:visited {
656 background:#9be none repeat scroll 0 0;
657 }
658
659
660 .topmenuitemseparatorv {
661 border-bottom:1px solid #CCCCCC;
662 border-top:1px solid #EEEEEE;
663 }
664
665 .hide_dates_view {
666 display:none !important;
667 }
668 .date_tire{
669
670 font-size:18px;
671 font-style: bold;
672 }
673 .wide_dates_view, .short_dates_view {
674 float:left;
675 }
676
677
678
679 /* Top menu items */
680 #menu-wpdevplugin {
681 margin-right:20px;
682 margin-top:-3px;
683 position:relative;
684 width:auto;
685 }
686 #menu-wpdevplugin .nav-tabs-wrapper {
687 height:28px;
688 margin-bottom:-1px;
689 overflow:hidden;
690 width:100%;
691 }
692 #menu-wpdevplugin .nav-tabs {
693 float:left;
694 margin-left:0;
695 margin-right:-500px;
696 padding-left:0px;
697 padding-right:10px;
698 }
699 #menu-wpdevplugin .nav-tab {
700 -moz-border-radius:5px 5px 0 0;
701 -webkit-border-top-left-radius:5px;
702 -webkit-border-top-right-radius:5px;
703 border-color:#d5d5d5 #d5d5d5 #BBBBCC #d5d5d5;
704 border-style:solid;
705 border-width:1px 1px 0;
706 color:#C1C1C1;
707 display:inline-block;
708 font-size:12px;
709 line-height:16px;
710 margin:0 0px -1px 0;
711 padding:4px 14px 6px 32px;
712 text-decoration:none;
713 text-shadow:0 1px 0 #f1f1f1;
714 background:none repeat scroll 0 0 #F4F4F4;
715 background:url("../../../../wp-admin/images/gray-grad.png") repeat-x scroll left top #DFDFDF;
716 color:#464646;
717 font-weight:bold;
718 margin-bottom:0;
719
720 }
721 * html #menu-wpdevplugin .nav-tab { padding:4px 14px 5px 32px; } /* IE6 */
722 #menu-wpdevplugin a.nav-tab:hover{
723 color:#d54e21 !important;
724 background-color: #e7e7e7 !important;
725 }
726 #menu-wpdevplugin .nav-tab-active {
727 background:none repeat scroll 0 0 #ECECEC;
728
729 border-color:#CCCCCC;
730 border-bottom-color:#aab;
731 background:none repeat scroll 0 0 #7A7A88;
732
733 text-shadow:0 -1px 0 #111111;
734 border-width:1px;
735 color:#FFFFFF;
736 }
737 .menuicons{
738 position: absolute;
739 height: 20px;
740 width: 20px;
741 margin: -2px 0pt 0pt -24px;
742 }
743 #support_links{
744 float:right;
745 margin:-20px 0px 0px 0px;
746 padding:0px;
747 font-size:10px;
748 }
749
750
751 .print_table {
752 -moz-border-radius:4px;
753 -moz-box-shadow:0 0 3px #999999;
754 -moz-box-sizing:content-box;
755 -webkit-border-radius:4px;
756 -webkit-box-shadow:0 0 3px #999999;
757 -webkit-box-sizing:content-box;
758 border-radius:4px;
759 box-shadow:0 0 3px #999999;
760 box-sizing:content-box;
761 border:1px solid #888888;
762 width:99%;
763
764 }
765 .print_table td{
766 padding:5px 10px;
767 border:none;
768 font-size: 11px;
769 /*border-bottom:1px solid #CCCCCC;*/
770 }
771 .print_table th{
772 padding:5px 10px;
773 border:none;
774 font-size:12px;
775 background:#888;
776 color:#fff;
777 text-shadow:0 1px 2px #555555;
778 }
779 .print_table td.alternative_color, .print_table div.alternative_color{
780 background:#ececec;
781 }
782 .print_table td.selected_row_color{
783 background:#fda;
784 }
785 .print_table .fieldvalue {
786 background: #fff;
787 }
788 .print_table td.moderate_blend, .print_table div.moderate_blend, .print_table .moderate_blend span.fieldvalue, .print_table .moderate_blend .print_table, .print_table .moderate_blend .booking_overmause1, .print_table .moderate_blend .booking-table-time, .print_table .moderate_blend .subtypenum {
789 background:none repeat scroll 0 0 #F5F5F5;
790 color:#CCCCCC;
791 }