-
Notifications
You must be signed in to change notification settings - Fork 64
/
index.html
executable file
·226 lines (194 loc) · 6.99 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="CSS3 skins for jQuery UI datapicker" />
<meta name="keywords" content="jquery datepicker themes, jquery datepicker skins, jquery ui datepicker themes, jquery ui datepicker skins, CSS3 jquery datepicker, CSS3 datepicker, CSS3 calendar, javascript datepicker, javascript calendar" />
<meta property="twitter:card" content="summary"/>
<meta property="twitter:site" content="@GitHub">
<meta property="twitter:title" content="rtsinani/jquery-datepicker-skins"/>
<title>jquery-datepicker-skins :: CSS3 skins for jQuery UI datepicker</title>
<link href="css/jquery-ui-1.10.1.css" rel="stylesheet">
<link href="css/siena.datepicker.css" rel="stylesheet">
<link href="css/santiago.datepicker.css" rel="stylesheet">
<link href="css/latoja.datepicker.css" rel="stylesheet">
<link href="css/lugo.datepicker.css" rel="stylesheet">
<link href="css/cangas.datepicker.css" rel="stylesheet">
<link href="css/vigo.datepicker.css" rel="stylesheet">
<link href="css/nigran.datepicker.css" rel="stylesheet">
<link href="css/melon.datepicker.css" rel="stylesheet">
<script src="js/jquery-1.9.1.js"></script>
<script src="js/jquery-ui-1.10.1.min.js"></script>
<script>
$(function() {
$( ".datepicker" ).datepicker({
inline: true,
showOtherMonths: true
});
});
</script>
<style>
body {
font: 100% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
margin: 0;
background:fff;
}
.no-show {
display: none;
}
h1 {
width:900px;
margin: .5em auto 0;
padding: 10px 0 0;
background: url('css/images/cal_logo.png') left center no-repeat;
height: 43px;
line-height: 30px;
padding-left: 50px;
color: #ed7474;
font-size: 1.6em;
}
h2 {
margin: 0 0 .5em;
padding: 0;
color: #555;
font-size: 1.3em;
}
h2 a {
font-size: .7em;
font-weight: normal;
color: #999;
float: right;
margin-right: .3em;
margin-top: .3em;
text-decoration: none;
display: none;
}
h2 a:hover {
color: #111;
}
.datepickers-cont td.part:hover h2 a {
display: inline;
}
article {
display: block;
width: 960px;
margin: 20px auto;
}
.datepickers-cont {
margin: 0;
padding: 0;
}
.datepickers-cont td.part {
vertical-align: top;
padding: 0 1.4em 0 0;
height: 22em;
}
footer {
width: 900px;
display: block;
margin: 5em auto;
padding: 1em 2em;
color: #888;
font-size: .9em;
background: #f0f0f0;
border-radius: 1.5em;
}
footer a {
color: #666;
text-decoration: none;
}
footer a:hover {
color: #000;
}
footer a:first-child {
font-weight: bold;
}
/* clearfix short For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }
</style>
</head>
<body>
<a href="https://github.com/rtsinani/jquery-datepicker-skins"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<h1>jQuery datepicker skins</h1>
<article>
<table class="datepickers-cont">
<tr>
<td class="part">
<h2>melon
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/blob/master/css/images/ui-icons_ffffff_256x240.png">img</a>
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/raw/master/css/melon.datepicker.css">css</a>
</h2>
<div class="datepicker ll-skin-melon"></div>
</td>
<td class="part">
<h2>la toja
<a target="_blank" href="http://365psd.com/day/3-130/">psd</a>
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/blob/master/css/images/ui-icons_454545_256x240.png">img</a>
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/raw/master/css/latoja.datepicker.css">css</a>
</h2>
<div class="datepicker ll-skin-latoja"></div>
</td>
<td class="part">
<h2>santiago
<a target="_blank" href="http://365psd.com/day/81/">psd</a>
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/blob/master/css/images/ui-icons_ffffff_256x240.png">img</a>
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/raw/master/css/santiago.datepicker.css">css</a>
</h2>
<div class="datepicker ll-skin-santiago"></div>
</td>
</tr>
<tr>
<td class="part">
<h2>lugo
<a target="_blank" href="http://365psd.com/day/2-122/">psd</a>
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/blob/master/css/images/ui-icons_ffffff_256x240.png">img</a>
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/raw/master/css/lugo.datepicker.css">css</a>
</h2>
<div class="datepicker ll-skin-lugo"></div>
</td>
<td class="part">
<h2>cangas
<a target="_blank" href="http://365psd.com/day/227/">psd</a>
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/blob/master/css/images/ui-icons_ffffff_256x240.png">img</a>
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/raw/master/css/cangas.datepicker.css">css</a>
</h2>
<div class="datepicker ll-skin-cangas"></div>
</td>
<td class="part">
<h2>vigo
<a target="_blank" href="http://365psd.com/day/2-348/">psd</a>
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/blob/master/css/images/ui-icons_ffffff_256x240.png">img</a>
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/raw/master/css/vigo.datepicker.css">css</a>
</h2>
<div class="datepicker ll-skin-vigo"></div>
</td>
</tr>
<tr>
<td class="part">
<h2>nigran
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/blob/master/css/images/ui-icons_ffffff_256x240.png">img</a>
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/raw/master/css/nigran.datepicker.css">css</a>
</h2>
<div class="datepicker ll-skin-nigran"></div>
</td>
<td class="part">
<h2>
siena
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/blob/master/css/images/ui-icons_454545_256x240.png">img</a>
<a target="_blank" href="https://github.com/rtsinani/jquery-datepicker-skins/raw/master/css/siena.datepicker.css">css</a>
</h2>
<div class="datepicker ll-skin-siena"></div>
</td>
<td></td>
</tr>
</table>
</article>
<footer>
<a href="https://github.com/rtsinani">rtsinani</a>. Built with <a href="https://github.com/rtsinani/jquery-datepicker-skins/raw/master/js/jquery-1.9.1.js">jquery-1.9.1</a> and <a href="https://github.com/rtsinani/jquery-datepicker-skins/raw/master/js/jquery-ui-1.10.1.min.js">jquery-ui-1.10.1</a>. Designs by <a href="http://365psd.com/" target="_blank">365psd.com</a>
</footer>
</body>
</html>