]> git.mxchange.org Git - friendica-addons.git/blobdiff - jappixmini/jappix/css/jquery.datepicker.css
jappixmini: include jappix source
[friendica-addons.git] / jappixmini / jappix / css / jquery.datepicker.css
diff --git a/jappixmini/jappix/css/jquery.datepicker.css b/jappixmini/jappix/css/jquery.datepicker.css
new file mode 100644 (file)
index 0000000..264cd54
--- /dev/null
@@ -0,0 +1,148 @@
+/*\r
+\r
+Jappix - An open social platform\r
+This is the datepicker CSS stylesheet\r
+\r
+-------------------------------------------------\r
+\r
+License: AGPL\r
+Author: Vanaryon\r
+Last revision: 28/12/10\r
+\r
+*/\r
+\r
+div.datepicker {\r
+       position: relative;\r
+       font-family: Arial, Helvetica, sans-serif;\r
+       font-size: 12px;\r
+       width: 196px;\r
+       height: 147px;\r
+       position: absolute;\r
+       cursor: default;\r
+       top: 0;\r
+       left: 0;\r
+       display: none;\r
+}\r
+\r
+.datepickerHidden {\r
+       display: none;\r
+}\r
+\r
+div.datepicker table {\r
+       border-collapse:collapse;\r
+}\r
+\r
+div.datepicker a {\r
+       text-decoration: none;\r
+       cursor: default;\r
+       outline: none;\r
+}\r
+\r
+div.datepicker table td {\r
+       text-align: right;\r
+       padding: 0;\r
+       margin: 0;\r
+}\r
+\r
+div.datepicker th {\r
+       text-align: center;\r
+       color: #47646a;\r
+       font-weight: normal;\r
+}\r
+\r
+div.datepicker tbody th {\r
+       text-align: left;\r
+}\r
+\r
+div.datepicker tbody a {\r
+       display: block;\r
+}\r
+\r
+.datepickerDays a {\r
+       width: 20px;\r
+       line-height: 16px;\r
+       height: 16px;\r
+       padding-right: 2px;\r
+}\r
+\r
+.datepickerYears a,\r
+.datepickerMonths a {\r
+       width: 44px;\r
+       line-height: 36px;\r
+       height: 36px;\r
+       text-align: center;\r
+}\r
+\r
+td.datepickerNotInMonth {\r
+       background: #c7d1d4;\r
+}\r
+\r
+tbody.datepickerDays td.datepickerSelected {\r
+       background: #b0bdc1;\r
+}\r
+\r
+tbody.datepickerYears td.datepickerSelected,\r
+tbody.datepickerMonths td.datepickerSelected {\r
+       background: #9daaae;\r
+}\r
+\r
+div.datepicker a:hover,\r
+div.datepicker a:focus {\r
+       color: #3d7682;\r
+}\r
+\r
+div.datepicker tbody th {\r
+       text-align: left;\r
+}\r
+\r
+.datepickerSpace div {\r
+       width: 20px;\r
+}\r
+\r
+.datepickerGoNext a,\r
+.datepickerGoPrev a,\r
+.datepickerMonth a {\r
+       text-align: center;\r
+       height: 20px;\r
+       line-height: 20px;\r
+}\r
+\r
+.datepickerGoNext a {\r
+       float: right;\r
+       width: 20px;\r
+}\r
+\r
+.datepickerGoPrev a {\r
+       float: left;\r
+       width: 20px;\r
+}\r
+\r
+table.datepickerViewDays tbody.datepickerMonths,\r
+table.datepickerViewDays tbody.datepickerYears {\r
+       display: none;\r
+}\r
+\r
+table.datepickerViewMonths tbody.datepickerDays,\r
+table.datepickerViewMonths tbody.datepickerYears,\r
+table.datepickerViewMonths tr.datepickerDoW {\r
+       display: none;\r
+}\r
+\r
+table.datepickerViewYears tbody.datepickerDays,\r
+table.datepickerViewYears tbody.datepickerMonths,\r
+table.datepickerViewYears tr.datepickerDoW {\r
+       display: none;\r
+}\r
+\r
+td.datepickerDisabled a,\r
+td.datepickerDisabled.datepickerNotInMonth a {\r
+       color: #333;\r
+}\r
+\r
+td.datepickerSpecial a {\r
+       background: #700;\r
+}\r
+\r
+td.datepickerSpecial.datepickerSelected a {\r
+       background: #a00;\r
+}\r