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
/* ==========================================================================
$BASE-PICKER
========================================================================== */
/**
* Note: the root picker element should *NOT* be styled more than what’s here.
*/
.um .picker {
font-size: 16px;
text-align: left;
line-height: 1.2;
color: #fff;
position: absolute;
z-index: 10000;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.um .picker__box ul li[role="presentation"] {
margin: 10px 0 0 0;
}
/**
* The picker input element.
*/
.um .picker__input {
cursor: default;
}
/**
* When the picker is opened, the input element is “activated”.
*/
.um .picker__input.picker__input--active {
border-color: #0089ec;
}
/**
* The holder is the only “scrollable” top-level container element.
*/
.um .picker__holder {
width: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
/*!
* Default mobile-first, responsive styling for pickadate.js
* Demo: http://amsul.github.io/pickadate.js
*/
/**
* Note: the root picker element should *NOT* be styled more than what’s here.
*/
/**
* Make the holder and frame fullscreen.
*/
.um .picker__holder,
.um .picker__frame {
bottom: 0;
left: 0;
right: 0;
top: 100%;
}
/**
* The holder should overlay the entire screen.
*/
.um .picker__holder {
position: fixed;
-webkit-transition: background 0.15s ease-out, top 0s 0.15s;
-moz-transition: background 0.15s ease-out, top 0s 0.15s;
transition: background 0.15s ease-out, top 0s 0.15s;
}
/**
* The frame that bounds the box contents of the picker.
*/
.um .picker__frame {
position: absolute;
margin: 0 auto;
min-width: 256px;
max-width: 400px;
width: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
.um .picker__frame {
overflow: visible;
top: auto;
bottom: -100%;
max-height: 80%;
}
}
@media (min-height: 40.125em) {
.um .picker__frame {
margin-bottom: 15% !important;
}
}
/**
* The wrapper sets the stage to vertically align the box contents.
*/
.um .picker__wrap {
display: table;
width: 100%;
height: 100%;
}
@media (min-height: 33.875em) {
.um .picker__wrap {
display: block;
}
}
/**
* The box contains all the picker contents.
*/
.um .picker__box {
display: table-cell;
vertical-align: middle;
}
@media (min-height: 26.5em) {
.um .picker__box {
}
}
@media (min-height: 33.875em) {
.um .picker__box {
display: block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
}
@media (min-height: 40.125em) {
.um .picker__box {
border-bottom-width: 1px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
}
/**
* When the picker opens...
*/
.um .picker--opened .picker__holder {
top: 0;
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
zoom: 1;
background: rgba(0, 0, 0, 0.7);
-webkit-transition: background 0.15s ease-out;
-moz-transition: background 0.15s ease-out;
transition: background 0.15s ease-out;
}
.um .picker--opened .picker__frame {
top: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
@media (min-height: 33.875em) {
.um .picker--opened .picker__frame {
top: auto;
bottom: 0;
}
}
/**
* For `large` screens, transform into an inline picker.
*/
/* ==========================================================================
$BASE-PICKER
========================================================================== */
/**
* Note: the root picker element should *NOT* be styled more than what’s here.
*/
.um .picker {
font-size: 16px;
text-align: left;
line-height: 1.2;
color: #fff;
position: absolute;
z-index: 10000;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.um .picker__box ul li[role="presentation"] {
margin: 10px 0 0 0;
}
/**
* The picker input element.
*/
.um .picker__input {
cursor: default;
}
/**
* When the picker is opened, the input element is “activated”.
*/
.um .picker__input.picker__input--active {
border-color: #0089ec;
}
/**
* The holder is the only “scrollable” top-level container element.
*/
.um .picker__holder {
width: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
/*!
* Default mobile-first, responsive styling for pickadate.js
* Demo: http://amsul.github.io/pickadate.js
*/
/**
* Note: the root picker element should *NOT* be styled more than what’s here.
*/
/**
* Make the holder and frame fullscreen.
*/
.um .picker__holder,
.um .picker__frame {
bottom: 0;
left: 0;
right: 0;
top: 100%;
}
/**
* The holder should overlay the entire screen.
*/
.um .picker__holder {
position: fixed;
-webkit-transition: background 0.15s ease-out, top 0s 0.15s;
-moz-transition: background 0.15s ease-out, top 0s 0.15s;
transition: background 0.15s ease-out, top 0s 0.15s;
}
/**
* The frame that bounds the box contents of the picker.
*/
.um .picker__frame {
position: absolute;
margin: 0 auto;
min-width: 256px;
max-width: 400px;
width: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
.um .picker__frame {
overflow: visible;
top: auto;
bottom: -100%;
max-height: 80%;
}
}
@media (min-height: 40.125em) {
.um .picker__frame {
margin-bottom: 15% !important;
}
}
/**
* The wrapper sets the stage to vertically align the box contents.
*/
.um .picker__wrap {
display: table;
width: 100%;
height: 100%;
}
@media (min-height: 33.875em) {
.um .picker__wrap {
display: block;
}
}
/**
* The box contains all the picker contents.
*/
.um .picker__box {
display: table-cell;
vertical-align: middle;
}
@media (min-height: 26.5em) {
.um .picker__box {
}
}
@media (min-height: 33.875em) {
.um .picker__box {
display: block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
}
@media (min-height: 40.125em) {
.um .picker__box {
border-bottom-width: 1px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
}
/**
* When the picker opens...
*/
.um .picker--opened .picker__holder {
top: 0;
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
zoom: 1;
background: rgba(0, 0, 0, 0.7);
-webkit-transition: background 0.15s ease-out;
-moz-transition: background 0.15s ease-out;
transition: background 0.15s ease-out;
}
.um .picker--opened .picker__frame {
top: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
@media (min-height: 33.875em) {
.um .picker--opened .picker__frame {
top: auto;
bottom: 0;
}
}
/**
* For `large` screens, transform into an inline picker.
*/
......
/* ==========================================================================
$BASE-TIME-PICKER
========================================================================== */
/**
* The list of times.
*/
.um .picker__list {
list-style: none;
list-style: none !important;
padding: 5px !important;
margin: 0px !important;
}
/**
* The times on the clock.
*/
.um .picker__list-item {
position: relative;
border-radius: 2px;
display: inline-block;
width: 25%;
text-align: center;
box-sizing: border-box;
padding: 6px 0px !important;
margin: 5px 0 !important;
}
@media (min-height: 46.75em) {
.um .picker__list-item {
}
}
/* Hovered time */
.um .picker__list-item:hover {
cursor: pointer;
z-index: 10;
}
/* Highlighted and hovered/focused time */
.um .picker__list-item--highlighted {
z-index: 10;
}
.um .picker__list-item--highlighted:hover,
.um .picker--focused .picker__list-item--highlighted {
cursor: pointer;
font-weight: bold;
}
/* Selected and hovered/focused time */
.um .picker__list-item--selected,
.um .picker__list-item--selected:hover,
.um .picker--focused .picker__list-item--selected {
z-index: 10;
}
/* Disabled time */
.um .picker__list-item--disabled,
.um .picker__list-item--disabled:hover,
.um .picker--focused .picker__list-item--disabled {
color: #a9e792;
cursor: default;
background: transparent;
z-index: auto;
}
/**
* The clear button
*/
.um .picker--time .picker__button--clear {
width: 100%;
display: inline-block;
background: none;
box-shadow: none !important;
border: 0!important;
outline: 0 !important;
background: none !important;
border-radius: 0 0 2px 2px;
color: #fff !important;
}
.um .picker--time .picker__button--clear:hover,
.um .picker--time .picker__button--clear:focus {
cursor: pointer;
}
/* ==========================================================================
$DEFAULT-TIME-PICKER
========================================================================== */
/**
* The frame the bounds the time picker.
*/
.um .picker--time .picker__frame {
min-width: 256px;
max-width: 400px;
}
/**
* The picker box.
*/
.um .picker--time .picker__box {
font-size: 15px;
padding: 0;
border-radius: 2px !important;
}
.um .picker__box ul li[role="presentation"] {
margin: 10px 0 0 0;
}
@media (min-height: 40.125em) {
.um .picker--time .picker__frame {
margin-bottom: 10% !important;
}
}
/* ==========================================================================
$BASE-TIME-PICKER
========================================================================== */
/**
* The list of times.
*/
.um .picker__list {
list-style: none;
list-style: none !important;
padding: 5px !important;
margin: 0px !important;
}
/**
* The times on the clock.
*/
.um .picker__list-item {
position: relative;
border-radius: 2px;
display: inline-block;
width: 25%;
text-align: center;
box-sizing: border-box;
padding: 6px 0px !important;
margin: 5px 0 !important;
}
@media (min-height: 46.75em) {
.um .picker__list-item {
}
}
/* Hovered time */
.um .picker__list-item:hover {
cursor: pointer;
z-index: 10;
}
/* Highlighted and hovered/focused time */
.um .picker__list-item--highlighted {
z-index: 10;
}
.um .picker__list-item--highlighted:hover,
.um .picker--focused .picker__list-item--highlighted {
cursor: pointer;
font-weight: bold;
}
/* Selected and hovered/focused time */
.um .picker__list-item--selected,
.um .picker__list-item--selected:hover,
.um .picker--focused .picker__list-item--selected {
z-index: 10;
}
/* Disabled time */
.um .picker__list-item--disabled,
.um .picker__list-item--disabled:hover,
.um .picker--focused .picker__list-item--disabled {
color: #a9e792;
cursor: default;
background: transparent;
z-index: auto;
}
/**
* The clear button
*/
.um .picker--time .picker__button--clear {
width: 100%;
display: inline-block;
background: none;
box-shadow: none !important;
border: 0!important;
outline: 0 !important;
background: none !important;
border-radius: 0 0 2px 2px;
color: #fff !important;
}
.um .picker--time .picker__button--clear:hover,
.um .picker--time .picker__button--clear:focus {
cursor: pointer;
}
/* ==========================================================================
$DEFAULT-TIME-PICKER
========================================================================== */
/**
* The frame the bounds the time picker.
*/
.um .picker--time .picker__frame {
min-width: 256px;
max-width: 400px;
}
/**
* The picker box.
*/
.um .picker--time .picker__box {
font-size: 15px;
padding: 0;
border-radius: 2px !important;
}
.um .picker__box ul li[role="presentation"] {
margin: 10px 0 0 0;
}
@media (min-height: 40.125em) {
.um .picker--time .picker__frame {
margin-bottom: 10% !important;
}
}
......
/*!
* Styling for RTL (right-to-left) languages using pickadate.js
*/
/**
* Switch the direction - only really necessary if
* it hasn’t already been applied higher up in the DOM.
*/
.um .picker {
direction: rtl;
}
/**
* Flip around the “next” and “previous” buttons.
*/
.um .picker__nav--next {
right: auto;
left: -1em;
}
.um .picker__nav--prev {
left: auto;
right: -1em;
}
.um .picker__nav--next:before {
border-left: 0;
border-right: 0.75em solid #000000;
}
.um .picker__nav--prev:before {
border-right: 0;
border-left: 0.75em solid #000000;
}
.um-popup .picker__nav--next {
right: auto;
left: -1em;
}
.um-popup .picker__nav--prev {
left: auto;
right: -1em;
}
.um-popup .picker__nav--next:before {
border-left: 0;
border-right: 0.75em solid #000000;
}
.um-popup .picker__nav--prev:before {
border-right: 0;
border-left: 0.75em solid #000000;
}
/*!
* Styling for RTL (right-to-left) languages using pickadate.js
*/
/**
* Switch the direction - only really necessary if
* it hasn’t already been applied higher up in the DOM.
*/
.um .picker {
direction: rtl;
}
/**
* Flip around the “next” and “previous” buttons.
*/
.um .picker__nav--next {
right: auto;
left: -1em;
}
.um .picker__nav--prev {
left: auto;
right: -1em;
}
.um .picker__nav--next:before {
border-left: 0;
border-right: 0.75em solid #000000;
}
.um .picker__nav--prev:before {
border-right: 0;
border-left: 0.75em solid #000000;
}
.um-popup .picker__nav--next {
right: auto;
left: -1em;
}
.um-popup .picker__nav--prev {
left: auto;
right: -1em;
}
.um-popup .picker__nav--next:before {
border-left: 0;
border-right: 0.75em solid #000000;
}
.um-popup .picker__nav--prev:before {
border-right: 0;
border-left: 0.75em solid #000000;
}
......
[data-simplebar] {
position: relative;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start;
}
.simplebar-wrapper {
overflow: hidden;
width: inherit;
height: inherit;
max-width: inherit;
max-height: inherit;
}
.simplebar-mask {
direction: inherit;
position: absolute;
overflow: hidden;
padding: 0;
margin: 0;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: auto !important;
height: auto !important;
z-index: 0;
}
.simplebar-offset {
direction: inherit !important;
box-sizing: inherit !important;
resize: none !important;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
direction: inherit;
box-sizing: border-box !important;
position: relative;
display: block;
height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
width: auto;
visibility: visible;
overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
max-width: 100%; /* Not required for horizontal scroll to trigger */
max-height: 100%; /* Needed for vertical scroll to trigger */
}
.simplebar-content:before,
.simplebar-content:after {
content: " ";
display: table;
}
.simplebar-placeholder {
max-height: 100%;
max-width: 100%;
width: 100%;
pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
box-sizing: inherit !important;
height: 100%;
width: inherit;
max-width: 1px;
position: relative;
float: left;
max-height: 1px;
overflow: hidden;
z-index: -1;
padding: 0;
margin: 0;
pointer-events: none;
flex-grow: inherit;
flex-shrink: 0;
flex-basis: 0;
}
.simplebar-height-auto-observer {
box-sizing: inherit;
display: block;
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 1000%;
width: 1000%;
min-height: 1px;
min-width: 1px;
overflow: hidden;
pointer-events: none;
z-index: -1;
}
.simplebar-track {
z-index: 1;
position: absolute;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-track {
pointer-events: all;
}
.simplebar-scrollbar {
position: absolute;
right: 2px;
width: 7px;
min-height: 10px;
}
.simplebar-scrollbar:before {
position: absolute;
content: "";
background: black;
border-radius: 7px;
left: 0;
right: 0;
opacity: 0;
transition: opacity 0.2s linear;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
/* When hovered, remove all transitions from drag handle */
opacity: 0.5;
transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
top: 0;
width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
top: 2px;
bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
left: 0;
height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
height: 100%;
left: 2px;
right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
right: auto;
left: 0;
top: 2px;
height: 7px;
min-height: 0;
min-width: 10px;
width: auto;
}
/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
right: auto;
left: 0;
}
.hs-dummy-scrollbar-size {
direction: rtl;
position: fixed;
opacity: 0;
visibility: hidden;
height: 500px;
width: 500px;
overflow-y: hidden;
overflow-x: scroll;
}
[data-simplebar] {
position: relative;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start;
}
.simplebar-wrapper {
overflow: hidden;
width: inherit;
height: inherit;
max-width: inherit;
max-height: inherit;
}
.simplebar-mask {
direction: inherit;
position: absolute;
overflow: hidden;
padding: 0;
margin: 0;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: auto !important;
height: auto !important;
z-index: 0;
}
.simplebar-offset {
direction: inherit !important;
box-sizing: inherit !important;
resize: none !important;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
direction: inherit;
box-sizing: border-box !important;
position: relative;
display: block;
height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
width: auto;
visibility: visible;
overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
max-width: 100%; /* Not required for horizontal scroll to trigger */
max-height: 100%; /* Needed for vertical scroll to trigger */
}
.simplebar-content:before,
.simplebar-content:after {
content: " ";
display: table;
}
.simplebar-placeholder {
max-height: 100%;
max-width: 100%;
width: 100%;
pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
box-sizing: inherit !important;
height: 100%;
width: inherit;
max-width: 1px;
position: relative;
float: left;
max-height: 1px;
overflow: hidden;
z-index: -1;
padding: 0;
margin: 0;
pointer-events: none;
flex-grow: inherit;
flex-shrink: 0;
flex-basis: 0;
}
.simplebar-height-auto-observer {
box-sizing: inherit;
display: block;
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 1000%;
width: 1000%;
min-height: 1px;
min-width: 1px;
overflow: hidden;
pointer-events: none;
z-index: -1;
}
.simplebar-track {
z-index: 1;
position: absolute;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-track {
pointer-events: all;
}
.simplebar-scrollbar {
position: absolute;
right: 2px;
width: 7px;
min-height: 10px;
}
.simplebar-scrollbar:before {
position: absolute;
content: "";
background: black;
border-radius: 7px;
left: 0;
right: 0;
opacity: 0;
transition: opacity 0.2s linear;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
/* When hovered, remove all transitions from drag handle */
opacity: 0.5;
transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
top: 0;
width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
top: 2px;
bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
left: 0;
height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
height: 100%;
left: 2px;
right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
right: auto;
left: 0;
top: 2px;
height: 7px;
min-height: 0;
min-width: 10px;
width: auto;
}
/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
right: auto;
left: 0;
}
.hs-dummy-scrollbar-size {
direction: rtl;
position: fixed;
opacity: 0;
visibility: hidden;
height: 500px;
width: 500px;
overflow-y: hidden;
overflow-x: scroll;
}
......
/*
- Layout
*/
.um-account i {
vertical-align: baseline !important;
}
.um-account p.um-notice {
margin: 0 0 20px 0 !important;
padding: 12px 15px !important;
}
.um-account a:focus {
outline: 0 !important; /*removes the dotted border*/
}
.um-account-side {
float: left;
width: 30%;
padding: 0px;
box-sizing: border-box;
}
.um-account-main {
float: left;
width: 70%;
padding: 0px 0px 0px 1.5em;
box-sizing: border-box;
}
.um-account-main a {
border-bottom: none !important;
}
.um-account-tab {
display: none;
}
.um-account-tab .um-field .um-field-label {
display: flex;
flex-direction: row;
align-items: baseline;
flex-wrap: nowrap;
justify-content: flex-start;
}
/*
- Main tab
*/
.um-account-main div.um-account-heading {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
margin: 0 !important;
font-size: 18px;
line-height: 18px;
font-weight: bold;
color: #555;
}
.um-account-main div.um-account-heading i {
margin-right: 10px;
font-size: 26px;
position: relative;
top: 2px;
}
.um-account-main p {
margin: 20px 0 0 0!important;
padding: 0 !important;
}
.um-account-main label {
font-size: 15px;
}
/*
- Account photo
*/
.um-account-meta {
text-align: center;
margin-bottom: 20px;
}
.um-account-meta img {
margin: 0 !important;
position: static !important;
float: none !important;
display: inline-block;
}
.um-account-meta.radius-1 img { -moz-border-radius: 999px;-webkit-border-radius: 999px;border-radius: 999px }
.um-account-meta.radius-2 img { -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px }
.um-account-meta.radius-3 img { -moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0 }
.um-account-name {
padding-top: 12px;
}
.um-account-name a {
font-weight: bold;
color: #555;
text-decoration: none !important;
font-size: 18px;
line-height: 1.4em;
}
.um-account-profile-link a {
font-size: 13px;
font-weight: normal;
}
/*
- Account nav
*/
.um-account-nav a {
display: block;
height: 44px;
line-height: 44px;
color: #666 !important;
text-decoration: none !important;
position: relative;
padding-left: 40px;
border-bottom: 1px solid #eee !important;
transition: all .2s linear;
font-size: 14px;
}
.um-account-nav a.current{
font-weight: bold;
}
.um-account-nav span.arr {
position: absolute;
right: 0;
top: 1px;
font-size: 28px;
}
.um-account-nav span.ico {
position: absolute;
left: 0;
top: 0;
font-size: 21px;
width: 21px;
text-align: center;
}
/*
- Account tabs
*/
.um-account-side ul, .um-account-side li {
margin: 0 !important;
padding: 0 !important;
list-style-type: none !important;
}
.um-account-side li {margin-bottom: 1px !important;background: #eee;}
.um-account-side li a{
display: block;
padding: 4px 0px;
font-size: 14px;
height: 30px;
line-height: 20px;
color: #999;
position: relative;
}
.um-account-side li a span.um-account-arrow {
position: absolute;
right: 10px;
top: 6px;
font-size: 26px;
opacity: 0.6;
}
.um-account-side li a span.um-account-icon,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon
{
text-align: center;
font-size: 20px;
width: 20px;
height: 30px;
border-right: 1px solid #ccc;
color: #444;
float: left;
padding: 0px 15px;
font-weight: normal !important;
}
.um-account-side li a span.um-account-icon i {
display: block;
height: 30px;
line-height: 30px;
}
.um-account-side li a span.um-account-title {
padding-left: 20px;
float: left;
height: 30px;
line-height: 30px;
color: #555;
}
.um-account-side li a:hover {color: #444; background: #ddd}
.um-account-side li a.current,
.um-account-side li a.current:hover {
color: #444;
font-weight: bold;
text-decoration: none !important;
}
.um-field-export_data .um-field-error {
display: none;
}
.um-field-export_data .um-field-area-response {
display: none;
line-height: 1.5;
padding: 10px 0;
}
.um-request-button {
display: inline-block;
background-color: #3ba1da;
border-radius: 5px;
color: #fff;
margin: 10px 0 0;
padding: 5px 10px;
text-decoration: none;
}
.um-request-button:hover {
background-color: #44b0ec;
color: #fff;
text-decoration: none;
/*
- Layout
*/
.um-account i {
vertical-align: baseline !important;
}
.um-account p.um-notice {
margin: 0 0 20px 0 !important;
padding: 12px 15px !important;
}
.um-account a:focus {
outline: 0 !important; /*removes the dotted border*/
}
.um-account-side {
float: left;
width: 30%;
padding: 0px;
box-sizing: border-box;
}
.um-account-main {
float: left;
width: 70%;
padding: 0px 0px 0px 1.5em;
box-sizing: border-box;
}
.um-account-main a {
border-bottom: none !important;
}
.um-account-tab {
display: none;
}
.um-account-tab .um-field .um-field-label {
display: flex;
flex-direction: row;
align-items: baseline;
flex-wrap: nowrap;
justify-content: flex-start;
}
/*
- Main tab
*/
.um-account-main div.um-account-heading {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
margin: 0 !important;
font-size: 18px;
line-height: 18px;
font-weight: bold;
color: #555;
}
.um-account-main div.um-account-heading i {
margin-right: 10px;
font-size: 26px;
position: relative;
top: 2px;
}
.um-account-main p {
margin: 20px 0 0 0!important;
padding: 0 !important;
}
.um-account-main label {
font-size: 15px;
}
/*
- Account photo
*/
.um-account-meta {
text-align: center;
margin-bottom: 20px;
}
.um-account-meta img {
margin: 0 !important;
position: static !important;
float: none !important;
display: inline-block;
}
.um-account-meta.radius-1 img { -moz-border-radius: 999px;-webkit-border-radius: 999px;border-radius: 999px }
.um-account-meta.radius-2 img { -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px }
.um-account-meta.radius-3 img { -moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0 }
.um-account-name {
padding-top: 12px;
}
.um-account-name a {
font-weight: bold;
color: #555;
text-decoration: none !important;
font-size: 18px;
line-height: 1.4em;
}
.um-account-profile-link a {
font-size: 13px;
font-weight: normal;
}
/*
- Account nav
*/
.um-account-nav a {
display: block;
height: 44px;
line-height: 44px;
color: #666 !important;
text-decoration: none !important;
position: relative;
padding-left: 40px;
border-bottom: 1px solid #eee !important;
transition: all .2s linear;
font-size: 14px;
}
.um-account-nav a.current{
font-weight: bold;
}
.um-account-nav span.arr {
position: absolute;
right: 0;
top: 1px;
font-size: 28px;
}
.um-account-nav span.ico {
position: absolute;
left: 0;
top: 0;
font-size: 21px;
width: 21px;
text-align: center;
}
/*
- Account tabs
*/
.um-account-side ul, .um-account-side li {
margin: 0 !important;
padding: 0 !important;
list-style-type: none !important;
}
.um-account-side li {margin-bottom: 1px !important;background: #eee;}
.um-account-side li a{
display: block;
padding: 4px 0px;
font-size: 14px;
height: 30px;
line-height: 20px;
color: #999;
position: relative;
}
.um-account-side li a span.um-account-arrow {
position: absolute;
right: 10px;
top: 6px;
font-size: 26px;
opacity: 0.6;
}
.um-account-side li a span.um-account-icon,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon
{
text-align: center;
font-size: 20px;
width: 20px;
height: 30px;
border-right: 1px solid #ccc;
color: #444;
float: left;
padding: 0px 15px;
font-weight: normal !important;
}
.um-account-side li a span.um-account-icon i {
display: block;
height: 30px;
line-height: 30px;
}
.um-account-side li a span.um-account-title {
padding-left: 20px;
float: left;
height: 30px;
line-height: 30px;
color: #555;
}
.um-account-side li a:hover {color: #444; background: #ddd}
.um-account-side li a.current,
.um-account-side li a.current:hover {
color: #444;
font-weight: bold;
text-decoration: none !important;
}
.um-field-export_data .um-field-error {
display: none;
}
.um-field-export_data .um-field-area-response {
display: none;
line-height: 1.5;
padding: 10px 0;
}
.um-request-button {
display: inline-block;
background-color: #3ba1da;
border-radius: 5px;
color: #fff;
margin: 10px 0 0;
padding: 5px 10px;
text-decoration: none;
}
.um-request-button:hover {
background-color: #44b0ec;
color: #fff;
text-decoration: none;
}
\ No newline at end of file
......
.cropper-container {
position: relative;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.cropper-container img {
width: 100%;
height: 100%;
min-width: 0 !important;
min-height: 0 !important;
max-width: none !important;
max-height: none !important;
}
.cropper-modal,
.cropper-canvas {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.cropper-canvas {
background-color: #fff;
opacity: 0;
filter: alpha(opacity=0);
}
.cropper-modal {
background-color: #000;
opacity: .5;
filter: alpha(opacity=50);
}
.cropper-dragger {
position: absolute;
top: 10%;
left: 10%;
width: 80%;
height: 80%;
}
.cropper-viewer {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
outline-width: 1px;
outline-style: solid;
outline-color: #69f;
outline-color: rgba(51, 102, 255, .75);
}
.cropper-dashed {
position: absolute;
display: block;
border: 0 dashed #fff;
opacity: .5;
filter: alpha(opacity=50);
}
.cropper-dashed.dashed-h {
top: 33.3%;
left: 0;
width: 100%;
height: 33.3%;
border-top-width: 1px;
border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
top: 0;
left: 33.3%;
width: 33.3%;
height: 100%;
border-right-width: 1px;
border-left-width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
position: absolute;
display: block;
width: 100%;
height: 100%;
opacity: .1;
filter: alpha(opacity=10);
}
.cropper-face {
top: 0;
left: 0;
cursor: move;
background-color: #fff;
}
.cropper-line {
background-color: #69f;
}
.cropper-line.line-e {
top: 0;
right: -3px;
width: 5px;
cursor: e-resize;
}
.cropper-line.line-n {
top: -3px;
left: 0;
height: 5px;
cursor: n-resize;
}
.cropper-line.line-w {
top: 0;
left: -3px;
width: 5px;
cursor: w-resize;
}
.cropper-line.line-s {
bottom: -3px;
left: 0;
height: 5px;
cursor: s-resize;
}
.cropper-point {
width: 5px;
height: 5px;
background-color: #69f;
opacity: .75;
filter: alpha(opacity=75);
}
.cropper-point.point-e {
top: 50%;
right: -3px;
margin-top: -3px;
cursor: e-resize;
}
.cropper-point.point-n {
top: -3px;
left: 50%;
margin-left: -3px;
cursor: n-resize;
}
.cropper-point.point-w {
top: 50%;
left: -3px;
margin-top: -3px;
cursor: w-resize;
}
.cropper-point.point-s {
bottom: -3px;
left: 50%;
margin-left: -3px;
cursor: s-resize;
}
.cropper-point.point-ne {
top: -3px;
right: -3px;
cursor: ne-resize;
}
.cropper-point.point-nw {
top: -3px;
left: -3px;
cursor: nw-resize;
}
.cropper-point.point-sw {
bottom: -3px;
left: -3px;
cursor: sw-resize;
}
.cropper-point.point-se {
right: -3px;
bottom: -3px;
width: 20px;
height: 20px;
cursor: se-resize;
opacity: 1;
filter: alpha(opacity=100);
}
.cropper-point.point-se:before {
position: absolute;
right: -50%;
bottom: -50%;
display: block;
width: 200%;
height: 200%;
content: " ";
background-color: #69f;
opacity: 0;
filter: alpha(opacity=0);
}
@media (min-width: 768px) {
.cropper-point.point-se {
width: 15px;
height: 15px;
}
}
@media (min-width: 992px) {
.cropper-point.point-se {
width: 10px;
height: 10px;
}
}
@media (min-width: 1200px) {
.cropper-point.point-se {
width: 5px;
height: 5px;
opacity: .75;
filter: alpha(opacity=75);
}
}
/* Helper classes for JavaScript */
.cropper-hidden {
display: none !important;
}
.cropper-invisible {
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: auto !important;
max-width: none !important;
height: auto !important;
max-height: none !important;
opacity: 0;
filter: alpha(opacity=0);
}
.cropper-move {
cursor: move;
}
.cropper-crop {
cursor: crosshair;
}
.cropper-disabled .cropper-canvas,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
cursor: not-allowed;
}
.cropper-container {
position: relative;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.cropper-container img {
width: 100%;
height: 100%;
min-width: 0 !important;
min-height: 0 !important;
max-width: none !important;
max-height: none !important;
}
.cropper-modal,
.cropper-canvas {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.cropper-canvas {
background-color: #fff;
opacity: 0;
filter: alpha(opacity=0);
}
.cropper-modal {
background-color: #000;
opacity: .5;
filter: alpha(opacity=50);
}
.cropper-dragger {
position: absolute;
top: 10%;
left: 10%;
width: 80%;
height: 80%;
}
.cropper-viewer {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
outline-width: 1px;
outline-style: solid;
outline-color: #69f;
outline-color: rgba(51, 102, 255, .75);
}
.cropper-dashed {
position: absolute;
display: block;
border: 0 dashed #fff;
opacity: .5;
filter: alpha(opacity=50);
}
.cropper-dashed.dashed-h {
top: 33.3%;
left: 0;
width: 100%;
height: 33.3%;
border-top-width: 1px;
border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
top: 0;
left: 33.3%;
width: 33.3%;
height: 100%;
border-right-width: 1px;
border-left-width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
position: absolute;
display: block;
width: 100%;
height: 100%;
opacity: .1;
filter: alpha(opacity=10);
}
.cropper-face {
top: 0;
left: 0;
cursor: move;
background-color: #fff;
}
.cropper-line {
background-color: #69f;
}
.cropper-line.line-e {
top: 0;
right: -3px;
width: 5px;
cursor: e-resize;
}
.cropper-line.line-n {
top: -3px;
left: 0;
height: 5px;
cursor: n-resize;
}
.cropper-line.line-w {
top: 0;
left: -3px;
width: 5px;
cursor: w-resize;
}
.cropper-line.line-s {
bottom: -3px;
left: 0;
height: 5px;
cursor: s-resize;
}
.cropper-point {
width: 5px;
height: 5px;
background-color: #69f;
opacity: .75;
filter: alpha(opacity=75);
}
.cropper-point.point-e {
top: 50%;
right: -3px;
margin-top: -3px;
cursor: e-resize;
}
.cropper-point.point-n {
top: -3px;
left: 50%;
margin-left: -3px;
cursor: n-resize;
}
.cropper-point.point-w {
top: 50%;
left: -3px;
margin-top: -3px;
cursor: w-resize;
}
.cropper-point.point-s {
bottom: -3px;
left: 50%;
margin-left: -3px;
cursor: s-resize;
}
.cropper-point.point-ne {
top: -3px;
right: -3px;
cursor: ne-resize;
}
.cropper-point.point-nw {
top: -3px;
left: -3px;
cursor: nw-resize;
}
.cropper-point.point-sw {
bottom: -3px;
left: -3px;
cursor: sw-resize;
}
.cropper-point.point-se {
right: -3px;
bottom: -3px;
width: 20px;
height: 20px;
cursor: se-resize;
opacity: 1;
filter: alpha(opacity=100);
}
.cropper-point.point-se:before {
position: absolute;
right: -50%;
bottom: -50%;
display: block;
width: 200%;
height: 200%;
content: " ";
background-color: #69f;
opacity: 0;
filter: alpha(opacity=0);
}
@media (min-width: 768px) {
.cropper-point.point-se {
width: 15px;
height: 15px;
}
}
@media (min-width: 992px) {
.cropper-point.point-se {
width: 10px;
height: 10px;
}
}
@media (min-width: 1200px) {
.cropper-point.point-se {
width: 5px;
height: 5px;
opacity: .75;
filter: alpha(opacity=75);
}
}
/* Helper classes for JavaScript */
.cropper-hidden {
display: none !important;
}
.cropper-invisible {
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: auto !important;
max-width: none !important;
height: auto !important;
max-height: none !important;
opacity: 0;
filter: alpha(opacity=0);
}
.cropper-move {
cursor: move;
}
.cropper-crop {
cursor: crosshair;
}
.cropper-disabled .cropper-canvas,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
cursor: not-allowed;
}
......
/*
- image preview
*/
.um .um-single-image-preview,
.um .um-single-file-preview {
margin-bottom: 20px;
}
.um .um-single-image-preview > img {
max-height: 300px;
display: inline-block;
overflow: hidden;
margin: auto;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.um-single-image-preview,
.um-single-file-preview {
display: none;
text-align: center;
position: relative;
}
.um-single-image-preview.show,
.um-single-file-preview.show {display: block}
.um-single-image-preview > img {
max-width: 100%;
max-height: inherit;
}
.um-single-image-preview a.cancel,
.um-single-file-preview a.cancel {
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
-moz-border-radius: 999px;
-webkit-border-radius: 999px;
border-radius: 999px;
background: #ddd;
cursor: pointer;
text-decoration: none !important;
z-index: 666;
opacity: 0.75;
}
.um-single-image-preview a.cancel i,
.um-single-file-preview a.cancel i {
font-size: 16px;
color: #888;
position: relative;
display: block;
width: 100%;
height: 100%;
line-height: 30px;
overflow: hidden;
}
.um-single-image-preview a.cancel i:before,
.um-single-file-preview a.cancel i:before{line-height:inherit}
/*
- file info
*/
.um-single-fileinfo {
padding: 26px 0 20px 0;
display: inline-block;
max-width: 100%;
}
.um-single-fileinfo span.icon {
font-size: 40px;
display: inline-block;
width: 100px;
height: 70px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #666;
color: #fff !important;
}
.um-single-fileinfo span.icon i {
display: block;
height: 70px;
line-height: 70px;
overflow: hidden;
}
.um-single-fileinfo span.icon i:before{line-height:inherit}
.um-single-fileinfo span.filename {
display: block;
font-size: 16px;
color: #888;
padding-top: 5px;
}
.um-single-fileinfo a {
text-decoration: none !important;
opacity: 0.9;
}
.um-single-fileinfo a:hover {
opacity: 1
}
/*
- upload progress
*/
div.um-modal .upload-statusbar {
margin: 20px 0 0 0;
}
div.um-modal .upload-filename {
display: none !important;
}
div.um-modal .upload-progress {
position: relative;
width: 100%;
box-sizing: border-box;
}
div.um-modal .upload-bar {
width: 0;
height: 10px;
color: #666;
background: #7ACF58;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/*
- drag and drop area
*/
div.um-modal .ajax-upload-dragdrop {
width: 100%;
text-align: center;
vertical-align:middle;
padding: 20px;
box-sizing: border-box;
border: 2px dashed #ddd;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
font-size: 18px;
line-height: 1em;
}
div.um-modal .ajax-upload-dragdrop span.str {
display: block;
margin: 0 0 15px 0;
}
div.um-modal .ajax-upload-dragdrop span.icon {
display: block;
font-size: 80px;
line-height: 80px;
vertical-align: middle;
margin-bottom: 10px;
}
div.um-modal .ajax-upload-dragdrop span.help {
display: block;
font-size: 14px;
color: #aaa;
margin: 0 0 12px 0;
}
/*
- upload button
*/
div.um-modal .upload {
cursor: pointer !important;
line-height: 34px !important;
height: 34px;
display: inline-block;
text-decoration: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 0 20px;
color: #fff;
vertical-align: middle;
font-size: 14px;
box-sizing: border-box;
transition: 0.2s;
}
div.um-modal .upload:hover {
background: #44b0ec;
}
/*
- image preview
*/
.um .um-single-image-preview,
.um .um-single-file-preview {
margin-bottom: 20px;
}
.um .um-single-image-preview > img {
max-height: 300px;
display: inline-block;
overflow: hidden;
margin: auto;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.um-single-image-preview,
.um-single-file-preview {
display: none;
text-align: center;
position: relative;
}
.um-single-image-preview.show,
.um-single-file-preview.show {display: block}
.um-single-image-preview > img {
max-width: 100%;
max-height: inherit;
}
.um-single-image-preview a.cancel,
.um-single-file-preview a.cancel {
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
-moz-border-radius: 999px;
-webkit-border-radius: 999px;
border-radius: 999px;
background: #ddd;
cursor: pointer;
text-decoration: none !important;
z-index: 666;
opacity: 0.75;
}
.um-single-image-preview a.cancel i,
.um-single-file-preview a.cancel i {
font-size: 16px;
color: #888;
position: relative;
display: block;
width: 100%;
height: 100%;
line-height: 30px;
overflow: hidden;
}
.um-single-image-preview a.cancel i:before,
.um-single-file-preview a.cancel i:before{line-height:inherit}
/*
- file info
*/
.um-single-fileinfo {
padding: 26px 0 20px 0;
display: inline-block;
max-width: 100%;
}
.um-single-fileinfo span.icon {
font-size: 40px;
display: inline-block;
width: 100px;
height: 70px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #666;
color: #fff !important;
}
.um-single-fileinfo span.icon i {
display: block;
height: 70px;
line-height: 70px;
overflow: hidden;
}
.um-single-fileinfo span.icon i:before{line-height:inherit}
.um-single-fileinfo span.filename {
display: block;
font-size: 16px;
color: #888;
padding-top: 5px;
}
.um-single-fileinfo a {
text-decoration: none !important;
opacity: 0.9;
}
.um-single-fileinfo a:hover {
opacity: 1
}
/*
- upload progress
*/
div.um-modal .upload-statusbar {
margin: 20px 0 0 0;
}
div.um-modal .upload-filename {
display: none !important;
}
div.um-modal .upload-progress {
position: relative;
width: 100%;
box-sizing: border-box;
}
div.um-modal .upload-bar {
width: 0;
height: 10px;
color: #666;
background: #7ACF58;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/*
- drag and drop area
*/
div.um-modal .ajax-upload-dragdrop {
width: 100%;
text-align: center;
vertical-align:middle;
padding: 20px;
box-sizing: border-box;
border: 2px dashed #ddd;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
font-size: 18px;
line-height: 1em;
}
div.um-modal .ajax-upload-dragdrop span.str {
display: block;
margin: 0 0 15px 0;
}
div.um-modal .ajax-upload-dragdrop span.icon {
display: block;
font-size: 80px;
line-height: 80px;
vertical-align: middle;
margin-bottom: 10px;
}
div.um-modal .ajax-upload-dragdrop span.help {
display: block;
font-size: 14px;
color: #aaa;
margin: 0 0 12px 0;
}
/*
- upload button
*/
div.um-modal .upload {
cursor: pointer !important;
line-height: 34px !important;
height: 34px;
display: inline-block;
text-decoration: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 0 20px;
color: #fff;
vertical-align: middle;
font-size: 14px;
box-sizing: border-box;
transition: 0.2s;
}
div.um-modal .upload:hover {
background: #44b0ec;
}
.um-modal input[type="file"]::-webkit-file-upload-button { cursor: pointer }
\ No newline at end of file
......
.um-login.um-logout {
max-width: 300px !important;
}
.um-misc-with-img {
position: relative;
font-size: 15px;
border-bottom: 3px solid #eee;
text-align: center;
margin-bottom: 14px;
padding-top: 4px;
padding-bottom: 14px;
}
.um-misc-img {
text-align: center;
}
.um-misc-img img {
border-radius: 999px;
height: auto !important;
display: inline-block !important;
}
.um-misc-ul,
.um-misc-ul li {
font-size: 14px;
}
/* responsive embeds */
.um-youtube,
.um-vimeo,
.um-googlemap {
position: relative;
height: 0;
overflow: hidden;
}
.um-youtube {padding-bottom: 56.25%;}
.um-vimeo {padding-bottom: 56.25%;}
.um-googlemap {padding-bottom: 75%;}
.um-youtube iframe,
.um-vimeo iframe,
.um-googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/* profile misc */
.um-profile-connect.um-member-connect {
padding: 5px 0 10px 0;
}
.um-profile-connect.um-member-connect a {
text-align: center;
width: 36px;
line-height: 36px;
height: 36px;
font-size: 20px;
border-radius: 999px;
color: #fff !important;
opacity: 0.85;
margin: 0 1px;
transition: 0.25s;
display: inline-block;
}
.um-profile-connect.um-member-connect a:hover {
opacity: 1;
}
/* pop effect */
@-webkit-keyframes um-effect-pop {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes um-effect-pop {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
.um-effect-pop {
-webkit-animation-name: um-effect-pop;
animation-name: um-effect-pop;
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
/* content lockers */
.um-locked-content {
width: 100%;
box-sizing: border-box;
border: 2px dotted #cc3000;
color: #333;
background: #fff;
font-size: 14px;
padding: 20px;
border-radius: 4px;
margin-bottom: 20px;
}
.um-locked-content a {
border: none !important;
.um-login.um-logout {
max-width: 300px !important;
}
.um-misc-with-img {
position: relative;
font-size: 15px;
border-bottom: 3px solid #eee;
text-align: center;
margin-bottom: 14px;
padding-top: 4px;
padding-bottom: 14px;
}
.um-misc-img {
text-align: center;
}
.um-misc-img img {
border-radius: 999px;
height: auto !important;
display: inline-block !important;
}
.um-misc-ul,
.um-misc-ul li {
font-size: 14px;
}
/* responsive embeds */
.um-youtube,
.um-vimeo,
.um-googlemap {
position: relative;
height: 0;
overflow: hidden;
}
.um-youtube {padding-bottom: 56.25%;}
.um-vimeo {padding-bottom: 56.25%;}
.um-googlemap {padding-bottom: 75%;}
.um-youtube iframe,
.um-vimeo iframe,
.um-googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/* profile misc */
.um-profile-connect.um-member-connect {
padding: 5px 0 10px 0;
}
.um-profile-connect.um-member-connect a {
text-align: center;
width: 36px;
line-height: 36px;
height: 36px;
font-size: 20px;
border-radius: 999px;
color: #fff !important;
opacity: 0.85;
margin: 0 1px;
transition: 0.25s;
display: inline-block;
}
.um-profile-connect.um-member-connect a:hover {
opacity: 1;
}
/* pop effect */
@-webkit-keyframes um-effect-pop {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes um-effect-pop {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
.um-effect-pop {
-webkit-animation-name: um-effect-pop;
animation-name: um-effect-pop;
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
/* content lockers */
.um-locked-content {
width: 100%;
box-sizing: border-box;
border: 2px dotted #cc3000;
color: #333;
background: #fff;
font-size: 14px;
padding: 20px;
border-radius: 4px;
margin-bottom: 20px;
}
.um-locked-content a {
border: none !important;
}
\ No newline at end of file
......
.um-popup-overlay {
background: rgba(0,0,0, 0.7);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1999992;
}
.um-popup * {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.um-popup {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: fixed;
left: 50%;
top: 10%;
margin-left: -250px;
width: 500px;
background: #fff;
box-shadow: 0 1px 3px #111;
z-index: 1999993;
box-sizing: border-box;
overflow: auto;
color: #888;
padding: 0 !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.um-popup.loading {
background: #fff url(../img/loading.gif) no-repeat center;
min-height: 100px;
}
.um-popup a {
outline: none !important;
}
/*
- Overlay
*/
.um-modal-overlay {
background: rgba(0,0,0, 0.85);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999999;
}
/*
- modal
*/
.um-modal * {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.um-modal-hidden-content {
display: none;
}
.um-modal-close {
display: block;
position: fixed;
right: 0;
top: 0;
font-size: 24px;
text-decoration: none !important;
color: #fff !important;
padding: 0 10px;
}
.um-modal {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: fixed;
left: 50%;
display: none;
z-index: 1999993;
box-sizing: border-box;
bottom: -50px;
}
.um-modal.normal {width: 500px;margin-left: -250px;}
.um-modal.large {width: 730px;margin-left: -365px;}
.um-modal.small {width: 400px;margin-left: -200px;}
.um-modal-body {
min-height: 3px;
padding: 20px;
box-sizing: border-box;
width: 100%;
background: #fff;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.um-modal-body.photo {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(255, 255, 255, 0.12) inset;
background: #888;
padding: 0;
}
.um-modal-body.photo img {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: block;
overflow: hidden;
opacity: 0;
}
.um-modal.loading .um-modal-body {
background: #fff url(../img/loading.gif) no-repeat center;
min-height: 150px;
}
.um-modal div.um {
margin-bottom: 20px !important;
}
.um-modal-header {
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
height: 44px;
line-height: 44px;
color: #fff;
padding: 0 20px;
box-sizing: border-box;
font-size: 17px;
}
.um-modal-footer {
margin-top: 20px;
}
.um-modal-left {
float: left;
}
.um-modal-right {
float: right;
}
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover {
opacity: 0.5;
cursor: default !important;
}
.um-modal-btn {
cursor: pointer !important;
line-height: 34px !important;
height: 34px;
display: inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 0 20px;
text-align: center;
color: #fff;
vertical-align: middle;
font-size: 14px;
box-sizing: border-box;
transition: 0.2s;
text-decoration: none !important;
}
a.um-modal-btn:visited {
color: #fff;
}
.um-modal-btn:hover {
background: #44b0ec;
color: #fff;
}
.um-modal-btn.alt {
color: #666;
background: #eee;
}
.um-modal-btn.alt:hover {
background: #e5e5e5;
}
.um-modal .um-single-image-preview.crop img{
float:left;
.um-popup-overlay {
background: rgba(0,0,0, 0.7);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1999992;
}
.um-popup * {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.um-popup {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: fixed;
left: 50%;
top: 10%;
margin-left: -250px;
width: 500px;
background: #fff;
box-shadow: 0 1px 3px #111;
z-index: 1999993;
box-sizing: border-box;
overflow: auto;
color: #888;
padding: 0 !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.um-popup.loading {
background: #fff url(../img/loading.gif) no-repeat center;
min-height: 100px;
}
.um-popup a {
outline: none !important;
}
/*
- Overlay
*/
.um-modal-overlay {
background: rgba(0,0,0, 0.85);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999999;
}
/*
- modal
*/
.um-modal * {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.um-modal-hidden-content {
display: none;
}
.um-modal-close {
display: block;
position: fixed;
right: 0;
top: 0;
font-size: 24px;
text-decoration: none !important;
color: #fff !important;
padding: 0 10px;
}
.um-modal {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: fixed;
left: 50%;
display: none;
z-index: 1999993;
box-sizing: border-box;
bottom: -50px;
}
.um-modal.normal {width: 500px;margin-left: -250px;}
.um-modal.large {width: 730px;margin-left: -365px;}
.um-modal.small {width: 400px;margin-left: -200px;}
.um-modal-body {
min-height: 3px;
padding: 20px;
box-sizing: border-box;
width: 100%;
background: #fff;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.um-modal-body.photo {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(255, 255, 255, 0.12) inset;
background: #888;
padding: 0;
}
.um-modal-body.photo img {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: block;
overflow: hidden;
opacity: 0;
}
.um-modal.loading .um-modal-body {
background: #fff url(../img/loading.gif) no-repeat center;
min-height: 150px;
}
.um-modal div.um {
margin-bottom: 20px !important;
}
.um-modal-header {
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
height: 44px;
line-height: 44px;
color: #fff;
padding: 0 20px;
box-sizing: border-box;
font-size: 17px;
}
.um-modal-footer {
margin-top: 20px;
}
.um-modal-left {
float: left;
}
.um-modal-right {
float: right;
}
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover {
opacity: 0.5;
cursor: default !important;
}
.um-modal-btn {
cursor: pointer !important;
line-height: 34px !important;
height: 34px;
display: inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 0 20px;
text-align: center;
color: #fff;
vertical-align: middle;
font-size: 14px;
box-sizing: border-box;
transition: 0.2s;
text-decoration: none !important;
}
a.um-modal-btn:visited {
color: #fff;
}
.um-modal-btn:hover {
background: #44b0ec;
color: #fff;
}
.um-modal-btn.alt {
color: #666;
background: #eee;
}
.um-modal-btn.alt:hover {
background: #e5e5e5;
}
.um-modal .um-single-image-preview.crop img{
float:left;
}
\ No newline at end of file
......
@font-face {
font-family: "raty";
font-style: normal;
font-weight: normal;
src: url("../font/raty.eot");
src: url("../font/raty.eot?#iefix") format("embedded-opentype");
src: url("../font/raty.svg#raty") format("svg");
src: url("../font/raty.ttf") format("truetype");
src: url("../font/raty.woff") format("woff");
font-display: swap;
}
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
font-family: "raty";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
margin-right: 0.2em;
color: #ccc;
}
.star-on-png,
.star-half-png
{color: #ffbe32}
/* Icons */
.cancel-on-png:before {content: "\e600";}
.cancel-off-png:before {content: "\e601";}
.star-on-png:before {content: "\f005";}
.star-off-png:before {content: "\f006";}
@font-face {
font-family: "raty";
font-style: normal;
font-weight: normal;
src: url("../font/raty.eot");
src: url("../font/raty.eot?#iefix") format("embedded-opentype");
src: url("../font/raty.svg#raty") format("svg");
src: url("../font/raty.ttf") format("truetype");
src: url("../font/raty.woff") format("woff");
font-display: swap;
}
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
font-family: "raty";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
margin-right: 0.2em;
color: #ccc;
}
.star-on-png,
.star-half-png
{color: #ffbe32}
/* Icons */
.cancel-on-png:before {content: "\e600";}
.cancel-off-png:before {content: "\e601";}
.star-on-png:before {content: "\f005";}
.star-off-png:before {content: "\f006";}
.star-half-png:before {content: "\f123";}
\ No newline at end of file
......
.tipsy { padding: 5px; position: absolute; z-index: 9999999999!important; }
.tipsy-inner {
font-size: 13px !important;
line-height: 17px !important;
background-color: #333333 !important;
color: #fff !important;
max-width: 250px !important;
padding: 6px 10px !important;
text-align: left !important;
word-wrap: break-word !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tipsy-arrow { position: absolute !important; width: 0 !important; height: 0 !important; line-height: 0 !important; border: 5px dashed #333; }
.tipsy-arrow-n { border-bottom-color: #333 !important }
.tipsy-arrow-s { border-top-color: #333 !important }
.tipsy-arrow-e { border-left-color: #333 !important }
.tipsy-arrow-w { border-right-color: #333 !important }
.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; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.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; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.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; }
.tipsy { padding: 5px; position: absolute; z-index: 9999999999!important; }
.tipsy-inner {
font-size: 13px !important;
line-height: 17px !important;
background-color: #333333 !important;
color: #fff !important;
max-width: 250px !important;
padding: 6px 10px !important;
text-align: left !important;
word-wrap: break-word !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tipsy-arrow { position: absolute !important; width: 0 !important; height: 0 !important; line-height: 0 !important; border: 5px dashed #333; }
.tipsy-arrow-n { border-bottom-color: #333 !important }
.tipsy-arrow-s { border-top-color: #333 !important }
.tipsy-arrow-e { border-left-color: #333 !important }
.tipsy-arrow-w { border-right-color: #333 !important }
.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; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.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; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.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; }
.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
......
This diff could not be displayed because it is too large.
.um {
direction: rtl !important;
text-align: right;
}
.um-profile-photo {
float: right;
margin: 0 30px 0 0;
}
.um-profile-photo a.um-profile-photo-img {
float: right;
left: auto;
}
.um-cover + .um-header .um-profile-photo a.um-profile-photo-img {
right: 0;
}
div.uimob500 .um-profile-photo a.um-profile-photo-img {
right: auto;
}
.um-profile-edit {
right: auto;
left: 0;
margin-left: 10px;
margin-right: 0;
}
div.uimob960 .um-header .um-profile-meta,
div.uimob800 .um-header .um-profile-meta {
padding-left: 0 !important;
padding-right: 200px !important;
}
.um-name {
float: right;
margin-right: 0;
}
.um-profile-nav-item a {
float: right;
padding: 6px 28px 6px 10px;
}
.um-profile-nav-item i {
left: auto;
right: 6px;
}
.um-profile-nav-item a{float: right}
.um-field-checkbox-state, .um-field-radio-state {
right: 1px;
left: auto;
}
.um-field-checkbox-option, .um-field-radio-option {
margin: 0 36px 0 0;
}
.um-field-half {
float: right;
}
.um-field-half.right {
float: left;
}
.um-left {
float: right;
}
.um-right {
float: left;
}
.um-account-main,
.um-account-side {
float: right;
}
.um-account-main div.um-account-heading i {
margin-right: 0;
margin-left: 10px;
}
.um-account-side li a span.um-account-icon,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon {
float: right;
border-left: 1px solid #ccc;
}
.um-account-side li a span.um-account-title {
padding-right: 20px;
float: right;
}
.um-account-side li a span.um-account-arrow {
right: auto;
left: 10px;
}
.um-field-label .um-field-label-icon {
float: right;
margin: 0 0 0 8px;
}
p.um-notice i {
right: auto;
left: 14px;
}
.um-account.uimob340 .um-account-nav a,
.um-account.uimob500 .um-account-nav a {
padding-left: 0;
padding-right: 40px;
}
.um-account.uimob340 .um-account-nav span.ico,
.um-account.uimob500 .um-account-nav span.ico {
right: 0;
}
.um-account.uimob340 .um-account-nav span.arr,
.um-account.uimob500 .um-account-nav span.arr {
right: auto;
left: 0;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
right: auto !important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
text-align: right;
padding-left: 20px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
margin-left: 4px;
}
.um-single-image-preview a.cancel, .um-single-file-preview a.cancel {
left: -15px;
right: auto;
}
.select2.select2-container .select2-selection {
padding: 0 12px 0 0 !important;
}
.select2-selection__clear {
right: auto;
left: 1px;
}
.cropper-container {
margin: 0 auto;
left: auto !important;
}
.um-field-label .um-tip {
margin: 0 8px 0 0;
}
.tipsy-inner {
text-align: right !important;
}
.um span.um-req {
margin: 0 8px 0 0;
}
.um-account-side li a span.um-account-icon,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon {
border-right: none;
}
.um-field-error .um-field-arrow {
left: 0;
right: 10px;
}
.um-single-image-preview a.cancel,
.um-single-file-preview a.cancel {
left: 0;
}
.um-modal-body .um-single-image-preview a.cancel,
.um-modal-body .um-single-file-preview a.cancel {
left: -15px;
}
.um {
direction: rtl !important;
text-align: right;
}
.um-profile-photo {
float: right;
margin: 0 30px 0 0;
}
.um-profile-photo a.um-profile-photo-img {
float: right;
left: auto;
}
.um-cover + .um-header .um-profile-photo a.um-profile-photo-img {
right: 0;
}
div.uimob500 .um-profile-photo a.um-profile-photo-img {
right: auto;
}
.um-profile-edit {
right: auto;
left: 0;
margin-left: 10px;
margin-right: 0;
}
div.uimob960 .um-header .um-profile-meta,
div.uimob800 .um-header .um-profile-meta {
padding-left: 0 !important;
padding-right: 200px !important;
}
.um-name {
float: right;
margin-right: 0;
}
.um-profile-nav-item a {
float: right;
padding: 6px 28px 6px 10px;
}
.um-profile-nav-item i {
left: auto;
right: 6px;
}
.um-profile-nav-item a{float: right}
.um-field-checkbox-state, .um-field-radio-state {
right: 1px;
left: auto;
}
.um-field-checkbox-option, .um-field-radio-option {
margin: 0 36px 0 0;
}
.um-field-half {
float: right;
}
.um-field-half.right {
float: left;
}
.um-left {
float: right;
}
.um-right {
float: left;
}
.um-account-main,
.um-account-side {
float: right;
}
.um-account-main div.um-account-heading i {
margin-right: 0;
margin-left: 10px;
}
.um-account-side li a span.um-account-icon,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon {
float: right;
border-left: 1px solid #ccc;
}
.um-account-side li a span.um-account-title {
padding-right: 20px;
float: right;
}
.um-account-side li a span.um-account-arrow {
right: auto;
left: 10px;
}
.um-field-label .um-field-label-icon {
float: right;
margin: 0 0 0 8px;
}
p.um-notice i {
right: auto;
left: 14px;
}
.um-account.uimob340 .um-account-nav a,
.um-account.uimob500 .um-account-nav a {
padding-left: 0;
padding-right: 40px;
}
.um-account.uimob340 .um-account-nav span.ico,
.um-account.uimob500 .um-account-nav span.ico {
right: 0;
}
.um-account.uimob340 .um-account-nav span.arr,
.um-account.uimob500 .um-account-nav span.arr {
right: auto;
left: 0;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
right: auto !important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
text-align: right;
padding-left: 20px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
margin-left: 4px;
}
.um-single-image-preview a.cancel, .um-single-file-preview a.cancel {
left: -15px;
right: auto;
}
.select2.select2-container .select2-selection {
padding: 0 12px 0 0 !important;
}
.select2-selection__clear {
right: auto;
left: 1px;
}
.cropper-container {
margin: 0 auto;
left: auto !important;
}
.um-field-label .um-tip {
margin: 0 8px 0 0;
}
.tipsy-inner {
text-align: right !important;
}
.um span.um-req {
margin: 0 8px 0 0;
}
.um-account-side li a span.um-account-icon,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon {
border-right: none;
}
.um-field-error .um-field-arrow {
left: 0;
right: 10px;
}
.um-single-image-preview a.cancel,
.um-single-file-preview a.cancel {
left: 0;
}
.um-modal-body .um-single-image-preview a.cancel,
.um-modal-body .um-single-file-preview a.cancel {
left: -15px;
}
.um-item-link { padding-right: 0; padding-left: 40px;}
\ No newline at end of file
......
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( empty( $args['css_profile_card_bg'] ) && empty( $args['css_card_thickness'] ) &&
empty( $args['css_profile_card_text'] ) && empty( $args['css_card_bordercolor'] ) &&
empty( $args['css_img_bordercolor'] ) ) {
return;
}
?>
<style>
<?php if ( ! empty( $args['css_profile_card_bg'] ) ) { ?>
.um-<?php echo esc_attr( $args['form_id'] ); ?> .um-member {
background: <?php echo esc_attr( $args['css_profile_card_bg'] ); ?>;
}
<?php } ?>
<?php if ( ! empty( $args['css_card_thickness'] ) ) { ?>
.um-<?php echo esc_attr( $args['form_id'] ); ?> .um-member {
border-width: <?php echo esc_attr( $args['css_card_thickness'] ); ?>;
}
<?php } ?>
<?php if ( ! empty( $args['css_profile_card_text'] ) ) { ?>
.um-<?php echo esc_attr( $args['form_id'] ); ?> .um-member-card * {
color: <?php echo esc_attr( $args['css_profile_card_text'] ); ?>;
}
<?php } ?>
<?php if ( ! empty( $args['css_card_bordercolor'] ) ) { ?>
.um-<?php echo esc_attr( $args['form_id'] ); ?> .um-member {
border-color: <?php echo esc_attr( $args['css_card_bordercolor'] ); ?>;
}
<?php } ?>
<?php if ( ! empty( $args['css_img_bordercolor'] ) ) { ?>
.um-<?php echo esc_attr( $args['form_id'] ); ?> .um-member-photo img {
border-color: <?php echo esc_attr( $args['css_img_bordercolor'] ); ?>;
}
<?php } ?>
</style>
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! isset( $args['max_width'] ) && ! isset( $args['align'] ) ) {
return;
}
?>
<style>
<?php if ( isset( $args['max_width'] ) && $args['max_width'] ) { ?>
.um-<?php echo esc_attr( $args['form_id'] ); ?>.um {
max-width: <?php echo esc_attr( $args['max_width'] ); ?>;
}
<?php } ?>
<?php if ( isset( $args['align'] ) && in_array( $args['align'], array( 'left', 'right' ), true ) ) { ?>
.um-<?php echo esc_attr( $args['form_id'] ); ?>.um {
margin-<?php echo esc_attr( $args['align'] ); ?>: 0px !important;
}
<?php } ?>
</style>
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! isset( $args['photosize'] ) || 'original' === $args['photosize'] ) {
$args['photosize'] = um_get_metadefault( 'profile_photosize' ); // Cannot be more than metadefault value.
}
$args['photosize'] = absint( $args['photosize'] );
$photosize_up = ( $args['photosize'] / 2 ) + 10;
$meta_padding = ( $args['photosize'] + 60 ) . 'px';
?>
<style>
<?php if ( ! empty( $args['area_max_width'] ) ) { ?>
.um-<?php echo esc_attr( $args['form_id'] ); ?>.um .um-profile-body {
max-width: <?php echo esc_attr( $args['area_max_width'] ); ?>;
}
<?php } ?>
.um-<?php echo esc_attr( $args['form_id'] ); ?>.um .um-profile-photo a.um-profile-photo-img {
width: <?php echo esc_attr( $args['photosize'] ); ?>px;
height: <?php echo esc_attr( $args['photosize'] ); ?>px;
}
.um-<?php echo esc_attr( $args['form_id'] ); ?>.um .um-profile-photo a.um-profile-photo-img {
top: -<?php echo esc_attr( $photosize_up ); ?>px;
}
<?php if ( is_rtl() ) { ?>
.um-<?php echo esc_attr( $args['form_id'] ); ?>.um .um-profile-meta {
padding-right: <?php echo esc_attr( $meta_padding ); ?>;
}
<?php } else { ?>
.um-<?php echo esc_attr( $args['form_id'] ); ?>.um .um-profile-meta {
padding-left: <?php echo esc_attr( $meta_padding ); ?>;
}
<?php } ?>
</style>
<style type="text/css">
<?php
if ( isset( $css_profile_card_bg ) && ! empty( $css_profile_card_bg ) ) {
print ".um-$form_id .um-member {
background: $css_profile_card_bg;
}";
}
if ( isset( $css_card_thickness ) && ! empty( $css_card_thickness ) ) {
print ".um-$form_id .um-member {
border-width: $css_card_thickness;
}";
}
if ( isset( $css_profile_card_text ) && ! empty( $css_profile_card_text ) ) {
print ".um-$form_id .um-member-card * {
color: $css_profile_card_text;
}";
}
if ( isset( $css_card_bordercolor ) && ! empty( $css_card_bordercolor ) ) {
print ".um-$form_id .um-member {
border-color: $css_card_bordercolor;
}";
}
if ( isset( $css_img_bordercolor ) && ! empty( $css_img_bordercolor ) ) {
print ".um-$form_id .um-member-photo img {
border-color: $css_img_bordercolor;
}";
}
?>
</style>
\ No newline at end of file
<style type="text/css">
<?php
if ( isset( $max_width ) && $max_width ) {
print ".um-$form_id.um {
max-width: {$max_width};
}";
}
if ( isset( $align ) && in_array( $align, array( 'left', 'right' ) ) ) {
print ".um-$form_id.um {
margin-$align: 0px !important;
}";
}
?>
</style>
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
<style type="text/css">
<?php if ( ! $photosize || $photosize == 'original' ) {
//cannot be more than metadefault value
$photosize = um_get_metadefault( 'profile_photosize' );
}
$photosize = filter_var( $photosize, FILTER_SANITIZE_NUMBER_INT );
$photosize_up = ( $photosize / 2 ) + 10;
$meta_padding = ( $photosize + 60 ) . 'px';
if ( $area_max_width ) {
print "
.um-$form_id.um .um-profile-body {
max-width: $area_max_width;
}
";
}
print "
.um-$form_id.um .um-profile-photo a.um-profile-photo-img {
width: ".$photosize."px;
height: ".$photosize."px;
}
";
print "
.um-$form_id.um .um-profile-photo a.um-profile-photo-img {
top: -".$photosize_up."px;
}
";
if ( is_rtl() ) {
print "
.um-$form_id.um .um-profile-meta {
padding-right: $meta_padding;
}
";
} else {
print "
.um-$form_id.um .um-profile-meta {
padding-left: $meta_padding;
}
";
}
?>
</style>
\ No newline at end of file
This diff could not be displayed because it is too large.
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="raty" horiz-adv-x="512">
<font-face units-per-em="512" ascent="480" descent="-32" />
<missing-glyph horiz-adv-x="512" />
<glyph unicode="&#x20;" d="" horiz-adv-x="256" />
<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" />
<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" />
<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" />
<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" />
<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" />
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="raty" horiz-adv-x="512">
<font-face units-per-em="512" ascent="480" descent="-32" />
<missing-glyph horiz-adv-x="512" />
<glyph unicode="&#x20;" d="" horiz-adv-x="256" />
<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" />
<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" />
<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" />
<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" />
<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" />
</font></defs></svg>
\ No newline at end of file
......
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
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
......
/*jshint
asi: true,
unused: true,
boss: true,
loopfunc: true,
eqnull: true
*/
/*!
* Legacy browser support
*/
// Map array support
if ( ![].map ) {
Array.prototype.map = function ( callback, self ) {
var array = this, len = array.length, newArray = new Array( len )
for ( var i = 0; i < len; i++ ) {
if ( i in array ) {
newArray[ i ] = callback.call( self, array[ i ], i, array )
}
}
return newArray
}
}
// Filter array support
if ( ![].filter ) {
Array.prototype.filter = function( callback ) {
if ( this == null ) throw new TypeError()
var t = Object( this ), len = t.length >>> 0
if ( typeof callback != 'function' ) throw new TypeError()
var newArray = [], thisp = arguments[ 1 ]
for ( var i = 0; i < len; i++ ) {
if ( i in t ) {
var val = t[ i ]
if ( callback.call( thisp, val, i, t ) ) newArray.push( val )
}
}
return newArray
}
}
// Index of array support
if ( ![].indexOf ) {
Array.prototype.indexOf = function( searchElement ) {
if ( this == null ) throw new TypeError()
var t = Object( this ), len = t.length >>> 0
if ( len === 0 ) return -1
var n = 0
if ( arguments.length > 1 ) {
n = Number( arguments[ 1 ] )
if ( n != n ) {
n = 0
}
else if ( n !== 0 && n != Infinity && n != -Infinity ) {
n = ( n > 0 || -1 ) * Math.floor( Math.abs( n ) )
}
}
if ( n >= len ) return -1
var k = n >= 0 ? n : Math.max( len - Math.abs( n ), 0 )
for ( ; k < len; k++ ) {
if ( k in t && t[ k ] === searchElement ) return k
}
return -1
}
}
/*!
* Cross-Browser Split 1.1.1
* Copyright 2007-2012 Steven Levithan <stevenlevithan.com>
* Available under the MIT License
* http://blog.stevenlevithan.com/archives/cross-browser-split
*/
var nativeSplit = String.prototype.split, compliantExecNpcg = /()??/.exec('')[1] === undefined
String.prototype.split = function(separator, limit) {
var str = this
if (Object.prototype.toString.call(separator) !== '[object RegExp]') {
return nativeSplit.call(str, separator, limit)
}
var output = [],
flags = (separator.ignoreCase ? 'i' : '') +
(separator.multiline ? 'm' : '') +
(separator.extended ? 'x' : '') +
(separator.sticky ? 'y' : ''),
lastLastIndex = 0,
separator2, match, lastIndex, lastLength
separator = new RegExp(separator.source, flags + 'g')
str += ''
if (!compliantExecNpcg) {
separator2 = new RegExp('^' + separator.source + '$(?!\\s)', flags)
}
limit = limit === undefined ? -1 >>> 0 : limit >>> 0
while (match = separator.exec(str)) {
lastIndex = match.index + match[0].length
if (lastIndex > lastLastIndex) {
output.push(str.slice(lastLastIndex, match.index))
if (!compliantExecNpcg && match.length > 1) {
match[0].replace(separator2, function () {
for (var i = 1; i < arguments.length - 2; i++) {
if (arguments[i] === undefined) {
match[i] = undefined
}
}
})
}
if (match.length > 1 && match.index < str.length) {
Array.prototype.push.apply(output, match.slice(1))
}
lastLength = match[0].length
lastLastIndex = lastIndex
if (output.length >= limit) {
break
}
}
if (separator.lastIndex === match.index) {
separator.lastIndex++
}
}
if (lastLastIndex === str.length) {
if (lastLength || !separator.test('')) {
output.push('')
}
} else {
output.push(str.slice(lastLastIndex))
}
return output.length > limit ? output.slice(0, limit) : output
};
/*jshint
asi: true,
unused: true,
boss: true,
loopfunc: true,
eqnull: true
*/
/*!
* Legacy browser support
*/
// Map array support
if ( ![].map ) {
Array.prototype.map = function ( callback, self ) {
var array = this, len = array.length, newArray = new Array( len )
for ( var i = 0; i < len; i++ ) {
if ( i in array ) {
newArray[ i ] = callback.call( self, array[ i ], i, array )
}
}
return newArray
}
}
// Filter array support
if ( ![].filter ) {
Array.prototype.filter = function( callback ) {
if ( this == null ) throw new TypeError()
var t = Object( this ), len = t.length >>> 0
if ( typeof callback != 'function' ) throw new TypeError()
var newArray = [], thisp = arguments[ 1 ]
for ( var i = 0; i < len; i++ ) {
if ( i in t ) {
var val = t[ i ]
if ( callback.call( thisp, val, i, t ) ) newArray.push( val )
}
}
return newArray
}
}
// Index of array support
if ( ![].indexOf ) {
Array.prototype.indexOf = function( searchElement ) {
if ( this == null ) throw new TypeError()
var t = Object( this ), len = t.length >>> 0
if ( len === 0 ) return -1
var n = 0
if ( arguments.length > 1 ) {
n = Number( arguments[ 1 ] )
if ( n != n ) {
n = 0
}
else if ( n !== 0 && n != Infinity && n != -Infinity ) {
n = ( n > 0 || -1 ) * Math.floor( Math.abs( n ) )
}
}
if ( n >= len ) return -1
var k = n >= 0 ? n : Math.max( len - Math.abs( n ), 0 )
for ( ; k < len; k++ ) {
if ( k in t && t[ k ] === searchElement ) return k
}
return -1
}
}
/*!
* Cross-Browser Split 1.1.1
* Copyright 2007-2012 Steven Levithan <stevenlevithan.com>
* Available under the MIT License
* http://blog.stevenlevithan.com/archives/cross-browser-split
*/
var nativeSplit = String.prototype.split, compliantExecNpcg = /()??/.exec('')[1] === undefined
String.prototype.split = function(separator, limit) {
var str = this
if (Object.prototype.toString.call(separator) !== '[object RegExp]') {
return nativeSplit.call(str, separator, limit)
}
var output = [],
flags = (separator.ignoreCase ? 'i' : '') +
(separator.multiline ? 'm' : '') +
(separator.extended ? 'x' : '') +
(separator.sticky ? 'y' : ''),
lastLastIndex = 0,
separator2, match, lastIndex, lastLength
separator = new RegExp(separator.source, flags + 'g')
str += ''
if (!compliantExecNpcg) {
separator2 = new RegExp('^' + separator.source + '$(?!\\s)', flags)
}
limit = limit === undefined ? -1 >>> 0 : limit >>> 0
while (match = separator.exec(str)) {
lastIndex = match.index + match[0].length
if (lastIndex > lastLastIndex) {
output.push(str.slice(lastLastIndex, match.index))
if (!compliantExecNpcg && match.length > 1) {
match[0].replace(separator2, function () {
for (var i = 1; i < arguments.length - 2; i++) {
if (arguments[i] === undefined) {
match[i] = undefined
}
}
})
}
if (match.length > 1 && match.index < str.length) {
Array.prototype.push.apply(output, match.slice(1))
}
lastLength = match[0].length
lastLastIndex = lastIndex
if (output.length >= limit) {
break
}
}
if (separator.lastIndex === match.index) {
separator.lastIndex++
}
}
if (lastLastIndex === str.length) {
if (lastLength || !separator.test('')) {
output.push('')
}
} else {
output.push(str.slice(lastLastIndex))
}
return output.length > limit ? output.slice(0, limit) : output
};
......
// Arabic
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'يناير', 'فبراير', 'مارس', 'ابريل', 'مايو', 'يونيو', 'يوليو', 'اغسطس', 'سبتمبر', 'اكتوبر', 'نوفمبر', 'ديسمبر' ],
monthsShort: [ 'يناير', 'فبراير', 'مارس', 'ابريل', 'مايو', 'يونيو', 'يوليو', 'اغسطس', 'سبتمبر', 'اكتوبر', 'نوفمبر', 'ديسمبر' ],
weekdaysFull: [ 'الاحد', 'الاثنين', 'الثلاثاء', 'الاربعاء', 'الخميس', 'الجمعة', 'السبت' ],
weekdaysShort: [ 'الاحد', 'الاثنين', 'الثلاثاء', 'الاربعاء', 'الخميس', 'الجمعة', 'السبت' ],
today: 'اليوم',
clear: 'مسح',
format: 'yyyy mmmm dd',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'مسح'
});
// Arabic
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'يناير', 'فبراير', 'مارس', 'ابريل', 'مايو', 'يونيو', 'يوليو', 'اغسطس', 'سبتمبر', 'اكتوبر', 'نوفمبر', 'ديسمبر' ],
monthsShort: [ 'يناير', 'فبراير', 'مارس', 'ابريل', 'مايو', 'يونيو', 'يوليو', 'اغسطس', 'سبتمبر', 'اكتوبر', 'نوفمبر', 'ديسمبر' ],
weekdaysFull: [ 'الاحد', 'الاثنين', 'الثلاثاء', 'الاربعاء', 'الخميس', 'الجمعة', 'السبت' ],
weekdaysShort: [ 'الاحد', 'الاثنين', 'الثلاثاء', 'الاربعاء', 'الخميس', 'الجمعة', 'السبت' ],
today: 'اليوم',
clear: 'مسح',
format: 'yyyy mmmm dd',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'مسح'
});
......
// Bulgarian
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'януари','февруари','март','април','май','юни','юли','август','септември','октомври','ноември','декември' ],
monthsShort: [ 'янр','фев','мар','апр','май','юни','юли','авг','сеп','окт','ное','дек' ],
weekdaysFull: [ 'неделя', 'понеделник', 'вторник', 'сряда', 'четвъртък', 'петък', 'събота' ],
weekdaysShort: [ 'нд', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб' ],
today: 'днес',
clear: 'изтривам',
firstDay: 1,
format: 'd mmmm yyyy г.',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'изтривам'
});
// Bulgarian
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'януари','февруари','март','април','май','юни','юли','август','септември','октомври','ноември','декември' ],
monthsShort: [ 'янр','фев','мар','апр','май','юни','юли','авг','сеп','окт','ное','дек' ],
weekdaysFull: [ 'неделя', 'понеделник', 'вторник', 'сряда', 'четвъртък', 'петък', 'събота' ],
weekdaysShort: [ 'нд', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб' ],
today: 'днес',
clear: 'изтривам',
firstDay: 1,
format: 'd mmmm yyyy г.',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'изтривам'
});
......
// Bosnian
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'januar', 'februar', 'mart', 'april', 'maj', 'juni', 'juli', 'august', 'septembar', 'oktobar', 'novembar', 'decembar' ],
monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec' ],
weekdaysFull: [ 'nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'cetvrtak', 'petak', 'subota' ],
weekdaysShort: [ 'ne', 'po', 'ut', 'sr', 'če', 'pe', 'su' ],
today: 'danas',
clear: 'izbrisati',
firstDay: 1,
format: 'dd. mmmm yyyy.',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'izbrisati'
});
// Bosnian
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'januar', 'februar', 'mart', 'april', 'maj', 'juni', 'juli', 'august', 'septembar', 'oktobar', 'novembar', 'decembar' ],
monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec' ],
weekdaysFull: [ 'nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'cetvrtak', 'petak', 'subota' ],
weekdaysShort: [ 'ne', 'po', 'ut', 'sr', 'če', 'pe', 'su' ],
today: 'danas',
clear: 'izbrisati',
firstDay: 1,
format: 'dd. mmmm yyyy.',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'izbrisati'
});
......
// Catalan
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'Gener', 'Febrer', 'Març', 'Abril', 'Maig', 'juny', 'Juliol', 'Agost', 'Setembre', 'Octubre', 'Novembre', 'Desembre' ],
monthsShort: [ 'Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Oct', 'Nov', 'Des' ],
weekdaysFull: [ 'diumenge', 'dilluns', 'dimarts', 'dimecres', 'dijous', 'divendres', 'dissabte' ],
weekdaysShort: [ 'diu', 'dil', 'dim', 'dmc', 'dij', 'div', 'dis' ],
today: 'avui',
clear: 'esborra',
close: 'tanca',
firstDay: 1,
format: 'dddd d !de mmmm !de yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'esborra'
});
// Catalan
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'Gener', 'Febrer', 'Març', 'Abril', 'Maig', 'juny', 'Juliol', 'Agost', 'Setembre', 'Octubre', 'Novembre', 'Desembre' ],
monthsShort: [ 'Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Oct', 'Nov', 'Des' ],
weekdaysFull: [ 'diumenge', 'dilluns', 'dimarts', 'dimecres', 'dijous', 'divendres', 'dissabte' ],
weekdaysShort: [ 'diu', 'dil', 'dim', 'dmc', 'dij', 'div', 'dis' ],
today: 'avui',
clear: 'esborra',
close: 'tanca',
firstDay: 1,
format: 'dddd d !de mmmm !de yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'esborra'
});
......
// Czech
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'leden', 'únor', 'březen', 'duben', 'květen', 'červen', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec' ],
monthsShort: [ 'led', 'úno', 'bře', 'dub', 'kvě', 'čer', 'čvc', 'srp', 'zář', 'říj', 'lis', 'pro' ],
weekdaysFull: [ 'neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota' ],
weekdaysShort: [ 'ne', 'po', 'út', 'st', 'čt', 'pá', 'so' ],
today: 'dnes',
clear: 'vymazat',
firstDay: 1,
format: 'd. mmmm yyyy',
formatSubmit: 'yyyy/mm/dd',
close: 'zavřít'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'vymazat'
});
// Czech
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'leden', 'únor', 'březen', 'duben', 'květen', 'červen', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec' ],
monthsShort: [ 'led', 'úno', 'bře', 'dub', 'kvě', 'čer', 'čvc', 'srp', 'zář', 'říj', 'lis', 'pro' ],
weekdaysFull: [ 'neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota' ],
weekdaysShort: [ 'ne', 'po', 'út', 'st', 'čt', 'pá', 'so' ],
today: 'dnes',
clear: 'vymazat',
firstDay: 1,
format: 'd. mmmm yyyy',
formatSubmit: 'yyyy/mm/dd',
close: 'zavřít'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'vymazat'
});
......
// Danish
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'januar', 'februar', 'marts', 'april', 'maj', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'december' ],
monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec' ],
weekdaysFull: [ 'søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag' ],
weekdaysShort: [ 'søn', 'man', 'tir', 'ons', 'tor', 'fre', 'lør' ],
today: 'i dag',
clear: 'slet',
close: 'luk',
firstDay: 1,
format: 'd. mmmm yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'slet'
});
// Danish
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'januar', 'februar', 'marts', 'april', 'maj', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'december' ],
monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec' ],
weekdaysFull: [ 'søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag' ],
weekdaysShort: [ 'søn', 'man', 'tir', 'ons', 'tor', 'fre', 'lør' ],
today: 'i dag',
clear: 'slet',
close: 'luk',
firstDay: 1,
format: 'd. mmmm yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'slet'
});
......
// German
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember' ],
monthsShort: [ 'Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez' ],
weekdaysFull: [ 'Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag' ],
weekdaysShort: [ 'So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa' ],
today: 'Heute',
clear: 'Löschen',
close: 'Schließen',
firstDay: 1,
format: 'dddd, dd. mmmm yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'Löschen',
format: 'H:i'
});
// German
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember' ],
monthsShort: [ 'Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez' ],
weekdaysFull: [ 'Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag' ],
weekdaysShort: [ 'So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa' ],
today: 'Heute',
clear: 'Löschen',
close: 'Schließen',
firstDay: 1,
format: 'dddd, dd. mmmm yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'Löschen',
format: 'H:i'
});
......
// Greek
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'Ιανουάριος', 'Φεβρουάριος', 'Μάρτιος', 'Απρίλιος', 'Μάιος', 'Ιούνιος', 'Ιούλιος', 'Αύγουστος', 'Σεπτέμβριος', 'Οκτώβριος', 'Νοέμβριος', 'Δεκέμβριος' ],
monthsShort: [ 'Ιαν', 'Φεβ', 'Μαρ', 'Απρ', 'Μαι', 'Ιουν', 'Ιουλ', 'Αυγ', 'Σεπ', 'Οκτ', 'Νοε', 'Δεκ' ],
weekdaysFull: [ 'Κυριακή', 'Δευτέρα', 'Τρίτη', 'Τετάρτη', 'Πέμπτη', 'Παρασκευή', 'Σάββατο' ],
weekdaysShort: [ 'Κυρ', 'Δευ', 'Τρι', 'Τετ', 'Πεμ', 'Παρ', 'Σαβ' ],
today: 'σήμερα',
clear: 'Διαγραφή',
firstDay: 1,
format: 'd mmmm yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'Διαγραφή'
});
// Greek
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'Ιανουάριος', 'Φεβρουάριος', 'Μάρτιος', 'Απρίλιος', 'Μάιος', 'Ιούνιος', 'Ιούλιος', 'Αύγουστος', 'Σεπτέμβριος', 'Οκτώβριος', 'Νοέμβριος', 'Δεκέμβριος' ],
monthsShort: [ 'Ιαν', 'Φεβ', 'Μαρ', 'Απρ', 'Μαι', 'Ιουν', 'Ιουλ', 'Αυγ', 'Σεπ', 'Οκτ', 'Νοε', 'Δεκ' ],
weekdaysFull: [ 'Κυριακή', 'Δευτέρα', 'Τρίτη', 'Τετάρτη', 'Πέμπτη', 'Παρασκευή', 'Σάββατο' ],
weekdaysShort: [ 'Κυρ', 'Δευ', 'Τρι', 'Τετ', 'Πεμ', 'Παρ', 'Σαβ' ],
today: 'σήμερα',
clear: 'Διαγραφή',
firstDay: 1,
format: 'd mmmm yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'Διαγραφή'
});
......
// Spanish
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre' ],
monthsShort: [ 'ene', 'feb', 'mar', 'abr', 'may', 'jun', 'jul', 'ago', 'sep', 'oct', 'nov', 'dic' ],
weekdaysFull: [ 'Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado' ],
weekdaysShort: [ 'dom', 'lun', 'mar', 'mié', 'jue', 'vie', 'sáb' ],
today: 'Hoy',
clear: 'Borrar',
close: 'Cerrar',
firstDay: 1,
format: 'dddd d !de mmmm !de yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'Borrar'
});
// Spanish
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre' ],
monthsShort: [ 'ene', 'feb', 'mar', 'abr', 'may', 'jun', 'jul', 'ago', 'sep', 'oct', 'nov', 'dic' ],
weekdaysFull: [ 'Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado' ],
weekdaysShort: [ 'dom', 'lun', 'mar', 'mié', 'jue', 'vie', 'sáb' ],
today: 'Hoy',
clear: 'Borrar',
close: 'Cerrar',
firstDay: 1,
format: 'dddd d !de mmmm !de yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'Borrar'
});
......
// Estonian
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'jaanuar', 'veebruar', 'märts', 'aprill', 'mai', 'juuni', 'juuli', 'august', 'september', 'oktoober', 'november', 'detsember' ],
monthsShort: [ 'jaan', 'veebr', 'märts', 'apr', 'mai', 'juuni', 'juuli', 'aug', 'sept', 'okt', 'nov', 'dets' ],
weekdaysFull: [ 'pühapäev', 'esmaspäev', 'teisipäev', 'kolmapäev', 'neljapäev', 'reede', 'laupäev' ],
weekdaysShort: [ 'püh', 'esm', 'tei', 'kol', 'nel', 'ree', 'lau' ],
today: 'täna',
clear: 'kustuta',
firstDay: 1,
format: 'd. mmmm yyyy. a',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'kustuta'
});
// Estonian
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'jaanuar', 'veebruar', 'märts', 'aprill', 'mai', 'juuni', 'juuli', 'august', 'september', 'oktoober', 'november', 'detsember' ],
monthsShort: [ 'jaan', 'veebr', 'märts', 'apr', 'mai', 'juuni', 'juuli', 'aug', 'sept', 'okt', 'nov', 'dets' ],
weekdaysFull: [ 'pühapäev', 'esmaspäev', 'teisipäev', 'kolmapäev', 'neljapäev', 'reede', 'laupäev' ],
weekdaysShort: [ 'püh', 'esm', 'tei', 'kol', 'nel', 'ree', 'lau' ],
today: 'täna',
clear: 'kustuta',
firstDay: 1,
format: 'd. mmmm yyyy. a',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'kustuta'
});
......
// Basque
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'urtarrila', 'otsaila', 'martxoa', 'apirila', 'maiatza', 'ekaina', 'uztaila', 'abuztua', 'iraila', 'urria', 'azaroa', 'abendua' ],
monthsShort: [ 'urt', 'ots', 'mar', 'api', 'mai', 'eka', 'uzt', 'abu', 'ira', 'urr', 'aza', 'abe' ],
weekdaysFull: [ 'igandea', 'astelehena', 'asteartea', 'asteazkena', 'osteguna', 'ostirala', 'larunbata' ],
weekdaysShort: [ 'ig.', 'al.', 'ar.', 'az.', 'og.', 'or.', 'lr.' ],
today: 'gaur',
clear: 'garbitu',
firstDay: 1,
format: 'dddd, yyyy(e)ko mmmmren da',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'garbitu'
});
// Basque
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'urtarrila', 'otsaila', 'martxoa', 'apirila', 'maiatza', 'ekaina', 'uztaila', 'abuztua', 'iraila', 'urria', 'azaroa', 'abendua' ],
monthsShort: [ 'urt', 'ots', 'mar', 'api', 'mai', 'eka', 'uzt', 'abu', 'ira', 'urr', 'aza', 'abe' ],
weekdaysFull: [ 'igandea', 'astelehena', 'asteartea', 'asteazkena', 'osteguna', 'ostirala', 'larunbata' ],
weekdaysShort: [ 'ig.', 'al.', 'ar.', 'az.', 'og.', 'or.', 'lr.' ],
today: 'gaur',
clear: 'garbitu',
firstDay: 1,
format: 'dddd, yyyy(e)ko mmmmren da',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'garbitu'
});
......
// Farsi
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'],
monthsShort: [ 'ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر' ],
weekdaysFull: [ 'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه' ],
weekdaysShort: [ 'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه' ],
today: 'امروز',
clear: 'پاک کردن',
close: 'بستن',
format: 'yyyy mmmm dd',
formatSubmit: 'yyyy/mm/dd',
labelMonthNext: 'ماه بعدی',
labelMonthPrev: 'ماه قبلی'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'پاک کردن'
});
// Farsi
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'],
monthsShort: [ 'ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر' ],
weekdaysFull: [ 'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه' ],
weekdaysShort: [ 'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه' ],
today: 'امروز',
clear: 'پاک کردن',
close: 'بستن',
format: 'yyyy mmmm dd',
formatSubmit: 'yyyy/mm/dd',
labelMonthNext: 'ماه بعدی',
labelMonthPrev: 'ماه قبلی'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'پاک کردن'
});
......
// Finnish
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'tammikuu', 'helmikuu', 'maaliskuu', 'huhtikuu', 'toukokuu', 'kesäkuu', 'heinäkuu', 'elokuu', 'syyskuu', 'lokakuu', 'marraskuu', 'joulukuu' ],
monthsShort: [ 'tammi', 'helmi', 'maalis', 'huhti', 'touko', 'kesä', 'heinä', 'elo', 'syys', 'loka', 'marras', 'joulu' ],
weekdaysFull: [ 'sunnuntai', 'maanantai', 'tiistai', 'keskiviikko', 'torstai', 'perjantai', 'lauantai' ],
weekdaysShort: [ 'su', 'ma', 'ti', 'ke', 'to', 'pe', 'la' ],
today: 'tänään',
clear: 'tyhjennä',
firstDay: 1,
format: 'd.m.yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'tyhjennä'
});
// Finnish
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'tammikuu', 'helmikuu', 'maaliskuu', 'huhtikuu', 'toukokuu', 'kesäkuu', 'heinäkuu', 'elokuu', 'syyskuu', 'lokakuu', 'marraskuu', 'joulukuu' ],
monthsShort: [ 'tammi', 'helmi', 'maalis', 'huhti', 'touko', 'kesä', 'heinä', 'elo', 'syys', 'loka', 'marras', 'joulu' ],
weekdaysFull: [ 'sunnuntai', 'maanantai', 'tiistai', 'keskiviikko', 'torstai', 'perjantai', 'lauantai' ],
weekdaysShort: [ 'su', 'ma', 'ti', 'ke', 'to', 'pe', 'la' ],
today: 'tänään',
clear: 'tyhjennä',
firstDay: 1,
format: 'd.m.yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'tyhjennä'
});
......
// French
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre' ],
monthsShort: [ 'Jan', 'Fev', 'Mar', 'Avr', 'Mai', 'Juin', 'Juil', 'Aou', 'Sep', 'Oct', 'Nov', 'Dec' ],
weekdaysFull: [ 'Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi' ],
weekdaysShort: [ 'Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam' ],
today: 'Aujourd\'hui',
clear: 'Effacer',
close: 'Fermer',
firstDay: 1,
format: 'dd mmmm yyyy',
formatSubmit: 'yyyy/mm/dd',
labelMonthNext:"Mois suivant",
labelMonthPrev:"Mois précédent",
labelMonthSelect:"Sélectionner un mois",
labelYearSelect:"Sélectionner une année"
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'Effacer',
format: 'H:i'
});
// French
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre' ],
monthsShort: [ 'Jan', 'Fev', 'Mar', 'Avr', 'Mai', 'Juin', 'Juil', 'Aou', 'Sep', 'Oct', 'Nov', 'Dec' ],
weekdaysFull: [ 'Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi' ],
weekdaysShort: [ 'Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam' ],
today: 'Aujourd\'hui',
clear: 'Effacer',
close: 'Fermer',
firstDay: 1,
format: 'dd mmmm yyyy',
formatSubmit: 'yyyy/mm/dd',
labelMonthNext:"Mois suivant",
labelMonthPrev:"Mois précédent",
labelMonthSelect:"Sélectionner un mois",
labelYearSelect:"Sélectionner une année"
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'Effacer',
format: 'H:i'
});
......
// Georgian
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'იანვარი', 'თებერვალი', 'მარტი', 'აპრილი', 'მაისი', 'ივნისი', 'ივლისი', 'აგვისტო', 'სექტემბერი', 'ოქტომბერი', 'ნოემბერი', 'დეკემბერი' ],
monthsShort: [ 'იან', 'თებ', 'მარტ', 'აპრ', 'მაი', 'ივნ', 'ივლ', 'აგვ', 'სექტ', 'ოქტ', 'ნოემ', 'დეკ' ],
weekdaysFull: [ 'კვირა', 'ორშაბათი', 'სამშაბათი', 'ოთხშაბათი', 'ხუშაბათი', 'პარასკევი', 'შაბათი' ],
weekdaysShort: [ 'კვ', 'ორ', 'სამ', 'ოთხ', 'ხუთ', 'პარ', 'შაბ' ],
today: 'დღეს',
clear: 'გასუფთავება',
firstDay: 1,
format: 'd mmmm yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'გასუფთავება'
});
// Georgian
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'იანვარი', 'თებერვალი', 'მარტი', 'აპრილი', 'მაისი', 'ივნისი', 'ივლისი', 'აგვისტო', 'სექტემბერი', 'ოქტომბერი', 'ნოემბერი', 'დეკემბერი' ],
monthsShort: [ 'იან', 'თებ', 'მარტ', 'აპრ', 'მაი', 'ივნ', 'ივლ', 'აგვ', 'სექტ', 'ოქტ', 'ნოემ', 'დეკ' ],
weekdaysFull: [ 'კვირა', 'ორშაბათი', 'სამშაბათი', 'ოთხშაბათი', 'ხუშაბათი', 'პარასკევი', 'შაბათი' ],
weekdaysShort: [ 'კვ', 'ორ', 'სამ', 'ოთხ', 'ხუთ', 'პარ', 'შაბ' ],
today: 'დღეს',
clear: 'გასუფთავება',
firstDay: 1,
format: 'd mmmm yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'გასუფთავება'
});
......
// Galician
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'Xaneiro', 'Febreiro', 'Marzo', 'Abril', 'Maio', 'Xuño', 'Xullo', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Decembro' ],
monthsShort: [ 'xan', 'feb', 'mar', 'abr', 'mai', 'xun', 'xul', 'ago', 'sep', 'out', 'nov', 'dec' ],
weekdaysFull: [ 'domingo', 'luns', 'martes', 'mércores', 'xoves', 'venres', 'sábado' ],
weekdaysShort: [ 'dom', 'lun', 'mar', 'mér', 'xov', 'ven', 'sab' ],
today: 'hoxe',
clear: 'borrar',
firstDay: 1,
format: 'dddd d !de mmmm !de yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'borrar'
});
// Galician
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'Xaneiro', 'Febreiro', 'Marzo', 'Abril', 'Maio', 'Xuño', 'Xullo', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Decembro' ],
monthsShort: [ 'xan', 'feb', 'mar', 'abr', 'mai', 'xun', 'xul', 'ago', 'sep', 'out', 'nov', 'dec' ],
weekdaysFull: [ 'domingo', 'luns', 'martes', 'mércores', 'xoves', 'venres', 'sábado' ],
weekdaysShort: [ 'dom', 'lun', 'mar', 'mér', 'xov', 'ven', 'sab' ],
today: 'hoxe',
clear: 'borrar',
firstDay: 1,
format: 'dddd d !de mmmm !de yyyy',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'borrar'
});
......
// Hebrew
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר' ],
monthsShort: [ 'ינו', 'פבר', 'מרץ', 'אפר', 'מאי', 'יונ', 'יול', 'אוג', 'ספט', 'אוק', 'נוב', 'דצמ' ],
weekdaysFull: [ 'יום ראשון', 'יום שני', 'יום שלישי', 'יום רביעי', 'יום חמישי', 'יום ששי', 'יום שבת' ],
weekdaysShort: [ 'א', 'ב', 'ג', 'ד', 'ה', 'ו', 'ש' ],
today: 'היום',
clear: 'למחוק',
format: 'yyyy mmmmב d dddd',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'למחוק'
});
// Hebrew
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר' ],
monthsShort: [ 'ינו', 'פבר', 'מרץ', 'אפר', 'מאי', 'יונ', 'יול', 'אוג', 'ספט', 'אוק', 'נוב', 'דצמ' ],
weekdaysFull: [ 'יום ראשון', 'יום שני', 'יום שלישי', 'יום רביעי', 'יום חמישי', 'יום ששי', 'יום שבת' ],
weekdaysShort: [ 'א', 'ב', 'ג', 'ד', 'ה', 'ו', 'ש' ],
today: 'היום',
clear: 'למחוק',
format: 'yyyy mmmmב d dddd',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'למחוק'
});
......
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'जनवरी', 'फरवरी', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जुलाई', 'अगस्त', 'सितम्बर', 'अक्टूबर', 'नवम्बर', 'दिसम्बर' ],
monthsShort: [ 'जन', 'फर', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जु', 'अग', 'सित', 'अक्टू', 'नव', 'दिस' ],
weekdaysFull: [ 'रविवार', 'सोमवार', 'मंगलवार', 'बुधवार', 'गुरुवार', 'शुक्रवार', 'शनिवार' ],
weekdaysShort: [ 'रवि', 'सोम', 'मंगल', 'बुध', 'गुरु', 'शुक्र','शनि' ],
today: 'आज की तारीख चयन करें',
clear: 'चुनी हुई तारीख को मिटाएँ',
close: 'विंडो बंद करे',
firstDay: 1,
format: 'dd/mm/yyyy',
formatSubmit: 'yyyy/mm/dd',
labelMonthNext: 'अगले माह का चयन करें',
labelMonthPrev: 'पिछले माह का चयन करें',
labelMonthSelect: 'किसि एक महीने का चयन करें',
labelYearSelect: 'किसि एक वर्ष का चयन करें'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'चुनी हुई तारीख को मिटाएँ'
});
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'जनवरी', 'फरवरी', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जुलाई', 'अगस्त', 'सितम्बर', 'अक्टूबर', 'नवम्बर', 'दिसम्बर' ],
monthsShort: [ 'जन', 'फर', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जु', 'अग', 'सित', 'अक्टू', 'नव', 'दिस' ],
weekdaysFull: [ 'रविवार', 'सोमवार', 'मंगलवार', 'बुधवार', 'गुरुवार', 'शुक्रवार', 'शनिवार' ],
weekdaysShort: [ 'रवि', 'सोम', 'मंगल', 'बुध', 'गुरु', 'शुक्र','शनि' ],
today: 'आज की तारीख चयन करें',
clear: 'चुनी हुई तारीख को मिटाएँ',
close: 'विंडो बंद करे',
firstDay: 1,
format: 'dd/mm/yyyy',
formatSubmit: 'yyyy/mm/dd',
labelMonthNext: 'अगले माह का चयन करें',
labelMonthPrev: 'पिछले माह का चयन करें',
labelMonthSelect: 'किसि एक महीने का चयन करें',
labelYearSelect: 'किसि एक वर्ष का चयन करें'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'चुनी हुई तारीख को मिटाएँ'
});
......
// Croatian
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'siječanj', 'veljača', 'ožujak', 'travanj', 'svibanj', 'lipanj', 'srpanj', 'kolovoz', 'rujan', 'listopad', 'studeni', 'prosinac' ],
monthsShort: [ 'sij', 'velj', 'ožu', 'tra', 'svi', 'lip', 'srp', 'kol', 'ruj', 'lis', 'stu', 'pro' ],
weekdaysFull: [ 'nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota' ],
weekdaysShort: [ 'ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub' ],
today: 'Danas',
clear: 'Izbriši',
close: 'Zatvori',
firstDay: 1,
format: 'd. mmmm yyyy.',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'Izbriši'
});
// Croatian
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'siječanj', 'veljača', 'ožujak', 'travanj', 'svibanj', 'lipanj', 'srpanj', 'kolovoz', 'rujan', 'listopad', 'studeni', 'prosinac' ],
monthsShort: [ 'sij', 'velj', 'ožu', 'tra', 'svi', 'lip', 'srp', 'kol', 'ruj', 'lis', 'stu', 'pro' ],
weekdaysFull: [ 'nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota' ],
weekdaysShort: [ 'ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub' ],
today: 'Danas',
clear: 'Izbriši',
close: 'Zatvori',
firstDay: 1,
format: 'd. mmmm yyyy.',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'Izbriši'
});
......
// Hungarian
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'január', 'február', 'március', 'április', 'május', 'június', 'július', 'augusztus', 'szeptember', 'október', 'november', 'december' ],
monthsShort: [ 'jan', 'febr', 'márc', 'ápr', 'máj', 'jún', 'júl', 'aug', 'szept', 'okt', 'nov', 'dec' ],
weekdaysFull: [ 'vasárnap', 'hétfő', 'kedd', 'szerda', 'csütörtök', 'péntek', 'szombat' ],
weekdaysShort: [ 'V', 'H', 'K', 'Sze', 'CS', 'P', 'Szo' ],
today: 'Ma',
clear: 'Törlés',
close: 'Bezárás',
firstDay: 1,
format: 'yyyy. mmmm dd.',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'Törlés'
});
// Hungarian
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'január', 'február', 'március', 'április', 'május', 'június', 'július', 'augusztus', 'szeptember', 'október', 'november', 'december' ],
monthsShort: [ 'jan', 'febr', 'márc', 'ápr', 'máj', 'jún', 'júl', 'aug', 'szept', 'okt', 'nov', 'dec' ],
weekdaysFull: [ 'vasárnap', 'hétfő', 'kedd', 'szerda', 'csütörtök', 'péntek', 'szombat' ],
weekdaysShort: [ 'V', 'H', 'K', 'Sze', 'CS', 'P', 'Szo' ],
today: 'Ma',
clear: 'Törlés',
close: 'Bezárás',
firstDay: 1,
format: 'yyyy. mmmm dd.',
formatSubmit: 'yyyy/mm/dd'
});
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'Törlés'
});
......
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.