9c352c62 by Jeff Balicki

Ultimate Member update

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 59034c01
Showing 470 changed files with 2422 additions and 2437 deletions
1 /* ========================================================================== 1 /* ==========================================================================
2 $BASE-PICKER 2 $BASE-PICKER
3 ========================================================================== */ 3 ========================================================================== */
4 /** 4 /**
5 * Note: the root picker element should *NOT* be styled more than what’s here. 5 * Note: the root picker element should *NOT* be styled more than what’s here.
6 */ 6 */
7 .um .picker { 7 .um .picker {
8 font-size: 16px; 8 font-size: 16px;
9 text-align: left; 9 text-align: left;
10 line-height: 1.2; 10 line-height: 1.2;
11 color: #fff; 11 color: #fff;
12 position: absolute; 12 position: absolute;
13 z-index: 10000; 13 z-index: 10000;
14 -webkit-user-select: none; 14 -webkit-user-select: none;
15 -moz-user-select: none; 15 -moz-user-select: none;
16 -ms-user-select: none; 16 -ms-user-select: none;
17 user-select: none; 17 user-select: none;
18 } 18 }
19 19
20 .um .picker__box ul li[role="presentation"] { 20 .um .picker__box ul li[role="presentation"] {
21 margin: 10px 0 0 0; 21 margin: 10px 0 0 0;
22 } 22 }
23 23
24 /** 24 /**
25 * The picker input element. 25 * The picker input element.
26 */ 26 */
27 .um .picker__input { 27 .um .picker__input {
28 cursor: default; 28 cursor: default;
29 } 29 }
30 /** 30 /**
31 * When the picker is opened, the input element is “activated”. 31 * When the picker is opened, the input element is “activated”.
32 */ 32 */
33 .um .picker__input.picker__input--active { 33 .um .picker__input.picker__input--active {
34 border-color: #0089ec; 34 border-color: #0089ec;
35 } 35 }
36 /** 36 /**
37 * The holder is the only “scrollable” top-level container element. 37 * The holder is the only “scrollable” top-level container element.
38 */ 38 */
39 .um .picker__holder { 39 .um .picker__holder {
40 width: 100%; 40 width: 100%;
41 overflow-y: auto; 41 overflow-y: auto;
42 -webkit-overflow-scrolling: touch; 42 -webkit-overflow-scrolling: touch;
43 } 43 }
44 44
45 /*! 45 /*!
46 * Default mobile-first, responsive styling for pickadate.js 46 * Default mobile-first, responsive styling for pickadate.js
47 * Demo: http://amsul.github.io/pickadate.js 47 * Demo: http://amsul.github.io/pickadate.js
48 */ 48 */
49 /** 49 /**
50 * Note: the root picker element should *NOT* be styled more than what’s here. 50 * Note: the root picker element should *NOT* be styled more than what’s here.
51 */ 51 */
52 /** 52 /**
53 * Make the holder and frame fullscreen. 53 * Make the holder and frame fullscreen.
54 */ 54 */
55 .um .picker__holder, 55 .um .picker__holder,
56 .um .picker__frame { 56 .um .picker__frame {
57 bottom: 0; 57 bottom: 0;
58 left: 0; 58 left: 0;
59 right: 0; 59 right: 0;
60 top: 100%; 60 top: 100%;
61 } 61 }
62 /** 62 /**
63 * The holder should overlay the entire screen. 63 * The holder should overlay the entire screen.
64 */ 64 */
65 .um .picker__holder { 65 .um .picker__holder {
66 position: fixed; 66 position: fixed;
67 -webkit-transition: background 0.15s ease-out, top 0s 0.15s; 67 -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
68 -moz-transition: background 0.15s ease-out, top 0s 0.15s; 68 -moz-transition: background 0.15s ease-out, top 0s 0.15s;
69 transition: background 0.15s ease-out, top 0s 0.15s; 69 transition: background 0.15s ease-out, top 0s 0.15s;
70 } 70 }
71 /** 71 /**
72 * The frame that bounds the box contents of the picker. 72 * The frame that bounds the box contents of the picker.
73 */ 73 */
74 .um .picker__frame { 74 .um .picker__frame {
75 position: absolute; 75 position: absolute;
76 margin: 0 auto; 76 margin: 0 auto;
77 min-width: 256px; 77 min-width: 256px;
78 max-width: 400px; 78 max-width: 400px;
79 width: 100%; 79 width: 100%;
80 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 80 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
81 filter: alpha(opacity=0); 81 filter: alpha(opacity=0);
82 -moz-opacity: 0; 82 -moz-opacity: 0;
83 opacity: 0; 83 opacity: 0;
84 -webkit-transition: all 0.15s ease-out; 84 -webkit-transition: all 0.15s ease-out;
85 -moz-transition: all 0.15s ease-out; 85 -moz-transition: all 0.15s ease-out;
86 transition: all 0.15s ease-out; 86 transition: all 0.15s ease-out;
87 } 87 }
88 @media (min-height: 33.875em) { 88 @media (min-height: 33.875em) {
89 .um .picker__frame { 89 .um .picker__frame {
90 overflow: visible; 90 overflow: visible;
91 top: auto; 91 top: auto;
92 bottom: -100%; 92 bottom: -100%;
93 max-height: 80%; 93 max-height: 80%;
94 } 94 }
95 } 95 }
96 @media (min-height: 40.125em) { 96 @media (min-height: 40.125em) {
97 .um .picker__frame { 97 .um .picker__frame {
98 margin-bottom: 15% !important; 98 margin-bottom: 15% !important;
99 } 99 }
100 } 100 }
101 /** 101 /**
102 * The wrapper sets the stage to vertically align the box contents. 102 * The wrapper sets the stage to vertically align the box contents.
103 */ 103 */
104 .um .picker__wrap { 104 .um .picker__wrap {
105 display: table; 105 display: table;
106 width: 100%; 106 width: 100%;
107 height: 100%; 107 height: 100%;
108 } 108 }
109 @media (min-height: 33.875em) { 109 @media (min-height: 33.875em) {
110 .um .picker__wrap { 110 .um .picker__wrap {
111 display: block; 111 display: block;
112 } 112 }
113 } 113 }
114 /** 114 /**
115 * The box contains all the picker contents. 115 * The box contains all the picker contents.
116 */ 116 */
117 .um .picker__box { 117 .um .picker__box {
118 display: table-cell; 118 display: table-cell;
119 vertical-align: middle; 119 vertical-align: middle;
120 } 120 }
121 @media (min-height: 26.5em) { 121 @media (min-height: 26.5em) {
122 .um .picker__box { 122 .um .picker__box {
123 123
124 } 124 }
125 } 125 }
126 @media (min-height: 33.875em) { 126 @media (min-height: 33.875em) {
127 .um .picker__box { 127 .um .picker__box {
128 display: block; 128 display: block;
129 -webkit-border-radius: 2px; 129 -webkit-border-radius: 2px;
130 -moz-border-radius: 2px; 130 -moz-border-radius: 2px;
131 border-radius: 2px; 131 border-radius: 2px;
132 } 132 }
133 } 133 }
134 @media (min-height: 40.125em) { 134 @media (min-height: 40.125em) {
135 .um .picker__box { 135 .um .picker__box {
136 136
137 border-bottom-width: 1px; 137 border-bottom-width: 1px;
138 -webkit-border-radius: 2px; 138 -webkit-border-radius: 2px;
139 -moz-border-radius: 2px; 139 -moz-border-radius: 2px;
140 border-radius: 2px; 140 border-radius: 2px;
141 } 141 }
142 } 142 }
143 /** 143 /**
144 * When the picker opens... 144 * When the picker opens...
145 */ 145 */
146 .um .picker--opened .picker__holder { 146 .um .picker--opened .picker__holder {
147 top: 0; 147 top: 0;
148 background: transparent; 148 background: transparent;
149 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)"; 149 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
150 zoom: 1; 150 zoom: 1;
151 background: rgba(0, 0, 0, 0.7); 151 background: rgba(0, 0, 0, 0.7);
152 -webkit-transition: background 0.15s ease-out; 152 -webkit-transition: background 0.15s ease-out;
153 -moz-transition: background 0.15s ease-out; 153 -moz-transition: background 0.15s ease-out;
154 transition: background 0.15s ease-out; 154 transition: background 0.15s ease-out;
155 } 155 }
156 .um .picker--opened .picker__frame { 156 .um .picker--opened .picker__frame {
157 top: 0; 157 top: 0;
158 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 158 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
159 filter: alpha(opacity=100); 159 filter: alpha(opacity=100);
160 -moz-opacity: 1; 160 -moz-opacity: 1;
161 opacity: 1; 161 opacity: 1;
162 } 162 }
163 @media (min-height: 33.875em) { 163 @media (min-height: 33.875em) {
164 .um .picker--opened .picker__frame { 164 .um .picker--opened .picker__frame {
165 top: auto; 165 top: auto;
166 bottom: 0; 166 bottom: 0;
167 } 167 }
168 } 168 }
169 /** 169 /**
170 * For `large` screens, transform into an inline picker. 170 * For `large` screens, transform into an inline picker.
171 */ 171 */
......
1 /* ========================================================================== 1 /* ==========================================================================
2 $BASE-TIME-PICKER 2 $BASE-TIME-PICKER
3 ========================================================================== */ 3 ========================================================================== */
4 /** 4 /**
5 * The list of times. 5 * The list of times.
6 */ 6 */
7 .um .picker__list { 7 .um .picker__list {
8 list-style: none; 8 list-style: none;
9 list-style: none !important; 9 list-style: none !important;
10 padding: 5px !important; 10 padding: 5px !important;
11 margin: 0px !important; 11 margin: 0px !important;
12 } 12 }
13 13
14 /** 14 /**
15 * The times on the clock. 15 * The times on the clock.
16 */ 16 */
17 .um .picker__list-item { 17 .um .picker__list-item {
18 position: relative; 18 position: relative;
19 border-radius: 2px; 19 border-radius: 2px;
20 display: inline-block; 20 display: inline-block;
21 width: 25%; 21 width: 25%;
22 text-align: center; 22 text-align: center;
23 box-sizing: border-box; 23 box-sizing: border-box;
24 padding: 6px 0px !important; 24 padding: 6px 0px !important;
25 margin: 5px 0 !important; 25 margin: 5px 0 !important;
26 } 26 }
27 27
28 @media (min-height: 46.75em) { 28 @media (min-height: 46.75em) {
29 .um .picker__list-item { 29 .um .picker__list-item {
30 30
31 } 31 }
32 } 32 }
33 33
34 /* Hovered time */ 34 /* Hovered time */
35 .um .picker__list-item:hover { 35 .um .picker__list-item:hover {
36 cursor: pointer; 36 cursor: pointer;
37 z-index: 10; 37 z-index: 10;
38 } 38 }
39 /* Highlighted and hovered/focused time */ 39 /* Highlighted and hovered/focused time */
40 .um .picker__list-item--highlighted { 40 .um .picker__list-item--highlighted {
41 z-index: 10; 41 z-index: 10;
42 } 42 }
43 43
44 .um .picker__list-item--highlighted:hover, 44 .um .picker__list-item--highlighted:hover,
45 .um .picker--focused .picker__list-item--highlighted { 45 .um .picker--focused .picker__list-item--highlighted {
46 cursor: pointer; 46 cursor: pointer;
47 font-weight: bold; 47 font-weight: bold;
48 } 48 }
49 49
50 /* Selected and hovered/focused time */ 50 /* Selected and hovered/focused time */
51 .um .picker__list-item--selected, 51 .um .picker__list-item--selected,
52 .um .picker__list-item--selected:hover, 52 .um .picker__list-item--selected:hover,
53 .um .picker--focused .picker__list-item--selected { 53 .um .picker--focused .picker__list-item--selected {
54 z-index: 10; 54 z-index: 10;
55 } 55 }
56 56
57 /* Disabled time */ 57 /* Disabled time */
58 .um .picker__list-item--disabled, 58 .um .picker__list-item--disabled,
59 .um .picker__list-item--disabled:hover, 59 .um .picker__list-item--disabled:hover,
60 .um .picker--focused .picker__list-item--disabled { 60 .um .picker--focused .picker__list-item--disabled {
61 color: #a9e792; 61 color: #a9e792;
62 cursor: default; 62 cursor: default;
63 background: transparent; 63 background: transparent;
64 z-index: auto; 64 z-index: auto;
65 } 65 }
66 66
67 /** 67 /**
68 * The clear button 68 * The clear button
69 */ 69 */
70 .um .picker--time .picker__button--clear { 70 .um .picker--time .picker__button--clear {
71 width: 100%; 71 width: 100%;
72 display: inline-block; 72 display: inline-block;
73 background: none; 73 background: none;
74 box-shadow: none !important; 74 box-shadow: none !important;
75 border: 0!important; 75 border: 0!important;
76 outline: 0 !important; 76 outline: 0 !important;
77 background: none !important; 77 background: none !important;
78 border-radius: 0 0 2px 2px; 78 border-radius: 0 0 2px 2px;
79 color: #fff !important; 79 color: #fff !important;
80 } 80 }
81 .um .picker--time .picker__button--clear:hover, 81 .um .picker--time .picker__button--clear:hover,
82 .um .picker--time .picker__button--clear:focus { 82 .um .picker--time .picker__button--clear:focus {
83 cursor: pointer; 83 cursor: pointer;
84 } 84 }
85 85
86 /* ========================================================================== 86 /* ==========================================================================
87 $DEFAULT-TIME-PICKER 87 $DEFAULT-TIME-PICKER
88 ========================================================================== */ 88 ========================================================================== */
89 /** 89 /**
90 * The frame the bounds the time picker. 90 * The frame the bounds the time picker.
91 */ 91 */
92 .um .picker--time .picker__frame { 92 .um .picker--time .picker__frame {
93 min-width: 256px; 93 min-width: 256px;
94 max-width: 400px; 94 max-width: 400px;
95 } 95 }
96 /** 96 /**
97 * The picker box. 97 * The picker box.
98 */ 98 */
99 .um .picker--time .picker__box { 99 .um .picker--time .picker__box {
100 font-size: 15px; 100 font-size: 15px;
101 padding: 0; 101 padding: 0;
102 border-radius: 2px !important; 102 border-radius: 2px !important;
103 } 103 }
104 104
105 .um .picker__box ul li[role="presentation"] { 105 .um .picker__box ul li[role="presentation"] {
106 margin: 10px 0 0 0; 106 margin: 10px 0 0 0;
107 } 107 }
108 108
109 @media (min-height: 40.125em) { 109 @media (min-height: 40.125em) {
110 .um .picker--time .picker__frame { 110 .um .picker--time .picker__frame {
111 margin-bottom: 10% !important; 111 margin-bottom: 10% !important;
112 } 112 }
113 } 113 }
......
1 /*! 1 /*!
2 * Styling for RTL (right-to-left) languages using pickadate.js 2 * Styling for RTL (right-to-left) languages using pickadate.js
3 */ 3 */
4 /** 4 /**
5 * Switch the direction - only really necessary if 5 * Switch the direction - only really necessary if
6 * it hasn’t already been applied higher up in the DOM. 6 * it hasn’t already been applied higher up in the DOM.
7 */ 7 */
8 .um .picker { 8 .um .picker {
9 direction: rtl; 9 direction: rtl;
10 } 10 }
11 /** 11 /**
12 * Flip around the “next” and “previous” buttons. 12 * Flip around the “next” and “previous” buttons.
13 */ 13 */
14 .um .picker__nav--next { 14 .um .picker__nav--next {
15 right: auto; 15 right: auto;
16 left: -1em; 16 left: -1em;
17 } 17 }
18 .um .picker__nav--prev { 18 .um .picker__nav--prev {
19 left: auto; 19 left: auto;
20 right: -1em; 20 right: -1em;
21 } 21 }
22 .um .picker__nav--next:before { 22 .um .picker__nav--next:before {
23 border-left: 0; 23 border-left: 0;
24 border-right: 0.75em solid #000000; 24 border-right: 0.75em solid #000000;
25 } 25 }
26 .um .picker__nav--prev:before { 26 .um .picker__nav--prev:before {
27 border-right: 0; 27 border-right: 0;
28 border-left: 0.75em solid #000000; 28 border-left: 0.75em solid #000000;
29 } 29 }
30 30
31 .um-popup .picker__nav--next { 31 .um-popup .picker__nav--next {
32 right: auto; 32 right: auto;
33 left: -1em; 33 left: -1em;
34 } 34 }
35 .um-popup .picker__nav--prev { 35 .um-popup .picker__nav--prev {
36 left: auto; 36 left: auto;
37 right: -1em; 37 right: -1em;
38 } 38 }
39 .um-popup .picker__nav--next:before { 39 .um-popup .picker__nav--next:before {
40 border-left: 0; 40 border-left: 0;
41 border-right: 0.75em solid #000000; 41 border-right: 0.75em solid #000000;
42 } 42 }
43 .um-popup .picker__nav--prev:before { 43 .um-popup .picker__nav--prev:before {
44 border-right: 0; 44 border-right: 0;
45 border-left: 0.75em solid #000000; 45 border-left: 0.75em solid #000000;
46 } 46 }
......
1 [data-simplebar] { 1 [data-simplebar] {
2 position: relative; 2 position: relative;
3 flex-direction: column; 3 flex-direction: column;
4 flex-wrap: wrap; 4 flex-wrap: wrap;
5 justify-content: flex-start; 5 justify-content: flex-start;
6 align-content: flex-start; 6 align-content: flex-start;
7 align-items: flex-start; 7 align-items: flex-start;
8 } 8 }
9 9
10 .simplebar-wrapper { 10 .simplebar-wrapper {
11 overflow: hidden; 11 overflow: hidden;
12 width: inherit; 12 width: inherit;
13 height: inherit; 13 height: inherit;
14 max-width: inherit; 14 max-width: inherit;
15 max-height: inherit; 15 max-height: inherit;
16 } 16 }
17 17
18 .simplebar-mask { 18 .simplebar-mask {
19 direction: inherit; 19 direction: inherit;
20 position: absolute; 20 position: absolute;
21 overflow: hidden; 21 overflow: hidden;
22 padding: 0; 22 padding: 0;
23 margin: 0; 23 margin: 0;
24 left: 0; 24 left: 0;
25 top: 0; 25 top: 0;
26 bottom: 0; 26 bottom: 0;
27 right: 0; 27 right: 0;
28 width: auto !important; 28 width: auto !important;
29 height: auto !important; 29 height: auto !important;
30 z-index: 0; 30 z-index: 0;
31 } 31 }
32 32
33 .simplebar-offset { 33 .simplebar-offset {
34 direction: inherit !important; 34 direction: inherit !important;
35 box-sizing: inherit !important; 35 box-sizing: inherit !important;
36 resize: none !important; 36 resize: none !important;
37 position: absolute; 37 position: absolute;
38 top: 0; 38 top: 0;
39 left: 0; 39 left: 0;
40 bottom: 0; 40 bottom: 0;
41 right: 0; 41 right: 0;
42 padding: 0; 42 padding: 0;
43 margin: 0; 43 margin: 0;
44 -webkit-overflow-scrolling: touch; 44 -webkit-overflow-scrolling: touch;
45 } 45 }
46 46
47 .simplebar-content-wrapper { 47 .simplebar-content-wrapper {
48 direction: inherit; 48 direction: inherit;
49 box-sizing: border-box !important; 49 box-sizing: border-box !important;
50 position: relative; 50 position: relative;
51 display: block; 51 display: block;
52 height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */ 52 height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
53 width: auto; 53 width: auto;
54 visibility: visible; 54 visibility: visible;
55 overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */ 55 overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
56 max-width: 100%; /* Not required for horizontal scroll to trigger */ 56 max-width: 100%; /* Not required for horizontal scroll to trigger */
57 max-height: 100%; /* Needed for vertical scroll to trigger */ 57 max-height: 100%; /* Needed for vertical scroll to trigger */
58 } 58 }
59 59
60 .simplebar-content:before, 60 .simplebar-content:before,
61 .simplebar-content:after { 61 .simplebar-content:after {
62 content: " "; 62 content: " ";
63 display: table; 63 display: table;
64 } 64 }
65 65
66 .simplebar-placeholder { 66 .simplebar-placeholder {
67 max-height: 100%; 67 max-height: 100%;
68 max-width: 100%; 68 max-width: 100%;
69 width: 100%; 69 width: 100%;
70 pointer-events: none; 70 pointer-events: none;
71 } 71 }
72 72
73 .simplebar-height-auto-observer-wrapper { 73 .simplebar-height-auto-observer-wrapper {
74 box-sizing: inherit !important; 74 box-sizing: inherit !important;
75 height: 100%; 75 height: 100%;
76 width: inherit; 76 width: inherit;
77 max-width: 1px; 77 max-width: 1px;
78 position: relative; 78 position: relative;
79 float: left; 79 float: left;
80 max-height: 1px; 80 max-height: 1px;
81 overflow: hidden; 81 overflow: hidden;
82 z-index: -1; 82 z-index: -1;
83 padding: 0; 83 padding: 0;
84 margin: 0; 84 margin: 0;
85 pointer-events: none; 85 pointer-events: none;
86 flex-grow: inherit; 86 flex-grow: inherit;
87 flex-shrink: 0; 87 flex-shrink: 0;
88 flex-basis: 0; 88 flex-basis: 0;
89 } 89 }
90 90
91 .simplebar-height-auto-observer { 91 .simplebar-height-auto-observer {
92 box-sizing: inherit; 92 box-sizing: inherit;
93 display: block; 93 display: block;
94 opacity: 0; 94 opacity: 0;
95 position: absolute; 95 position: absolute;
96 top: 0; 96 top: 0;
97 left: 0; 97 left: 0;
98 height: 1000%; 98 height: 1000%;
99 width: 1000%; 99 width: 1000%;
100 min-height: 1px; 100 min-height: 1px;
101 min-width: 1px; 101 min-width: 1px;
102 overflow: hidden; 102 overflow: hidden;
103 pointer-events: none; 103 pointer-events: none;
104 z-index: -1; 104 z-index: -1;
105 } 105 }
106 106
107 .simplebar-track { 107 .simplebar-track {
108 z-index: 1; 108 z-index: 1;
109 position: absolute; 109 position: absolute;
110 right: 0; 110 right: 0;
111 bottom: 0; 111 bottom: 0;
112 pointer-events: none; 112 pointer-events: none;
113 overflow: hidden; 113 overflow: hidden;
114 } 114 }
115 115
116 [data-simplebar].simplebar-dragging .simplebar-track { 116 [data-simplebar].simplebar-dragging .simplebar-track {
117 pointer-events: all; 117 pointer-events: all;
118 } 118 }
119 119
120 .simplebar-scrollbar { 120 .simplebar-scrollbar {
121 position: absolute; 121 position: absolute;
122 right: 2px; 122 right: 2px;
123 width: 7px; 123 width: 7px;
124 min-height: 10px; 124 min-height: 10px;
125 } 125 }
126 126
127 .simplebar-scrollbar:before { 127 .simplebar-scrollbar:before {
128 position: absolute; 128 position: absolute;
129 content: ""; 129 content: "";
130 background: black; 130 background: black;
131 border-radius: 7px; 131 border-radius: 7px;
132 left: 0; 132 left: 0;
133 right: 0; 133 right: 0;
134 opacity: 0; 134 opacity: 0;
135 transition: opacity 0.2s linear; 135 transition: opacity 0.2s linear;
136 } 136 }
137 137
138 .simplebar-track .simplebar-scrollbar.simplebar-visible:before { 138 .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
139 /* When hovered, remove all transitions from drag handle */ 139 /* When hovered, remove all transitions from drag handle */
140 opacity: 0.5; 140 opacity: 0.5;
141 transition: opacity 0s linear; 141 transition: opacity 0s linear;
142 } 142 }
143 143
144 .simplebar-track.simplebar-vertical { 144 .simplebar-track.simplebar-vertical {
145 top: 0; 145 top: 0;
146 width: 11px; 146 width: 11px;
147 } 147 }
148 148
149 .simplebar-track.simplebar-vertical .simplebar-scrollbar:before { 149 .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
150 top: 2px; 150 top: 2px;
151 bottom: 2px; 151 bottom: 2px;
152 } 152 }
153 153
154 .simplebar-track.simplebar-horizontal { 154 .simplebar-track.simplebar-horizontal {
155 left: 0; 155 left: 0;
156 height: 11px; 156 height: 11px;
157 } 157 }
158 158
159 .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before { 159 .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
160 height: 100%; 160 height: 100%;
161 left: 2px; 161 left: 2px;
162 right: 2px; 162 right: 2px;
163 } 163 }
164 164
165 .simplebar-track.simplebar-horizontal .simplebar-scrollbar { 165 .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
166 right: auto; 166 right: auto;
167 left: 0; 167 left: 0;
168 top: 2px; 168 top: 2px;
169 height: 7px; 169 height: 7px;
170 min-height: 0; 170 min-height: 0;
171 min-width: 10px; 171 min-width: 10px;
172 width: auto; 172 width: auto;
173 } 173 }
174 174
175 /* Rtl support */ 175 /* Rtl support */
176 [data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical { 176 [data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
177 right: auto; 177 right: auto;
178 left: 0; 178 left: 0;
179 } 179 }
180 180
181 .hs-dummy-scrollbar-size { 181 .hs-dummy-scrollbar-size {
182 direction: rtl; 182 direction: rtl;
183 position: fixed; 183 position: fixed;
184 opacity: 0; 184 opacity: 0;
185 visibility: hidden; 185 visibility: hidden;
186 height: 500px; 186 height: 500px;
187 width: 500px; 187 width: 500px;
188 overflow-y: hidden; 188 overflow-y: hidden;
189 overflow-x: scroll; 189 overflow-x: scroll;
190 } 190 }
......
1 /* 1 /*
2 - Layout 2 - Layout
3 */ 3 */
4 4
5 .um-account i { 5 .um-account i {
6 vertical-align: baseline !important; 6 vertical-align: baseline !important;
7 } 7 }
8 8
9 .um-account p.um-notice { 9 .um-account p.um-notice {
10 margin: 0 0 20px 0 !important; 10 margin: 0 0 20px 0 !important;
11 padding: 12px 15px !important; 11 padding: 12px 15px !important;
12 } 12 }
13 13
14 .um-account a:focus { 14 .um-account a:focus {
15 outline: 0 !important; /*removes the dotted border*/ 15 outline: 0 !important; /*removes the dotted border*/
16 } 16 }
17 17
18 .um-account-side { 18 .um-account-side {
19 float: left; 19 float: left;
20 width: 30%; 20 width: 30%;
21 padding: 0px; 21 padding: 0px;
22 box-sizing: border-box; 22 box-sizing: border-box;
23 } 23 }
24 24
25 .um-account-main { 25 .um-account-main {
26 float: left; 26 float: left;
27 width: 70%; 27 width: 70%;
28 padding: 0px 0px 0px 1.5em; 28 padding: 0px 0px 0px 1.5em;
29 box-sizing: border-box; 29 box-sizing: border-box;
30 } 30 }
31 31
32 .um-account-main a { 32 .um-account-main a {
33 border-bottom: none !important; 33 border-bottom: none !important;
34 } 34 }
35 35
36 .um-account-tab { 36 .um-account-tab {
37 display: none; 37 display: none;
38 } 38 }
39 39
40 .um-account-tab .um-field .um-field-label { 40 .um-account-tab .um-field .um-field-label {
41 display: flex; 41 display: flex;
42 flex-direction: row; 42 flex-direction: row;
43 align-items: baseline; 43 align-items: baseline;
44 flex-wrap: nowrap; 44 flex-wrap: nowrap;
45 justify-content: flex-start; 45 justify-content: flex-start;
46 } 46 }
47 47
48 /* 48 /*
49 - Main tab 49 - Main tab
50 */ 50 */
51 51
52 .um-account-main div.um-account-heading { 52 .um-account-main div.um-account-heading {
53 display: flex; 53 display: flex;
54 flex-wrap: nowrap; 54 flex-wrap: nowrap;
55 flex-direction: row; 55 flex-direction: row;
56 justify-content: flex-start; 56 justify-content: flex-start;
57 align-items: baseline; 57 align-items: baseline;
58 margin: 0 !important; 58 margin: 0 !important;
59 font-size: 18px; 59 font-size: 18px;
60 line-height: 18px; 60 line-height: 18px;
61 font-weight: bold; 61 font-weight: bold;
62 color: #555; 62 color: #555;
63 } 63 }
64 64
65 .um-account-main div.um-account-heading i { 65 .um-account-main div.um-account-heading i {
66 margin-right: 10px; 66 margin-right: 10px;
67 font-size: 26px; 67 font-size: 26px;
68 position: relative; 68 position: relative;
69 top: 2px; 69 top: 2px;
70 } 70 }
71 71
72 .um-account-main p { 72 .um-account-main p {
73 margin: 20px 0 0 0!important; 73 margin: 20px 0 0 0!important;
74 padding: 0 !important; 74 padding: 0 !important;
75 } 75 }
76 76
77 .um-account-main label { 77 .um-account-main label {
78 font-size: 15px; 78 font-size: 15px;
79 } 79 }
80 80
81 /* 81 /*
82 - Account photo 82 - Account photo
83 */ 83 */
84 84
85 .um-account-meta { 85 .um-account-meta {
86 text-align: center; 86 text-align: center;
87 margin-bottom: 20px; 87 margin-bottom: 20px;
88 } 88 }
89 89
90 .um-account-meta img { 90 .um-account-meta img {
91 margin: 0 !important; 91 margin: 0 !important;
92 position: static !important; 92 position: static !important;
93 float: none !important; 93 float: none !important;
94 display: inline-block; 94 display: inline-block;
95 } 95 }
96 96
97 .um-account-meta.radius-1 img { -moz-border-radius: 999px;-webkit-border-radius: 999px;border-radius: 999px } 97 .um-account-meta.radius-1 img { -moz-border-radius: 999px;-webkit-border-radius: 999px;border-radius: 999px }
98 .um-account-meta.radius-2 img { -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px } 98 .um-account-meta.radius-2 img { -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px }
99 .um-account-meta.radius-3 img { -moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0 } 99 .um-account-meta.radius-3 img { -moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0 }
100 100
101 .um-account-name { 101 .um-account-name {
102 padding-top: 12px; 102 padding-top: 12px;
103 } 103 }
104 104
105 .um-account-name a { 105 .um-account-name a {
106 font-weight: bold; 106 font-weight: bold;
107 color: #555; 107 color: #555;
108 text-decoration: none !important; 108 text-decoration: none !important;
109 font-size: 18px; 109 font-size: 18px;
110 line-height: 1.4em; 110 line-height: 1.4em;
111 } 111 }
112 112
113 .um-account-profile-link a { 113 .um-account-profile-link a {
114 font-size: 13px; 114 font-size: 13px;
115 font-weight: normal; 115 font-weight: normal;
116 } 116 }
117 117
118 /* 118 /*
119 - Account nav 119 - Account nav
120 */ 120 */
121 121
122 .um-account-nav a { 122 .um-account-nav a {
123 display: block; 123 display: block;
124 height: 44px; 124 height: 44px;
125 line-height: 44px; 125 line-height: 44px;
126 color: #666 !important; 126 color: #666 !important;
127 text-decoration: none !important; 127 text-decoration: none !important;
128 position: relative; 128 position: relative;
129 padding-left: 40px; 129 padding-left: 40px;
130 border-bottom: 1px solid #eee !important; 130 border-bottom: 1px solid #eee !important;
131 transition: all .2s linear; 131 transition: all .2s linear;
132 font-size: 14px; 132 font-size: 14px;
133 } 133 }
134 134
135 .um-account-nav a.current{ 135 .um-account-nav a.current{
136 font-weight: bold; 136 font-weight: bold;
137 } 137 }
138 138
139 .um-account-nav span.arr { 139 .um-account-nav span.arr {
140 position: absolute; 140 position: absolute;
141 right: 0; 141 right: 0;
142 top: 1px; 142 top: 1px;
143 font-size: 28px; 143 font-size: 28px;
144 } 144 }
145 145
146 .um-account-nav span.ico { 146 .um-account-nav span.ico {
147 position: absolute; 147 position: absolute;
148 left: 0; 148 left: 0;
149 top: 0; 149 top: 0;
150 font-size: 21px; 150 font-size: 21px;
151 width: 21px; 151 width: 21px;
152 text-align: center; 152 text-align: center;
153 } 153 }
154 154
155 /* 155 /*
156 - Account tabs 156 - Account tabs
157 */ 157 */
158 158
159 .um-account-side ul, .um-account-side li { 159 .um-account-side ul, .um-account-side li {
160 margin: 0 !important; 160 margin: 0 !important;
161 padding: 0 !important; 161 padding: 0 !important;
162 list-style-type: none !important; 162 list-style-type: none !important;
163 } 163 }
164 164
165 .um-account-side li {margin-bottom: 1px !important;background: #eee;} 165 .um-account-side li {margin-bottom: 1px !important;background: #eee;}
166 166
167 .um-account-side li a{ 167 .um-account-side li a{
168 display: block; 168 display: block;
169 padding: 4px 0px; 169 padding: 4px 0px;
170 font-size: 14px; 170 font-size: 14px;
171 height: 30px; 171 height: 30px;
172 line-height: 20px; 172 line-height: 20px;
173 color: #999; 173 color: #999;
174 position: relative; 174 position: relative;
175 } 175 }
176 176
177 .um-account-side li a span.um-account-arrow { 177 .um-account-side li a span.um-account-arrow {
178 position: absolute; 178 position: absolute;
179 right: 10px; 179 right: 10px;
180 top: 6px; 180 top: 6px;
181 font-size: 26px; 181 font-size: 26px;
182 opacity: 0.6; 182 opacity: 0.6;
183 } 183 }
184 184
185 .um-account-side li a span.um-account-icon, 185 .um-account-side li a span.um-account-icon,
186 .um-account-side li a.current span.um-account-icon, 186 .um-account-side li a.current span.um-account-icon,
187 .um-account-side li a.current:hover span.um-account-icon 187 .um-account-side li a.current:hover span.um-account-icon
188 { 188 {
189 text-align: center; 189 text-align: center;
190 font-size: 20px; 190 font-size: 20px;
191 width: 20px; 191 width: 20px;
192 height: 30px; 192 height: 30px;
193 border-right: 1px solid #ccc; 193 border-right: 1px solid #ccc;
194 color: #444; 194 color: #444;
195 float: left; 195 float: left;
196 padding: 0px 15px; 196 padding: 0px 15px;
197 font-weight: normal !important; 197 font-weight: normal !important;
198 } 198 }
199 199
200 .um-account-side li a span.um-account-icon i { 200 .um-account-side li a span.um-account-icon i {
201 display: block; 201 display: block;
202 height: 30px; 202 height: 30px;
203 line-height: 30px; 203 line-height: 30px;
204 } 204 }
205 205
206 .um-account-side li a span.um-account-title { 206 .um-account-side li a span.um-account-title {
207 padding-left: 20px; 207 padding-left: 20px;
208 float: left; 208 float: left;
209 height: 30px; 209 height: 30px;
210 line-height: 30px; 210 line-height: 30px;
211 color: #555; 211 color: #555;
212 } 212 }
213 213
214 .um-account-side li a:hover {color: #444; background: #ddd} 214 .um-account-side li a:hover {color: #444; background: #ddd}
215 215
216 .um-account-side li a.current, 216 .um-account-side li a.current,
217 .um-account-side li a.current:hover { 217 .um-account-side li a.current:hover {
218 color: #444; 218 color: #444;
219 font-weight: bold; 219 font-weight: bold;
220 text-decoration: none !important; 220 text-decoration: none !important;
221 } 221 }
222 222
223 .um-field-export_data .um-field-error { 223 .um-field-export_data .um-field-error {
224 display: none; 224 display: none;
225 } 225 }
226 226
227 .um-field-export_data .um-field-area-response { 227 .um-field-export_data .um-field-area-response {
228 display: none; 228 display: none;
229 line-height: 1.5; 229 line-height: 1.5;
230 padding: 10px 0; 230 padding: 10px 0;
231 } 231 }
232 232
233 .um-request-button { 233 .um-request-button {
234 display: inline-block; 234 display: inline-block;
235 background-color: #3ba1da; 235 background-color: #3ba1da;
236 border-radius: 5px; 236 border-radius: 5px;
237 color: #fff; 237 color: #fff;
238 margin: 10px 0 0; 238 margin: 10px 0 0;
239 padding: 5px 10px; 239 padding: 5px 10px;
240 text-decoration: none; 240 text-decoration: none;
241 } 241 }
242 242
243 .um-request-button:hover { 243 .um-request-button:hover {
244 background-color: #44b0ec; 244 background-color: #44b0ec;
245 color: #fff; 245 color: #fff;
246 text-decoration: none; 246 text-decoration: none;
247 } 247 }
...\ No newline at end of file ...\ No newline at end of file
......
1 .cropper-container { 1 .cropper-container {
2 position: relative; 2 position: relative;
3 overflow: hidden; 3 overflow: hidden;
4 4
5 -webkit-user-select: none; 5 -webkit-user-select: none;
6 -moz-user-select: none; 6 -moz-user-select: none;
7 -ms-user-select: none; 7 -ms-user-select: none;
8 user-select: none; 8 user-select: none;
9 9
10 -webkit-tap-highlight-color: transparent; 10 -webkit-tap-highlight-color: transparent;
11 -webkit-touch-callout: none; 11 -webkit-touch-callout: none;
12 } 12 }
13 13
14 .cropper-container img { 14 .cropper-container img {
15 width: 100%; 15 width: 100%;
16 height: 100%; 16 height: 100%;
17 min-width: 0 !important; 17 min-width: 0 !important;
18 min-height: 0 !important; 18 min-height: 0 !important;
19 max-width: none !important; 19 max-width: none !important;
20 max-height: none !important; 20 max-height: none !important;
21 } 21 }
22 22
23 .cropper-modal, 23 .cropper-modal,
24 .cropper-canvas { 24 .cropper-canvas {
25 position: absolute; 25 position: absolute;
26 top: 0; 26 top: 0;
27 right: 0; 27 right: 0;
28 bottom: 0; 28 bottom: 0;
29 left: 0; 29 left: 0;
30 } 30 }
31 31
32 .cropper-canvas { 32 .cropper-canvas {
33 background-color: #fff; 33 background-color: #fff;
34 opacity: 0; 34 opacity: 0;
35 filter: alpha(opacity=0); 35 filter: alpha(opacity=0);
36 } 36 }
37 37
38 .cropper-modal { 38 .cropper-modal {
39 background-color: #000; 39 background-color: #000;
40 opacity: .5; 40 opacity: .5;
41 filter: alpha(opacity=50); 41 filter: alpha(opacity=50);
42 } 42 }
43 43
44 .cropper-dragger { 44 .cropper-dragger {
45 position: absolute; 45 position: absolute;
46 top: 10%; 46 top: 10%;
47 left: 10%; 47 left: 10%;
48 width: 80%; 48 width: 80%;
49 height: 80%; 49 height: 80%;
50 } 50 }
51 51
52 .cropper-viewer { 52 .cropper-viewer {
53 display: block; 53 display: block;
54 width: 100%; 54 width: 100%;
55 height: 100%; 55 height: 100%;
56 overflow: hidden; 56 overflow: hidden;
57 outline-width: 1px; 57 outline-width: 1px;
58 outline-style: solid; 58 outline-style: solid;
59 outline-color: #69f; 59 outline-color: #69f;
60 outline-color: rgba(51, 102, 255, .75); 60 outline-color: rgba(51, 102, 255, .75);
61 } 61 }
62 62
63 .cropper-dashed { 63 .cropper-dashed {
64 position: absolute; 64 position: absolute;
65 display: block; 65 display: block;
66 border: 0 dashed #fff; 66 border: 0 dashed #fff;
67 opacity: .5; 67 opacity: .5;
68 filter: alpha(opacity=50); 68 filter: alpha(opacity=50);
69 } 69 }
70 70
71 .cropper-dashed.dashed-h { 71 .cropper-dashed.dashed-h {
72 top: 33.3%; 72 top: 33.3%;
73 left: 0; 73 left: 0;
74 width: 100%; 74 width: 100%;
75 height: 33.3%; 75 height: 33.3%;
76 border-top-width: 1px; 76 border-top-width: 1px;
77 border-bottom-width: 1px; 77 border-bottom-width: 1px;
78 } 78 }
79 79
80 .cropper-dashed.dashed-v { 80 .cropper-dashed.dashed-v {
81 top: 0; 81 top: 0;
82 left: 33.3%; 82 left: 33.3%;
83 width: 33.3%; 83 width: 33.3%;
84 height: 100%; 84 height: 100%;
85 border-right-width: 1px; 85 border-right-width: 1px;
86 border-left-width: 1px; 86 border-left-width: 1px;
87 } 87 }
88 88
89 .cropper-face, 89 .cropper-face,
90 .cropper-line, 90 .cropper-line,
91 .cropper-point { 91 .cropper-point {
92 position: absolute; 92 position: absolute;
93 display: block; 93 display: block;
94 width: 100%; 94 width: 100%;
95 height: 100%; 95 height: 100%;
96 opacity: .1; 96 opacity: .1;
97 filter: alpha(opacity=10); 97 filter: alpha(opacity=10);
98 } 98 }
99 99
100 .cropper-face { 100 .cropper-face {
101 top: 0; 101 top: 0;
102 left: 0; 102 left: 0;
103 cursor: move; 103 cursor: move;
104 background-color: #fff; 104 background-color: #fff;
105 } 105 }
106 106
107 .cropper-line { 107 .cropper-line {
108 background-color: #69f; 108 background-color: #69f;
109 } 109 }
110 110
111 .cropper-line.line-e { 111 .cropper-line.line-e {
112 top: 0; 112 top: 0;
113 right: -3px; 113 right: -3px;
114 width: 5px; 114 width: 5px;
115 cursor: e-resize; 115 cursor: e-resize;
116 } 116 }
117 117
118 .cropper-line.line-n { 118 .cropper-line.line-n {
119 top: -3px; 119 top: -3px;
120 left: 0; 120 left: 0;
121 height: 5px; 121 height: 5px;
122 cursor: n-resize; 122 cursor: n-resize;
123 } 123 }
124 124
125 .cropper-line.line-w { 125 .cropper-line.line-w {
126 top: 0; 126 top: 0;
127 left: -3px; 127 left: -3px;
128 width: 5px; 128 width: 5px;
129 cursor: w-resize; 129 cursor: w-resize;
130 } 130 }
131 131
132 .cropper-line.line-s { 132 .cropper-line.line-s {
133 bottom: -3px; 133 bottom: -3px;
134 left: 0; 134 left: 0;
135 height: 5px; 135 height: 5px;
136 cursor: s-resize; 136 cursor: s-resize;
137 } 137 }
138 138
139 .cropper-point { 139 .cropper-point {
140 width: 5px; 140 width: 5px;
141 height: 5px; 141 height: 5px;
142 background-color: #69f; 142 background-color: #69f;
143 opacity: .75; 143 opacity: .75;
144 filter: alpha(opacity=75); 144 filter: alpha(opacity=75);
145 } 145 }
146 146
147 .cropper-point.point-e { 147 .cropper-point.point-e {
148 top: 50%; 148 top: 50%;
149 right: -3px; 149 right: -3px;
150 margin-top: -3px; 150 margin-top: -3px;
151 cursor: e-resize; 151 cursor: e-resize;
152 } 152 }
153 153
154 .cropper-point.point-n { 154 .cropper-point.point-n {
155 top: -3px; 155 top: -3px;
156 left: 50%; 156 left: 50%;
157 margin-left: -3px; 157 margin-left: -3px;
158 cursor: n-resize; 158 cursor: n-resize;
159 } 159 }
160 160
161 .cropper-point.point-w { 161 .cropper-point.point-w {
162 top: 50%; 162 top: 50%;
163 left: -3px; 163 left: -3px;
164 margin-top: -3px; 164 margin-top: -3px;
165 cursor: w-resize; 165 cursor: w-resize;
166 } 166 }
167 167
168 .cropper-point.point-s { 168 .cropper-point.point-s {
169 bottom: -3px; 169 bottom: -3px;
170 left: 50%; 170 left: 50%;
171 margin-left: -3px; 171 margin-left: -3px;
172 cursor: s-resize; 172 cursor: s-resize;
173 } 173 }
174 174
175 .cropper-point.point-ne { 175 .cropper-point.point-ne {
176 top: -3px; 176 top: -3px;
177 right: -3px; 177 right: -3px;
178 cursor: ne-resize; 178 cursor: ne-resize;
179 } 179 }
180 180
181 .cropper-point.point-nw { 181 .cropper-point.point-nw {
182 top: -3px; 182 top: -3px;
183 left: -3px; 183 left: -3px;
184 cursor: nw-resize; 184 cursor: nw-resize;
185 } 185 }
186 186
187 .cropper-point.point-sw { 187 .cropper-point.point-sw {
188 bottom: -3px; 188 bottom: -3px;
189 left: -3px; 189 left: -3px;
190 cursor: sw-resize; 190 cursor: sw-resize;
191 } 191 }
192 192
193 .cropper-point.point-se { 193 .cropper-point.point-se {
194 right: -3px; 194 right: -3px;
195 bottom: -3px; 195 bottom: -3px;
196 width: 20px; 196 width: 20px;
197 height: 20px; 197 height: 20px;
198 cursor: se-resize; 198 cursor: se-resize;
199 opacity: 1; 199 opacity: 1;
200 filter: alpha(opacity=100); 200 filter: alpha(opacity=100);
201 } 201 }
202 202
203 .cropper-point.point-se:before { 203 .cropper-point.point-se:before {
204 position: absolute; 204 position: absolute;
205 right: -50%; 205 right: -50%;
206 bottom: -50%; 206 bottom: -50%;
207 display: block; 207 display: block;
208 width: 200%; 208 width: 200%;
209 height: 200%; 209 height: 200%;
210 content: " "; 210 content: " ";
211 background-color: #69f; 211 background-color: #69f;
212 opacity: 0; 212 opacity: 0;
213 filter: alpha(opacity=0); 213 filter: alpha(opacity=0);
214 } 214 }
215 215
216 @media (min-width: 768px) { 216 @media (min-width: 768px) {
217 .cropper-point.point-se { 217 .cropper-point.point-se {
218 width: 15px; 218 width: 15px;
219 height: 15px; 219 height: 15px;
220 } 220 }
221 } 221 }
222 222
223 @media (min-width: 992px) { 223 @media (min-width: 992px) {
224 .cropper-point.point-se { 224 .cropper-point.point-se {
225 width: 10px; 225 width: 10px;
226 height: 10px; 226 height: 10px;
227 } 227 }
228 } 228 }
229 229
230 @media (min-width: 1200px) { 230 @media (min-width: 1200px) {
231 .cropper-point.point-se { 231 .cropper-point.point-se {
232 width: 5px; 232 width: 5px;
233 height: 5px; 233 height: 5px;
234 opacity: .75; 234 opacity: .75;
235 filter: alpha(opacity=75); 235 filter: alpha(opacity=75);
236 } 236 }
237 } 237 }
238 238
239 /* Helper classes for JavaScript */ 239 /* Helper classes for JavaScript */
240 240
241 .cropper-hidden { 241 .cropper-hidden {
242 display: none !important; 242 display: none !important;
243 } 243 }
244 244
245 .cropper-invisible { 245 .cropper-invisible {
246 position: fixed; 246 position: fixed;
247 top: 0; 247 top: 0;
248 left: 0; 248 left: 0;
249 z-index: -1; 249 z-index: -1;
250 width: auto !important; 250 width: auto !important;
251 max-width: none !important; 251 max-width: none !important;
252 height: auto !important; 252 height: auto !important;
253 max-height: none !important; 253 max-height: none !important;
254 opacity: 0; 254 opacity: 0;
255 filter: alpha(opacity=0); 255 filter: alpha(opacity=0);
256 } 256 }
257 257
258 .cropper-move { 258 .cropper-move {
259 cursor: move; 259 cursor: move;
260 } 260 }
261 261
262 .cropper-crop { 262 .cropper-crop {
263 cursor: crosshair; 263 cursor: crosshair;
264 } 264 }
265 265
266 .cropper-disabled .cropper-canvas, 266 .cropper-disabled .cropper-canvas,
267 .cropper-disabled .cropper-face, 267 .cropper-disabled .cropper-face,
268 .cropper-disabled .cropper-line, 268 .cropper-disabled .cropper-line,
269 .cropper-disabled .cropper-point { 269 .cropper-disabled .cropper-point {
270 cursor: not-allowed; 270 cursor: not-allowed;
271 } 271 }
......
1 /* 1 /*
2 - image preview 2 - image preview
3 */ 3 */
4 4
5 .um .um-single-image-preview, 5 .um .um-single-image-preview,
6 .um .um-single-file-preview { 6 .um .um-single-file-preview {
7 margin-bottom: 20px; 7 margin-bottom: 20px;
8 } 8 }
9 9
10 .um .um-single-image-preview > img { 10 .um .um-single-image-preview > img {
11 max-height: 300px; 11 max-height: 300px;
12 display: inline-block; 12 display: inline-block;
13 overflow: hidden; 13 overflow: hidden;
14 margin: auto; 14 margin: auto;
15 -moz-border-radius: 3px; 15 -moz-border-radius: 3px;
16 -webkit-border-radius: 3px; 16 -webkit-border-radius: 3px;
17 border-radius: 3px; 17 border-radius: 3px;
18 } 18 }
19 19
20 .um-single-image-preview, 20 .um-single-image-preview,
21 .um-single-file-preview { 21 .um-single-file-preview {
22 display: none; 22 display: none;
23 text-align: center; 23 text-align: center;
24 position: relative; 24 position: relative;
25 } 25 }
26 26
27 .um-single-image-preview.show, 27 .um-single-image-preview.show,
28 .um-single-file-preview.show {display: block} 28 .um-single-file-preview.show {display: block}
29 29
30 .um-single-image-preview > img { 30 .um-single-image-preview > img {
31 max-width: 100%; 31 max-width: 100%;
32 max-height: inherit; 32 max-height: inherit;
33 } 33 }
34 34
35 .um-single-image-preview a.cancel, 35 .um-single-image-preview a.cancel,
36 .um-single-file-preview a.cancel { 36 .um-single-file-preview a.cancel {
37 position: absolute; 37 position: absolute;
38 top: -15px; 38 top: -15px;
39 right: -15px; 39 right: -15px;
40 width: 30px; 40 width: 30px;
41 height: 30px; 41 height: 30px;
42 -moz-border-radius: 999px; 42 -moz-border-radius: 999px;
43 -webkit-border-radius: 999px; 43 -webkit-border-radius: 999px;
44 border-radius: 999px; 44 border-radius: 999px;
45 background: #ddd; 45 background: #ddd;
46 cursor: pointer; 46 cursor: pointer;
47 text-decoration: none !important; 47 text-decoration: none !important;
48 z-index: 666; 48 z-index: 666;
49 opacity: 0.75; 49 opacity: 0.75;
50 } 50 }
51 51
52 .um-single-image-preview a.cancel i, 52 .um-single-image-preview a.cancel i,
53 .um-single-file-preview a.cancel i { 53 .um-single-file-preview a.cancel i {
54 font-size: 16px; 54 font-size: 16px;
55 color: #888; 55 color: #888;
56 position: relative; 56 position: relative;
57 display: block; 57 display: block;
58 width: 100%; 58 width: 100%;
59 height: 100%; 59 height: 100%;
60 line-height: 30px; 60 line-height: 30px;
61 overflow: hidden; 61 overflow: hidden;
62 } 62 }
63 .um-single-image-preview a.cancel i:before, 63 .um-single-image-preview a.cancel i:before,
64 .um-single-file-preview a.cancel i:before{line-height:inherit} 64 .um-single-file-preview a.cancel i:before{line-height:inherit}
65 65
66 /* 66 /*
67 - file info 67 - file info
68 */ 68 */
69 69
70 .um-single-fileinfo { 70 .um-single-fileinfo {
71 padding: 26px 0 20px 0; 71 padding: 26px 0 20px 0;
72 display: inline-block; 72 display: inline-block;
73 max-width: 100%; 73 max-width: 100%;
74 } 74 }
75 75
76 .um-single-fileinfo span.icon { 76 .um-single-fileinfo span.icon {
77 font-size: 40px; 77 font-size: 40px;
78 display: inline-block; 78 display: inline-block;
79 width: 100px; 79 width: 100px;
80 height: 70px; 80 height: 70px;
81 -moz-border-radius: 3px; 81 -moz-border-radius: 3px;
82 -webkit-border-radius: 3px; 82 -webkit-border-radius: 3px;
83 border-radius: 3px; 83 border-radius: 3px;
84 background-color: #666; 84 background-color: #666;
85 color: #fff !important; 85 color: #fff !important;
86 } 86 }
87 .um-single-fileinfo span.icon i { 87 .um-single-fileinfo span.icon i {
88 display: block; 88 display: block;
89 height: 70px; 89 height: 70px;
90 line-height: 70px; 90 line-height: 70px;
91 overflow: hidden; 91 overflow: hidden;
92 } 92 }
93 .um-single-fileinfo span.icon i:before{line-height:inherit} 93 .um-single-fileinfo span.icon i:before{line-height:inherit}
94 94
95 .um-single-fileinfo span.filename { 95 .um-single-fileinfo span.filename {
96 display: block; 96 display: block;
97 font-size: 16px; 97 font-size: 16px;
98 color: #888; 98 color: #888;
99 padding-top: 5px; 99 padding-top: 5px;
100 } 100 }
101 101
102 .um-single-fileinfo a { 102 .um-single-fileinfo a {
103 text-decoration: none !important; 103 text-decoration: none !important;
104 opacity: 0.9; 104 opacity: 0.9;
105 } 105 }
106 .um-single-fileinfo a:hover { 106 .um-single-fileinfo a:hover {
107 opacity: 1 107 opacity: 1
108 } 108 }
109 109
110 /* 110 /*
111 - upload progress 111 - upload progress
112 */ 112 */
113 113
114 div.um-modal .upload-statusbar { 114 div.um-modal .upload-statusbar {
115 margin: 20px 0 0 0; 115 margin: 20px 0 0 0;
116 } 116 }
117 117
118 div.um-modal .upload-filename { 118 div.um-modal .upload-filename {
119 display: none !important; 119 display: none !important;
120 } 120 }
121 121
122 div.um-modal .upload-progress { 122 div.um-modal .upload-progress {
123 position: relative; 123 position: relative;
124 width: 100%; 124 width: 100%;
125 box-sizing: border-box; 125 box-sizing: border-box;
126 } 126 }
127 127
128 div.um-modal .upload-bar { 128 div.um-modal .upload-bar {
129 width: 0; 129 width: 0;
130 height: 10px; 130 height: 10px;
131 color: #666; 131 color: #666;
132 background: #7ACF58; 132 background: #7ACF58;
133 -moz-border-radius: 3px; 133 -moz-border-radius: 3px;
134 -webkit-border-radius: 3px; 134 -webkit-border-radius: 3px;
135 border-radius: 3px; 135 border-radius: 3px;
136 } 136 }
137 137
138 /* 138 /*
139 - drag and drop area 139 - drag and drop area
140 */ 140 */
141 141
142 div.um-modal .ajax-upload-dragdrop { 142 div.um-modal .ajax-upload-dragdrop {
143 width: 100%; 143 width: 100%;
144 text-align: center; 144 text-align: center;
145 vertical-align:middle; 145 vertical-align:middle;
146 padding: 20px; 146 padding: 20px;
147 box-sizing: border-box; 147 box-sizing: border-box;
148 border: 2px dashed #ddd; 148 border: 2px dashed #ddd;
149 -moz-border-radius: 3px; 149 -moz-border-radius: 3px;
150 -webkit-border-radius: 3px; 150 -webkit-border-radius: 3px;
151 border-radius: 3px; 151 border-radius: 3px;
152 font-size: 18px; 152 font-size: 18px;
153 line-height: 1em; 153 line-height: 1em;
154 } 154 }
155 155
156 div.um-modal .ajax-upload-dragdrop span.str { 156 div.um-modal .ajax-upload-dragdrop span.str {
157 display: block; 157 display: block;
158 margin: 0 0 15px 0; 158 margin: 0 0 15px 0;
159 } 159 }
160 160
161 div.um-modal .ajax-upload-dragdrop span.icon { 161 div.um-modal .ajax-upload-dragdrop span.icon {
162 display: block; 162 display: block;
163 font-size: 80px; 163 font-size: 80px;
164 line-height: 80px; 164 line-height: 80px;
165 vertical-align: middle; 165 vertical-align: middle;
166 margin-bottom: 10px; 166 margin-bottom: 10px;
167 } 167 }
168 168
169 div.um-modal .ajax-upload-dragdrop span.help { 169 div.um-modal .ajax-upload-dragdrop span.help {
170 display: block; 170 display: block;
171 font-size: 14px; 171 font-size: 14px;
172 color: #aaa; 172 color: #aaa;
173 margin: 0 0 12px 0; 173 margin: 0 0 12px 0;
174 } 174 }
175 175
176 /* 176 /*
177 - upload button 177 - upload button
178 */ 178 */
179 179
180 div.um-modal .upload { 180 div.um-modal .upload {
181 cursor: pointer !important; 181 cursor: pointer !important;
182 line-height: 34px !important; 182 line-height: 34px !important;
183 height: 34px; 183 height: 34px;
184 display: inline-block; 184 display: inline-block;
185 text-decoration: none; 185 text-decoration: none;
186 -moz-border-radius: 3px; 186 -moz-border-radius: 3px;
187 -webkit-border-radius: 3px; 187 -webkit-border-radius: 3px;
188 border-radius: 3px; 188 border-radius: 3px;
189 padding: 0 20px; 189 padding: 0 20px;
190 color: #fff; 190 color: #fff;
191 vertical-align: middle; 191 vertical-align: middle;
192 font-size: 14px; 192 font-size: 14px;
193 box-sizing: border-box; 193 box-sizing: border-box;
194 transition: 0.2s; 194 transition: 0.2s;
195 } 195 }
196 196
197 div.um-modal .upload:hover { 197 div.um-modal .upload:hover {
198 background: #44b0ec; 198 background: #44b0ec;
199 } 199 }
200 200
201 .um-modal input[type="file"]::-webkit-file-upload-button { cursor: pointer } 201 .um-modal input[type="file"]::-webkit-file-upload-button { cursor: pointer }
...\ No newline at end of file ...\ No newline at end of file
......
1 .um-login.um-logout { 1 .um-login.um-logout {
2 max-width: 300px !important; 2 max-width: 300px !important;
3 } 3 }
4 4
5 .um-misc-with-img { 5 .um-misc-with-img {
6 position: relative; 6 position: relative;
7 font-size: 15px; 7 font-size: 15px;
8 border-bottom: 3px solid #eee; 8 border-bottom: 3px solid #eee;
9 text-align: center; 9 text-align: center;
10 10
11 margin-bottom: 14px; 11 margin-bottom: 14px;
12 padding-top: 4px; 12 padding-top: 4px;
13 padding-bottom: 14px; 13 padding-bottom: 14px;
14 } 14 }
15 15
16 .um-misc-img { 16 .um-misc-img {
17 text-align: center; 17 text-align: center;
18 } 18 }
19 19
20 .um-misc-img img { 20 .um-misc-img img {
21 border-radius: 999px; 21 border-radius: 999px;
22 height: auto !important; 22 height: auto !important;
23 display: inline-block !important; 23 display: inline-block !important;
24 } 24 }
25 25
26 .um-misc-ul, 26 .um-misc-ul,
27 .um-misc-ul li { 27 .um-misc-ul li {
28 font-size: 14px; 28 font-size: 14px;
29 } 29 }
30 30
31 /* responsive embeds */ 31 /* responsive embeds */
32 .um-youtube, 32 .um-youtube,
33 .um-vimeo, 33 .um-vimeo,
34 .um-googlemap { 34 .um-googlemap {
35 position: relative; 35 position: relative;
36 height: 0; 36 height: 0;
37 overflow: hidden; 37 overflow: hidden;
38 } 38 }
39 39
40 .um-youtube {padding-bottom: 56.25%;} 40 .um-youtube {padding-bottom: 56.25%;}
41 .um-vimeo {padding-bottom: 56.25%;} 41 .um-vimeo {padding-bottom: 56.25%;}
42 .um-googlemap {padding-bottom: 75%;} 42 .um-googlemap {padding-bottom: 75%;}
43 43
44 .um-youtube iframe, 44 .um-youtube iframe,
45 .um-vimeo iframe, 45 .um-vimeo iframe,
46 .um-googlemap iframe { 46 .um-googlemap iframe {
47 position: absolute; 47 position: absolute;
48 top: 0; 48 top: 0;
49 left: 0; 49 left: 0;
50 width: 100% !important; 50 width: 100% !important;
51 height: 100% !important; 51 height: 100% !important;
52 } 52 }
53 53
54 /* profile misc */ 54 /* profile misc */
55 .um-profile-connect.um-member-connect { 55 .um-profile-connect.um-member-connect {
56 padding: 5px 0 10px 0; 56 padding: 5px 0 10px 0;
57 } 57 }
58 58
59 .um-profile-connect.um-member-connect a { 59 .um-profile-connect.um-member-connect a {
60 text-align: center; 60 text-align: center;
61 width: 36px; 61 width: 36px;
62 line-height: 36px; 62 line-height: 36px;
63 height: 36px; 63 height: 36px;
64 font-size: 20px; 64 font-size: 20px;
65 border-radius: 999px; 65 border-radius: 999px;
66 color: #fff !important; 66 color: #fff !important;
67 opacity: 0.85; 67 opacity: 0.85;
68 margin: 0 1px; 68 margin: 0 1px;
69 transition: 0.25s; 69 transition: 0.25s;
70 display: inline-block; 70 display: inline-block;
71 } 71 }
72 72
73 .um-profile-connect.um-member-connect a:hover { 73 .um-profile-connect.um-member-connect a:hover {
74 opacity: 1; 74 opacity: 1;
75 } 75 }
76 76
77 /* pop effect */ 77 /* pop effect */
78 @-webkit-keyframes um-effect-pop { 78 @-webkit-keyframes um-effect-pop {
79 50% { 79 50% {
80 -webkit-transform: scale(1.2); 80 -webkit-transform: scale(1.2);
81 transform: scale(1.2); 81 transform: scale(1.2);
82 } 82 }
83 } 83 }
84 84
85 @keyframes um-effect-pop { 85 @keyframes um-effect-pop {
86 50% { 86 50% {
87 -webkit-transform: scale(1.2); 87 -webkit-transform: scale(1.2);
88 transform: scale(1.2); 88 transform: scale(1.2);
89 } 89 }
90 } 90 }
91 91
92 .um-effect-pop { 92 .um-effect-pop {
93 -webkit-animation-name: um-effect-pop; 93 -webkit-animation-name: um-effect-pop;
94 animation-name: um-effect-pop; 94 animation-name: um-effect-pop;
95 -webkit-animation-duration: 0.2s; 95 -webkit-animation-duration: 0.2s;
96 animation-duration: 0.2s; 96 animation-duration: 0.2s;
97 -webkit-animation-timing-function: linear; 97 -webkit-animation-timing-function: linear;
98 animation-timing-function: linear; 98 animation-timing-function: linear;
99 -webkit-animation-iteration-count: 1; 99 -webkit-animation-iteration-count: 1;
100 animation-iteration-count: 1; 100 animation-iteration-count: 1;
101 } 101 }
102 102
103 /* content lockers */ 103 /* content lockers */
104 .um-locked-content { 104 .um-locked-content {
105 width: 100%; 105 width: 100%;
106 box-sizing: border-box; 106 box-sizing: border-box;
107 border: 2px dotted #cc3000; 107 border: 2px dotted #cc3000;
108 color: #333; 108 color: #333;
109 background: #fff; 109 background: #fff;
110 font-size: 14px; 110 font-size: 14px;
111 padding: 20px; 111 padding: 20px;
112 border-radius: 4px; 112 border-radius: 4px;
113 margin-bottom: 20px; 113 margin-bottom: 20px;
114 } 114 }
115 115
116 .um-locked-content a { 116 .um-locked-content a {
117 border: none !important; 117 border: none !important;
118 } 118 }
...\ No newline at end of file ...\ No newline at end of file
......
1 .um-popup-overlay { 1 .um-popup-overlay {
2 background: rgba(0,0,0, 0.7); 2 background: rgba(0,0,0, 0.7);
3 width: 100%; 3 width: 100%;
4 height: 100%; 4 height: 100%;
5 position: fixed; 5 position: fixed;
6 top: 0; 6 top: 0;
7 left: 0; 7 left: 0;
8 z-index: 1999992; 8 z-index: 1999992;
9 } 9 }
10 10
11 .um-popup * { 11 .um-popup * {
12 -webkit-font-smoothing: antialiased !important; 12 -webkit-font-smoothing: antialiased !important;
13 -moz-osx-font-smoothing: grayscale !important; 13 -moz-osx-font-smoothing: grayscale !important;
14 } 14 }
15 15
16 .um-popup { 16 .um-popup {
17 -moz-border-radius: 3px; 17 -moz-border-radius: 3px;
18 -webkit-border-radius: 3px; 18 -webkit-border-radius: 3px;
19 border-radius: 3px; 19 border-radius: 3px;
20 position: fixed; 20 position: fixed;
21 left: 50%; 21 left: 50%;
22 top: 10%; 22 top: 10%;
23 margin-left: -250px; 23 margin-left: -250px;
24 width: 500px; 24 width: 500px;
25 background: #fff; 25 background: #fff;
26 box-shadow: 0 1px 3px #111; 26 box-shadow: 0 1px 3px #111;
27 z-index: 1999993; 27 z-index: 1999993;
28 box-sizing: border-box; 28 box-sizing: border-box;
29 overflow: auto; 29 overflow: auto;
30 color: #888; 30 color: #888;
31 padding: 0 !important; 31 padding: 0 !important;
32 -webkit-font-smoothing: antialiased !important; 32 -webkit-font-smoothing: antialiased !important;
33 -moz-osx-font-smoothing: grayscale !important; 33 -moz-osx-font-smoothing: grayscale !important;
34 } 34 }
35 35
36 .um-popup.loading { 36 .um-popup.loading {
37 background: #fff url(../img/loading.gif) no-repeat center; 37 background: #fff url(../img/loading.gif) no-repeat center;
38 min-height: 100px; 38 min-height: 100px;
39 } 39 }
40 40
41 .um-popup a { 41 .um-popup a {
42 outline: none !important; 42 outline: none !important;
43 } 43 }
44 44
45 /* 45 /*
46 - Overlay 46 - Overlay
47 */ 47 */
48 48
49 .um-modal-overlay { 49 .um-modal-overlay {
50 background: rgba(0,0,0, 0.85); 50 background: rgba(0,0,0, 0.85);
51 width: 100%; 51 width: 100%;
52 height: 100%; 52 height: 100%;
53 position: fixed; 53 position: fixed;
54 top: 0; 54 top: 0;
55 left: 0; 55 left: 0;
56 z-index: 999999; 56 z-index: 999999;
57 } 57 }
58 58
59 /* 59 /*
60 - modal 60 - modal
61 */ 61 */
62 62
63 .um-modal * { 63 .um-modal * {
64 -webkit-font-smoothing: antialiased !important; 64 -webkit-font-smoothing: antialiased !important;
65 -moz-osx-font-smoothing: grayscale !important; 65 -moz-osx-font-smoothing: grayscale !important;
66 } 66 }
67 67
68 .um-modal-hidden-content { 68 .um-modal-hidden-content {
69 display: none; 69 display: none;
70 } 70 }
71 71
72 .um-modal-close { 72 .um-modal-close {
73 display: block; 73 display: block;
74 position: fixed; 74 position: fixed;
75 right: 0; 75 right: 0;
76 top: 0; 76 top: 0;
77 font-size: 24px; 77 font-size: 24px;
78 text-decoration: none !important; 78 text-decoration: none !important;
79 color: #fff !important; 79 color: #fff !important;
80 padding: 0 10px; 80 padding: 0 10px;
81 } 81 }
82 82
83 .um-modal { 83 .um-modal {
84 -moz-border-radius: 3px; 84 -moz-border-radius: 3px;
85 -webkit-border-radius: 3px; 85 -webkit-border-radius: 3px;
86 border-radius: 3px; 86 border-radius: 3px;
87 position: fixed; 87 position: fixed;
88 left: 50%; 88 left: 50%;
89 display: none; 89 display: none;
90 z-index: 1999993; 90 z-index: 1999993;
91 box-sizing: border-box; 91 box-sizing: border-box;
92 bottom: -50px; 92 bottom: -50px;
93 } 93 }
94 .um-modal.normal {width: 500px;margin-left: -250px;} 94 .um-modal.normal {width: 500px;margin-left: -250px;}
95 .um-modal.large {width: 730px;margin-left: -365px;} 95 .um-modal.large {width: 730px;margin-left: -365px;}
96 .um-modal.small {width: 400px;margin-left: -200px;} 96 .um-modal.small {width: 400px;margin-left: -200px;}
97 97
98 .um-modal-body { 98 .um-modal-body {
99 min-height: 3px; 99 min-height: 3px;
100 padding: 20px; 100 padding: 20px;
101 box-sizing: border-box; 101 box-sizing: border-box;
102 width: 100%; 102 width: 100%;
103 background: #fff; 103 background: #fff;
104 -moz-border-radius: 0 0 3px 3px; 104 -moz-border-radius: 0 0 3px 3px;
105 -webkit-border-radius: 0 0 3px 3px; 105 -webkit-border-radius: 0 0 3px 3px;
106 border-radius: 0 0 3px 3px; 106 border-radius: 0 0 3px 3px;
107 } 107 }
108 108
109 .um-modal-body.photo { 109 .um-modal-body.photo {
110 -moz-border-radius: 3px; 110 -moz-border-radius: 3px;
111 -webkit-border-radius: 3px; 111 -webkit-border-radius: 3px;
112 border-radius: 3px; 112 border-radius: 3px;
113 box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(255, 255, 255, 0.12) inset; 113 box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(255, 255, 255, 0.12) inset;
114 background: #888; 114 background: #888;
115 padding: 0; 115 padding: 0;
116 } 116 }
117 117
118 .um-modal-body.photo img { 118 .um-modal-body.photo img {
119 -moz-border-radius: 3px; 119 -moz-border-radius: 3px;
120 -webkit-border-radius: 3px; 120 -webkit-border-radius: 3px;
121 border-radius: 3px; 121 border-radius: 3px;
122 display: block; 122 display: block;
123 overflow: hidden; 123 overflow: hidden;
124 opacity: 0; 124 opacity: 0;
125 } 125 }
126 126
127 .um-modal.loading .um-modal-body { 127 .um-modal.loading .um-modal-body {
128 background: #fff url(../img/loading.gif) no-repeat center; 128 background: #fff url(../img/loading.gif) no-repeat center;
129 min-height: 150px; 129 min-height: 150px;
130 } 130 }
131 131
132 .um-modal div.um { 132 .um-modal div.um {
133 margin-bottom: 20px !important; 133 margin-bottom: 20px !important;
134 } 134 }
135 135
136 .um-modal-header { 136 .um-modal-header {
137 -moz-border-radius: 3px 3px 0 0; 137 -moz-border-radius: 3px 3px 0 0;
138 -webkit-border-radius: 3px 3px 0 0; 138 -webkit-border-radius: 3px 3px 0 0;
139 border-radius: 3px 3px 0 0; 139 border-radius: 3px 3px 0 0;
140 height: 44px; 140 height: 44px;
141 line-height: 44px; 141 line-height: 44px;
142 color: #fff; 142 color: #fff;
143 padding: 0 20px; 143 padding: 0 20px;
144 box-sizing: border-box; 144 box-sizing: border-box;
145 font-size: 17px; 145 font-size: 17px;
146 } 146 }
147 147
148 .um-modal-footer { 148 .um-modal-footer {
149 margin-top: 20px; 149 margin-top: 20px;
150 } 150 }
151 151
152 .um-modal-left { 152 .um-modal-left {
153 float: left; 153 float: left;
154 } 154 }
155 155
156 .um-modal-right { 156 .um-modal-right {
157 float: right; 157 float: right;
158 } 158 }
159 159
160 .um-modal-btn.disabled, 160 .um-modal-btn.disabled,
161 .um-modal-btn.disabled:hover { 161 .um-modal-btn.disabled:hover {
162 opacity: 0.5; 162 opacity: 0.5;
163 cursor: default !important; 163 cursor: default !important;
164 } 164 }
165 165
166 .um-modal-btn { 166 .um-modal-btn {
167 cursor: pointer !important; 167 cursor: pointer !important;
168 line-height: 34px !important; 168 line-height: 34px !important;
169 height: 34px; 169 height: 34px;
170 display: inline-block; 170 display: inline-block;
171 -moz-border-radius: 3px; 171 -moz-border-radius: 3px;
172 -webkit-border-radius: 3px; 172 -webkit-border-radius: 3px;
173 border-radius: 3px; 173 border-radius: 3px;
174 padding: 0 20px; 174 padding: 0 20px;
175 text-align: center; 175 text-align: center;
176 color: #fff; 176 color: #fff;
177 vertical-align: middle; 177 vertical-align: middle;
178 font-size: 14px; 178 font-size: 14px;
179 box-sizing: border-box; 179 box-sizing: border-box;
180 transition: 0.2s; 180 transition: 0.2s;
181 text-decoration: none !important; 181 text-decoration: none !important;
182 } 182 }
183 183
184 a.um-modal-btn:visited { 184 a.um-modal-btn:visited {
185 color: #fff; 185 color: #fff;
186 } 186 }
187 187
188 .um-modal-btn:hover { 188 .um-modal-btn:hover {
189 background: #44b0ec; 189 background: #44b0ec;
190 color: #fff; 190 color: #fff;
191 } 191 }
192 192
193 .um-modal-btn.alt { 193 .um-modal-btn.alt {
194 color: #666; 194 color: #666;
195 background: #eee; 195 background: #eee;
196 } 196 }
197 197
198 .um-modal-btn.alt:hover { 198 .um-modal-btn.alt:hover {
199 background: #e5e5e5; 199 background: #e5e5e5;
200 } 200 }
201 201
202 .um-modal .um-single-image-preview.crop img{ 202 .um-modal .um-single-image-preview.crop img{
203 float:left; 203 float:left;
204 } 204 }
...\ No newline at end of file ...\ No newline at end of file
......
1 @font-face { 1 @font-face {
2 font-family: "raty"; 2 font-family: "raty";
3 font-style: normal; 3 font-style: normal;
4 font-weight: normal; 4 font-weight: normal;
5 src: url("../font/raty.eot"); 5 src: url("../font/raty.eot");
6 src: url("../font/raty.eot?#iefix") format("embedded-opentype"); 6 src: url("../font/raty.eot?#iefix") format("embedded-opentype");
7 src: url("../font/raty.svg#raty") format("svg"); 7 src: url("../font/raty.svg#raty") format("svg");
8 src: url("../font/raty.ttf") format("truetype"); 8 src: url("../font/raty.ttf") format("truetype");
9 src: url("../font/raty.woff") format("woff"); 9 src: url("../font/raty.woff") format("woff");
10 font-display: swap; 10 font-display: swap;
11 } 11 }
12 12
13 .cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png { 13 .cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
14 font-family: "raty"; 14 font-family: "raty";
15 font-style: normal; 15 font-style: normal;
16 font-weight: normal; 16 font-weight: normal;
17 speak: none; 17 speak: none;
18 display: inline-block; 18 display: inline-block;
19 text-decoration: inherit; 19 text-decoration: inherit;
20 width: 1em; 20 width: 1em;
21 text-align: center; 21 text-align: center;
22 font-variant: normal; 22 font-variant: normal;
23 text-transform: none; 23 text-transform: none;
24 line-height: 1em; 24 line-height: 1em;
25 -moz-osx-font-smoothing: grayscale; 25 -moz-osx-font-smoothing: grayscale;
26 -webkit-font-smoothing: antialiased; 26 -webkit-font-smoothing: antialiased;
27 margin-right: 0.2em; 27 margin-right: 0.2em;
28 color: #ccc; 28 color: #ccc;
29 } 29 }
30 30
31 .star-on-png, 31 .star-on-png,
32 .star-half-png 32 .star-half-png
33 {color: #ffbe32} 33 {color: #ffbe32}
34 34
35 /* Icons */ 35 /* Icons */
36 36
37 .cancel-on-png:before {content: "\e600";} 37 .cancel-on-png:before {content: "\e600";}
38 .cancel-off-png:before {content: "\e601";} 38 .cancel-off-png:before {content: "\e601";}
39 .star-on-png:before {content: "\f005";} 39 .star-on-png:before {content: "\f005";}
40 .star-off-png:before {content: "\f006";} 40 .star-off-png:before {content: "\f006";}
41 .star-half-png:before {content: "\f123";} 41 .star-half-png:before {content: "\f123";}
...\ No newline at end of file ...\ No newline at end of file
......
1 .tipsy { padding: 5px; position: absolute; z-index: 9999999999!important; } 1 .tipsy { padding: 5px; position: absolute; z-index: 9999999999!important; }
2 2
3 .tipsy-inner { 3 .tipsy-inner {
4 font-size: 13px !important; 4 font-size: 13px !important;
5 line-height: 17px !important; 5 line-height: 17px !important;
6 background-color: #333333 !important; 6 background-color: #333333 !important;
7 color: #fff !important; 7 color: #fff !important;
8 max-width: 250px !important; 8 max-width: 250px !important;
9 padding: 6px 10px !important; 9 padding: 6px 10px !important;
10 text-align: left !important; 10 text-align: left !important;
11 word-wrap: break-word !important; 11 word-wrap: break-word !important;
12 -webkit-font-smoothing: antialiased !important; 12 -webkit-font-smoothing: antialiased !important;
13 -moz-osx-font-smoothing: grayscale !important; 13 -moz-osx-font-smoothing: grayscale !important;
14 } 14 }
15 15
16 .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } 16 .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
17 .tipsy-arrow { position: absolute !important; width: 0 !important; height: 0 !important; line-height: 0 !important; border: 5px dashed #333; } 17 .tipsy-arrow { position: absolute !important; width: 0 !important; height: 0 !important; line-height: 0 !important; border: 5px dashed #333; }
18 18
19 .tipsy-arrow-n { border-bottom-color: #333 !important } 19 .tipsy-arrow-n { border-bottom-color: #333 !important }
20 .tipsy-arrow-s { border-top-color: #333 !important } 20 .tipsy-arrow-s { border-top-color: #333 !important }
21 .tipsy-arrow-e { border-left-color: #333 !important } 21 .tipsy-arrow-e { border-left-color: #333 !important }
22 .tipsy-arrow-w { border-right-color: #333 !important } 22 .tipsy-arrow-w { border-right-color: #333 !important }
23 23
24 .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; } 24 .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
25 .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;} 25 .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
26 .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;} 26 .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
27 .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } 27 .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
28 .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } 28 .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
29 .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } 29 .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
30 .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; } 30 .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
31 .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; } 31 .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
...\ No newline at end of file ...\ No newline at end of file
......
This diff could not be displayed because it is too large.
1 .um { 1 .um {
2 direction: rtl !important; 2 direction: rtl !important;
3 text-align: right; 3 text-align: right;
4 } 4 }
5 5
6 .um-profile-photo { 6 .um-profile-photo {
7 float: right; 7 float: right;
8 margin: 0 30px 0 0; 8 margin: 0 30px 0 0;
9 } 9 }
10 10
11 .um-profile-photo a.um-profile-photo-img { 11 .um-profile-photo a.um-profile-photo-img {
12 float: right; 12 float: right;
13 left: auto; 13 left: auto;
14 } 14 }
15 15
16 .um-cover + .um-header .um-profile-photo a.um-profile-photo-img { 16 .um-cover + .um-header .um-profile-photo a.um-profile-photo-img {
17 right: 0; 17 right: 0;
18 } 18 }
19 19
20 div.uimob500 .um-profile-photo a.um-profile-photo-img { 20 div.uimob500 .um-profile-photo a.um-profile-photo-img {
21 right: auto; 21 right: auto;
22 } 22 }
23 23
24 .um-profile-edit { 24 .um-profile-edit {
25 right: auto; 25 right: auto;
26 left: 0; 26 left: 0;
27 margin-left: 10px; 27 margin-left: 10px;
28 margin-right: 0; 28 margin-right: 0;
29 } 29 }
30 30
31 div.uimob960 .um-header .um-profile-meta, 31 div.uimob960 .um-header .um-profile-meta,
32 div.uimob800 .um-header .um-profile-meta { 32 div.uimob800 .um-header .um-profile-meta {
33 padding-left: 0 !important; 33 padding-left: 0 !important;
34 padding-right: 200px !important; 34 padding-right: 200px !important;
35 } 35 }
36 36
37 .um-name { 37 .um-name {
38 float: right; 38 float: right;
39 margin-right: 0; 39 margin-right: 0;
40 } 40 }
41 41
42 .um-profile-nav-item a { 42 .um-profile-nav-item a {
43 float: right; 43 float: right;
44 padding: 6px 28px 6px 10px; 44 padding: 6px 28px 6px 10px;
45 } 45 }
46 .um-profile-nav-item i { 46 .um-profile-nav-item i {
47 left: auto; 47 left: auto;
48 right: 6px; 48 right: 6px;
49 } 49 }
50 50
51 .um-profile-nav-item a{float: right} 51 .um-profile-nav-item a{float: right}
52 52
53 .um-field-checkbox-state, .um-field-radio-state { 53 .um-field-checkbox-state, .um-field-radio-state {
54 right: 1px; 54 right: 1px;
55 left: auto; 55 left: auto;
56 } 56 }
57 57
58 .um-field-checkbox-option, .um-field-radio-option { 58 .um-field-checkbox-option, .um-field-radio-option {
59 margin: 0 36px 0 0; 59 margin: 0 36px 0 0;
60 } 60 }
61 61
62 .um-field-half { 62 .um-field-half {
63 float: right; 63 float: right;
64 } 64 }
65 65
66 .um-field-half.right { 66 .um-field-half.right {
67 float: left; 67 float: left;
68 } 68 }
69 69
70 .um-left { 70 .um-left {
71 float: right; 71 float: right;
72 } 72 }
73 73
74 .um-right { 74 .um-right {
75 float: left; 75 float: left;
76 } 76 }
77 77
78 .um-account-main, 78 .um-account-main,
79 .um-account-side { 79 .um-account-side {
80 float: right; 80 float: right;
81 } 81 }
82 82
83 .um-account-main div.um-account-heading i { 83 .um-account-main div.um-account-heading i {
84 margin-right: 0; 84 margin-right: 0;
85 margin-left: 10px; 85 margin-left: 10px;
86 } 86 }
87 87
88 .um-account-side li a span.um-account-icon, 88 .um-account-side li a span.um-account-icon,
89 .um-account-side li a.current span.um-account-icon, 89 .um-account-side li a.current span.um-account-icon,
90 .um-account-side li a.current:hover span.um-account-icon { 90 .um-account-side li a.current:hover span.um-account-icon {
91 float: right; 91 float: right;
92 border-left: 1px solid #ccc; 92 border-left: 1px solid #ccc;
93 } 93 }
94 94
95 .um-account-side li a span.um-account-title { 95 .um-account-side li a span.um-account-title {
96 padding-right: 20px; 96 padding-right: 20px;
97 float: right; 97 float: right;
98 } 98 }
99 99
100 .um-account-side li a span.um-account-arrow { 100 .um-account-side li a span.um-account-arrow {
101 right: auto; 101 right: auto;
102 left: 10px; 102 left: 10px;
103 } 103 }
104 104
105 .um-field-label .um-field-label-icon { 105 .um-field-label .um-field-label-icon {
106 float: right; 106 float: right;
107 margin: 0 0 0 8px; 107 margin: 0 0 0 8px;
108 } 108 }
109 109
110 p.um-notice i { 110 p.um-notice i {
111 right: auto; 111 right: auto;
112 left: 14px; 112 left: 14px;
113 } 113 }
114 114
115 .um-account.uimob340 .um-account-nav a, 115 .um-account.uimob340 .um-account-nav a,
116 .um-account.uimob500 .um-account-nav a { 116 .um-account.uimob500 .um-account-nav a {
117 padding-left: 0; 117 padding-left: 0;
118 padding-right: 40px; 118 padding-right: 40px;
119 } 119 }
120 .um-account.uimob340 .um-account-nav span.ico, 120 .um-account.uimob340 .um-account-nav span.ico,
121 .um-account.uimob500 .um-account-nav span.ico { 121 .um-account.uimob500 .um-account-nav span.ico {
122 right: 0; 122 right: 0;
123 } 123 }
124 .um-account.uimob340 .um-account-nav span.arr, 124 .um-account.uimob340 .um-account-nav span.arr,
125 .um-account.uimob500 .um-account-nav span.arr { 125 .um-account.uimob500 .um-account-nav span.arr {
126 right: auto; 126 right: auto;
127 left: 0; 127 left: 0;
128 } 128 }
129 129
130 .select2.select2-container .select2-selection .select2-selection__arrow { 130 .select2.select2-container .select2-selection .select2-selection__arrow {
131 right: auto !important; 131 right: auto !important;
132 } 132 }
133 133
134 .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { 134 .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
135 padding-right: 8px; 135 padding-right: 8px;
136 text-align: right; 136 text-align: right;
137 padding-left: 20px; 137 padding-left: 20px;
138 } 138 }
139 139
140 .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { 140 .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
141 margin-left: 4px; 141 margin-left: 4px;
142 } 142 }
143 143
144 .um-single-image-preview a.cancel, .um-single-file-preview a.cancel { 144 .um-single-image-preview a.cancel, .um-single-file-preview a.cancel {
145 left: -15px; 145 left: -15px;
146 right: auto; 146 right: auto;
147 } 147 }
148 148
149 .select2.select2-container .select2-selection { 149 .select2.select2-container .select2-selection {
150 padding: 0 12px 0 0 !important; 150 padding: 0 12px 0 0 !important;
151 } 151 }
152 152
153 .select2-selection__clear { 153 .select2-selection__clear {
154 right: auto; 154 right: auto;
155 left: 1px; 155 left: 1px;
156 } 156 }
157 157
158 .cropper-container { 158 .cropper-container {
159 margin: 0 auto; 159 margin: 0 auto;
160 left: auto !important; 160 left: auto !important;
161 } 161 }
162 162
163 .um-field-label .um-tip { 163 .um-field-label .um-tip {
164 margin: 0 8px 0 0; 164 margin: 0 8px 0 0;
165 } 165 }
166 166
167 .tipsy-inner { 167 .tipsy-inner {
168 text-align: right !important; 168 text-align: right !important;
169 } 169 }
170 170
171 .um span.um-req { 171 .um span.um-req {
172 margin: 0 8px 0 0; 172 margin: 0 8px 0 0;
173 } 173 }
174 174
175 .um-account-side li a span.um-account-icon, 175 .um-account-side li a span.um-account-icon,
176 .um-account-side li a.current span.um-account-icon, 176 .um-account-side li a.current span.um-account-icon,
177 .um-account-side li a.current:hover span.um-account-icon { 177 .um-account-side li a.current:hover span.um-account-icon {
178 border-right: none; 178 border-right: none;
179 } 179 }
180 180
181 .um-field-error .um-field-arrow { 181 .um-field-error .um-field-arrow {
182 left: 0; 182 left: 0;
183 right: 10px; 183 right: 10px;
184 } 184 }
185 185
186 .um-single-image-preview a.cancel, 186 .um-single-image-preview a.cancel,
187 .um-single-file-preview a.cancel { 187 .um-single-file-preview a.cancel {
188 left: 0; 188 left: 0;
189 } 189 }
190 .um-modal-body .um-single-image-preview a.cancel, 190 .um-modal-body .um-single-image-preview a.cancel,
191 .um-modal-body .um-single-file-preview a.cancel { 191 .um-modal-body .um-single-file-preview a.cancel {
192 left: -15px; 192 left: -15px;
193 } 193 }
194 194
195 .um-item-link { padding-right: 0; padding-left: 40px;} 195 .um-item-link { padding-right: 0; padding-left: 40px;}
...\ No newline at end of file ...\ No newline at end of file
......
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit;
4 }
5
6 if ( empty( $args['css_profile_card_bg'] ) && empty( $args['css_card_thickness'] ) &&
7 empty( $args['css_profile_card_text'] ) && empty( $args['css_card_bordercolor'] ) &&
8 empty( $args['css_img_bordercolor'] ) ) {
9 return;
10 }
11 ?>
12 <style>
13 <?php if ( ! empty( $args['css_profile_card_bg'] ) ) { ?>
14 .um-<?php echo esc_attr( $args['form_id'] ); ?> .um-member {
15 background: <?php echo esc_attr( $args['css_profile_card_bg'] ); ?>;
16 }
17 <?php } ?>
18 <?php if ( ! empty( $args['css_card_thickness'] ) ) { ?>
19 .um-<?php echo esc_attr( $args['form_id'] ); ?> .um-member {
20 border-width: <?php echo esc_attr( $args['css_card_thickness'] ); ?>;
21 }
22 <?php } ?>
23 <?php if ( ! empty( $args['css_profile_card_text'] ) ) { ?>
24 .um-<?php echo esc_attr( $args['form_id'] ); ?> .um-member-card * {
25 color: <?php echo esc_attr( $args['css_profile_card_text'] ); ?>;
26 }
27 <?php } ?>
28 <?php if ( ! empty( $args['css_card_bordercolor'] ) ) { ?>
29 .um-<?php echo esc_attr( $args['form_id'] ); ?> .um-member {
30 border-color: <?php echo esc_attr( $args['css_card_bordercolor'] ); ?>;
31 }
32 <?php } ?>
33 <?php if ( ! empty( $args['css_img_bordercolor'] ) ) { ?>
34 .um-<?php echo esc_attr( $args['form_id'] ); ?> .um-member-photo img {
35 border-color: <?php echo esc_attr( $args['css_img_bordercolor'] ); ?>;
36 }
37 <?php } ?>
38 </style>
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit;
4 }
5
6 if ( ! isset( $args['max_width'] ) && ! isset( $args['align'] ) ) {
7 return;
8 }
9 ?>
10 <style>
11 <?php if ( isset( $args['max_width'] ) && $args['max_width'] ) { ?>
12 .um-<?php echo esc_attr( $args['form_id'] ); ?>.um {
13 max-width: <?php echo esc_attr( $args['max_width'] ); ?>;
14 }
15 <?php } ?>
16 <?php if ( isset( $args['align'] ) && in_array( $args['align'], array( 'left', 'right' ), true ) ) { ?>
17 .um-<?php echo esc_attr( $args['form_id'] ); ?>.um {
18 margin-<?php echo esc_attr( $args['align'] ); ?>: 0px !important;
19 }
20 <?php } ?>
21 </style>
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit;
4 }
5
6 if ( ! isset( $args['photosize'] ) || 'original' === $args['photosize'] ) {
7 $args['photosize'] = um_get_metadefault( 'profile_photosize' ); // Cannot be more than metadefault value.
8 }
9
10 $args['photosize'] = absint( $args['photosize'] );
11
12 $photosize_up = ( $args['photosize'] / 2 ) + 10;
13 $meta_padding = ( $args['photosize'] + 60 ) . 'px';
14 ?>
15 <style>
16 <?php if ( ! empty( $args['area_max_width'] ) ) { ?>
17 .um-<?php echo esc_attr( $args['form_id'] ); ?>.um .um-profile-body {
18 max-width: <?php echo esc_attr( $args['area_max_width'] ); ?>;
19 }
20 <?php } ?>
21 .um-<?php echo esc_attr( $args['form_id'] ); ?>.um .um-profile-photo a.um-profile-photo-img {
22 width: <?php echo esc_attr( $args['photosize'] ); ?>px;
23 height: <?php echo esc_attr( $args['photosize'] ); ?>px;
24 }
25 .um-<?php echo esc_attr( $args['form_id'] ); ?>.um .um-profile-photo a.um-profile-photo-img {
26 top: -<?php echo esc_attr( $photosize_up ); ?>px;
27 }
28 <?php if ( is_rtl() ) { ?>
29 .um-<?php echo esc_attr( $args['form_id'] ); ?>.um .um-profile-meta {
30 padding-right: <?php echo esc_attr( $meta_padding ); ?>;
31 }
32 <?php } else { ?>
33 .um-<?php echo esc_attr( $args['form_id'] ); ?>.um .um-profile-meta {
34 padding-left: <?php echo esc_attr( $meta_padding ); ?>;
35 }
36 <?php } ?>
37 </style>
1 <style type="text/css">
2 <?php
3
4 if ( isset( $css_profile_card_bg ) && ! empty( $css_profile_card_bg ) ) {
5
6 print ".um-$form_id .um-member {
7 background: $css_profile_card_bg;
8 }";
9
10 }
11
12 if ( isset( $css_card_thickness ) && ! empty( $css_card_thickness ) ) {
13
14 print ".um-$form_id .um-member {
15 border-width: $css_card_thickness;
16 }";
17
18 }
19
20 if ( isset( $css_profile_card_text ) && ! empty( $css_profile_card_text ) ) {
21
22 print ".um-$form_id .um-member-card * {
23 color: $css_profile_card_text;
24 }";
25
26 }
27
28 if ( isset( $css_card_bordercolor ) && ! empty( $css_card_bordercolor ) ) {
29
30 print ".um-$form_id .um-member {
31 border-color: $css_card_bordercolor;
32 }";
33
34 }
35
36 if ( isset( $css_img_bordercolor ) && ! empty( $css_img_bordercolor ) ) {
37
38 print ".um-$form_id .um-member-photo img {
39 border-color: $css_img_bordercolor;
40 }";
41
42 }
43
44 ?>
45 </style>
...\ No newline at end of file ...\ No newline at end of file
1 <style type="text/css">
2 <?php
3
4 if ( isset( $max_width ) && $max_width ) {
5 print ".um-$form_id.um {
6 max-width: {$max_width};
7 }";
8 }
9
10 if ( isset( $align ) && in_array( $align, array( 'left', 'right' ) ) ) {
11 print ".um-$form_id.um {
12 margin-$align: 0px !important;
13 }";
14 }
15
16 ?>
17 </style>
1 <?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
2
3 <style type="text/css">
4
5 <?php if ( ! $photosize || $photosize == 'original' ) {
6 //cannot be more than metadefault value
7 $photosize = um_get_metadefault( 'profile_photosize' );
8 }
9 $photosize = filter_var( $photosize, FILTER_SANITIZE_NUMBER_INT );
10
11 $photosize_up = ( $photosize / 2 ) + 10;
12 $meta_padding = ( $photosize + 60 ) . 'px';
13
14 if ( $area_max_width ) {
15 print "
16 .um-$form_id.um .um-profile-body {
17 max-width: $area_max_width;
18 }
19 ";
20 }
21
22 print "
23 .um-$form_id.um .um-profile-photo a.um-profile-photo-img {
24 width: ".$photosize."px;
25 height: ".$photosize."px;
26 }
27 ";
28
29 print "
30 .um-$form_id.um .um-profile-photo a.um-profile-photo-img {
31 top: -".$photosize_up."px;
32 }
33 ";
34
35 if ( is_rtl() ) {
36 print "
37 .um-$form_id.um .um-profile-meta {
38 padding-right: $meta_padding;
39 }
40 ";
41 } else {
42 print "
43 .um-$form_id.um .um-profile-meta {
44 padding-left: $meta_padding;
45 }
46 ";
47 }
48 ?>
49 </style>
...\ No newline at end of file ...\ No newline at end of file
This diff could not be displayed because it is too large.
1 <?xml version="1.0" standalone="no"?> 1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3 <svg xmlns="http://www.w3.org/2000/svg"> 3 <svg xmlns="http://www.w3.org/2000/svg">
4 <metadata>Generated by IcoMoon</metadata> 4 <metadata>Generated by IcoMoon</metadata>
5 <defs> 5 <defs>
6 <font id="raty" horiz-adv-x="512"> 6 <font id="raty" horiz-adv-x="512">
7 <font-face units-per-em="512" ascent="480" descent="-32" /> 7 <font-face units-per-em="512" ascent="480" descent="-32" />
8 <missing-glyph horiz-adv-x="512" /> 8 <missing-glyph horiz-adv-x="512" />
9 <glyph unicode="&#x20;" d="" horiz-adv-x="256" /> 9 <glyph unicode="&#x20;" d="" horiz-adv-x="256" />
10 <glyph unicode="&#xe600;" d="M256 16c-114.88 0-208 93.12-208 208s93.12 208 208 208 208-93.12 208-208-93.12-208-208-208zM351.376 284.656c3.904 3.904 3.904 10.256 0 14.16l-21.248 21.232c-3.904 3.904-10.256 3.904-14.16 0l-60.176-60.176-60.176 60.176c-3.904 3.904-10.256 3.904-14.16 0l-21.248-21.232c-3.904-3.904-3.904-10.256 0-14.16l60.192-60.192-60.192-60.16c-3.904-3.904-3.904-10.256 0-14.16l21.248-21.248c3.904-3.904 10.256-3.904 14.16 0l60.176 60.192 60.176-60.192c3.904-3.904 10.256-3.904 14.16 0l21.248 21.248c3.904 3.904 3.904 10.256 0 14.16l-60.192 60.16 60.192 60.192z" /> 10 <glyph unicode="&#xe600;" d="M256 16c-114.88 0-208 93.12-208 208s93.12 208 208 208 208-93.12 208-208-93.12-208-208-208zM351.376 284.656c3.904 3.904 3.904 10.256 0 14.16l-21.248 21.232c-3.904 3.904-10.256 3.904-14.16 0l-60.176-60.176-60.176 60.176c-3.904 3.904-10.256 3.904-14.16 0l-21.248-21.232c-3.904-3.904-3.904-10.256 0-14.16l60.192-60.192-60.192-60.16c-3.904-3.904-3.904-10.256 0-14.16l21.248-21.248c3.904-3.904 10.256-3.904 14.16 0l60.176 60.192 60.176-60.192c3.904-3.904 10.256-3.904 14.16 0l21.248 21.248c3.904 3.904 3.904 10.256 0 14.16l-60.192 60.16 60.192 60.192z" />
11 <glyph unicode="&#xe601;" d="M256 16c-114.88 0-208 93.12-208 208s93.12 208 208 208 208-93.12 208-208-93.12-208-208-208zM256 384c-88.352 0-160-71.648-160-160s71.648-160 160-160c88.368 0 160 71.648 160 160s-71.632 160-160 160zM328.592 167.44l-16.224-16.224c-2.976-2.976-7.808-2.976-10.8 0l-45.92 45.92-45.92-45.92c-2.992-2.976-7.808-2.976-10.8 0l-16.224 16.224c-2.976 2.976-2.976 7.808 0 10.8l45.936 45.904-45.936 45.92c-2.976 2.992-2.976 7.824 0 10.816l16.224 16.208c2.992 2.992 7.808 2.992 10.8 0l45.92-45.92 45.92 45.92c2.992 2.992 7.824 2.992 10.8 0l16.224-16.208c2.976-2.992 2.976-7.824 0-10.816l-45.936-45.92 45.936-45.904c2.976-2.992 2.976-7.84 0-10.8z" /> 11 <glyph unicode="&#xe601;" d="M256 16c-114.88 0-208 93.12-208 208s93.12 208 208 208 208-93.12 208-208-93.12-208-208-208zM256 384c-88.352 0-160-71.648-160-160s71.648-160 160-160c88.368 0 160 71.648 160 160s-71.632 160-160 160zM328.592 167.44l-16.224-16.224c-2.976-2.976-7.808-2.976-10.8 0l-45.92 45.92-45.92-45.92c-2.992-2.976-7.808-2.976-10.8 0l-16.224 16.224c-2.976 2.976-2.976 7.808 0 10.8l45.936 45.904-45.936 45.92c-2.976 2.992-2.976 7.824 0 10.816l16.224 16.208c2.992 2.992 7.808 2.992 10.8 0l45.92-45.92 45.92 45.92c2.992 2.992 7.824 2.992 10.8 0l16.224-16.208c2.976-2.992 2.976-7.824 0-10.816l-45.936-45.92 45.936-45.904c2.976-2.992 2.976-7.84 0-10.8z" />
12 <glyph unicode="&#xf005;" d="M475.428 290.572q0-6.286-7.428-13.714l-103.714-101.143 24.572-142.857q0.286-2 0.286-5.714 0-6-3-10.143t-8.714-4.143q-5.428 0-11.428 3.428l-128.286 67.428-128.286-67.428q-6.285-3.428-11.428-3.428-6 0-9 4.143t-3 10.143q0 1.714 0.572 5.714l24.572 142.857-104 101.143q-7.143 7.714-7.143 13.714 0 10.572 16 13.143l143.428 20.857 64.286 130q5.428 11.714 14 11.714t14-11.714l64.286-130 143.429-20.857q16-2.572 16-13.143z" horiz-adv-x="476" /> 12 <glyph unicode="&#xf005;" d="M475.428 290.572q0-6.286-7.428-13.714l-103.714-101.143 24.572-142.857q0.286-2 0.286-5.714 0-6-3-10.143t-8.714-4.143q-5.428 0-11.428 3.428l-128.286 67.428-128.286-67.428q-6.285-3.428-11.428-3.428-6 0-9 4.143t-3 10.143q0 1.714 0.572 5.714l24.572 142.857-104 101.143q-7.143 7.714-7.143 13.714 0 10.572 16 13.143l143.428 20.857 64.286 130q5.428 11.714 14 11.714t14-11.714l64.286-130 143.429-20.857q16-2.572 16-13.143z" horiz-adv-x="476" />
13 <glyph unicode="&#xf006;" d="M324.857 188.572l87.428 84.857-120.572 17.715-54 109.143-54-109.143-120.572-17.714 87.428-84.857-20.857-120.286 108 56.857 107.714-56.857zM475.428 290.572q0-6.286-7.428-13.714l-103.714-101.143 24.572-142.857q0.286-2 0.286-5.714 0-14.286-11.714-14.286-5.428 0-11.428 3.428l-128.286 67.428-128.286-67.428q-6.285-3.428-11.428-3.428-6 0-9 4.143t-3 10.143q0 1.714 0.572 5.714l24.572 142.857-104 101.143q-7.143 7.714-7.143 13.714 0 10.572 16 13.143l143.428 20.857 64.286 130q5.428 11.714 14 11.714t14-11.714l64.286-130 143.429-20.857q16-2.572 16-13.143z" horiz-adv-x="476" /> 13 <glyph unicode="&#xf006;" d="M324.857 188.572l87.428 84.857-120.572 17.715-54 109.143-54-109.143-120.572-17.714 87.428-84.857-20.857-120.286 108 56.857 107.714-56.857zM475.428 290.572q0-6.286-7.428-13.714l-103.714-101.143 24.572-142.857q0.286-2 0.286-5.714 0-14.286-11.714-14.286-5.428 0-11.428 3.428l-128.286 67.428-128.286-67.428q-6.285-3.428-11.428-3.428-6 0-9 4.143t-3 10.143q0 1.714 0.572 5.714l24.572 142.857-104 101.143q-7.143 7.714-7.143 13.714 0 10.572 16 13.143l143.428 20.857 64.286 130q5.428 11.714 14 11.714t14-11.714l64.286-130 143.429-20.857q16-2.572 16-13.143z" horiz-adv-x="476" />
14 <glyph unicode="&#xf123;" d="M338.857 202l73.428 71.428-120.572 17.714-8.572 17.143-45.428 92v-275.143l16.857-8.857 90.857-48-17.143 101.428-3.428 18.857zM468 276.857l-103.714-101.143 24.572-142.857q1.428-9.428-1.714-14.714t-9.714-5.286q-4.857 0-11.428 3.428l-128.286 67.428-128.286-67.428q-6.572-3.428-11.428-3.428-6.572 0-9.715 5.286t-1.715 14.714l24.572 142.857-104 101.143q-9.143 9.143-6.572 17t15.428 9.857l143.429 20.857 64.286 130q5.714 11.714 14 11.714 8 0 14-11.714l64.286-130 143.429-20.857q12.857-2 15.428-9.857t-6.857-17z" horiz-adv-x="476" /> 14 <glyph unicode="&#xf123;" d="M338.857 202l73.428 71.428-120.572 17.714-8.572 17.143-45.428 92v-275.143l16.857-8.857 90.857-48-17.143 101.428-3.428 18.857zM468 276.857l-103.714-101.143 24.572-142.857q1.428-9.428-1.714-14.714t-9.714-5.286q-4.857 0-11.428 3.428l-128.286 67.428-128.286-67.428q-6.572-3.428-11.428-3.428-6.572 0-9.715 5.286t-1.715 14.714l24.572 142.857-104 101.143q-9.143 9.143-6.572 17t15.428 9.857l143.429 20.857 64.286 130q5.714 11.714 14 11.714 8 0 14-11.714l64.286-130 143.429-20.857q12.857-2 15.428-9.857t-6.857-17z" horiz-adv-x="476" />
15 </font></defs></svg> 15 </font></defs></svg>
...\ No newline at end of file ...\ No newline at end of file
......
1 function um_init_new_dropdown(){jQuery(".um-new-dropdown").um_dropdownMenu()}!function(p){function o(e){var i={get:function(){return i},show:function(){i.hideAll(),i.$menu=i.$element.find(".um-new-dropdown"),i.$menu.length||(i.$menu=p('div.um-new-dropdown[data-element="'+i.data.element+'"]').first()),i.$dropdown=i.$menu.clone(),i.$dropdown.on("click","li a",i.itemHandler).attr("data-cloned","1"),p(window).on("resize",i.updatePosition);var e=""!==i.data.parent?i.data.parent:document.body;return p(e).append(i.$dropdown),i.$element.trigger("um_new_dropdown_render",{dropdown_layout:i.$dropdown,trigger:i.data.trigger,element:i.data.elemen,obj:i.$element}),i.$dropdown.css(i.calculatePosition()).show(),i.$element.addClass("um-new-dropdown-shown").data("um-new-dropdown-show",!0),i},hide:function(){return i.$dropdown&&i.$dropdown.is(":visible")&&(p(window).off("resize",i.updatePosition),i.$dropdown.remove(),i.$element.removeClass("um-new-dropdown-shown").data("um-new-dropdown-show",!1)),i},hideAll:function(){return i.$element.data("um-new-dropdown-show")&&i.hide(),p('div.um-new-dropdown[data-cloned="1"]').remove(),p(".um-new-dropdown-shown").removeClass("um-new-dropdown-shown").data("um-new-dropdown-show",!1),i},calculatePosition:function(){var e,t=i.$element.get(0).getBoundingClientRect(),n=i.$dropdown.innerHeight()||150,o=i.data.width||150,d="",r=(e=""!==i.data.parent?(r=p(i.data.parent).offset(),{top:(e=i.$element.offset()).top-r.top,left:e.left-r.left}):i.$element.offset(),""!==i.data.parent?p(i.data.parent)[0].offsetWidth:window.innerWidth),a={position:"absolute",width:o+"px"};switch((""!==i.data.parent?p(i.data.parent)[0].offsetHeight:window.innerHeight)-t.bottom>n?(a.top=e.top+t.height+"px",d+="bottom"):(d+="top",a.top=e.top-n+"px"),e.left>o||e.left>r/2?(a.left=e.left+t.width-o+"px",d+="-left"):(a.left=e.left+"px",d+="-right"),d){case"bottom-right":a.borderRadius="0px 5px 5px 5px";break;case"bottom-left":a.borderRadius="5px 0px 5px 5px";break;case"top-right":a.borderRadius="5px 5px 5px 0px";break;case"top-left":a.borderRadius="5px 5px 0px 5px"}return a},updatePosition:function(){return i.$dropdown&&i.$dropdown.is(":visible")&&i.$dropdown.css(i.calculatePosition()),i},itemHandler:function(e){e.stopPropagation();e=p(e.currentTarget).attr("class");i.$menu.find('li a[class="'+e+'"]').trigger("click"),i.$element.data("um-new-dropdown-show")&&i.hide()},triggerHandler:function(e){e.stopPropagation(),i.$element=p(e.currentTarget),i.$element.data("um-new-dropdown-show")?i.hide():i.show()}};return i.$menu=p(e),i.data=i.$menu.data(),i.$element=i.$menu.closest(i.data.element),i.$element.length||(i.$element=p(i.data.element).first()),i.$dropdown=p(document.body).children('div[data-element="'+i.data.element+'"]'),void 0===i.data.initted&&(i.$menu.data("initted",!0),i.data=i.$menu.data(),void 0===o.screenTriggers&&(o.screenTriggers={}),o.screenTriggers[i.data.element]!==i.data.trigger&&(o.screenTriggers[i.data.element]=i.data.trigger,p(document.body).on(i.data.trigger,i.data.element,i.triggerHandler))),void 0===o.globalHandlersInitted&&(o.globalHandlersInitted=!0,p(document.body).on("click",function(e){p(e.target).closest(".um-new-dropdown").length||i.hideAll()})),i}p.fn.um_dropdownMenu=function(n){return"string"==typeof n&&n?this.map(function(e,t){t=o(t);return"function"==typeof t[n]?t[n]():t[n]}).toArray():this.each(function(e,t){o(t)})}}(jQuery),jQuery(document).ready(function(e){um_init_new_dropdown()});
...\ No newline at end of file ...\ No newline at end of file
1 function um_init_new_dropdown(){jQuery(".um-new-dropdown").um_dropdownMenu()}!function(p){function o(e){var i={get:function(){return i},show:function(){i.hideAll(),i.$menu=i.$element.find(".um-new-dropdown"),i.$menu.length||(i.$menu=p('div.um-new-dropdown[data-element="'+i.data.element+'"]').first()),i.$dropdown=i.$menu.clone(),i.$dropdown.on("click","li a",i.itemHandler).attr("data-cloned","1"),p(window).on("resize",i.updatePosition);var e=""!==i.data.parent?i.data.parent:document.body;return p(e).append(i.$dropdown),i.$element.trigger("um_new_dropdown_render",{dropdown_layout:i.$dropdown,trigger:i.data.trigger,element:i.data.elemen,obj:i.$element}),i.$dropdown.css(i.calculatePosition()).show(),i.$element.addClass("um-new-dropdown-shown").data("um-new-dropdown-show",!0),i},hide:function(){return i.$dropdown&&i.$dropdown.is(":visible")&&(p(window).off("resize",i.updatePosition),i.$dropdown.remove(),i.$element.removeClass("um-new-dropdown-shown").data("um-new-dropdown-show",!1)),i},hideAll:function(){return i.$element.data("um-new-dropdown-show")&&i.hide(),p('div.um-new-dropdown[data-cloned="1"]').remove(),p(".um-new-dropdown-shown").removeClass("um-new-dropdown-shown").data("um-new-dropdown-show",!1),i},calculatePosition:function(){var e,t=i.$element.get(0).getBoundingClientRect(),n=i.$dropdown.innerHeight()||150,o=i.data.width||150,d="",r=(e=""!==i.data.parent?(r=p(i.data.parent).offset(),{top:(e=i.$element.offset()).top-r.top,left:e.left-r.left}):i.$element.offset(),""!==i.data.parent?p(i.data.parent)[0].offsetWidth:window.innerWidth),a={position:"absolute",width:o+"px"};switch((""!==i.data.parent?p(i.data.parent)[0].offsetHeight:window.innerHeight)-t.bottom>n?(a.top=e.top+t.height+"px",d+="bottom"):(d+="top",a.top=e.top-n+"px"),e.left>o||e.left>r/2?(a.left=e.left+t.width-o+"px",d+="-left"):(a.left=e.left+"px",d+="-right"),d){case"bottom-right":a.borderRadius="0px 5px 5px 5px";break;case"bottom-left":a.borderRadius="5px 0px 5px 5px";break;case"top-right":a.borderRadius="5px 5px 5px 0px";break;case"top-left":a.borderRadius="5px 5px 0px 5px"}return a},updatePosition:function(){return i.$dropdown&&i.$dropdown.is(":visible")&&i.$dropdown.css(i.calculatePosition()),i},itemHandler:function(e){e.stopPropagation();e=p(e.currentTarget).attr("class");i.$menu.find('li a[class="'+e+'"]').trigger("click"),i.$element.data("um-new-dropdown-show")&&i.hide()},triggerHandler:function(e){e.stopPropagation(),i.$element=p(e.currentTarget),i.$element.data("um-new-dropdown-show")?i.hide():i.show()}};return i.$menu=p(e),i.data=i.$menu.data(),i.$element=i.$menu.closest(i.data.element),i.$element.length||(i.$element=p(i.data.element).first()),i.$dropdown=p(document.body).children('div[data-element="'+i.data.element+'"]'),void 0===i.data.initted&&(i.$menu.data("initted",!0),i.data=i.$menu.data(),void 0===o.screenTriggers&&(o.screenTriggers={}),o.screenTriggers[i.data.element]!==i.data.trigger)&&(o.screenTriggers[i.data.element]=i.data.trigger,p(document.body).on(i.data.trigger,i.data.element,i.triggerHandler)),void 0===o.globalHandlersInitted&&(o.globalHandlersInitted=!0,p(document.body).on("click",function(e){p(e.target).closest(".um-new-dropdown").length||i.hideAll()})),i}p.fn.um_dropdownMenu=function(n){return"string"==typeof n&&n?this.map(function(e,t){t=o(t);return"function"==typeof t[n]?t[n]():t[n]}).toArray():this.each(function(e,t){o(t)})}}(jQuery),jQuery(document).ready(function(e){um_init_new_dropdown()});
...\ No newline at end of file ...\ No newline at end of file
......
1 1
2 /*jshint 2 /*jshint
3 asi: true, 3 asi: true,
4 unused: true, 4 unused: true,
5 boss: true, 5 boss: true,
6 loopfunc: true, 6 loopfunc: true,
7 eqnull: true 7 eqnull: true
8 */ 8 */
9 9
10 10
11 /*! 11 /*!
12 * Legacy browser support 12 * Legacy browser support
13 */ 13 */
14 14
15 15
16 // Map array support 16 // Map array support
17 if ( ![].map ) { 17 if ( ![].map ) {
18 Array.prototype.map = function ( callback, self ) { 18 Array.prototype.map = function ( callback, self ) {
19 var array = this, len = array.length, newArray = new Array( len ) 19 var array = this, len = array.length, newArray = new Array( len )
20 for ( var i = 0; i < len; i++ ) { 20 for ( var i = 0; i < len; i++ ) {
21 if ( i in array ) { 21 if ( i in array ) {
22 newArray[ i ] = callback.call( self, array[ i ], i, array ) 22 newArray[ i ] = callback.call( self, array[ i ], i, array )
23 } 23 }
24 } 24 }
25 return newArray 25 return newArray
26 } 26 }
27 } 27 }
28 28
29 29
30 // Filter array support 30 // Filter array support
31 if ( ![].filter ) { 31 if ( ![].filter ) {
32 Array.prototype.filter = function( callback ) { 32 Array.prototype.filter = function( callback ) {
33 if ( this == null ) throw new TypeError() 33 if ( this == null ) throw new TypeError()
34 var t = Object( this ), len = t.length >>> 0 34 var t = Object( this ), len = t.length >>> 0
35 if ( typeof callback != 'function' ) throw new TypeError() 35 if ( typeof callback != 'function' ) throw new TypeError()
36 var newArray = [], thisp = arguments[ 1 ] 36 var newArray = [], thisp = arguments[ 1 ]
37 for ( var i = 0; i < len; i++ ) { 37 for ( var i = 0; i < len; i++ ) {
38 if ( i in t ) { 38 if ( i in t ) {
39 var val = t[ i ] 39 var val = t[ i ]
40 if ( callback.call( thisp, val, i, t ) ) newArray.push( val ) 40 if ( callback.call( thisp, val, i, t ) ) newArray.push( val )
41 } 41 }
42 } 42 }
43 return newArray 43 return newArray
44 } 44 }
45 } 45 }
46 46
47 47
48 // Index of array support 48 // Index of array support
49 if ( ![].indexOf ) { 49 if ( ![].indexOf ) {
50 Array.prototype.indexOf = function( searchElement ) { 50 Array.prototype.indexOf = function( searchElement ) {
51 if ( this == null ) throw new TypeError() 51 if ( this == null ) throw new TypeError()
52 var t = Object( this ), len = t.length >>> 0 52 var t = Object( this ), len = t.length >>> 0
53 if ( len === 0 ) return -1 53 if ( len === 0 ) return -1
54 var n = 0 54 var n = 0
55 if ( arguments.length > 1 ) { 55 if ( arguments.length > 1 ) {
56 n = Number( arguments[ 1 ] ) 56 n = Number( arguments[ 1 ] )
57 if ( n != n ) { 57 if ( n != n ) {
58 n = 0 58 n = 0
59 } 59 }
60 else if ( n !== 0 && n != Infinity && n != -Infinity ) { 60 else if ( n !== 0 && n != Infinity && n != -Infinity ) {
61 n = ( n > 0 || -1 ) * Math.floor( Math.abs( n ) ) 61 n = ( n > 0 || -1 ) * Math.floor( Math.abs( n ) )
62 } 62 }
63 } 63 }
64 if ( n >= len ) return -1 64 if ( n >= len ) return -1
65 var k = n >= 0 ? n : Math.max( len - Math.abs( n ), 0 ) 65 var k = n >= 0 ? n : Math.max( len - Math.abs( n ), 0 )
66 for ( ; k < len; k++ ) { 66 for ( ; k < len; k++ ) {
67 if ( k in t && t[ k ] === searchElement ) return k 67 if ( k in t && t[ k ] === searchElement ) return k
68 } 68 }
69 return -1 69 return -1
70 } 70 }
71 } 71 }
72 72
73 73
74 /*! 74 /*!
75 * Cross-Browser Split 1.1.1 75 * Cross-Browser Split 1.1.1
76 * Copyright 2007-2012 Steven Levithan <stevenlevithan.com> 76 * Copyright 2007-2012 Steven Levithan <stevenlevithan.com>
77 * Available under the MIT License 77 * Available under the MIT License
78 * http://blog.stevenlevithan.com/archives/cross-browser-split 78 * http://blog.stevenlevithan.com/archives/cross-browser-split
79 */ 79 */
80 var nativeSplit = String.prototype.split, compliantExecNpcg = /()??/.exec('')[1] === undefined 80 var nativeSplit = String.prototype.split, compliantExecNpcg = /()??/.exec('')[1] === undefined
81 String.prototype.split = function(separator, limit) { 81 String.prototype.split = function(separator, limit) {
82 var str = this 82 var str = this
83 if (Object.prototype.toString.call(separator) !== '[object RegExp]') { 83 if (Object.prototype.toString.call(separator) !== '[object RegExp]') {
84 return nativeSplit.call(str, separator, limit) 84 return nativeSplit.call(str, separator, limit)
85 } 85 }
86 var output = [], 86 var output = [],
87 flags = (separator.ignoreCase ? 'i' : '') + 87 flags = (separator.ignoreCase ? 'i' : '') +
88 (separator.multiline ? 'm' : '') + 88 (separator.multiline ? 'm' : '') +
89 (separator.extended ? 'x' : '') + 89 (separator.extended ? 'x' : '') +
90 (separator.sticky ? 'y' : ''), 90 (separator.sticky ? 'y' : ''),
91 lastLastIndex = 0, 91 lastLastIndex = 0,
92 separator2, match, lastIndex, lastLength 92 separator2, match, lastIndex, lastLength
93 separator = new RegExp(separator.source, flags + 'g') 93 separator = new RegExp(separator.source, flags + 'g')
94 str += '' 94 str += ''
95 if (!compliantExecNpcg) { 95 if (!compliantExecNpcg) {
96 separator2 = new RegExp('^' + separator.source + '$(?!\\s)', flags) 96 separator2 = new RegExp('^' + separator.source + '$(?!\\s)', flags)
97 } 97 }
98 limit = limit === undefined ? -1 >>> 0 : limit >>> 0 98 limit = limit === undefined ? -1 >>> 0 : limit >>> 0
99 while (match = separator.exec(str)) { 99 while (match = separator.exec(str)) {
100 lastIndex = match.index + match[0].length 100 lastIndex = match.index + match[0].length
101 if (lastIndex > lastLastIndex) { 101 if (lastIndex > lastLastIndex) {
102 output.push(str.slice(lastLastIndex, match.index)) 102 output.push(str.slice(lastLastIndex, match.index))
103 if (!compliantExecNpcg && match.length > 1) { 103 if (!compliantExecNpcg && match.length > 1) {
104 match[0].replace(separator2, function () { 104 match[0].replace(separator2, function () {
105 for (var i = 1; i < arguments.length - 2; i++) { 105 for (var i = 1; i < arguments.length - 2; i++) {
106 if (arguments[i] === undefined) { 106 if (arguments[i] === undefined) {
107 match[i] = undefined 107 match[i] = undefined
108 } 108 }
109 } 109 }
110 }) 110 })
111 } 111 }
112 if (match.length > 1 && match.index < str.length) { 112 if (match.length > 1 && match.index < str.length) {
113 Array.prototype.push.apply(output, match.slice(1)) 113 Array.prototype.push.apply(output, match.slice(1))
114 } 114 }
115 lastLength = match[0].length 115 lastLength = match[0].length
116 lastLastIndex = lastIndex 116 lastLastIndex = lastIndex
117 if (output.length >= limit) { 117 if (output.length >= limit) {
118 break 118 break
119 } 119 }
120 } 120 }
121 if (separator.lastIndex === match.index) { 121 if (separator.lastIndex === match.index) {
122 separator.lastIndex++ 122 separator.lastIndex++
123 } 123 }
124 } 124 }
125 if (lastLastIndex === str.length) { 125 if (lastLastIndex === str.length) {
126 if (lastLength || !separator.test('')) { 126 if (lastLength || !separator.test('')) {
127 output.push('') 127 output.push('')
128 } 128 }
129 } else { 129 } else {
130 output.push(str.slice(lastLastIndex)) 130 output.push(str.slice(lastLastIndex))
131 } 131 }
132 return output.length > limit ? output.slice(0, limit) : output 132 return output.length > limit ? output.slice(0, limit) : output
133 }; 133 };
......
1 // Arabic 1 // Arabic
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'يناير', 'فبراير', 'مارس', 'ابريل', 'مايو', 'يونيو', 'يوليو', 'اغسطس', 'سبتمبر', 'اكتوبر', 'نوفمبر', 'ديسمبر' ], 4 monthsFull: [ 'يناير', 'فبراير', 'مارس', 'ابريل', 'مايو', 'يونيو', 'يوليو', 'اغسطس', 'سبتمبر', 'اكتوبر', 'نوفمبر', 'ديسمبر' ],
5 monthsShort: [ 'يناير', 'فبراير', 'مارس', 'ابريل', 'مايو', 'يونيو', 'يوليو', 'اغسطس', 'سبتمبر', 'اكتوبر', 'نوفمبر', 'ديسمبر' ], 5 monthsShort: [ 'يناير', 'فبراير', 'مارس', 'ابريل', 'مايو', 'يونيو', 'يوليو', 'اغسطس', 'سبتمبر', 'اكتوبر', 'نوفمبر', 'ديسمبر' ],
6 weekdaysFull: [ 'الاحد', 'الاثنين', 'الثلاثاء', 'الاربعاء', 'الخميس', 'الجمعة', 'السبت' ], 6 weekdaysFull: [ 'الاحد', 'الاثنين', 'الثلاثاء', 'الاربعاء', 'الخميس', 'الجمعة', 'السبت' ],
7 weekdaysShort: [ 'الاحد', 'الاثنين', 'الثلاثاء', 'الاربعاء', 'الخميس', 'الجمعة', 'السبت' ], 7 weekdaysShort: [ 'الاحد', 'الاثنين', 'الثلاثاء', 'الاربعاء', 'الخميس', 'الجمعة', 'السبت' ],
8 today: 'اليوم', 8 today: 'اليوم',
9 clear: 'مسح', 9 clear: 'مسح',
10 format: 'yyyy mmmm dd', 10 format: 'yyyy mmmm dd',
11 formatSubmit: 'yyyy/mm/dd' 11 formatSubmit: 'yyyy/mm/dd'
12 }); 12 });
13 13
14 jQuery.extend( jQuery.fn.pickatime.defaults, { 14 jQuery.extend( jQuery.fn.pickatime.defaults, {
15 clear: 'مسح' 15 clear: 'مسح'
16 }); 16 });
......
1 // Bulgarian 1 // Bulgarian
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'януари','февруари','март','април','май','юни','юли','август','септември','октомври','ноември','декември' ], 4 monthsFull: [ 'януари','февруари','март','април','май','юни','юли','август','септември','октомври','ноември','декември' ],
5 monthsShort: [ 'янр','фев','мар','апр','май','юни','юли','авг','сеп','окт','ное','дек' ], 5 monthsShort: [ 'янр','фев','мар','апр','май','юни','юли','авг','сеп','окт','ное','дек' ],
6 weekdaysFull: [ 'неделя', 'понеделник', 'вторник', 'сряда', 'четвъртък', 'петък', 'събота' ], 6 weekdaysFull: [ 'неделя', 'понеделник', 'вторник', 'сряда', 'четвъртък', 'петък', 'събота' ],
7 weekdaysShort: [ 'нд', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб' ], 7 weekdaysShort: [ 'нд', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб' ],
8 today: 'днес', 8 today: 'днес',
9 clear: 'изтривам', 9 clear: 'изтривам',
10 firstDay: 1, 10 firstDay: 1,
11 format: 'd mmmm yyyy г.', 11 format: 'd mmmm yyyy г.',
12 formatSubmit: 'yyyy/mm/dd' 12 formatSubmit: 'yyyy/mm/dd'
13 }); 13 });
14 14
15 jQuery.extend( jQuery.fn.pickatime.defaults, { 15 jQuery.extend( jQuery.fn.pickatime.defaults, {
16 clear: 'изтривам' 16 clear: 'изтривам'
17 }); 17 });
......
1 // Bosnian 1 // Bosnian
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'januar', 'februar', 'mart', 'april', 'maj', 'juni', 'juli', 'august', 'septembar', 'oktobar', 'novembar', 'decembar' ], 4 monthsFull: [ 'januar', 'februar', 'mart', 'april', 'maj', 'juni', 'juli', 'august', 'septembar', 'oktobar', 'novembar', 'decembar' ],
5 monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec' ], 5 monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec' ],
6 weekdaysFull: [ 'nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'cetvrtak', 'petak', 'subota' ], 6 weekdaysFull: [ 'nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'cetvrtak', 'petak', 'subota' ],
7 weekdaysShort: [ 'ne', 'po', 'ut', 'sr', 'če', 'pe', 'su' ], 7 weekdaysShort: [ 'ne', 'po', 'ut', 'sr', 'če', 'pe', 'su' ],
8 today: 'danas', 8 today: 'danas',
9 clear: 'izbrisati', 9 clear: 'izbrisati',
10 firstDay: 1, 10 firstDay: 1,
11 format: 'dd. mmmm yyyy.', 11 format: 'dd. mmmm yyyy.',
12 formatSubmit: 'yyyy/mm/dd' 12 formatSubmit: 'yyyy/mm/dd'
13 }); 13 });
14 14
15 jQuery.extend( jQuery.fn.pickatime.defaults, { 15 jQuery.extend( jQuery.fn.pickatime.defaults, {
16 clear: 'izbrisati' 16 clear: 'izbrisati'
17 }); 17 });
......
1 // Catalan 1 // Catalan
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'Gener', 'Febrer', 'Març', 'Abril', 'Maig', 'juny', 'Juliol', 'Agost', 'Setembre', 'Octubre', 'Novembre', 'Desembre' ], 4 monthsFull: [ 'Gener', 'Febrer', 'Març', 'Abril', 'Maig', 'juny', 'Juliol', 'Agost', 'Setembre', 'Octubre', 'Novembre', 'Desembre' ],
5 monthsShort: [ 'Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Oct', 'Nov', 'Des' ], 5 monthsShort: [ 'Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Oct', 'Nov', 'Des' ],
6 weekdaysFull: [ 'diumenge', 'dilluns', 'dimarts', 'dimecres', 'dijous', 'divendres', 'dissabte' ], 6 weekdaysFull: [ 'diumenge', 'dilluns', 'dimarts', 'dimecres', 'dijous', 'divendres', 'dissabte' ],
7 weekdaysShort: [ 'diu', 'dil', 'dim', 'dmc', 'dij', 'div', 'dis' ], 7 weekdaysShort: [ 'diu', 'dil', 'dim', 'dmc', 'dij', 'div', 'dis' ],
8 today: 'avui', 8 today: 'avui',
9 clear: 'esborra', 9 clear: 'esborra',
10 close: 'tanca', 10 close: 'tanca',
11 firstDay: 1, 11 firstDay: 1,
12 format: 'dddd d !de mmmm !de yyyy', 12 format: 'dddd d !de mmmm !de yyyy',
13 formatSubmit: 'yyyy/mm/dd' 13 formatSubmit: 'yyyy/mm/dd'
14 }); 14 });
15 15
16 jQuery.extend( jQuery.fn.pickatime.defaults, { 16 jQuery.extend( jQuery.fn.pickatime.defaults, {
17 clear: 'esborra' 17 clear: 'esborra'
18 }); 18 });
......
1 // Czech 1 // Czech
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'leden', 'únor', 'březen', 'duben', 'květen', 'červen', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec' ], 4 monthsFull: [ 'leden', 'únor', 'březen', 'duben', 'květen', 'červen', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec' ],
5 monthsShort: [ 'led', 'úno', 'bře', 'dub', 'kvě', 'čer', 'čvc', 'srp', 'zář', 'říj', 'lis', 'pro' ], 5 monthsShort: [ 'led', 'úno', 'bře', 'dub', 'kvě', 'čer', 'čvc', 'srp', 'zář', 'říj', 'lis', 'pro' ],
6 weekdaysFull: [ 'neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota' ], 6 weekdaysFull: [ 'neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota' ],
7 weekdaysShort: [ 'ne', 'po', 'út', 'st', 'čt', 'pá', 'so' ], 7 weekdaysShort: [ 'ne', 'po', 'út', 'st', 'čt', 'pá', 'so' ],
8 today: 'dnes', 8 today: 'dnes',
9 clear: 'vymazat', 9 clear: 'vymazat',
10 firstDay: 1, 10 firstDay: 1,
11 format: 'd. mmmm yyyy', 11 format: 'd. mmmm yyyy',
12 formatSubmit: 'yyyy/mm/dd', 12 formatSubmit: 'yyyy/mm/dd',
13 close: 'zavřít' 13 close: 'zavřít'
14 }); 14 });
15 15
16 jQuery.extend( jQuery.fn.pickatime.defaults, { 16 jQuery.extend( jQuery.fn.pickatime.defaults, {
17 clear: 'vymazat' 17 clear: 'vymazat'
18 }); 18 });
......
1 // Danish 1 // Danish
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'januar', 'februar', 'marts', 'april', 'maj', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'december' ], 4 monthsFull: [ 'januar', 'februar', 'marts', 'april', 'maj', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'december' ],
5 monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec' ], 5 monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec' ],
6 weekdaysFull: [ 'søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag' ], 6 weekdaysFull: [ 'søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag' ],
7 weekdaysShort: [ 'søn', 'man', 'tir', 'ons', 'tor', 'fre', 'lør' ], 7 weekdaysShort: [ 'søn', 'man', 'tir', 'ons', 'tor', 'fre', 'lør' ],
8 today: 'i dag', 8 today: 'i dag',
9 clear: 'slet', 9 clear: 'slet',
10 close: 'luk', 10 close: 'luk',
11 firstDay: 1, 11 firstDay: 1,
12 format: 'd. mmmm yyyy', 12 format: 'd. mmmm yyyy',
13 formatSubmit: 'yyyy/mm/dd' 13 formatSubmit: 'yyyy/mm/dd'
14 }); 14 });
15 15
16 jQuery.extend( jQuery.fn.pickatime.defaults, { 16 jQuery.extend( jQuery.fn.pickatime.defaults, {
17 clear: 'slet' 17 clear: 'slet'
18 }); 18 });
......
1 // German 1 // German
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember' ], 4 monthsFull: [ 'Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember' ],
5 monthsShort: [ 'Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez' ], 5 monthsShort: [ 'Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez' ],
6 weekdaysFull: [ 'Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag' ], 6 weekdaysFull: [ 'Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag' ],
7 weekdaysShort: [ 'So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa' ], 7 weekdaysShort: [ 'So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa' ],
8 today: 'Heute', 8 today: 'Heute',
9 clear: 'Löschen', 9 clear: 'Löschen',
10 close: 'Schließen', 10 close: 'Schließen',
11 firstDay: 1, 11 firstDay: 1,
12 format: 'dddd, dd. mmmm yyyy', 12 format: 'dddd, dd. mmmm yyyy',
13 formatSubmit: 'yyyy/mm/dd' 13 formatSubmit: 'yyyy/mm/dd'
14 }); 14 });
15 15
16 jQuery.extend( jQuery.fn.pickatime.defaults, { 16 jQuery.extend( jQuery.fn.pickatime.defaults, {
17 clear: 'Löschen', 17 clear: 'Löschen',
18 format: 'H:i' 18 format: 'H:i'
19 }); 19 });
......
1 // Greek 1 // Greek
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'Ιανουάριος', 'Φεβρουάριος', 'Μάρτιος', 'Απρίλιος', 'Μάιος', 'Ιούνιος', 'Ιούλιος', 'Αύγουστος', 'Σεπτέμβριος', 'Οκτώβριος', 'Νοέμβριος', 'Δεκέμβριος' ], 4 monthsFull: [ 'Ιανουάριος', 'Φεβρουάριος', 'Μάρτιος', 'Απρίλιος', 'Μάιος', 'Ιούνιος', 'Ιούλιος', 'Αύγουστος', 'Σεπτέμβριος', 'Οκτώβριος', 'Νοέμβριος', 'Δεκέμβριος' ],
5 monthsShort: [ 'Ιαν', 'Φεβ', 'Μαρ', 'Απρ', 'Μαι', 'Ιουν', 'Ιουλ', 'Αυγ', 'Σεπ', 'Οκτ', 'Νοε', 'Δεκ' ], 5 monthsShort: [ 'Ιαν', 'Φεβ', 'Μαρ', 'Απρ', 'Μαι', 'Ιουν', 'Ιουλ', 'Αυγ', 'Σεπ', 'Οκτ', 'Νοε', 'Δεκ' ],
6 weekdaysFull: [ 'Κυριακή', 'Δευτέρα', 'Τρίτη', 'Τετάρτη', 'Πέμπτη', 'Παρασκευή', 'Σάββατο' ], 6 weekdaysFull: [ 'Κυριακή', 'Δευτέρα', 'Τρίτη', 'Τετάρτη', 'Πέμπτη', 'Παρασκευή', 'Σάββατο' ],
7 weekdaysShort: [ 'Κυρ', 'Δευ', 'Τρι', 'Τετ', 'Πεμ', 'Παρ', 'Σαβ' ], 7 weekdaysShort: [ 'Κυρ', 'Δευ', 'Τρι', 'Τετ', 'Πεμ', 'Παρ', 'Σαβ' ],
8 today: 'σήμερα', 8 today: 'σήμερα',
9 clear: 'Διαγραφή', 9 clear: 'Διαγραφή',
10 firstDay: 1, 10 firstDay: 1,
11 format: 'd mmmm yyyy', 11 format: 'd mmmm yyyy',
12 formatSubmit: 'yyyy/mm/dd' 12 formatSubmit: 'yyyy/mm/dd'
13 }); 13 });
14 14
15 jQuery.extend( jQuery.fn.pickatime.defaults, { 15 jQuery.extend( jQuery.fn.pickatime.defaults, {
16 clear: 'Διαγραφή' 16 clear: 'Διαγραφή'
17 }); 17 });
......
1 // Spanish 1 // Spanish
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre' ], 4 monthsFull: [ 'Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre' ],
5 monthsShort: [ 'ene', 'feb', 'mar', 'abr', 'may', 'jun', 'jul', 'ago', 'sep', 'oct', 'nov', 'dic' ], 5 monthsShort: [ 'ene', 'feb', 'mar', 'abr', 'may', 'jun', 'jul', 'ago', 'sep', 'oct', 'nov', 'dic' ],
6 weekdaysFull: [ 'Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado' ], 6 weekdaysFull: [ 'Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado' ],
7 weekdaysShort: [ 'dom', 'lun', 'mar', 'mié', 'jue', 'vie', 'sáb' ], 7 weekdaysShort: [ 'dom', 'lun', 'mar', 'mié', 'jue', 'vie', 'sáb' ],
8 today: 'Hoy', 8 today: 'Hoy',
9 clear: 'Borrar', 9 clear: 'Borrar',
10 close: 'Cerrar', 10 close: 'Cerrar',
11 firstDay: 1, 11 firstDay: 1,
12 format: 'dddd d !de mmmm !de yyyy', 12 format: 'dddd d !de mmmm !de yyyy',
13 formatSubmit: 'yyyy/mm/dd' 13 formatSubmit: 'yyyy/mm/dd'
14 }); 14 });
15 15
16 jQuery.extend( jQuery.fn.pickatime.defaults, { 16 jQuery.extend( jQuery.fn.pickatime.defaults, {
17 clear: 'Borrar' 17 clear: 'Borrar'
18 }); 18 });
......
1 // Estonian 1 // Estonian
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'jaanuar', 'veebruar', 'märts', 'aprill', 'mai', 'juuni', 'juuli', 'august', 'september', 'oktoober', 'november', 'detsember' ], 4 monthsFull: [ 'jaanuar', 'veebruar', 'märts', 'aprill', 'mai', 'juuni', 'juuli', 'august', 'september', 'oktoober', 'november', 'detsember' ],
5 monthsShort: [ 'jaan', 'veebr', 'märts', 'apr', 'mai', 'juuni', 'juuli', 'aug', 'sept', 'okt', 'nov', 'dets' ], 5 monthsShort: [ 'jaan', 'veebr', 'märts', 'apr', 'mai', 'juuni', 'juuli', 'aug', 'sept', 'okt', 'nov', 'dets' ],
6 weekdaysFull: [ 'pühapäev', 'esmaspäev', 'teisipäev', 'kolmapäev', 'neljapäev', 'reede', 'laupäev' ], 6 weekdaysFull: [ 'pühapäev', 'esmaspäev', 'teisipäev', 'kolmapäev', 'neljapäev', 'reede', 'laupäev' ],
7 weekdaysShort: [ 'püh', 'esm', 'tei', 'kol', 'nel', 'ree', 'lau' ], 7 weekdaysShort: [ 'püh', 'esm', 'tei', 'kol', 'nel', 'ree', 'lau' ],
8 today: 'täna', 8 today: 'täna',
9 clear: 'kustuta', 9 clear: 'kustuta',
10 firstDay: 1, 10 firstDay: 1,
11 format: 'd. mmmm yyyy. a', 11 format: 'd. mmmm yyyy. a',
12 formatSubmit: 'yyyy/mm/dd' 12 formatSubmit: 'yyyy/mm/dd'
13 }); 13 });
14 14
15 jQuery.extend( jQuery.fn.pickatime.defaults, { 15 jQuery.extend( jQuery.fn.pickatime.defaults, {
16 clear: 'kustuta' 16 clear: 'kustuta'
17 }); 17 });
......
1 // Basque 1 // Basque
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'urtarrila', 'otsaila', 'martxoa', 'apirila', 'maiatza', 'ekaina', 'uztaila', 'abuztua', 'iraila', 'urria', 'azaroa', 'abendua' ], 4 monthsFull: [ 'urtarrila', 'otsaila', 'martxoa', 'apirila', 'maiatza', 'ekaina', 'uztaila', 'abuztua', 'iraila', 'urria', 'azaroa', 'abendua' ],
5 monthsShort: [ 'urt', 'ots', 'mar', 'api', 'mai', 'eka', 'uzt', 'abu', 'ira', 'urr', 'aza', 'abe' ], 5 monthsShort: [ 'urt', 'ots', 'mar', 'api', 'mai', 'eka', 'uzt', 'abu', 'ira', 'urr', 'aza', 'abe' ],
6 weekdaysFull: [ 'igandea', 'astelehena', 'asteartea', 'asteazkena', 'osteguna', 'ostirala', 'larunbata' ], 6 weekdaysFull: [ 'igandea', 'astelehena', 'asteartea', 'asteazkena', 'osteguna', 'ostirala', 'larunbata' ],
7 weekdaysShort: [ 'ig.', 'al.', 'ar.', 'az.', 'og.', 'or.', 'lr.' ], 7 weekdaysShort: [ 'ig.', 'al.', 'ar.', 'az.', 'og.', 'or.', 'lr.' ],
8 today: 'gaur', 8 today: 'gaur',
9 clear: 'garbitu', 9 clear: 'garbitu',
10 firstDay: 1, 10 firstDay: 1,
11 format: 'dddd, yyyy(e)ko mmmmren da', 11 format: 'dddd, yyyy(e)ko mmmmren da',
12 formatSubmit: 'yyyy/mm/dd' 12 formatSubmit: 'yyyy/mm/dd'
13 }); 13 });
14 14
15 jQuery.extend( jQuery.fn.pickatime.defaults, { 15 jQuery.extend( jQuery.fn.pickatime.defaults, {
16 clear: 'garbitu' 16 clear: 'garbitu'
17 }); 17 });
......
1 // Farsi 1 // Farsi
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'], 4 monthsFull: [ 'ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'],
5 monthsShort: [ 'ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر' ], 5 monthsShort: [ 'ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر' ],
6 weekdaysFull: [ 'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه' ], 6 weekdaysFull: [ 'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه' ],
7 weekdaysShort: [ 'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه' ], 7 weekdaysShort: [ 'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه' ],
8 today: 'امروز', 8 today: 'امروز',
9 clear: 'پاک کردن', 9 clear: 'پاک کردن',
10 close: 'بستن', 10 close: 'بستن',
11 format: 'yyyy mmmm dd', 11 format: 'yyyy mmmm dd',
12 formatSubmit: 'yyyy/mm/dd', 12 formatSubmit: 'yyyy/mm/dd',
13 labelMonthNext: 'ماه بعدی', 13 labelMonthNext: 'ماه بعدی',
14 labelMonthPrev: 'ماه قبلی' 14 labelMonthPrev: 'ماه قبلی'
15 }); 15 });
16 16
17 jQuery.extend( jQuery.fn.pickatime.defaults, { 17 jQuery.extend( jQuery.fn.pickatime.defaults, {
18 clear: 'پاک کردن' 18 clear: 'پاک کردن'
19 }); 19 });
......
1 // Finnish 1 // Finnish
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'tammikuu', 'helmikuu', 'maaliskuu', 'huhtikuu', 'toukokuu', 'kesäkuu', 'heinäkuu', 'elokuu', 'syyskuu', 'lokakuu', 'marraskuu', 'joulukuu' ], 4 monthsFull: [ 'tammikuu', 'helmikuu', 'maaliskuu', 'huhtikuu', 'toukokuu', 'kesäkuu', 'heinäkuu', 'elokuu', 'syyskuu', 'lokakuu', 'marraskuu', 'joulukuu' ],
5 monthsShort: [ 'tammi', 'helmi', 'maalis', 'huhti', 'touko', 'kesä', 'heinä', 'elo', 'syys', 'loka', 'marras', 'joulu' ], 5 monthsShort: [ 'tammi', 'helmi', 'maalis', 'huhti', 'touko', 'kesä', 'heinä', 'elo', 'syys', 'loka', 'marras', 'joulu' ],
6 weekdaysFull: [ 'sunnuntai', 'maanantai', 'tiistai', 'keskiviikko', 'torstai', 'perjantai', 'lauantai' ], 6 weekdaysFull: [ 'sunnuntai', 'maanantai', 'tiistai', 'keskiviikko', 'torstai', 'perjantai', 'lauantai' ],
7 weekdaysShort: [ 'su', 'ma', 'ti', 'ke', 'to', 'pe', 'la' ], 7 weekdaysShort: [ 'su', 'ma', 'ti', 'ke', 'to', 'pe', 'la' ],
8 today: 'tänään', 8 today: 'tänään',
9 clear: 'tyhjennä', 9 clear: 'tyhjennä',
10 firstDay: 1, 10 firstDay: 1,
11 format: 'd.m.yyyy', 11 format: 'd.m.yyyy',
12 formatSubmit: 'yyyy/mm/dd' 12 formatSubmit: 'yyyy/mm/dd'
13 }); 13 });
14 14
15 jQuery.extend( jQuery.fn.pickatime.defaults, { 15 jQuery.extend( jQuery.fn.pickatime.defaults, {
16 clear: 'tyhjennä' 16 clear: 'tyhjennä'
17 }); 17 });
......
1 // French 1 // French
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre' ], 4 monthsFull: [ 'Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre' ],
5 monthsShort: [ 'Jan', 'Fev', 'Mar', 'Avr', 'Mai', 'Juin', 'Juil', 'Aou', 'Sep', 'Oct', 'Nov', 'Dec' ], 5 monthsShort: [ 'Jan', 'Fev', 'Mar', 'Avr', 'Mai', 'Juin', 'Juil', 'Aou', 'Sep', 'Oct', 'Nov', 'Dec' ],
6 weekdaysFull: [ 'Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi' ], 6 weekdaysFull: [ 'Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi' ],
7 weekdaysShort: [ 'Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam' ], 7 weekdaysShort: [ 'Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam' ],
8 today: 'Aujourd\'hui', 8 today: 'Aujourd\'hui',
9 clear: 'Effacer', 9 clear: 'Effacer',
10 close: 'Fermer', 10 close: 'Fermer',
11 firstDay: 1, 11 firstDay: 1,
12 format: 'dd mmmm yyyy', 12 format: 'dd mmmm yyyy',
13 formatSubmit: 'yyyy/mm/dd', 13 formatSubmit: 'yyyy/mm/dd',
14 labelMonthNext:"Mois suivant", 14 labelMonthNext:"Mois suivant",
15 labelMonthPrev:"Mois précédent", 15 labelMonthPrev:"Mois précédent",
16 labelMonthSelect:"Sélectionner un mois", 16 labelMonthSelect:"Sélectionner un mois",
17 labelYearSelect:"Sélectionner une année" 17 labelYearSelect:"Sélectionner une année"
18 }); 18 });
19 19
20 jQuery.extend( jQuery.fn.pickatime.defaults, { 20 jQuery.extend( jQuery.fn.pickatime.defaults, {
21 clear: 'Effacer', 21 clear: 'Effacer',
22 format: 'H:i' 22 format: 'H:i'
23 }); 23 });
......
1 // Georgian 1 // Georgian
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'იანვარი', 'თებერვალი', 'მარტი', 'აპრილი', 'მაისი', 'ივნისი', 'ივლისი', 'აგვისტო', 'სექტემბერი', 'ოქტომბერი', 'ნოემბერი', 'დეკემბერი' ], 4 monthsFull: [ 'იანვარი', 'თებერვალი', 'მარტი', 'აპრილი', 'მაისი', 'ივნისი', 'ივლისი', 'აგვისტო', 'სექტემბერი', 'ოქტომბერი', 'ნოემბერი', 'დეკემბერი' ],
5 monthsShort: [ 'იან', 'თებ', 'მარტ', 'აპრ', 'მაი', 'ივნ', 'ივლ', 'აგვ', 'სექტ', 'ოქტ', 'ნოემ', 'დეკ' ], 5 monthsShort: [ 'იან', 'თებ', 'მარტ', 'აპრ', 'მაი', 'ივნ', 'ივლ', 'აგვ', 'სექტ', 'ოქტ', 'ნოემ', 'დეკ' ],
6 weekdaysFull: [ 'კვირა', 'ორშაბათი', 'სამშაბათი', 'ოთხშაბათი', 'ხუშაბათი', 'პარასკევი', 'შაბათი' ], 6 weekdaysFull: [ 'კვირა', 'ორშაბათი', 'სამშაბათი', 'ოთხშაბათი', 'ხუშაბათი', 'პარასკევი', 'შაბათი' ],
7 weekdaysShort: [ 'კვ', 'ორ', 'სამ', 'ოთხ', 'ხუთ', 'პარ', 'შაბ' ], 7 weekdaysShort: [ 'კვ', 'ორ', 'სამ', 'ოთხ', 'ხუთ', 'პარ', 'შაბ' ],
8 today: 'დღეს', 8 today: 'დღეს',
9 clear: 'გასუფთავება', 9 clear: 'გასუფთავება',
10 firstDay: 1, 10 firstDay: 1,
11 format: 'd mmmm yyyy', 11 format: 'd mmmm yyyy',
12 formatSubmit: 'yyyy/mm/dd' 12 formatSubmit: 'yyyy/mm/dd'
13 }); 13 });
14 14
15 jQuery.extend( jQuery.fn.pickatime.defaults, { 15 jQuery.extend( jQuery.fn.pickatime.defaults, {
16 clear: 'გასუფთავება' 16 clear: 'გასუფთავება'
17 }); 17 });
......
1 // Galician 1 // Galician
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'Xaneiro', 'Febreiro', 'Marzo', 'Abril', 'Maio', 'Xuño', 'Xullo', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Decembro' ], 4 monthsFull: [ 'Xaneiro', 'Febreiro', 'Marzo', 'Abril', 'Maio', 'Xuño', 'Xullo', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Decembro' ],
5 monthsShort: [ 'xan', 'feb', 'mar', 'abr', 'mai', 'xun', 'xul', 'ago', 'sep', 'out', 'nov', 'dec' ], 5 monthsShort: [ 'xan', 'feb', 'mar', 'abr', 'mai', 'xun', 'xul', 'ago', 'sep', 'out', 'nov', 'dec' ],
6 weekdaysFull: [ 'domingo', 'luns', 'martes', 'mércores', 'xoves', 'venres', 'sábado' ], 6 weekdaysFull: [ 'domingo', 'luns', 'martes', 'mércores', 'xoves', 'venres', 'sábado' ],
7 weekdaysShort: [ 'dom', 'lun', 'mar', 'mér', 'xov', 'ven', 'sab' ], 7 weekdaysShort: [ 'dom', 'lun', 'mar', 'mér', 'xov', 'ven', 'sab' ],
8 today: 'hoxe', 8 today: 'hoxe',
9 clear: 'borrar', 9 clear: 'borrar',
10 firstDay: 1, 10 firstDay: 1,
11 format: 'dddd d !de mmmm !de yyyy', 11 format: 'dddd d !de mmmm !de yyyy',
12 formatSubmit: 'yyyy/mm/dd' 12 formatSubmit: 'yyyy/mm/dd'
13 }); 13 });
14 14
15 jQuery.extend( jQuery.fn.pickatime.defaults, { 15 jQuery.extend( jQuery.fn.pickatime.defaults, {
16 clear: 'borrar' 16 clear: 'borrar'
17 }); 17 });
......
1 // Hebrew 1 // Hebrew
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר' ], 4 monthsFull: [ 'ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר' ],
5 monthsShort: [ 'ינו', 'פבר', 'מרץ', 'אפר', 'מאי', 'יונ', 'יול', 'אוג', 'ספט', 'אוק', 'נוב', 'דצמ' ], 5 monthsShort: [ 'ינו', 'פבר', 'מרץ', 'אפר', 'מאי', 'יונ', 'יול', 'אוג', 'ספט', 'אוק', 'נוב', 'דצמ' ],
6 weekdaysFull: [ 'יום ראשון', 'יום שני', 'יום שלישי', 'יום רביעי', 'יום חמישי', 'יום ששי', 'יום שבת' ], 6 weekdaysFull: [ 'יום ראשון', 'יום שני', 'יום שלישי', 'יום רביעי', 'יום חמישי', 'יום ששי', 'יום שבת' ],
7 weekdaysShort: [ 'א', 'ב', 'ג', 'ד', 'ה', 'ו', 'ש' ], 7 weekdaysShort: [ 'א', 'ב', 'ג', 'ד', 'ה', 'ו', 'ש' ],
8 today: 'היום', 8 today: 'היום',
9 clear: 'למחוק', 9 clear: 'למחוק',
10 format: 'yyyy mmmmב d dddd', 10 format: 'yyyy mmmmב d dddd',
11 formatSubmit: 'yyyy/mm/dd' 11 formatSubmit: 'yyyy/mm/dd'
12 }); 12 });
13 13
14 jQuery.extend( jQuery.fn.pickatime.defaults, { 14 jQuery.extend( jQuery.fn.pickatime.defaults, {
15 clear: 'למחוק' 15 clear: 'למחוק'
16 }); 16 });
......
1 jQuery.extend( jQuery.fn.pickadate.defaults, { 1 jQuery.extend( jQuery.fn.pickadate.defaults, {
2 monthsFull: [ 'जनवरी', 'फरवरी', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जुलाई', 'अगस्त', 'सितम्बर', 'अक्टूबर', 'नवम्बर', 'दिसम्बर' ], 2 monthsFull: [ 'जनवरी', 'फरवरी', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जुलाई', 'अगस्त', 'सितम्बर', 'अक्टूबर', 'नवम्बर', 'दिसम्बर' ],
3 monthsShort: [ 'जन', 'फर', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जु', 'अग', 'सित', 'अक्टू', 'नव', 'दिस' ], 3 monthsShort: [ 'जन', 'फर', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जु', 'अग', 'सित', 'अक्टू', 'नव', 'दिस' ],
4 weekdaysFull: [ 'रविवार', 'सोमवार', 'मंगलवार', 'बुधवार', 'गुरुवार', 'शुक्रवार', 'शनिवार' ], 4 weekdaysFull: [ 'रविवार', 'सोमवार', 'मंगलवार', 'बुधवार', 'गुरुवार', 'शुक्रवार', 'शनिवार' ],
5 weekdaysShort: [ 'रवि', 'सोम', 'मंगल', 'बुध', 'गुरु', 'शुक्र','शनि' ], 5 weekdaysShort: [ 'रवि', 'सोम', 'मंगल', 'बुध', 'गुरु', 'शुक्र','शनि' ],
6 today: 'आज की तारीख चयन करें', 6 today: 'आज की तारीख चयन करें',
7 clear: 'चुनी हुई तारीख को मिटाएँ', 7 clear: 'चुनी हुई तारीख को मिटाएँ',
8 close: 'विंडो बंद करे', 8 close: 'विंडो बंद करे',
9 firstDay: 1, 9 firstDay: 1,
10 format: 'dd/mm/yyyy', 10 format: 'dd/mm/yyyy',
11 formatSubmit: 'yyyy/mm/dd', 11 formatSubmit: 'yyyy/mm/dd',
12 labelMonthNext: 'अगले माह का चयन करें', 12 labelMonthNext: 'अगले माह का चयन करें',
13 labelMonthPrev: 'पिछले माह का चयन करें', 13 labelMonthPrev: 'पिछले माह का चयन करें',
14 labelMonthSelect: 'किसि एक महीने का चयन करें', 14 labelMonthSelect: 'किसि एक महीने का चयन करें',
15 labelYearSelect: 'किसि एक वर्ष का चयन करें' 15 labelYearSelect: 'किसि एक वर्ष का चयन करें'
16 }); 16 });
17 17
18 jQuery.extend( jQuery.fn.pickatime.defaults, { 18 jQuery.extend( jQuery.fn.pickatime.defaults, {
19 clear: 'चुनी हुई तारीख को मिटाएँ' 19 clear: 'चुनी हुई तारीख को मिटाएँ'
20 }); 20 });
......
1 // Croatian 1 // Croatian
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'siječanj', 'veljača', 'ožujak', 'travanj', 'svibanj', 'lipanj', 'srpanj', 'kolovoz', 'rujan', 'listopad', 'studeni', 'prosinac' ], 4 monthsFull: [ 'siječanj', 'veljača', 'ožujak', 'travanj', 'svibanj', 'lipanj', 'srpanj', 'kolovoz', 'rujan', 'listopad', 'studeni', 'prosinac' ],
5 monthsShort: [ 'sij', 'velj', 'ožu', 'tra', 'svi', 'lip', 'srp', 'kol', 'ruj', 'lis', 'stu', 'pro' ], 5 monthsShort: [ 'sij', 'velj', 'ožu', 'tra', 'svi', 'lip', 'srp', 'kol', 'ruj', 'lis', 'stu', 'pro' ],
6 weekdaysFull: [ 'nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota' ], 6 weekdaysFull: [ 'nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota' ],
7 weekdaysShort: [ 'ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub' ], 7 weekdaysShort: [ 'ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub' ],
8 today: 'Danas', 8 today: 'Danas',
9 clear: 'Izbriši', 9 clear: 'Izbriši',
10 close: 'Zatvori', 10 close: 'Zatvori',
11 firstDay: 1, 11 firstDay: 1,
12 format: 'd. mmmm yyyy.', 12 format: 'd. mmmm yyyy.',
13 formatSubmit: 'yyyy/mm/dd' 13 formatSubmit: 'yyyy/mm/dd'
14 }); 14 });
15 15
16 jQuery.extend( jQuery.fn.pickatime.defaults, { 16 jQuery.extend( jQuery.fn.pickatime.defaults, {
17 clear: 'Izbriši' 17 clear: 'Izbriši'
18 }); 18 });
......
1 // Hungarian 1 // Hungarian
2 2
3 jQuery.extend( jQuery.fn.pickadate.defaults, { 3 jQuery.extend( jQuery.fn.pickadate.defaults, {
4 monthsFull: [ 'január', 'február', 'március', 'április', 'május', 'június', 'július', 'augusztus', 'szeptember', 'október', 'november', 'december' ], 4 monthsFull: [ 'január', 'február', 'március', 'április', 'május', 'június', 'július', 'augusztus', 'szeptember', 'október', 'november', 'december' ],
5 monthsShort: [ 'jan', 'febr', 'márc', 'ápr', 'máj', 'jún', 'júl', 'aug', 'szept', 'okt', 'nov', 'dec' ], 5 monthsShort: [ 'jan', 'febr', 'márc', 'ápr', 'máj', 'jún', 'júl', 'aug', 'szept', 'okt', 'nov', 'dec' ],
6 weekdaysFull: [ 'vasárnap', 'hétfő', 'kedd', 'szerda', 'csütörtök', 'péntek', 'szombat' ], 6 weekdaysFull: [ 'vasárnap', 'hétfő', 'kedd', 'szerda', 'csütörtök', 'péntek', 'szombat' ],
7 weekdaysShort: [ 'V', 'H', 'K', 'Sze', 'CS', 'P', 'Szo' ], 7 weekdaysShort: [ 'V', 'H', 'K', 'Sze', 'CS', 'P', 'Szo' ],
8 today: 'Ma', 8 today: 'Ma',
9 clear: 'Törlés', 9 clear: 'Törlés',
10 close: 'Bezárás', 10 close: 'Bezárás',
11 firstDay: 1, 11 firstDay: 1,
12 format: 'yyyy. mmmm dd.', 12 format: 'yyyy. mmmm dd.',
13 formatSubmit: 'yyyy/mm/dd' 13 formatSubmit: 'yyyy/mm/dd'
14 }); 14 });
15 15
16 jQuery.extend( jQuery.fn.pickatime.defaults, { 16 jQuery.extend( jQuery.fn.pickatime.defaults, {
17 clear: 'Törlés' 17 clear: 'Törlés'
18 }); 18 });
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.