PluginProbe
Booking Calendar / 11.8.2
Booking Calendar v11.8.2
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
booking / js / datepick / smoothness.datepick.css

smoothness.datepick.css in Booking Calendar 11.8.2, at js/datepick/smoothness.datepick.css

206 lines 3.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Smoothness style sheet for jQuery date picker v3.7.0. */
2 #datepick-div, .datepick-inline {
3 font-family: Arial,Helvetica,sans-serif;
4 font-size: 14px;
5 padding: 0;
6 margin: 0;
7 background: #fff;
8 color: #222;
9 width: 15em;
10 }
11 #datepick-div {
12 display: none;
13 border: 1px solid #aaa;
14 z-index: 100; /*must have*/
15 }
16 .datepick-inline {
17 float: left;
18 display: block;
19 border: 0;
20 }
21 .datepick-rtl {
22 direction: rtl;
23 }
24 .datepick-dialog {
25 padding: 5px !important;
26 border: 4px ridge #aaa !important;
27 }
28 .datepick-disabled {
29 position: absolute;
30 z-index: 100;
31 background-color: white;
32 opacity: 0.5;
33 filter: alpha(opacity=50);
34 }
35 button.datepick-trigger {
36 width: 25px;
37 }
38 img.datepick-trigger {
39 margin: 2px;
40 vertical-align: middle;
41 }
42 .datepick-prompt {
43 float: left;
44 padding: 2px;
45 }
46 * html .datepick-prompt {
47 width: 15em;
48 }
49 .datepick-control, .datepick-links, .datepick-header, .datepick {
50 clear: both;
51 float: left;
52 width: 100%;
53 color: #222;
54 }
55 .datepick-control {
56 background: #fee6e3;
57 padding: 2px 0px;
58 }
59 .datepick-links {
60 background: #fff;
61 padding: 2px 0px;
62 }
63 .datepick-control, .datepick-links {
64 font-weight: bold;
65 font-size: 80%;
66 }
67 .datepick-links label {
68 padding: 2px 5px;
69 color: #888;
70 }
71 .datepick-clear, .datepick-prev {
72 float: left;
73 width: 34%;
74 }
75 .datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev {
76 float: right;
77 text-align: right;
78 }
79 .datepick-current {
80 float: left;
81 width: 30%;
82 text-align: center;
83 }
84 .datepick-close, .datepick-next {
85 float: right;
86 width: 34%;
87 text-align: right;
88 }
89 .datepick-rtl .datepick-close, .datepick-rtl .datepick-next {
90 float: left;
91 text-align: left;
92 }
93 .datepick-header {
94 background: #e0e0e0;
95 color: #222;
96 text-align: center;
97 font-weight: bold;
98 height: 1.6em;
99 }
100 .datepick-header select {
101 background: #e0e0e0;
102 color: #222;
103 border: 0px;
104 font-weight: bold;
105 }
106 .datepick-header span {
107 position: relative;
108 top: 3px;
109 }
110 .datepick {
111 text-align: center;
112 font-size: 100%;
113 }
114 .datepick a {
115 display: block;
116 width: 100%;
117 }
118 .datepick-title-row th {
119 text-align: center;
120 font-weight: normal;
121 }
122 .datepick-week-col {
123 background: #e0e0e0;
124 }
125 .datepick-days-cell {
126 border: 1px solid #d3d3d3;
127 }
128 .datepick-days-cell a {
129 display: block;
130 background: #eee;
131 }
132 .datepick-other-month a {
133 background: #fff;
134 }
135 .datepick-unselectable {
136 color: #888;
137 }
138 .datepick-week-over a {
139 background: #e0e0e0;
140 }
141 .datepick-today {
142 border: 1px solid #fcefa1;
143 }
144 .datepick-today a {
145 background: #fbf9ee;
146 }
147 .datepick-current-day {
148 border: 1px solid #aaa;
149 }
150 .datepick-current-day a {
151 background: #e0e0e0;
152 color: #222;
153 }
154 .datepick-days-cell-over {
155 border: 1px solid #999;
156 }
157 .datepick-days-cell-over a {
158 background: #dadada;
159 }
160 .datepick-status {
161 width: 100%;
162 font-size: 80%;
163 text-align: center;
164 }
165 #datepick-div a, .datepick-inline a {
166 cursor: pointer;
167 margin: 0;
168 padding: 0;
169 text-decoration: none;
170 }
171 .datepick-inline .datepick-links a {
172 padding: 0 5px !important;
173 }
174 .datepick-control a, .datepick-links a {
175 padding: 2px 5px !important;
176 color: #222 !important;
177 }
178 .datepick-control a:hover {
179 background: #ffd0d0;
180 }
181 .datepick-links a:hover, .datepick-title-row a:hover {
182 background: #e0e0e0;
183 }
184 .datepick-multi .datepick {
185 border: 1px solid #aaa;
186 }
187 .datepick-one-month {
188 float: left;
189 width: 15em;
190 }
191 .datepick-new-row {
192 clear: left;
193 }
194 /* ___________ IE6 IFRAME FIX ________ */
195 .datepick-cover {
196 display: none; /*sorry for IE5*/
197 display/**/: block; /*sorry for IE5*/
198 position: absolute; /*must have*/
199 z-index: -1; /*must have*/
200 filter: mask(); /*must have*/
201 top: -1px; /*must have*/
202 left: -1px; /*must have*/
203 width: 187px; /*must have*/
204 height: 187px; /*must have*/
205 }
206