freelancer au site
https://www.freelancer.com/projects/php/Javascript-Jquery-bug-fixing-setup/
by mowglisanu
HTML
<input type=text>
CSS
body .ui-widget-content { background: #325258; border: none; border-radius: 0 }
body .ui-widget-header { background: none; border: none; color: #acb4ac; font-size: 13px; font-family: 'proxima_novaregular', sans-serif, Arial; font-weight: 400; text-transform: uppercase }
body .ui-datepicker { z-index: 9999 !important; margin-top: -32px; margin-left: 15px; padding: 15px 20px; width: 285px; box-sizing: border-box }
body .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { margin-left: 0 }
body .ui-widget-header .ui-icon { background-image: url(http://stx.one9.com.au/wp-content/themes/bridge/img/date-errow.png); }
body .ui-icon-circle-triangle-e { background-position: -26px -4px; }
body .ui-icon-circle-triangle-w { background-position: -5px -4px; }
body .ui-icon-circle-triangle-w:hover, body .ui-icon-circle-triangle-w:focus { background-position: -5px -18px; }
body .ui-icon-circle-triangle-e:hover, body .ui-icon-circle-triangle-e:focus { background-position: -26px -18px; }
body .ui-datepicker .ui-datepicker-prev { left: 2px }
body .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { top: 2px }
body .ui-datepicker .ui-datepicker-next { right: 2px }
body .ui-datepicker .ui-datepicker-prev-hover { left: 2px; }
body .ui-datepicker .ui-datepicker-next-hover { right: 2px; }
body .ui-datepicker .ui-datepicker-prev-hover, body .ui-datepicker .ui-datepicker-next-hover { top: 2px; }
body .ui-icon { width: 12px; height: 12px; }
body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-state-highlight, body .ui-widget-content .ui-state-highlight, body .ui-state-hover, body .ui-widget-content .ui-state-hover { text-align: center; background: none; border: none; color: #acb4ac; font-family: 'proxima_novaregular', sans-serif, Arial; font-weight: 400; letter-spacing: 0.14em; }
body .ui-state-highlight, body .ui-widget-content .ui-state-highlight { color: #00abbb }
body .ui-state-hover, body .ui-widget-content...
JavaScript
$('input').datepicker();