File manager - Edit - /home/autoph/public_html/portal/ajs/vendors/smdatetimepicker/picker.css
Back
@import url("https://fonts.googleapis.com/icon?family=Material+Icons"); @import url("https://fonts.googleapis.com/css?family=Roboto"); .sm-calender-pane { display: block; position: fixed; z-index: 81; overflow: hidden; border-radius: 2px; } .sm-calender-pane.hide-animate { -webkit-transition: all 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); -moz-transition: all 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); -o-transition: all 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); transition: all 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); max-height: 0px; max-width: 0px; } .sm-calender-pane.show { -webkit-transition: all 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); -moz-transition: all 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); -o-transition: all 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); transition: all 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); max-height: 500px; max-width: 450px; } @media only screen and (min-device-width: 0px) and (max-device-width: 960px) { .sm-calender-pane { overflow: hidden; } .sm-calender-pane.hide { -webkit-animation: scaleDownCal 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); -moz-animation: scaleDownCal 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); -o-animation: scaleDownCal 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); animation: scaleDownCal 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); } .sm-calender-pane.show { -webkit-animation: scaleUpCal 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); -moz-animation: scaleUpCal 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); -o-animation: scaleUpCal 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); animation: scaleUpCal 1s cubic-bezier(0.04, 1.01, 0.13, 1.02); } } .picker-container { border-radius: 2px; } .picker-container .container { border-radius: 2px; overflow: hidden; } .picker-container .container md-toolbar { word-wrap: break-word; } .picker-container .container md-toolbar.md-height { padding: 20px 0 10px 0; } .picker-container .container md-toolbar.md-height.landscape { width: 130px; } .picker-container .container md-toolbar.md-height.landscape .year-header { margin: 10px; font-size: 16px; } .picker-container .container md-toolbar.md-height.landscape .date-time-header { font-size: 28px; font-weight: bold; text-align: left; margin: 0px 0 15px 10px; } .picker-container .container md-toolbar.md-height { padding: 5px 10px; } .picker-container .container md-toolbar.md-height.portrait { height: 85px; } .picker-container .container md-toolbar.md-height.portrait .year-header { margin: 10px 0; font-size: 16px; } .picker-container .container md-toolbar.md-height.portrait .date-time-header { font-size: 32px; font-weight: bold; text-align: left; } .date-picker { width: 300px; height: 270px; } .date-picker .year-container { width: 300px; animation: slideInDown 1s cubic-bezier(0.06, 0.61, 0.04, 1.03); margin-top: 20px; } .date-picker .year-container .year-md-repeat { height: 245px; } .date-picker .year-container .year-md-repeat .md-virtual-repeat-container { text-align: center; width: 240px; height: 239px; } .date-picker .year-container .year-md-repeat .repeated-item { box-sizing: border-box; height: 35px; margin: 0 100px; } .date-picker .year-container .year-md-repeat .repeated-item .md-button { height: 30px; width: 30px; outline: none; cursor: pointer; font-weight: bold; font-size: 14px; text-align: center; } .date-picker .year-container .year-md-repeat .repeated-item .selected-year { font-size: 18px; } .date-picker .date-container .navigation { height: 40px; } .date-picker .date-container .navigation .md-button { text-transform: capitalize; font-weight: bold; } .date-picker .date-container > .date-cell-header { cursor: default; } .date-picker .date-container > .date-cell-header > .md-button.md-icon-button { opacity: 1; margin: 2px 0 2px 2px; } .date-picker .date-container .date-cell-row .md-button.md-icon-button { height: 30px; width: 30px; min-height: 30px; padding: 0px; font-size: 13px; } .date-picker .date-container .date-cell-row .md-button.md-icon-button[disabled] { cursor: default; background-color: transparent; } .date-picker .date-container .date-cell-row .md-button.md-icon-button:hover:not(.disabled):not(.selected) { background-color: #E0E0E0; } .time-picker { width: 300px; } .time-picker .navigation { height: 25px; } .time-picker .navigation .md-button { text-transform: capitalize; font-weight: bold; margin: 0; } .time-picker .time-md-repeat { width: 70px; height: 239px; } .time-picker .time-md-repeat .repeated-item { width: 34px; margin: 0 auto; } .time-picker .time-md-repeat .repeated-item > .md-button { margin: 2px; } .time-picker .time-md-repeat .repeated-item > .md-button.md-icon-button { height: 30px; width: 30px; min-height: 30px; padding: 0px; font-size: 13px; } .action { height: 30px; margin-bottom: 0; position: absolute; bottom: 0; width: 100%; } .md-virtual-repeat-container .md-virtual-repeat-scroller { right: -21px; padding-right: 20px; } .slideLeft { animation: slideInLeft 500ms cubic-bezier(0.06, 0.61, 0.04, 1.03); } .slideRight { animation: slideInRight 500ms cubic-bezier(0.06, 0.61, 0.04, 1.03); } .range-picker { width: 310px; background-color: #fff; } .range-picker .md-toolbar-tools { font-size: calc(13px + 2); } .range-picker .md-toolbar-tools .date-display { width: 130px; padding: 2px; text-align: center; } .range-picker .md-toolbar-tools .divider-display { width: 20px; font-size: 13px; padding: 2px; } .range-picker .pre-select { height: 307px; } .range-picker .pre-select .md-button { padding: 3px; margin: 0; } .range-picker .custom-select { /* height: 390px; overflow: hidden; */ } .range-picker .custom-select.show-calender > .tab-head { height: 43px; text-align: center; line-height: 35px; } .range-picker .custom-select.show-calender > .tab-head span { color: #ccc1c1; width: 50%; } .range-picker .custom-select.show-calender > .tab-head span.active { animation-property: border-bottom; color: inherit; border-bottom: 2px solid #FF5252; } .range-picker .custom-select.show-calender > .tab-head span.active.moveLeft { animation: slideInLeft 1s cubic-bezier(0.06, 0.61, 0.04, 1.03); } .range-picker .custom-select.show-calender > .tab-head span.active.moveRight { animation: slideInRight 1s cubic-bezier(0.06, 0.61, 0.04, 1.03); } @keyframes slideInLeft { from { transform: translate3d(-100%, 0, 0); visibility: visible; } 100% { transform: translate3d(0, 0, 0); } } .slideInLeft { animation-name: slideInLeft; } @keyframes slideInRight { from { transform: translate3d(100%, 0, 0); visibility: visible; } 100% { transform: translate3d(0, 0, 0); } } .slideInRight { animation-name: slideInRight; } @keyframes slideInUp { from { transform: translate3d(0, 100%, 0); visibility: visible; } 100% { transform: translate3d(0, 0, 0); } } .slideInUp { animation-name: slideInUp; } @keyframes slideInDown { from { transform: translate3d(0, -100%, 0); visibility: visible; } 100% { transform: translate3d(0, 0, 0); } } .slideInDown { animation-name: slideInDown; } @-webkit-keyframes scaleUpCal { 0% { -ms-transform: scale(0.5, 0.5); /* IE 9 */ -webkit-transform: scale(0.5, 0.5); /* Safari */ transform: scale(0.5, 0.5); } 100% { -ms-transform: scale(1, 1); /* IE 9 */ -webkit-transform: scale(1, 1); /* Safari */ transform: scale(1, 1); } } /* Standard syntax */ @keyframes scaleUpCal { 0% { -ms-transform: scale(0.5, 0.5); /* IE 9 */ -webkit-transform: scale(0.5, 0.5); /* Safari */ transform: scale(0.5, 0.5); } 100% { -ms-transform: scale(1, 1); /* IE 9 */ -webkit-transform: scale(1, 1); /* Safari */ transform: scale(1, 1); } } @-webkit-keyframes scaleDownCal { 0% { -ms-transform: scale(1, 1); /* IE 9 */ -webkit-transform: scale(1, 1); /* Safari */ transform: scale(1, 1); } 100% { -ms-transform: scale(0.5, 0.5); /* IE 9 */ -webkit-transform: scale(0.5, 0.5); /* Safari */ transform: scale(0.5, 0.5); } } /* Standard syntax */ @keyframes scaleDownCal { 0% { -ms-transform: scale(1, 1); /* IE 9 */ -webkit-transform: scale(1, 1); /* Safari */ transform: scale(1, 1); } 100% { -ms-transform: scale(0.5, 0.5); /* IE 9 */ -webkit-transform: scale(0.5, 0.5); /* Safari */ transform: scale(0.5, 0.5); } } @-webkit-keyframes moveUp { 0% { -ms-transform: top; /* IE 9 */ -webkit-transform: top; /* Safari */ transform: top; } 100% { -ms-transform: top; /* IE 9 */ -webkit-transform: top; /* Safari */ transform: top; } } /* Standard syntax */ @keyframes moveUp { 0% { -ms-transform: top; /* IE 9 */ -webkit-transform: top; /* Safari */ transform: top; } 100% { -ms-transform: top; /* IE 9 */ -webkit-transform: top; /* Safari */ transform: top; } }
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings