Version Description
(17/06/2016) = * fixed issue: responsive subscribe form * fixed issue: jQuery was loaded from a different folder on some WP installations * fixed issue: errors after update (strstr on empty strings because of saving empty lines on exclude list) * fixed issue: if "Redirection" from "General" tab is active, also redirects ajax calls * fixed issue: settings page title was wrong placed * "contact" feature update - nice email template + reply-to email header * refactoring for some methods * all assets are now minified * rewrite count db records function (used on subscribers count) * compatible with https://github.com/afragen/github-updater * compatible with wp-cli http://wp-cli.org/ * improved responsivity * improved roles access; now you can set multiple roles (editor, author, subscriber, contributor) and administrator will always have access to backend and frontend * it_IT translation by benedettogit (https://github.com/benedettogit) * updated all language files (need help for 100% translation)
Release Info
Developer | GeorgeJipa |
Plugin | WP Maintenance Mode |
Version | 2.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.0.4
- assets/css/chosen.css +448 -0
- assets/css/chosen.min.css +11 -0
- assets/css/index.php +2 -2
- assets/css/jquery-ui-timepicker-addon.css +30 -0
- assets/css/jquery-ui-timepicker-addon.min.css +1 -0
- assets/css/style-admin.css +148 -118
- assets/css/style-admin.min.css +1 -0
- assets/css/style.css +462 -462
- assets/css/style.min.css +1 -0
- assets/images/chosen-sprite.png +0 -0
- assets/images/chosen-sprite@2x.png +0 -0
- assets/images/index.php +2 -2
- assets/images/resources/ayoshop.jpg +0 -0
- assets/images/resources/flatui.jpg +0 -0
- assets/images/resources/linecons.jpg +0 -0
- assets/images/resources/startup-wordpress.jpg +0 -0
- assets/index.php +2 -2
- assets/js/chosen.jquery.js +1284 -0
- assets/js/chosen.jquery.min.js +1 -0
- assets/js/index.php +2 -2
- assets/js/jquery-ui-timepicker-addon.js +181 -93
- assets/js/jquery-ui-timepicker-addon.min.js +2 -0
- assets/js/jquery.countdown.js +43 -11
- assets/js/jquery.countdown.min.js +1 -6
- assets/js/jquery.plugin.js +1 -1
- assets/js/jquery.plugin.min.js +1 -4
- assets/js/jquery.validate.js +494 -319
- assets/js/jquery.validate.min.js +1 -4
- assets/js/scripts-admin-global.js +20 -0
- assets/js/scripts-admin-global.min.js +1 -0
- assets/js/scripts-admin.js +40 -11
- assets/js/scripts-admin.min.js +1 -0
- assets/js/scripts.js +101 -90
- assets/js/scripts.min.js +1 -0
- includes/classes/index.php +2 -2
- includes/classes/wp-maintenance-mode-admin.php +521 -405
- includes/classes/wp-maintenance-mode-shortcodes.php +76 -76
- includes/classes/wp-maintenance-mode.php +745 -713
- includes/functions/helpers.php +89 -30
- includes/functions/index.php +2 -2
- includes/index.php +2 -2
- index.php +2 -2
- languages/index.php +2 -2
- languages/wp-maintenance-mode-de_DE.mo +0 -0
- languages/wp-maintenance-mode-de_DE.po +532 -459
- languages/wp-maintenance-mode-en_US.mo +0 -0
- languages/wp-maintenance-mode-en_US.po +491 -435
- languages/wp-maintenance-mode-es_ES.mo +0 -0
- languages/wp-maintenance-mode-es_ES.po +539 -464
- languages/wp-maintenance-mode-fa_IR.mo +0 -0
- languages/wp-maintenance-mode-fa_IR.po +498 -0
- languages/wp-maintenance-mode-fr_FR.mo +0 -0
- languages/wp-maintenance-mode-fr_FR.po +535 -465
- languages/wp-maintenance-mode-it_IT.mo +0 -0
- languages/wp-maintenance-mode-it_IT.po +528 -0
- languages/wp-maintenance-mode-nb_NO.mo +0 -0
- languages/wp-maintenance-mode-nb_NO.po +527 -0
- languages/wp-maintenance-mode-nl_NL.mo +0 -0
- languages/wp-maintenance-mode-nl_NL.po +532 -460
- languages/wp-maintenance-mode-pl_PL.mo +0 -0
- languages/wp-maintenance-mode-pl_PL.po +530 -0
- languages/wp-maintenance-mode-pt_BR.mo +0 -0
- languages/wp-maintenance-mode-pt_BR.po +605 -535
- languages/wp-maintenance-mode-pt_PT.mo +0 -0
- languages/wp-maintenance-mode-pt_PT.po +543 -463
- languages/wp-maintenance-mode-ro_RO.mo +0 -0
- languages/wp-maintenance-mode-ro_RO.po +553 -470
- languages/wp-maintenance-mode-ru_RU.mo +0 -0
- languages/wp-maintenance-mode-ru_RU.po +538 -463
- languages/wp-maintenance-mode-sv_SE.mo +0 -0
- languages/wp-maintenance-mode-sv_SE.po +529 -457
- readme.md +105 -105
- readme.txt +381 -364
- uninstall.php +35 -35
- views/contact.php +98 -0
- views/index.php +2 -2
- views/loginform.php +8 -8
- views/maintenance.php +120 -119
- views/notice.php +9 -4
- views/promo-codepad.php +10 -0
- views/settings.php +440 -429
- views/sidebar.php +55 -39
- wp-maintenance-mode.php +71 -64
@@ -0,0 +1,448 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
Chosen, a Select Box Enhancer for jQuery and Prototype
|
3 |
+
by Patrick Filler for Harvest, http://getharvest.com
|
4 |
+
|
5 |
+
Version 1.5.1
|
6 |
+
Full source at https://github.com/harvesthq/chosen
|
7 |
+
Copyright (c) 2011-2016 Harvest http://getharvest.com
|
8 |
+
|
9 |
+
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
|
10 |
+
This file is generated by `grunt build`, do not edit it by hand.
|
11 |
+
*/
|
12 |
+
|
13 |
+
/* @group Base */
|
14 |
+
.chosen-container {
|
15 |
+
position: relative;
|
16 |
+
display: inline-block;
|
17 |
+
vertical-align: middle;
|
18 |
+
font-size: 13px;
|
19 |
+
-webkit-user-select: none;
|
20 |
+
-moz-user-select: none;
|
21 |
+
user-select: none;
|
22 |
+
}
|
23 |
+
.chosen-container * {
|
24 |
+
-webkit-box-sizing: border-box;
|
25 |
+
-moz-box-sizing: border-box;
|
26 |
+
box-sizing: border-box;
|
27 |
+
}
|
28 |
+
.chosen-container .chosen-drop {
|
29 |
+
position: absolute;
|
30 |
+
top: 100%;
|
31 |
+
left: -9999px;
|
32 |
+
z-index: 1010;
|
33 |
+
width: 100%;
|
34 |
+
border: 1px solid #aaa;
|
35 |
+
border-top: 0;
|
36 |
+
background: #fff;
|
37 |
+
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
|
38 |
+
}
|
39 |
+
.chosen-container.chosen-with-drop .chosen-drop {
|
40 |
+
left: 0;
|
41 |
+
}
|
42 |
+
.chosen-container a {
|
43 |
+
cursor: pointer;
|
44 |
+
}
|
45 |
+
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
|
46 |
+
margin-right: 4px;
|
47 |
+
overflow: hidden;
|
48 |
+
white-space: nowrap;
|
49 |
+
text-overflow: ellipsis;
|
50 |
+
font-weight: normal;
|
51 |
+
color: #999999;
|
52 |
+
}
|
53 |
+
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
|
54 |
+
content: ":";
|
55 |
+
padding-left: 2px;
|
56 |
+
vertical-align: top;
|
57 |
+
}
|
58 |
+
|
59 |
+
/* @end */
|
60 |
+
/* @group Single Chosen */
|
61 |
+
.chosen-container-single .chosen-single {
|
62 |
+
position: relative;
|
63 |
+
display: block;
|
64 |
+
overflow: hidden;
|
65 |
+
padding: 0 0 0 8px;
|
66 |
+
height: 25px;
|
67 |
+
border: 1px solid #aaa;
|
68 |
+
border-radius: 5px;
|
69 |
+
background-color: #fff;
|
70 |
+
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
|
71 |
+
background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
72 |
+
background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
73 |
+
background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
74 |
+
background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
75 |
+
background-clip: padding-box;
|
76 |
+
box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
|
77 |
+
color: #444;
|
78 |
+
text-decoration: none;
|
79 |
+
white-space: nowrap;
|
80 |
+
line-height: 24px;
|
81 |
+
}
|
82 |
+
.chosen-container-single .chosen-default {
|
83 |
+
color: #999;
|
84 |
+
}
|
85 |
+
.chosen-container-single .chosen-single span {
|
86 |
+
display: block;
|
87 |
+
overflow: hidden;
|
88 |
+
margin-right: 26px;
|
89 |
+
text-overflow: ellipsis;
|
90 |
+
white-space: nowrap;
|
91 |
+
}
|
92 |
+
.chosen-container-single .chosen-single-with-deselect span {
|
93 |
+
margin-right: 38px;
|
94 |
+
}
|
95 |
+
.chosen-container-single .chosen-single abbr {
|
96 |
+
position: absolute;
|
97 |
+
top: 6px;
|
98 |
+
right: 26px;
|
99 |
+
display: block;
|
100 |
+
width: 12px;
|
101 |
+
height: 12px;
|
102 |
+
background: url('chosen-sprite.png') -42px 1px no-repeat;
|
103 |
+
font-size: 1px;
|
104 |
+
}
|
105 |
+
.chosen-container-single .chosen-single abbr:hover {
|
106 |
+
background-position: -42px -10px;
|
107 |
+
}
|
108 |
+
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
|
109 |
+
background-position: -42px -10px;
|
110 |
+
}
|
111 |
+
.chosen-container-single .chosen-single div {
|
112 |
+
position: absolute;
|
113 |
+
top: 0;
|
114 |
+
right: 0;
|
115 |
+
display: block;
|
116 |
+
width: 18px;
|
117 |
+
height: 100%;
|
118 |
+
}
|
119 |
+
.chosen-container-single .chosen-single div b {
|
120 |
+
display: block;
|
121 |
+
width: 100%;
|
122 |
+
height: 100%;
|
123 |
+
background: url('chosen-sprite.png') no-repeat 0px 2px;
|
124 |
+
}
|
125 |
+
.chosen-container-single .chosen-search {
|
126 |
+
position: relative;
|
127 |
+
z-index: 1010;
|
128 |
+
margin: 0;
|
129 |
+
padding: 3px 4px;
|
130 |
+
white-space: nowrap;
|
131 |
+
}
|
132 |
+
.chosen-container-single .chosen-search input[type="text"] {
|
133 |
+
margin: 1px 0;
|
134 |
+
padding: 4px 20px 4px 5px;
|
135 |
+
width: 100%;
|
136 |
+
height: auto;
|
137 |
+
outline: 0;
|
138 |
+
border: 1px solid #aaa;
|
139 |
+
background: white url('chosen-sprite.png') no-repeat 100% -20px;
|
140 |
+
background: url('chosen-sprite.png') no-repeat 100% -20px;
|
141 |
+
font-size: 1em;
|
142 |
+
font-family: sans-serif;
|
143 |
+
line-height: normal;
|
144 |
+
border-radius: 0;
|
145 |
+
}
|
146 |
+
.chosen-container-single .chosen-drop {
|
147 |
+
margin-top: -1px;
|
148 |
+
border-radius: 0 0 4px 4px;
|
149 |
+
background-clip: padding-box;
|
150 |
+
}
|
151 |
+
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
|
152 |
+
position: absolute;
|
153 |
+
left: -9999px;
|
154 |
+
}
|
155 |
+
|
156 |
+
/* @end */
|
157 |
+
/* @group Results */
|
158 |
+
.chosen-container .chosen-results {
|
159 |
+
color: #444;
|
160 |
+
position: relative;
|
161 |
+
overflow-x: hidden;
|
162 |
+
overflow-y: auto;
|
163 |
+
margin: 0 4px 4px 0;
|
164 |
+
padding: 0 0 0 4px;
|
165 |
+
max-height: 240px;
|
166 |
+
-webkit-overflow-scrolling: touch;
|
167 |
+
}
|
168 |
+
.chosen-container .chosen-results li {
|
169 |
+
display: none;
|
170 |
+
margin: 0;
|
171 |
+
padding: 5px 6px;
|
172 |
+
list-style: none;
|
173 |
+
line-height: 15px;
|
174 |
+
word-wrap: break-word;
|
175 |
+
-webkit-touch-callout: none;
|
176 |
+
}
|
177 |
+
.chosen-container .chosen-results li.active-result {
|
178 |
+
display: list-item;
|
179 |
+
cursor: pointer;
|
180 |
+
}
|
181 |
+
.chosen-container .chosen-results li.disabled-result {
|
182 |
+
display: list-item;
|
183 |
+
color: #ccc;
|
184 |
+
cursor: default;
|
185 |
+
}
|
186 |
+
.chosen-container .chosen-results li.highlighted {
|
187 |
+
background-color: #3875d7;
|
188 |
+
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
|
189 |
+
background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
|
190 |
+
background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
|
191 |
+
background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
|
192 |
+
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
|
193 |
+
color: #fff;
|
194 |
+
}
|
195 |
+
.chosen-container .chosen-results li.no-results {
|
196 |
+
color: #777;
|
197 |
+
display: list-item;
|
198 |
+
background: #f4f4f4;
|
199 |
+
}
|
200 |
+
.chosen-container .chosen-results li.group-result {
|
201 |
+
display: list-item;
|
202 |
+
font-weight: bold;
|
203 |
+
cursor: default;
|
204 |
+
}
|
205 |
+
.chosen-container .chosen-results li.group-option {
|
206 |
+
padding-left: 15px;
|
207 |
+
}
|
208 |
+
.chosen-container .chosen-results li em {
|
209 |
+
font-style: normal;
|
210 |
+
text-decoration: underline;
|
211 |
+
}
|
212 |
+
|
213 |
+
/* @end */
|
214 |
+
/* @group Multi Chosen */
|
215 |
+
.chosen-container-multi .chosen-choices {
|
216 |
+
position: relative;
|
217 |
+
overflow: hidden;
|
218 |
+
margin: 0;
|
219 |
+
padding: 0 5px;
|
220 |
+
width: 100%;
|
221 |
+
height: auto !important;
|
222 |
+
height: 1%;
|
223 |
+
border: 1px solid #aaa;
|
224 |
+
background-color: #fff;
|
225 |
+
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
226 |
+
background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
|
227 |
+
background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
|
228 |
+
background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
|
229 |
+
background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
|
230 |
+
cursor: text;
|
231 |
+
}
|
232 |
+
.chosen-container-multi .chosen-choices li {
|
233 |
+
float: left;
|
234 |
+
list-style: none;
|
235 |
+
}
|
236 |
+
.chosen-container-multi .chosen-choices li.search-field {
|
237 |
+
margin: 0;
|
238 |
+
padding: 0;
|
239 |
+
white-space: nowrap;
|
240 |
+
}
|
241 |
+
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
|
242 |
+
margin: 1px 0;
|
243 |
+
padding: 0;
|
244 |
+
height: 25px;
|
245 |
+
outline: 0;
|
246 |
+
border: 0 !important;
|
247 |
+
background: transparent !important;
|
248 |
+
box-shadow: none;
|
249 |
+
color: #999;
|
250 |
+
font-size: 100%;
|
251 |
+
font-family: sans-serif;
|
252 |
+
line-height: normal;
|
253 |
+
border-radius: 0;
|
254 |
+
}
|
255 |
+
.chosen-container-multi .chosen-choices li.search-choice {
|
256 |
+
position: relative;
|
257 |
+
margin: 3px 5px 3px 0;
|
258 |
+
padding: 3px 20px 3px 5px;
|
259 |
+
border: 1px solid #aaa;
|
260 |
+
max-width: 100%;
|
261 |
+
border-radius: 3px;
|
262 |
+
background-color: #eeeeee;
|
263 |
+
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
|
264 |
+
background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
265 |
+
background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
266 |
+
background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
267 |
+
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
268 |
+
background-size: 100% 19px;
|
269 |
+
background-repeat: repeat-x;
|
270 |
+
background-clip: padding-box;
|
271 |
+
box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
|
272 |
+
color: #333;
|
273 |
+
line-height: 13px;
|
274 |
+
cursor: default;
|
275 |
+
}
|
276 |
+
.chosen-container-multi .chosen-choices li.search-choice span {
|
277 |
+
word-wrap: break-word;
|
278 |
+
}
|
279 |
+
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
|
280 |
+
position: absolute;
|
281 |
+
top: 4px;
|
282 |
+
right: 3px;
|
283 |
+
display: block;
|
284 |
+
width: 12px;
|
285 |
+
height: 12px;
|
286 |
+
background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
|
287 |
+
font-size: 1px;
|
288 |
+
}
|
289 |
+
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
|
290 |
+
background-position: -42px -10px;
|
291 |
+
}
|
292 |
+
.chosen-container-multi .chosen-choices li.search-choice-disabled {
|
293 |
+
padding-right: 5px;
|
294 |
+
border: 1px solid #ccc;
|
295 |
+
background-color: #e4e4e4;
|
296 |
+
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
|
297 |
+
background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
298 |
+
background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
299 |
+
background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
300 |
+
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
301 |
+
color: #666;
|
302 |
+
}
|
303 |
+
.chosen-container-multi .chosen-choices li.search-choice-focus {
|
304 |
+
background: #d4d4d4;
|
305 |
+
}
|
306 |
+
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
|
307 |
+
background-position: -42px -10px;
|
308 |
+
}
|
309 |
+
.chosen-container-multi .chosen-results {
|
310 |
+
margin: 0;
|
311 |
+
padding: 0;
|
312 |
+
}
|
313 |
+
.chosen-container-multi .chosen-drop .result-selected {
|
314 |
+
display: list-item;
|
315 |
+
color: #ccc;
|
316 |
+
cursor: default;
|
317 |
+
}
|
318 |
+
|
319 |
+
/* @end */
|
320 |
+
/* @group Active */
|
321 |
+
.chosen-container-active .chosen-single {
|
322 |
+
border: 1px solid #5897fb;
|
323 |
+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
|
324 |
+
}
|
325 |
+
.chosen-container-active.chosen-with-drop .chosen-single {
|
326 |
+
border: 1px solid #aaa;
|
327 |
+
-moz-border-radius-bottomright: 0;
|
328 |
+
border-bottom-right-radius: 0;
|
329 |
+
-moz-border-radius-bottomleft: 0;
|
330 |
+
border-bottom-left-radius: 0;
|
331 |
+
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
|
332 |
+
background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
|
333 |
+
background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
|
334 |
+
background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
|
335 |
+
background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
|
336 |
+
box-shadow: 0 1px 0 #fff inset;
|
337 |
+
}
|
338 |
+
.chosen-container-active.chosen-with-drop .chosen-single div {
|
339 |
+
border-left: none;
|
340 |
+
background: transparent;
|
341 |
+
}
|
342 |
+
.chosen-container-active.chosen-with-drop .chosen-single div b {
|
343 |
+
background-position: -18px 2px;
|
344 |
+
}
|
345 |
+
.chosen-container-active .chosen-choices {
|
346 |
+
border: 1px solid #5897fb;
|
347 |
+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
|
348 |
+
}
|
349 |
+
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
|
350 |
+
color: #222 !important;
|
351 |
+
}
|
352 |
+
|
353 |
+
/* @end */
|
354 |
+
/* @group Disabled Support */
|
355 |
+
.chosen-disabled {
|
356 |
+
opacity: 0.5 !important;
|
357 |
+
cursor: default;
|
358 |
+
}
|
359 |
+
.chosen-disabled .chosen-single {
|
360 |
+
cursor: default;
|
361 |
+
}
|
362 |
+
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
|
363 |
+
cursor: default;
|
364 |
+
}
|
365 |
+
|
366 |
+
/* @end */
|
367 |
+
/* @group Right to Left */
|
368 |
+
.chosen-rtl {
|
369 |
+
text-align: right;
|
370 |
+
}
|
371 |
+
.chosen-rtl .chosen-single {
|
372 |
+
overflow: visible;
|
373 |
+
padding: 0 8px 0 0;
|
374 |
+
}
|
375 |
+
.chosen-rtl .chosen-single span {
|
376 |
+
margin-right: 0;
|
377 |
+
margin-left: 26px;
|
378 |
+
direction: rtl;
|
379 |
+
}
|
380 |
+
.chosen-rtl .chosen-single-with-deselect span {
|
381 |
+
margin-left: 38px;
|
382 |
+
}
|
383 |
+
.chosen-rtl .chosen-single div {
|
384 |
+
right: auto;
|
385 |
+
left: 3px;
|
386 |
+
}
|
387 |
+
.chosen-rtl .chosen-single abbr {
|
388 |
+
right: auto;
|
389 |
+
left: 26px;
|
390 |
+
}
|
391 |
+
.chosen-rtl .chosen-choices li {
|
392 |
+
float: right;
|
393 |
+
}
|
394 |
+
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
|
395 |
+
direction: rtl;
|
396 |
+
}
|
397 |
+
.chosen-rtl .chosen-choices li.search-choice {
|
398 |
+
margin: 3px 5px 3px 0;
|
399 |
+
padding: 3px 5px 3px 19px;
|
400 |
+
}
|
401 |
+
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
|
402 |
+
right: auto;
|
403 |
+
left: 4px;
|
404 |
+
}
|
405 |
+
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
|
406 |
+
.chosen-rtl .chosen-drop {
|
407 |
+
left: 9999px;
|
408 |
+
}
|
409 |
+
.chosen-rtl.chosen-container-single .chosen-results {
|
410 |
+
margin: 0 0 4px 4px;
|
411 |
+
padding: 0 4px 0 0;
|
412 |
+
}
|
413 |
+
.chosen-rtl .chosen-results li.group-option {
|
414 |
+
padding-right: 15px;
|
415 |
+
padding-left: 0;
|
416 |
+
}
|
417 |
+
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
|
418 |
+
border-right: none;
|
419 |
+
}
|
420 |
+
.chosen-rtl .chosen-search input[type="text"] {
|
421 |
+
padding: 4px 5px 4px 20px;
|
422 |
+
background: white url('../images/chosen-sprite.png') no-repeat -30px -20px;
|
423 |
+
background: url('../images/chosen-sprite.png') no-repeat -30px -20px;
|
424 |
+
direction: rtl;
|
425 |
+
}
|
426 |
+
.chosen-rtl.chosen-container-single .chosen-single div b {
|
427 |
+
background-position: 6px 2px;
|
428 |
+
}
|
429 |
+
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
|
430 |
+
background-position: -12px 2px;
|
431 |
+
}
|
432 |
+
|
433 |
+
/* @end */
|
434 |
+
/* @group Retina compatibility */
|
435 |
+
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
|
436 |
+
.chosen-rtl .chosen-search input[type="text"],
|
437 |
+
.chosen-container-single .chosen-single abbr,
|
438 |
+
.chosen-container-single .chosen-single div b,
|
439 |
+
.chosen-container-single .chosen-search input[type="text"],
|
440 |
+
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
|
441 |
+
.chosen-container .chosen-results-scroll-down span,
|
442 |
+
.chosen-container .chosen-results-scroll-up span {
|
443 |
+
background-image: url('../images/chosen-sprite@2x.png') !important;
|
444 |
+
background-size: 52px 37px !important;
|
445 |
+
background-repeat: no-repeat !important;
|
446 |
+
}
|
447 |
+
}
|
448 |
+
/* @end */
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
Chosen, a Select Box Enhancer for jQuery and Prototype
|
3 |
+
by Patrick Filler for Harvest, http://getharvest.com
|
4 |
+
|
5 |
+
Version 1.5.1
|
6 |
+
Full source at https://github.com/harvesthq/chosen
|
7 |
+
Copyright (c) 2011-2016 Harvest http://getharvest.com
|
8 |
+
|
9 |
+
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
|
10 |
+
This file is generated by `grunt build`, do not edit it by hand.
|
11 |
+
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) 0 2px no-repeat}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(chosen-sprite.png) 100% -20px no-repeat;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl .chosen-drop,.chosen-rtl.chosen-container-single-nosearch .chosen-search{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../images/chosen-sprite.png) -30px -20px no-repeat;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../images/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
|
@@ -1,2 +1,2 @@
|
|
1 |
-
<?php
|
2 |
-
// Silence is golden.
|
1 |
+
<?php
|
2 |
+
// Silence is golden.
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
|
2 |
+
.ui-timepicker-div dl { text-align: left; }
|
3 |
+
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
|
4 |
+
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
|
5 |
+
.ui-timepicker-div td { font-size: 90%; }
|
6 |
+
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
|
7 |
+
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }
|
8 |
+
|
9 |
+
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
|
10 |
+
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }
|
11 |
+
|
12 |
+
.ui-timepicker-rtl{ direction: rtl; }
|
13 |
+
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
|
14 |
+
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
|
15 |
+
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
|
16 |
+
|
17 |
+
/* Shortened version style */
|
18 |
+
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
|
19 |
+
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
|
20 |
+
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
|
21 |
+
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
|
22 |
+
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
|
23 |
+
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
|
24 |
+
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
|
25 |
+
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
|
26 |
+
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
|
27 |
+
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
|
28 |
+
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
|
29 |
+
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
|
30 |
+
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
|
@@ -0,0 +1 @@
|
|
|
1 |
+
.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:0 10px 10px 40%}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:0 0;border:none;margin:0;padding:0}.ui-timepicker-div .ui_tpicker_unit_hide{display:none}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input{background:0 0;color:inherit;border:none;outline:0;border-bottom:solid 1px #555;width:95%}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus{border-bottom-color:#aaa}.ui-timepicker-rtl{direction:rtl}.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}.ui-timepicker-rtl dl dt{float:right;clear:right}.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px}.ui-timepicker-div.ui-timepicker-oneLine{padding-right:2px}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,.ui-timepicker-div.ui-timepicker-oneLine dt{display:none}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label{display:block;padding-top:2px}.ui-timepicker-div.ui-timepicker-oneLine dl{text-align:right}.ui-timepicker-div.ui-timepicker-oneLine dl dd,.ui-timepicker-div.ui-timepicker-oneLine dl dd>div{display:inline-block;margin:0}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before{content:':';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before{content:'.';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{display:none}
|
@@ -1,118 +1,148 @@
|
|
1 |
-
h2.wpmm-title {
|
2 |
-
background: url('../images/icon-48.png') no-repeat left center;
|
3 |
-
line-height: 42px;
|
4 |
-
margin-bottom: 30px;
|
5 |
-
height: 48px;
|
6 |
-
padding-left: 55px;
|
7 |
-
}
|
8 |
-
|
9 |
-
/* WRAP*/
|
10 |
-
.wpmm-wrapper {
|
11 |
-
display: table;
|
12 |
-
width: 100%;
|
13 |
-
}
|
14 |
-
|
15 |
-
.wpmm-wrapper #content {
|
16 |
-
min-width: 800px;
|
17 |
-
}
|
18 |
-
|
19 |
-
.wpmm-wrapper #sidebar {
|
20 |
-
padding: 0 0 0 20px;
|
21 |
-
width: 280px;
|
22 |
-
}
|
23 |
-
|
24 |
-
.wpmm-wrapper #sidebar .sidebar_box {
|
25 |
-
background: none repeat scroll 0 0 #fff;
|
26 |
-
border: 1px solid #e5e5e5;
|
27 |
-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
28 |
-
min-width: 255px;
|
29 |
-
line-height: 1;
|
30 |
-
margin-bottom: 20px;
|
31 |
-
padding: 0;
|
32 |
-
}
|
33 |
-
|
34 |
-
.wpmm-wrapper #sidebar .sidebar_box h3 {
|
35 |
-
margin: 0;
|
36 |
-
padding: 8px 12px;
|
37 |
-
border-bottom: 1px solid #ececec;
|
38 |
-
}
|
39 |
-
|
40 |
-
.wpmm-wrapper #sidebar .sidebar_box .inside {
|
41 |
-
margin: 6px 0 0;
|
42 |
-
font-size: 13px;
|
43 |
-
line-height: 1.4em;
|
44 |
-
padding: 0 12px 12px;
|
45 |
-
}
|
46 |
-
|
47 |
-
.wpmm-wrapper .wrapper-cell {
|
48 |
-
display: table-cell;
|
49 |
-
}
|
50 |
-
|
51 |
-
.wpmm-wrapper .hidden {
|
52 |
-
display: none;
|
53 |
-
}
|
54 |
-
|
55 |
-
/* TABS */
|
56 |
-
.nav-tab-wrapper {
|
57 |
-
border-bottom: 1px solid #ccc;
|
58 |
-
padding-bottom: 0;
|
59 |
-
padding-left: 10px;
|
60 |
-
}
|
61 |
-
|
62 |
-
.nav-tab-wrapper a {
|
63 |
-
font-size: 15px;
|
64 |
-
font-weight: 700;
|
65 |
-
line-height: 24px;
|
66 |
-
padding: 6px 10px;
|
67 |
-
}
|
68 |
-
|
69 |
-
/* TABS CONTENT */
|
70 |
-
.tabs-content {
|
71 |
-
margin-top: 20px;
|
72 |
-
padding-left: 10px;
|
73 |
-
}
|
74 |
-
|
75 |
-
.tabs-content .wp-color-result {
|
76 |
-
margin-bottom: -2px;
|
77 |
-
}
|
78 |
-
|
79 |
-
.tabs-content ul.bg_list {
|
80 |
-
float: left;
|
81 |
-
}
|
82 |
-
|
83 |
-
.tabs-content ul.bg_list li {
|
84 |
-
float: left;
|
85 |
-
margin-right: 7px;
|
86 |
-
opacity: 0.4;
|
87 |
-
}
|
88 |
-
|
89 |
-
.tabs-content ul.bg_list li.active {
|
90 |
-
opacity: 1;
|
91 |
-
}
|
92 |
-
|
93 |
-
.tabs-content ul.bg_list li input {
|
94 |
-
display: none;
|
95 |
-
}
|
96 |
-
|
97 |
-
.tabs-content .countdown_details input {
|
98 |
-
width: 70px;
|
99 |
-
}
|
100 |
-
|
101 |
-
.tabs-content .countdown_details .margin_left {
|
102 |
-
margin-left: 30px;
|
103 |
-
}
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
#sidebar .
|
112 |
-
margin-top: 10px;
|
113 |
-
margin-bottom: -
|
114 |
-
}
|
115 |
-
|
116 |
-
#sidebar .resources_box
|
117 |
-
margin-
|
118 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
h2.wpmm-title {
|
2 |
+
background: url('../images/icon-48.png') no-repeat left center;
|
3 |
+
line-height: 42px !important;
|
4 |
+
margin-bottom: 30px !important;
|
5 |
+
height: 48px;
|
6 |
+
padding-left: 55px !important;
|
7 |
+
}
|
8 |
+
|
9 |
+
/* WRAP*/
|
10 |
+
.wpmm-wrapper {
|
11 |
+
display: table;
|
12 |
+
width: 100%;
|
13 |
+
}
|
14 |
+
|
15 |
+
.wpmm-wrapper #content {
|
16 |
+
min-width: 800px;
|
17 |
+
}
|
18 |
+
|
19 |
+
.wpmm-wrapper #sidebar {
|
20 |
+
padding: 0 0 0 20px;
|
21 |
+
width: 280px;
|
22 |
+
}
|
23 |
+
|
24 |
+
.wpmm-wrapper #sidebar .sidebar_box {
|
25 |
+
background: none repeat scroll 0 0 #fff;
|
26 |
+
border: 1px solid #e5e5e5;
|
27 |
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
28 |
+
min-width: 255px;
|
29 |
+
line-height: 1;
|
30 |
+
margin-bottom: 20px;
|
31 |
+
padding: 0;
|
32 |
+
}
|
33 |
+
|
34 |
+
.wpmm-wrapper #sidebar .sidebar_box h3 {
|
35 |
+
margin: 0;
|
36 |
+
padding: 8px 12px;
|
37 |
+
border-bottom: 1px solid #ececec;
|
38 |
+
}
|
39 |
+
|
40 |
+
.wpmm-wrapper #sidebar .sidebar_box .inside {
|
41 |
+
margin: 6px 0 0;
|
42 |
+
font-size: 13px;
|
43 |
+
line-height: 1.4em;
|
44 |
+
padding: 0 12px 12px;
|
45 |
+
}
|
46 |
+
|
47 |
+
.wpmm-wrapper .wrapper-cell {
|
48 |
+
display: table-cell;
|
49 |
+
}
|
50 |
+
|
51 |
+
.wpmm-wrapper .hidden {
|
52 |
+
display: none;
|
53 |
+
}
|
54 |
+
|
55 |
+
/* TABS */
|
56 |
+
.nav-tab-wrapper {
|
57 |
+
border-bottom: 1px solid #ccc;
|
58 |
+
padding-bottom: 0;
|
59 |
+
padding-left: 10px;
|
60 |
+
}
|
61 |
+
|
62 |
+
.nav-tab-wrapper a {
|
63 |
+
font-size: 15px;
|
64 |
+
font-weight: 700;
|
65 |
+
line-height: 24px;
|
66 |
+
padding: 6px 10px;
|
67 |
+
}
|
68 |
+
|
69 |
+
/* TABS CONTENT */
|
70 |
+
.tabs-content {
|
71 |
+
margin-top: 20px;
|
72 |
+
padding-left: 10px;
|
73 |
+
}
|
74 |
+
|
75 |
+
.tabs-content .wp-color-result {
|
76 |
+
margin-bottom: -2px;
|
77 |
+
}
|
78 |
+
|
79 |
+
.tabs-content ul.bg_list {
|
80 |
+
float: left;
|
81 |
+
}
|
82 |
+
|
83 |
+
.tabs-content ul.bg_list li {
|
84 |
+
float: left;
|
85 |
+
margin-right: 7px;
|
86 |
+
opacity: 0.4;
|
87 |
+
}
|
88 |
+
|
89 |
+
.tabs-content ul.bg_list li.active {
|
90 |
+
opacity: 1;
|
91 |
+
}
|
92 |
+
|
93 |
+
.tabs-content ul.bg_list li input {
|
94 |
+
display: none;
|
95 |
+
}
|
96 |
+
|
97 |
+
.tabs-content .countdown_details input {
|
98 |
+
width: 70px;
|
99 |
+
}
|
100 |
+
|
101 |
+
.tabs-content .countdown_details .margin_left {
|
102 |
+
margin-left: 30px;
|
103 |
+
}
|
104 |
+
|
105 |
+
.tabs-content .wp-picker-holder {
|
106 |
+
position:absolute;
|
107 |
+
z-index:9999999;
|
108 |
+
}
|
109 |
+
|
110 |
+
/* SIDEBARS */
|
111 |
+
#sidebar .info_box ul {
|
112 |
+
margin-top: 10px;
|
113 |
+
margin-bottom: -5px;
|
114 |
+
}
|
115 |
+
|
116 |
+
#sidebar .resources_box ul, #sidebar .themes_box ul {
|
117 |
+
margin-top: 10px;
|
118 |
+
margin-bottom: -15px;
|
119 |
+
}
|
120 |
+
|
121 |
+
#sidebar .resources_box li, #sidebar .themes_box li {
|
122 |
+
margin-bottom: 10px;
|
123 |
+
}
|
124 |
+
|
125 |
+
/* CHOSEN.JS MULTISELECT */
|
126 |
+
.chosen-select {
|
127 |
+
width: 195px !important;
|
128 |
+
}
|
129 |
+
|
130 |
+
.chosen-container {
|
131 |
+
width: 195px !important;
|
132 |
+
}
|
133 |
+
|
134 |
+
.chosen-container-active .chosen-choices {
|
135 |
+
box-shadow: none !important;
|
136 |
+
background-image: none !important;
|
137 |
+
}
|
138 |
+
|
139 |
+
.chosen-container-multi .chosen-choices {
|
140 |
+
border: 1px solid #ddd !important;
|
141 |
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset !important;
|
142 |
+
background-image: none !important;
|
143 |
+
}
|
144 |
+
|
145 |
+
.chosen-container .chosen-results li.highlighted {
|
146 |
+
background-color: #0074a2 !important;
|
147 |
+
background-image: none !important;
|
148 |
+
}
|
@@ -0,0 +1 @@
|
|
|
1 |
+
h2.wpmm-title{background:url(../images/icon-48.png) left center no-repeat;line-height:42px!important;margin-bottom:30px!important;height:48px;padding-left:55px!important}.wpmm-wrapper{display:table;width:100%}.wpmm-wrapper #content{min-width:800px}.wpmm-wrapper #sidebar{padding:0 0 0 20px;width:280px}.wpmm-wrapper #sidebar .sidebar_box{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);min-width:255px;line-height:1;margin-bottom:20px;padding:0}.wpmm-wrapper #sidebar .sidebar_box h3{margin:0;padding:8px 12px;border-bottom:1px solid #ececec}.wpmm-wrapper #sidebar .sidebar_box .inside{margin:6px 0 0;font-size:13px;line-height:1.4em;padding:0 12px 12px}.wpmm-wrapper .wrapper-cell{display:table-cell}.wpmm-wrapper .hidden{display:none}.nav-tab-wrapper{border-bottom:1px solid #ccc;padding-bottom:0;padding-left:10px}.nav-tab-wrapper a{font-size:15px;font-weight:700;line-height:24px;padding:6px 10px}.tabs-content{margin-top:20px;padding-left:10px}.tabs-content .wp-color-result{margin-bottom:-2px}.tabs-content ul.bg_list{float:left}.tabs-content ul.bg_list li{float:left;margin-right:7px;opacity:.4}.tabs-content ul.bg_list li.active{opacity:1}.tabs-content ul.bg_list li input{display:none}.tabs-content .countdown_details input{width:70px}.tabs-content .countdown_details .margin_left{margin-left:30px}.tabs-content .wp-picker-holder{position:absolute;z-index:9999999}#sidebar .info_box ul{margin-top:10px;margin-bottom:-5px}#sidebar .resources_box ul,#sidebar .themes_box ul{margin-top:10px;margin-bottom:-15px}#sidebar .resources_box li,#sidebar .themes_box li{margin-bottom:10px}.chosen-container,.chosen-select{width:195px!important}.chosen-container-active .chosen-choices{box-shadow:none!important;background-image:none!important}.chosen-container-multi .chosen-choices{border:1px solid #ddd!important;box-shadow:0 1px 2px rgba(0,0,0,.07) inset!important;background-image:none!important}.chosen-container .chosen-results li.highlighted{background-color:#0074a2!important;background-image:none!important}
|
@@ -1,462 +1,462 @@
|
|
1 |
-
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
|
2 |
-
margin: 0;
|
3 |
-
padding: 0;
|
4 |
-
border: 0;
|
5 |
-
font-size: 100%;
|
6 |
-
font: inherit;
|
7 |
-
vertical-align: baseline;
|
8 |
-
text-decoration: none;
|
9 |
-
}
|
10 |
-
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
11 |
-
display: block;
|
12 |
-
}
|
13 |
-
body {
|
14 |
-
line-height: 1;
|
15 |
-
}
|
16 |
-
ol, ul {
|
17 |
-
list-style: none;
|
18 |
-
}
|
19 |
-
blockquote, q {
|
20 |
-
display: block;
|
21 |
-
width: 500px;
|
22 |
-
margin: 0 auto;
|
23 |
-
text-align: left;
|
24 |
-
position: relative;
|
25 |
-
font-style: italic;
|
26 |
-
}
|
27 |
-
blockquote:before, blockquote:after, q:before, q:after {
|
28 |
-
content: '"';
|
29 |
-
content: none;
|
30 |
-
}
|
31 |
-
input, button {
|
32 |
-
-webkit-appearance: none;
|
33 |
-
border-radius: 0;
|
34 |
-
}
|
35 |
-
table {
|
36 |
-
border-collapse: collapse;
|
37 |
-
border-spacing: 0;
|
38 |
-
}
|
39 |
-
em, i {
|
40 |
-
font-style: italic;
|
41 |
-
}
|
42 |
-
del {
|
43 |
-
text-decoration: line-through;
|
44 |
-
}
|
45 |
-
strong, b {
|
46 |
-
font-weight: bold;
|
47 |
-
}
|
48 |
-
ol {
|
49 |
-
width: 600px;
|
50 |
-
margin: 0 auto;
|
51 |
-
text-align: left;
|
52 |
-
}
|
53 |
-
ol li {
|
54 |
-
list-style-type: decimal;
|
55 |
-
}
|
56 |
-
ul {
|
57 |
-
width: 600px;
|
58 |
-
margin: 0 auto;
|
59 |
-
text-align: left;
|
60 |
-
}
|
61 |
-
ul li {
|
62 |
-
list-style: disc;
|
63 |
-
}
|
64 |
-
a {
|
65 |
-
color: inherit;
|
66 |
-
text-decoration: underline;
|
67 |
-
}
|
68 |
-
body, html {
|
69 |
-
min-height: 100%;
|
70 |
-
/*height: 100%;*/
|
71 |
-
}
|
72 |
-
body {
|
73 |
-
background-color: #fff;
|
74 |
-
color: #1b1f23;
|
75 |
-
font-family: Helvetica Neue, Arial, sans-serif;
|
76 |
-
}
|
77 |
-
.wrap {
|
78 |
-
width: 605px;
|
79 |
-
margin: 100px auto 0;
|
80 |
-
text-align: center;
|
81 |
-
}
|
82 |
-
.wrap h1 {
|
83 |
-
font-size: 30px;
|
84 |
-
font-weight: 700;
|
85 |
-
margin: 0 0 90px;
|
86 |
-
}
|
87 |
-
.wrap h2 {
|
88 |
-
font-size: 24px;
|
89 |
-
font-weight: 400;
|
90 |
-
line-height: 45px;
|
91 |
-
margin: 0 0 80px;
|
92 |
-
}
|
93 |
-
.wrap h3 {
|
94 |
-
font-size: 24px;
|
95 |
-
font-weight: 400px;
|
96 |
-
margin: 0 0 45px;
|
97 |
-
}
|
98 |
-
.wrap .author_link {
|
99 |
-
margin-top: 15px;
|
100 |
-
color: #616161;
|
101 |
-
margin: 0 0 50px;
|
102 |
-
}
|
103 |
-
.wrap .author_link a {
|
104 |
-
color: #000;
|
105 |
-
}
|
106 |
-
/**
|
107 |
-
* COUNTDOWN
|
108 |
-
**/
|
109 |
-
|
110 |
-
.wrap .countdown {
|
111 |
-
margin: 0 0 85px;
|
112 |
-
}
|
113 |
-
.wrap .countdown span {
|
114 |
-
font-size: 30px;
|
115 |
-
}
|
116 |
-
/**
|
117 |
-
* SUBSCRIBE FORM
|
118 |
-
**/
|
119 |
-
|
120 |
-
.wrap form.subscribe_form {
|
121 |
-
width: 465px;
|
122 |
-
margin: 0 0 75px;
|
123 |
-
display: inline-block;
|
124 |
-
border: 3px solid #e0e0e0;
|
125 |
-
box-sizing: border-box;
|
126 |
-
}
|
127 |
-
.wrap form.subscribe_form input {
|
128 |
-
margin: 0;
|
129 |
-
outline: 0;
|
130 |
-
border: 0;
|
131 |
-
float: left;
|
132 |
-
font-size: 18px;
|
133 |
-
padding: 20px 25px;
|
134 |
-
box-sizing: content-box;
|
135 |
-
}
|
136 |
-
.wrap form.subscribe_form input[type="text"] {
|
137 |
-
width: 245px;
|
138 |
-
}
|
139 |
-
.wrap form.subscribe_form input[type="submit"] {
|
140 |
-
background: #000;
|
141 |
-
color: #fff;
|
142 |
-
float: right;
|
143 |
-
cursor: pointer;
|
144 |
-
padding: 20px 30px;
|
145 |
-
border-left: 3px solid #e0e0e0;
|
146 |
-
}
|
147 |
-
.wrap form.subscribe_form input[type="submit"]:hover {
|
148 |
-
background: #fff;
|
149 |
-
color: #000;
|
150 |
-
border-left: 3px solid #e0e0e0;
|
151 |
-
}
|
152 |
-
.wrap form.subscribe_form input[type="submit"]:active {
|
153 |
-
background: #1e1e1e;
|
154 |
-
color: #fff;
|
155 |
-
}
|
156 |
-
.wrap form.subscribe_form .error {
|
157 |
-
color: red;
|
158 |
-
}
|
159 |
-
.wrap form.subscribe_form label.error {
|
160 |
-
display: none !important;
|
161 |
-
}
|
162 |
-
/**
|
163 |
-
* LOGIN FORM
|
164 |
-
**/
|
165 |
-
|
166 |
-
.wrap form.login_form {
|
167 |
-
width: 100%;
|
168 |
-
margin: 15px 0 0;
|
169 |
-
}
|
170 |
-
.wrap form.login_form input {
|
171 |
-
display: inline-block;
|
172 |
-
box-sizing: border-box;
|
173 |
-
-moz-box-sizing: border-box;
|
174 |
-
-webkit-box-sizing: border-box;
|
175 |
-
border: 3px solid #E2E2E2;
|
176 |
-
font-family: Helvetica Neue, Arial, sans-serif;
|
177 |
-
font-size: 16px;
|
178 |
-
margin: 0 10px 0 0;
|
179 |
-
outline: 0;
|
180 |
-
padding: 15px;
|
181 |
-
}
|
182 |
-
.wrap form.login_form input[type="submit"] {
|
183 |
-
background: #000;
|
184 |
-
color: #fff;
|
185 |
-
margin: 0;
|
186 |
-
border-color: #000;
|
187 |
-
font-weight: bold;
|
188 |
-
padding: 15px 30px;
|
189 |
-
cursor: pointer;
|
190 |
-
}
|
191 |
-
.wrap form.login_form input[type="submit"]:active {
|
192 |
-
position: relative;
|
193 |
-
top: 1px;
|
194 |
-
}
|
195 |
-
/**
|
196 |
-
* SOCIAL NETWORKS
|
197 |
-
**/
|
198 |
-
|
199 |
-
.wrap .social {
|
200 |
-
margin: 0 0 70px;
|
201 |
-
}
|
202 |
-
.wrap .social a {
|
203 |
-
width: 22px;
|
204 |
-
height: 22px;
|
205 |
-
margin: 0 0 20px 55px;
|
206 |
-
background-image: url('../images/icn_sprite.png');
|
207 |
-
background-repeat: no-repeat;
|
208 |
-
display: inline-block;
|
209 |
-
text-indent: -999em;
|
210 |
-
}
|
211 |
-
.wrap .social a:first-of-type {
|
212 |
-
margin: 0 0 20px 0;
|
213 |
-
}
|
214 |
-
.wrap .social .git {
|
215 |
-
background-position: 0 0;
|
216 |
-
}
|
217 |
-
.wrap .social .fb {
|
218 |
-
background-position: -240px 0;
|
219 |
-
}
|
220 |
-
.wrap .social .tw {
|
221 |
-
background-position: -162px 0px;
|
222 |
-
}
|
223 |
-
.wrap .social .rss {
|
224 |
-
background-position: -402px 0;
|
225 |
-
}
|
226 |
-
.wrap .social .mail {
|
227 |
-
background-position: -560px 0;
|
228 |
-
}
|
229 |
-
.wrap .social .pin {
|
230 |
-
background-position: -322px 0;
|
231 |
-
}
|
232 |
-
.wrap .social .dribbble {
|
233 |
-
background-position: -82px 0;
|
234 |
-
}
|
235 |
-
.wrap .social .gplus {
|
236 |
-
background-position: -486px 0;
|
237 |
-
}
|
238 |
-
.wrap .social .linkedin {
|
239 |
-
background-position: -633px 0;
|
240 |
-
}
|
241 |
-
/**
|
242 |
-
* CONTACT FORM
|
243 |
-
**/
|
244 |
-
|
245 |
-
.wrap .contact_us {
|
246 |
-
color: #000;
|
247 |
-
border: 3px solid #000;
|
248 |
-
font-size: 18px;
|
249 |
-
padding: 15px 40px;
|
250 |
-
display: inline-block;
|
251 |
-
margin: 0 0 70px;
|
252 |
-
}
|
253 |
-
.wrap .contact_us:hover {
|
254 |
-
background: #000;
|
255 |
-
color: #fff;
|
256 |
-
}
|
257 |
-
.contact_us {
|
258 |
-
text-decoration: none;
|
259 |
-
}
|
260 |
-
.contact {
|
261 |
-
position: fixed;
|
262 |
-
display: none;
|
263 |
-
top: 0;
|
264 |
-
bottom: 0;
|
265 |
-
left: 0;
|
266 |
-
right: 0;
|
267 |
-
background: rgba(27, 31, 35, 0.95);
|
268 |
-
}
|
269 |
-
.contact label.error {
|
270 |
-
color: red;
|
271 |
-
float: left;
|
272 |
-
font-size: 11px;
|
273 |
-
padding-top: 10px;
|
274 |
-
}
|
275 |
-
.contact .form {
|
276 |
-
width: 520px;
|
277 |
-
text-align: center;
|
278 |
-
padding: 40px;
|
279 |
-
background: #f9f9f9;
|
280 |
-
box-sizing: border-box;
|
281 |
-
margin: 100px auto;
|
282 |
-
transition: 0.2s transform ease-in-out;
|
283 |
-
}
|
284 |
-
.contact .form input, .contact .form textarea {
|
285 |
-
padding: 15px 20px;
|
286 |
-
margin: 0;
|
287 |
-
outline: 0;
|
288 |
-
width: 100%;
|
289 |
-
background: #f9f9f9;
|
290 |
-
border: 3px solid #e0e0e0;
|
291 |
-
font-size: 18px;
|
292 |
-
font-family: Helvetica Neue, Arial, sans-serif;
|
293 |
-
box-sizing: border-box;
|
294 |
-
resize: none;
|
295 |
-
}
|
296 |
-
.contact .form textarea {
|
297 |
-
height: 175px;
|
298 |
-
padding: 20px;
|
299 |
-
}
|
300 |
-
.contact .form input[type="text"]::-webkit-input-placeholder, .contact .form textarea::-webkit-input-placeholder {
|
301 |
-
color: #dadada;
|
302 |
-
}
|
303 |
-
.contact .form input[type="text"]::-moz-input-placeholder, .contact .form textarea::-moz-input-placeholder {
|
304 |
-
color: #dadada;
|
305 |
-
}
|
306 |
-
.contact .form input[type="text"]::-ms-input-placeholder, .contact .form textarea::-ms-input-placeholder {
|
307 |
-
color: #dadada;
|
308 |
-
}
|
309 |
-
.contact .form .col {
|
310 |
-
width: 205px;
|
311 |
-
margin: 0 0 30px;
|
312 |
-
display: inline-block;
|
313 |
-
float: left;
|
314 |
-
}
|
315 |
-
.contact .form .col.last {
|
316 |
-
float: right;
|
317 |
-
}
|
318 |
-
.contact .form .submit {
|
319 |
-
margin: 30px 0 0;
|
320 |
-
text-align: center;
|
321 |
-
clear: left;
|
322 |
-
}
|
323 |
-
.contact .form .submit input {
|
324 |
-
cursor: pointer;
|
325 |
-
display: inline-block;
|
326 |
-
background: #1b1f24;
|
327 |
-
color: #fff;
|
328 |
-
border: 0;
|
329 |
-
padding: 20px 45px;
|
330 |
-
width: auto;
|
331 |
-
}
|
332 |
-
/*======= MOVE ANIMATION =======*/
|
333 |
-
|
334 |
-
.contact .move_top {
|
335 |
-
transform: perspective(1000px) translateY(-200px);
|
336 |
-
}
|
337 |
-
.contact .move_bottom {
|
338 |
-
transform: perspective(1000px) translateY(0);
|
339 |
-
}
|
340 |
-
/*======= ZOOM ANIMATION =======*/
|
341 |
-
|
342 |
-
.contact .zoom {
|
343 |
-
transform: perspective(1000px) scale(0.5);
|
344 |
-
transition: 0.3s transform ease-in-out;
|
345 |
-
}
|
346 |
-
.contact .zoomed {
|
347 |
-
transform: perspective(1000px) scale(1);
|
348 |
-
}
|
349 |
-
/*======= FOLD ANIMATION =======*/
|
350 |
-
|
351 |
-
.contact .fold {
|
352 |
-
transform: perspective(1000px) rotateY(90deg);
|
353 |
-
}
|
354 |
-
.contact .unfold {
|
355 |
-
transform: perspective(1000px) rotateY(0);
|
356 |
-
}
|
357 |
-
/**
|
358 |
-
* EDITS WHEN HAVE BACKGROUND CLASS
|
359 |
-
**/
|
360 |
-
|
361 |
-
.background {
|
362 |
-
background: url('../images/backgrounds/bg1.jpg') no-repeat center top fixed;
|
363 |
-
background-size: cover;
|
364 |
-
}
|
365 |
-
.background .countdown span {
|
366 |
-
color: #fff;
|
367 |
-
}
|
368 |
-
.background form.subscribe_form input[type="submit"] {
|
369 |
-
color: #000;
|
370 |
-
background: #fff;
|
371 |
-
}
|
372 |
-
.background form.subscribe_form input[type="text"] {
|
373 |
-
background: transparent;
|
374 |
-
color: #fff;
|
375 |
-
}
|
376 |
-
.background form.subscribe_form input.error[type="text"] {
|
377 |
-
color: red;
|
378 |
-
}
|
379 |
-
.background form.subscribe_form input[type="text"]::-webkit-input-placeholder {
|
380 |
-
color: #fff;
|
381 |
-
}
|
382 |
-
.background form.subscribe_form input[type="text"]::-moz-input-placeholder {
|
383 |
-
color: #fff;
|
384 |
-
}
|
385 |
-
.background form.subscribe_form input[type="text"]::-ms-input-placeholder {
|
386 |
-
color: #fff;
|
387 |
-
}
|
388 |
-
.background .contact_us {
|
389 |
-
color: #fff;
|
390 |
-
border-color: #fff;
|
391 |
-
}
|
392 |
-
/**
|
393 |
-
* MEDIA QUERIES (RESPONSIVE)
|
394 |
-
**/
|
395 |
-
|
396 |
-
@media only screen and (max-width: 700px) {
|
397 |
-
.wrap form.login_form {
|
398 |
-
width: 80%;
|
399 |
-
margin: 15px auto 0;
|
400 |
-
}
|
401 |
-
.wrap form.login_form input {
|
402 |
-
width: 49%;
|
403 |
-
margin: 0 2% 0 0;
|
404 |
-
}
|
405 |
-
.wrap form.login_form input[type="password"] {
|
406 |
-
margin: 0;
|
407 |
-
}
|
408 |
-
.wrap form.login_form input[type="submit"] {
|
409 |
-
width: 100%;
|
410 |
-
margin: 15px 0 0;
|
411 |
-
}
|
412 |
-
}
|
413 |
-
@media only screen and (max-width: 550px) {
|
414 |
-
.wrap {
|
415 |
-
width: 90%;
|
416 |
-
margin: 50px auto 0;
|
417 |
-
}
|
418 |
-
.wrap h1 {
|
419 |
-
margin: 0 0 50px;
|
420 |
-
}
|
421 |
-
.wrap h2, .wrap h3 {
|
422 |
-
font-size: 18px;
|
423 |
-
}
|
424 |
-
.wrap form {
|
425 |
-
box-sizing: border-box;
|
426 |
-
width: 100%;
|
427 |
-
}
|
428 |
-
.wrap form input {
|
429 |
-
box-sizing: border-box;
|
430 |
-
}
|
431 |
-
.wrap form input[type="text"], .wrap form input[type="submit"] {
|
432 |
-
width: 100%;
|
433 |
-
}
|
434 |
-
.wrap .contact_us {
|
435 |
-
margin: 0 0 50px;
|
436 |
-
}
|
437 |
-
.contact .form {
|
438 |
-
width: 90%;
|
439 |
-
}
|
440 |
-
.contact .form p.col {
|
441 |
-
width: 100%;
|
442 |
-
}
|
443 |
-
.contact .form input[type="submit"] {
|
444 |
-
width: 100%;
|
445 |
-
}
|
446 |
-
.wrap form.login_form {
|
447 |
-
width: 90%;
|
448 |
-
}
|
449 |
-
.wrap form.login_form input {
|
450 |
-
width: 100%;
|
451 |
-
margin: 0 0 10px 0;
|
452 |
-
}
|
453 |
-
.wrap form.login_form input[type="submit"] {
|
454 |
-
margin: 10px 0 0;
|
455 |
-
}
|
456 |
-
ul, ol {
|
457 |
-
width: 80%;
|
458 |
-
}
|
459 |
-
blockquote, q {
|
460 |
-
width: 70%;
|
461 |
-
}
|
462 |
-
}
|
1 |
+
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
|
2 |
+
margin: 0;
|
3 |
+
padding: 0;
|
4 |
+
border: 0;
|
5 |
+
font-size: 100%;
|
6 |
+
font: inherit;
|
7 |
+
vertical-align: baseline;
|
8 |
+
text-decoration: none;
|
9 |
+
}
|
10 |
+
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
11 |
+
display: block;
|
12 |
+
}
|
13 |
+
body {
|
14 |
+
line-height: 1;
|
15 |
+
}
|
16 |
+
ol, ul {
|
17 |
+
list-style: none;
|
18 |
+
}
|
19 |
+
blockquote, q {
|
20 |
+
display: block;
|
21 |
+
width: 500px;
|
22 |
+
margin: 0 auto;
|
23 |
+
text-align: left;
|
24 |
+
position: relative;
|
25 |
+
font-style: italic;
|
26 |
+
}
|
27 |
+
blockquote:before, blockquote:after, q:before, q:after {
|
28 |
+
content: '"';
|
29 |
+
content: none;
|
30 |
+
}
|
31 |
+
input, button {
|
32 |
+
-webkit-appearance: none;
|
33 |
+
border-radius: 0;
|
34 |
+
}
|
35 |
+
table {
|
36 |
+
border-collapse: collapse;
|
37 |
+
border-spacing: 0;
|
38 |
+
}
|
39 |
+
em, i {
|
40 |
+
font-style: italic;
|
41 |
+
}
|
42 |
+
del {
|
43 |
+
text-decoration: line-through;
|
44 |
+
}
|
45 |
+
strong, b {
|
46 |
+
font-weight: bold;
|
47 |
+
}
|
48 |
+
ol {
|
49 |
+
width: 600px;
|
50 |
+
margin: 0 auto;
|
51 |
+
text-align: left;
|
52 |
+
}
|
53 |
+
ol li {
|
54 |
+
list-style-type: decimal;
|
55 |
+
}
|
56 |
+
ul {
|
57 |
+
width: 600px;
|
58 |
+
margin: 0 auto;
|
59 |
+
text-align: left;
|
60 |
+
}
|
61 |
+
ul li {
|
62 |
+
list-style: disc;
|
63 |
+
}
|
64 |
+
a {
|
65 |
+
color: inherit;
|
66 |
+
text-decoration: underline;
|
67 |
+
}
|
68 |
+
body, html {
|
69 |
+
min-height: 100%;
|
70 |
+
/*height: 100%;*/
|
71 |
+
}
|
72 |
+
body {
|
73 |
+
background-color: #fff;
|
74 |
+
color: #1b1f23;
|
75 |
+
font-family: Helvetica Neue, Arial, sans-serif;
|
76 |
+
}
|
77 |
+
.wrap {
|
78 |
+
width: 605px;
|
79 |
+
margin: 100px auto 0;
|
80 |
+
text-align: center;
|
81 |
+
}
|
82 |
+
.wrap h1 {
|
83 |
+
font-size: 30px;
|
84 |
+
font-weight: 700;
|
85 |
+
margin: 0 0 90px;
|
86 |
+
}
|
87 |
+
.wrap h2 {
|
88 |
+
font-size: 24px;
|
89 |
+
font-weight: 400;
|
90 |
+
line-height: 45px;
|
91 |
+
margin: 0 0 80px;
|
92 |
+
}
|
93 |
+
.wrap h3 {
|
94 |
+
font-size: 24px;
|
95 |
+
font-weight: 400px;
|
96 |
+
margin: 0 0 45px;
|
97 |
+
}
|
98 |
+
.wrap .author_link {
|
99 |
+
margin-top: 15px;
|
100 |
+
color: #616161;
|
101 |
+
margin: 0 0 50px;
|
102 |
+
}
|
103 |
+
.wrap .author_link a {
|
104 |
+
color: #000;
|
105 |
+
}
|
106 |
+
/**
|
107 |
+
* COUNTDOWN
|
108 |
+
**/
|
109 |
+
|
110 |
+
.wrap .countdown {
|
111 |
+
margin: 0 0 85px;
|
112 |
+
}
|
113 |
+
.wrap .countdown span {
|
114 |
+
font-size: 30px;
|
115 |
+
}
|
116 |
+
/**
|
117 |
+
* SUBSCRIBE FORM
|
118 |
+
**/
|
119 |
+
|
120 |
+
.wrap form.subscribe_form {
|
121 |
+
width: 465px;
|
122 |
+
margin: 0 0 75px;
|
123 |
+
display: inline-block;
|
124 |
+
border: 3px solid #e0e0e0;
|
125 |
+
box-sizing: border-box;
|
126 |
+
}
|
127 |
+
.wrap form.subscribe_form input {
|
128 |
+
margin: 0;
|
129 |
+
outline: 0;
|
130 |
+
border: 0;
|
131 |
+
float: left;
|
132 |
+
font-size: 18px;
|
133 |
+
padding: 20px 25px;
|
134 |
+
box-sizing: content-box;
|
135 |
+
}
|
136 |
+
.wrap form.subscribe_form input[type="text"] {
|
137 |
+
width: 245px;
|
138 |
+
}
|
139 |
+
.wrap form.subscribe_form input[type="submit"] {
|
140 |
+
background: #000;
|
141 |
+
color: #fff;
|
142 |
+
float: right;
|
143 |
+
cursor: pointer;
|
144 |
+
padding: 20px 30px;
|
145 |
+
border-left: 3px solid #e0e0e0;
|
146 |
+
}
|
147 |
+
.wrap form.subscribe_form input[type="submit"]:hover {
|
148 |
+
background: #fff;
|
149 |
+
color: #000;
|
150 |
+
border-left: 3px solid #e0e0e0;
|
151 |
+
}
|
152 |
+
.wrap form.subscribe_form input[type="submit"]:active {
|
153 |
+
background: #1e1e1e;
|
154 |
+
color: #fff;
|
155 |
+
}
|
156 |
+
.wrap form.subscribe_form .error {
|
157 |
+
color: red;
|
158 |
+
}
|
159 |
+
.wrap form.subscribe_form label.error {
|
160 |
+
display: none !important;
|
161 |
+
}
|
162 |
+
/**
|
163 |
+
* LOGIN FORM
|
164 |
+
**/
|
165 |
+
|
166 |
+
.wrap form.login_form {
|
167 |
+
width: 100%;
|
168 |
+
margin: 15px 0 0;
|
169 |
+
}
|
170 |
+
.wrap form.login_form input {
|
171 |
+
display: inline-block;
|
172 |
+
box-sizing: border-box;
|
173 |
+
-moz-box-sizing: border-box;
|
174 |
+
-webkit-box-sizing: border-box;
|
175 |
+
border: 3px solid #E2E2E2;
|
176 |
+
font-family: Helvetica Neue, Arial, sans-serif;
|
177 |
+
font-size: 16px;
|
178 |
+
margin: 0 10px 0 0;
|
179 |
+
outline: 0;
|
180 |
+
padding: 15px;
|
181 |
+
}
|
182 |
+
.wrap form.login_form input[type="submit"] {
|
183 |
+
background: #000;
|
184 |
+
color: #fff;
|
185 |
+
margin: 0;
|
186 |
+
border-color: #000;
|
187 |
+
font-weight: bold;
|
188 |
+
padding: 15px 30px;
|
189 |
+
cursor: pointer;
|
190 |
+
}
|
191 |
+
.wrap form.login_form input[type="submit"]:active {
|
192 |
+
position: relative;
|
193 |
+
top: 1px;
|
194 |
+
}
|
195 |
+
/**
|
196 |
+
* SOCIAL NETWORKS
|
197 |
+
**/
|
198 |
+
|
199 |
+
.wrap .social {
|
200 |
+
margin: 0 0 70px;
|
201 |
+
}
|
202 |
+
.wrap .social a {
|
203 |
+
width: 22px;
|
204 |
+
height: 22px;
|
205 |
+
margin: 0 0 20px 55px;
|
206 |
+
background-image: url('../images/icn_sprite.png');
|
207 |
+
background-repeat: no-repeat;
|
208 |
+
display: inline-block;
|
209 |
+
text-indent: -999em;
|
210 |
+
}
|
211 |
+
.wrap .social a:first-of-type {
|
212 |
+
margin: 0 0 20px 0;
|
213 |
+
}
|
214 |
+
.wrap .social .git {
|
215 |
+
background-position: 0 0;
|
216 |
+
}
|
217 |
+
.wrap .social .fb {
|
218 |
+
background-position: -240px 0;
|
219 |
+
}
|
220 |
+
.wrap .social .tw {
|
221 |
+
background-position: -162px 0px;
|
222 |
+
}
|
223 |
+
.wrap .social .rss {
|
224 |
+
background-position: -402px 0;
|
225 |
+
}
|
226 |
+
.wrap .social .mail {
|
227 |
+
background-position: -560px 0;
|
228 |
+
}
|
229 |
+
.wrap .social .pin {
|
230 |
+
background-position: -322px 0;
|
231 |
+
}
|
232 |
+
.wrap .social .dribbble {
|
233 |
+
background-position: -82px 0;
|
234 |
+
}
|
235 |
+
.wrap .social .gplus {
|
236 |
+
background-position: -486px 0;
|
237 |
+
}
|
238 |
+
.wrap .social .linkedin {
|
239 |
+
background-position: -633px 0;
|
240 |
+
}
|
241 |
+
/**
|
242 |
+
* CONTACT FORM
|
243 |
+
**/
|
244 |
+
|
245 |
+
.wrap .contact_us {
|
246 |
+
color: #000;
|
247 |
+
border: 3px solid #000;
|
248 |
+
font-size: 18px;
|
249 |
+
padding: 15px 40px;
|
250 |
+
display: inline-block;
|
251 |
+
margin: 0 0 70px;
|
252 |
+
}
|
253 |
+
.wrap .contact_us:hover {
|
254 |
+
background: #000;
|
255 |
+
color: #fff;
|
256 |
+
}
|
257 |
+
.contact_us {
|
258 |
+
text-decoration: none;
|
259 |
+
}
|
260 |
+
.contact {
|
261 |
+
position: fixed;
|
262 |
+
display: none;
|
263 |
+
top: 0;
|
264 |
+
bottom: 0;
|
265 |
+
left: 0;
|
266 |
+
right: 0;
|
267 |
+
background: rgba(27, 31, 35, 0.95);
|
268 |
+
}
|
269 |
+
.contact label.error {
|
270 |
+
color: red;
|
271 |
+
float: left;
|
272 |
+
font-size: 11px;
|
273 |
+
padding-top: 10px;
|
274 |
+
}
|
275 |
+
.contact .form {
|
276 |
+
width: 520px;
|
277 |
+
text-align: center;
|
278 |
+
padding: 40px;
|
279 |
+
background: #f9f9f9;
|
280 |
+
box-sizing: border-box;
|
281 |
+
margin: 100px auto;
|
282 |
+
transition: 0.2s transform ease-in-out;
|
283 |
+
}
|
284 |
+
.contact .form input, .contact .form textarea {
|
285 |
+
padding: 15px 20px;
|
286 |
+
margin: 0;
|
287 |
+
outline: 0;
|
288 |
+
width: 100%;
|
289 |
+
background: #f9f9f9;
|
290 |
+
border: 3px solid #e0e0e0;
|
291 |
+
font-size: 18px;
|
292 |
+
font-family: Helvetica Neue, Arial, sans-serif;
|
293 |
+
box-sizing: border-box;
|
294 |
+
resize: none;
|
295 |
+
}
|
296 |
+
.contact .form textarea {
|
297 |
+
height: 175px;
|
298 |
+
padding: 20px;
|
299 |
+
}
|
300 |
+
.contact .form input[type="text"]::-webkit-input-placeholder, .contact .form textarea::-webkit-input-placeholder {
|
301 |
+
color: #dadada;
|
302 |
+
}
|
303 |
+
.contact .form input[type="text"]::-moz-input-placeholder, .contact .form textarea::-moz-input-placeholder {
|
304 |
+
color: #dadada;
|
305 |
+
}
|
306 |
+
.contact .form input[type="text"]::-ms-input-placeholder, .contact .form textarea::-ms-input-placeholder {
|
307 |
+
color: #dadada;
|
308 |
+
}
|
309 |
+
.contact .form .col {
|
310 |
+
width: 205px;
|
311 |
+
margin: 0 0 30px;
|
312 |
+
display: inline-block;
|
313 |
+
float: left;
|
314 |
+
}
|
315 |
+
.contact .form .col.last {
|
316 |
+
float: right;
|
317 |
+
}
|
318 |
+
.contact .form .submit {
|
319 |
+
margin: 30px 0 0;
|
320 |
+
text-align: center;
|
321 |
+
clear: left;
|
322 |
+
}
|
323 |
+
.contact .form .submit input {
|
324 |
+
cursor: pointer;
|
325 |
+
display: inline-block;
|
326 |
+
background: #1b1f24;
|
327 |
+
color: #fff;
|
328 |
+
border: 0;
|
329 |
+
padding: 20px 45px;
|
330 |
+
width: auto;
|
331 |
+
}
|
332 |
+
/*======= MOVE ANIMATION =======*/
|
333 |
+
|
334 |
+
.contact .move_top {
|
335 |
+
transform: perspective(1000px) translateY(-200px);
|
336 |
+
}
|
337 |
+
.contact .move_bottom {
|
338 |
+
transform: perspective(1000px) translateY(0);
|
339 |
+
}
|
340 |
+
/*======= ZOOM ANIMATION =======*/
|
341 |
+
|
342 |
+
.contact .zoom {
|
343 |
+
transform: perspective(1000px) scale(0.5);
|
344 |
+
transition: 0.3s transform ease-in-out;
|
345 |
+
}
|
346 |
+
.contact .zoomed {
|
347 |
+
transform: perspective(1000px) scale(1);
|
348 |
+
}
|
349 |
+
/*======= FOLD ANIMATION =======*/
|
350 |
+
|
351 |
+
.contact .fold {
|
352 |
+
transform: perspective(1000px) rotateY(90deg);
|
353 |
+
}
|
354 |
+
.contact .unfold {
|
355 |
+
transform: perspective(1000px) rotateY(0);
|
356 |
+
}
|
357 |
+
/**
|
358 |
+
* EDITS WHEN HAVE BACKGROUND CLASS
|
359 |
+
**/
|
360 |
+
|
361 |
+
.background {
|
362 |
+
background: url('../images/backgrounds/bg1.jpg') no-repeat center top fixed;
|
363 |
+
background-size: cover;
|
364 |
+
}
|
365 |
+
.background .countdown span {
|
366 |
+
color: #fff;
|
367 |
+
}
|
368 |
+
.background form.subscribe_form input[type="submit"] {
|
369 |
+
color: #000;
|
370 |
+
background: #fff;
|
371 |
+
}
|
372 |
+
.background form.subscribe_form input[type="text"] {
|
373 |
+
background: transparent;
|
374 |
+
color: #fff;
|
375 |
+
}
|
376 |
+
.background form.subscribe_form input.error[type="text"] {
|
377 |
+
color: red;
|
378 |
+
}
|
379 |
+
.background form.subscribe_form input[type="text"]::-webkit-input-placeholder {
|
380 |
+
color: #fff;
|
381 |
+
}
|
382 |
+
.background form.subscribe_form input[type="text"]::-moz-input-placeholder {
|
383 |
+
color: #fff;
|
384 |
+
}
|
385 |
+
.background form.subscribe_form input[type="text"]::-ms-input-placeholder {
|
386 |
+
color: #fff;
|
387 |
+
}
|
388 |
+
.background .contact_us {
|
389 |
+
color: #fff;
|
390 |
+
border-color: #fff;
|
391 |
+
}
|
392 |
+
/**
|
393 |
+
* MEDIA QUERIES (RESPONSIVE)
|
394 |
+
**/
|
395 |
+
|
396 |
+
@media only screen and (max-width: 700px) {
|
397 |
+
.wrap form.login_form {
|
398 |
+
width: 80%;
|
399 |
+
margin: 15px auto 0;
|
400 |
+
}
|
401 |
+
.wrap form.login_form input {
|
402 |
+
width: 49%;
|
403 |
+
margin: 0 2% 0 0;
|
404 |
+
}
|
405 |
+
.wrap form.login_form input[type="password"] {
|
406 |
+
margin: 0;
|
407 |
+
}
|
408 |
+
.wrap form.login_form input[type="submit"] {
|
409 |
+
width: 100%;
|
410 |
+
margin: 15px 0 0;
|
411 |
+
}
|
412 |
+
}
|
413 |
+
@media only screen and (max-width: 550px) {
|
414 |
+
.wrap {
|
415 |
+
width: 90%;
|
416 |
+
margin: 50px auto 0;
|
417 |
+
}
|
418 |
+
.wrap h1 {
|
419 |
+
margin: 0 0 50px;
|
420 |
+
}
|
421 |
+
.wrap h2, .wrap h3 {
|
422 |
+
font-size: 18px;
|
423 |
+
}
|
424 |
+
.wrap form.subscribe_form { // .wrap form
|
425 |
+
box-sizing: border-box;
|
426 |
+
width: 100%;
|
427 |
+
}
|
428 |
+
.wrap form.subscribe_form input { // .wrap form
|
429 |
+
box-sizing: border-box;
|
430 |
+
}
|
431 |
+
.wrap form input[type="text"], .wrap form input[type="submit"] {
|
432 |
+
width: 100%;
|
433 |
+
}
|
434 |
+
.wrap .contact_us {
|
435 |
+
margin: 0 0 50px;
|
436 |
+
}
|
437 |
+
.contact .form {
|
438 |
+
width: 90%;
|
439 |
+
}
|
440 |
+
.contact .form p.col {
|
441 |
+
width: 100%;
|
442 |
+
}
|
443 |
+
.contact .form input[type="submit"] {
|
444 |
+
width: 100%;
|
445 |
+
}
|
446 |
+
.wrap form.login_form {
|
447 |
+
width: 90%;
|
448 |
+
}
|
449 |
+
.wrap form.login_form input {
|
450 |
+
width: 100%;
|
451 |
+
margin: 0 0 10px 0;
|
452 |
+
}
|
453 |
+
.wrap form.login_form input[type="submit"] {
|
454 |
+
margin: 10px 0 0;
|
455 |
+
}
|
456 |
+
ul, ol {
|
457 |
+
width: 80%;
|
458 |
+
}
|
459 |
+
blockquote, q {
|
460 |
+
width: 70%;
|
461 |
+
}
|
462 |
+
}
|
@@ -0,0 +1 @@
|
|
|
1 |
+
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{display:block;width:500px;margin:0 auto;text-align:left;position:relative;font-style:italic}blockquote:after,blockquote:before,q:after,q:before{content:'"';content:none}button,input{-webkit-appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}em,i{font-style:italic}del{text-decoration:line-through}b,strong{font-weight:700}ol{width:600px;margin:0 auto;text-align:left}ol li{list-style-type:decimal}ul{width:600px;margin:0 auto;text-align:left}ul li{list-style:disc}a{color:inherit;text-decoration:underline}body,html{min-height:100%}body{background-color:#fff;color:#1b1f23;font-family:Helvetica Neue,Arial,sans-serif}.wrap{width:605px;margin:100px auto 0;text-align:center}.wrap h1{font-size:30px;font-weight:700;margin:0 0 90px}.wrap h2{font-size:24px;font-weight:400;line-height:45px;margin:0 0 80px}.wrap h3{font-size:24px;font-weight:400px;margin:0 0 45px}.wrap .author_link{color:#616161;margin:0 0 50px}.wrap .author_link a{color:#000}.wrap .countdown{margin:0 0 85px}.wrap .countdown span{font-size:30px}.wrap form.subscribe_form{width:465px;margin:0 0 75px;display:inline-block;border:3px solid #e0e0e0;box-sizing:border-box}.wrap form.subscribe_form input{margin:0;outline:0;border:0;float:left;font-size:18px;padding:20px 25px;box-sizing:content-box}.wrap form.subscribe_form input[type=text]{width:245px}.wrap form.subscribe_form input[type=submit]{background:#000;color:#fff;float:right;cursor:pointer;padding:20px 30px;border-left:3px solid #e0e0e0}.wrap form.subscribe_form input[type=submit]:hover{background:#fff;color:#000;border-left:3px solid #e0e0e0}.wrap form.subscribe_form input[type=submit]:active{background:#1e1e1e;color:#fff}.wrap form.subscribe_form .error{color:red}.wrap form.subscribe_form label.error{display:none!important}.wrap form.login_form{width:100%;margin:15px 0 0}.wrap form.login_form input{display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:3px solid #E2E2E2;font-family:Helvetica Neue,Arial,sans-serif;font-size:16px;margin:0 10px 0 0;outline:0;padding:15px}.wrap form.login_form input[type=submit]{background:#000;color:#fff;margin:0;border-color:#000;font-weight:700;padding:15px 30px;cursor:pointer}.wrap form.login_form input[type=submit]:active{position:relative;top:1px}.wrap .social{margin:0 0 70px}.wrap .social a{width:22px;height:22px;margin:0 0 20px 55px;background-image:url(../images/icn_sprite.png);background-repeat:no-repeat;display:inline-block;text-indent:-999em}.wrap .social a:first-of-type{margin:0 0 20px}.wrap .social .git{background-position:0 0}.wrap .social .fb{background-position:-240px 0}.wrap .social .tw{background-position:-162px 0}.wrap .social .rss{background-position:-402px 0}.wrap .social .mail{background-position:-560px 0}.wrap .social .pin{background-position:-322px 0}.wrap .social .dribbble{background-position:-82px 0}.wrap .social .gplus{background-position:-486px 0}.wrap .social .linkedin{background-position:-633px 0}.wrap .contact_us{color:#000;border:3px solid #000;font-size:18px;padding:15px 40px;display:inline-block;margin:0 0 70px}.wrap .contact_us:hover{background:#000;color:#fff}.contact_us{text-decoration:none}.contact{position:fixed;display:none;top:0;bottom:0;left:0;right:0;background:rgba(27,31,35,.95)}.contact label.error{color:red;float:left;font-size:11px;padding-top:10px}.contact .form{width:520px;text-align:center;padding:40px;background:#f9f9f9;box-sizing:border-box;margin:100px auto;transition:.2s transform ease-in-out}.contact .form input,.contact .form textarea{padding:15px 20px;margin:0;outline:0;width:100%;background:#f9f9f9;border:3px solid #e0e0e0;font-size:18px;font-family:Helvetica Neue,Arial,sans-serif;box-sizing:border-box;resize:none}.contact .form textarea{height:175px;padding:20px}.contact .form input[type=text]::-webkit-input-placeholder,.contact .form textarea::-webkit-input-placeholder{color:#dadada}.contact .form input[type=text]::-moz-input-placeholder,.contact .form textarea::-moz-input-placeholder{color:#dadada}.contact .form input[type=text]::-ms-input-placeholder,.contact .form textarea::-ms-input-placeholder{color:#dadada}.contact .form .col{width:205px;margin:0 0 30px;display:inline-block;float:left}.contact .form .col.last{float:right}.contact .form .submit{margin:30px 0 0;text-align:center;clear:left}.contact .form .submit input{cursor:pointer;display:inline-block;background:#1b1f24;color:#fff;border:0;padding:20px 45px;width:auto}.contact .move_top{transform:perspective(1000px) translateY(-200px)}.contact .move_bottom{transform:perspective(1000px) translateY(0)}.contact .zoom{transform:perspective(1000px) scale(0.5);transition:.3s transform ease-in-out}.contact .zoomed{transform:perspective(1000px) scale(1)}.contact .fold{transform:perspective(1000px) rotateY(90deg)}.contact .unfold{transform:perspective(1000px) rotateY(0)}.background{background:url(../images/backgrounds/bg1.jpg) center top/cover no-repeat fixed}.background .countdown span{color:#fff}.background form.subscribe_form input[type=submit]{color:#000;background:#fff}.background form.subscribe_form input[type=text]{background:0 0;color:#fff}.background form.subscribe_form input.error[type=text]{color:red}.background form.subscribe_form input[type=text]::-webkit-input-placeholder{color:#fff}.background form.subscribe_form input[type=text]::-moz-input-placeholder{color:#fff}.background form.subscribe_form input[type=text]::-ms-input-placeholder{color:#fff}.background .contact_us{color:#fff;border-color:#fff}@media only screen and (max-width:700px){.wrap form.login_form{width:80%;margin:15px auto 0}.wrap form.login_form input{width:49%;margin:0 2% 0 0}.wrap form.login_form input[type=password]{margin:0}.wrap form.login_form input[type=submit]{width:100%;margin:15px 0 0}}@media only screen and (max-width:550px){.wrap{width:90%;margin:50px auto 0}.wrap h1{margin:0 0 50px}.wrap h2,.wrap h3{font-size:18px}.wrap form.subscribe_form{// .wrap form box-sizing:border-box;width:100%}.wrap form.subscribe_form input{// .wrap form box-sizing:border-box}.wrap form input[type=submit],.wrap form input[type=text]{width:100%}.wrap .contact_us{margin:0 0 50px}.contact .form{width:90%}.contact .form input[type=submit],.contact .form p.col{width:100%}.wrap form.login_form{width:90%}.wrap form.login_form input{width:100%;margin:0 0 10px}.wrap form.login_form input[type=submit]{margin:10px 0 0}ol,ul{width:80%}blockquote,q{width:70%}}
|
Binary file
|
Binary file
|
@@ -1,2 +1,2 @@
|
|
1 |
-
<?php
|
2 |
-
// Silence is golden.
|
1 |
+
<?php
|
2 |
+
// Silence is golden.
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,2 +1,2 @@
|
|
1 |
-
<?php
|
2 |
-
// Silence is golden.
|
1 |
+
<?php
|
2 |
+
// Silence is golden.
|
@@ -0,0 +1,1284 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|