]> ruin.nu Git - ndwebbie.git/blobdiff - root/static/ui/ui.datepicker.css
Allow users to store their birthday
[ndwebbie.git] / root / static / ui / ui.datepicker.css
diff --git a/root/static/ui/ui.datepicker.css b/root/static/ui/ui.datepicker.css
new file mode 100755 (executable)
index 0000000..d485bc7
--- /dev/null
@@ -0,0 +1,213 @@
+/* Main Style Sheet for jQuery UI date picker */\r
+#ui-datepicker-div, .ui-datepicker-inline {\r
+       font-family: Arial, Helvetica, sans-serif;\r
+       font-size: 14px;\r
+       padding: 0;\r
+       margin: 0;\r
+       background: #ddd;\r
+       width: 185px;\r
+}\r
+#ui-datepicker-div {\r
+       display: none;\r
+       border: 1px solid #777;\r
+       z-index: 100; /*must have*/\r
+}\r
+.ui-datepicker-inline {\r
+       float: left;\r
+       display: block;\r
+       border: 0;\r
+}\r
+.ui-datepicker-rtl {\r
+       direction: rtl;\r
+}\r
+.ui-datepicker-dialog {\r
+       padding: 5px !important;\r
+       border: 4px ridge #ddd !important;\r
+}\r
+.ui-datepicker-disabled {\r
+       position: absolute;\r
+       z-index: 100;\r
+       background-color: white;\r
+       opacity: 0.5;\r
+}\r
+button.ui-datepicker-trigger {\r
+       width: 25px;\r
+}\r
+img.ui-datepicker-trigger {\r
+       margin: 2px;\r
+       vertical-align: middle;\r
+}\r
+.ui-datepicker-prompt {\r
+       float: left;\r
+       padding: 2px;\r
+       background: #ddd;\r
+       color: #000;\r
+}\r
+* html .ui-datepicker-prompt {\r
+       width: 185px;\r
+}\r
+.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {\r
+       clear: both;\r
+       float: left;\r
+       width: 100%;\r
+       color: #fff;\r
+}\r
+.ui-datepicker-control {\r
+       background: #400;\r
+       padding: 2px 0px;\r
+}\r
+.ui-datepicker-links {\r
+       background: #000;\r
+       padding: 2px 0px;\r
+}\r
+.ui-datepicker-control, .ui-datepicker-links {\r
+       font-weight: bold;\r
+       font-size: 80%;\r
+}\r
+.ui-datepicker-links label { /* disabled links */\r
+       padding: 2px 5px;\r
+       color: #888;\r
+}\r
+.ui-datepicker-clear, .ui-datepicker-prev {\r
+       float: left;\r
+       width: 34%;\r
+}\r
+.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {\r
+       float: right;\r
+       text-align: right;\r
+}\r
+.ui-datepicker-current {\r
+       float: left;\r
+       width: 30%;\r
+       text-align: center;\r
+}\r
+.ui-datepicker-close, .ui-datepicker-next {\r
+       float: right;\r
+       width: 34%;\r
+       text-align: right;\r
+}\r
+.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {\r
+       float: left;\r
+       text-align: left;\r
+}\r
+.ui-datepicker-header {\r
+       padding: 1px 0 3px;\r
+       background: #333;\r
+       text-align: center;\r
+       font-weight: bold;\r
+       height: 1.3em;\r
+}\r
+.ui-datepicker-header select {\r
+       background: #333;\r
+       color: #fff;\r
+       border: 0px;\r
+       font-weight: bold;\r
+}\r
+.ui-datepicker {\r
+       background: #ccc;\r
+       text-align: center;\r
+       font-size: 100%;\r
+}\r
+.ui-datepicker a {\r
+       display: block;\r
+       width: 100%;\r
+}\r
+.ui-datepicker-title-row {\r
+       background: #777;\r
+}\r
+.ui-datepicker-days-row {\r
+       background: #eee;\r
+       color: #666;\r
+}\r
+.ui-datepicker-week-col {\r
+       background: #777;\r
+       color: #fff;\r
+}\r
+.ui-datepicker-days-cell {\r
+       color: #000;\r
+       border: 1px solid #ddd;\r
+}\r
+.ui-datepicker-days-cell a{\r
+       display: block;\r
+}\r
+.ui-datepicker-week-end-cell {\r
+       background: #ddd;\r
+}\r
+.ui-datepicker-title-row .ui-datepicker-week-end-cell {\r
+       background: #777;\r
+}\r
+.ui-datepicker-days-cell-over {\r
+       background: #fff;\r
+       border: 1px solid #777;\r
+}\r
+.ui-datepicker-unselectable {\r
+       color: #888;\r
+}\r
+.ui-datepicker-today {\r
+       background: #fcc !important;\r
+}\r
+.ui-datepicker-current-day {\r
+       background: #999 !important;\r
+}\r
+.ui-datepicker-status {\r
+       background: #ddd;\r
+       width: 100%;\r
+       font-size: 80%;\r
+       text-align: center;\r
+}\r
+\r
+/* ________ Datepicker Links _______\r
+\r
+** Reset link properties and then override them with !important */\r
+#ui-datepicker-div a, .ui-datepicker-inline a {\r
+       cursor: pointer;\r
+       margin: 0;\r
+       padding: 0;\r
+       background: none;\r
+       color: #000;\r
+}\r
+.ui-datepicker-inline .ui-datepicker-links a {\r
+       padding: 0 5px !important;\r
+}\r
+.ui-datepicker-control a, .ui-datepicker-links a {\r
+       padding: 2px 5px !important;\r
+       color: #eee !important;\r
+}\r
+.ui-datepicker-title-row a {\r
+       color: #eee !important;\r
+}\r
+.ui-datepicker-control a:hover {\r
+       background: #fdd !important;\r
+       color: #333 !important;\r
+}\r
+.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {\r
+       background: #ddd !important;\r
+       color: #333 !important;\r
+}\r
+\r
+/* ___________ MULTIPLE MONTHS _________*/\r
+\r
+.ui-datepicker-multi .ui-datepicker {\r
+       border: 1px solid #777;\r
+}\r
+.ui-datepicker-one-month {\r
+       float: left;\r
+       width: 185px;\r
+}\r
+.ui-datepicker-new-row {\r
+       clear: left;\r
+}\r
+\r
+/* ___________ IE6 IFRAME FIX ________ */\r
+\r
+.ui-datepicker-cover {\r
+    display: none; /*sorry for IE5*/\r
+    display/**/: block; /*sorry for IE5*/\r
+    position: absolute; /*must have*/\r
+    z-index: -1; /*must have*/\r
+    filter: mask(); /*must have*/\r
+    top: -4px; /*must have*/\r
+    left: -4px; /*must have*/\r
+    width: 200px; /*must have*/\r
+    height: 200px; /*must have*/\r
+}\r