| 13532 |
anikendra |
1 |
/* custom template */
|
|
|
2 |
html, body {
|
|
|
3 |
height: 100%;
|
| 13695 |
anikendra |
4 |
font-family: 'PT Sans', sans-serif,verdana,arial;
|
| 13532 |
anikendra |
5 |
color:#555555;
|
| 13672 |
anikendra |
6 |
background-color: #58d936;
|
| 13532 |
anikendra |
7 |
}
|
|
|
8 |
|
|
|
9 |
body > .container{
|
| 13683 |
anikendra |
10 |
padding-top: 60px 5px 0;
|
| 13532 |
anikendra |
11 |
}
|
|
|
12 |
|
|
|
13 |
.nav {
|
|
|
14 |
font-family:Arial,sans-serif;
|
|
|
15 |
font-size:13px;
|
|
|
16 |
}
|
|
|
17 |
|
|
|
18 |
a {
|
|
|
19 |
color:#222222;
|
|
|
20 |
}
|
|
|
21 |
|
|
|
22 |
a:hover {
|
|
|
23 |
text-decoration:none;
|
|
|
24 |
}
|
|
|
25 |
|
|
|
26 |
hr {
|
|
|
27 |
border-color:#dedede;
|
|
|
28 |
}
|
|
|
29 |
|
|
|
30 |
.wrapper, .row {
|
|
|
31 |
height: 100%;
|
|
|
32 |
margin-left:0;
|
|
|
33 |
margin-right:0;
|
|
|
34 |
}
|
|
|
35 |
|
|
|
36 |
.wrapper:before, .wrapper:after,
|
|
|
37 |
.column:before, .column:after {
|
|
|
38 |
content: "";
|
|
|
39 |
display: table;
|
|
|
40 |
}
|
|
|
41 |
|
|
|
42 |
.wrapper:after,
|
|
|
43 |
.column:after {
|
|
|
44 |
clear: both;
|
|
|
45 |
}
|
|
|
46 |
|
|
|
47 |
.column {
|
|
|
48 |
height: 100%;
|
|
|
49 |
overflow: auto;
|
|
|
50 |
*zoom:1;
|
|
|
51 |
}
|
|
|
52 |
|
|
|
53 |
.column .padding {
|
|
|
54 |
padding: 20px;
|
|
|
55 |
}
|
|
|
56 |
|
|
|
57 |
.full{
|
|
|
58 |
padding-top:70px;
|
|
|
59 |
}
|
|
|
60 |
|
|
|
61 |
.box {
|
|
|
62 |
bottom: 0; /* increase for footer use */
|
|
|
63 |
left: 0;
|
|
|
64 |
position: absolute;
|
|
|
65 |
right: 0;
|
|
|
66 |
top: 0;
|
|
|
67 |
background-color:#444444;
|
|
|
68 |
/*
|
|
|
69 |
background-image:url('/assets/example/bg_suburb.jpg');
|
|
|
70 |
background-size:cover;
|
|
|
71 |
background-attachment:fixed;
|
|
|
72 |
*/
|
|
|
73 |
}
|
|
|
74 |
|
|
|
75 |
.divider {
|
|
|
76 |
margin-top:32px;
|
|
|
77 |
}
|
|
|
78 |
|
|
|
79 |
.navbar-blue {
|
|
|
80 |
border-width:0;
|
|
|
81 |
background-color:#3B5999;
|
|
|
82 |
color:#ffffff;
|
|
|
83 |
font-family:arial,sans-serif;
|
|
|
84 |
top:0;
|
|
|
85 |
position:fixed;
|
|
|
86 |
width:inherit;
|
|
|
87 |
}
|
|
|
88 |
|
|
|
89 |
.navbar-blue li > a,.navbar-toggle {
|
|
|
90 |
color:#efefef;
|
|
|
91 |
}
|
|
|
92 |
|
|
|
93 |
.navbar-blue .dropdown-menu li a {color:#2A4888;}
|
|
|
94 |
.navbar-blue .dropdown-menu li > a {padding-left:30px;}
|
|
|
95 |
|
|
|
96 |
.navbar-blue li>a:hover, .navbar-blue li>a:focus, .navbar-blue .open, .navbar-blue .open>a, .navbar-blue .open>a:hover, .navbar-blue .open>a:focus {
|
|
|
97 |
background-color:#2A4888;
|
|
|
98 |
color:#fff;
|
|
|
99 |
}
|
|
|
100 |
|
|
|
101 |
#main {
|
|
|
102 |
background-color:#e9eaed;
|
|
|
103 |
padding-left:0;
|
|
|
104 |
padding-right:0;
|
|
|
105 |
}
|
|
|
106 |
#main .img-circle {
|
|
|
107 |
margin-top:18px;
|
|
|
108 |
height:150px;
|
|
|
109 |
width:150px;
|
|
|
110 |
}
|
|
|
111 |
|
|
|
112 |
#sidebar {
|
|
|
113 |
padding:0px;
|
|
|
114 |
padding-top:15px;
|
|
|
115 |
}
|
|
|
116 |
|
|
|
117 |
#sidebar, #sidebar a, #sidebar-footer a {
|
|
|
118 |
color:#ffffff;
|
|
|
119 |
background-color:transparent;
|
|
|
120 |
text-shadow:0 0 2px #000000;
|
|
|
121 |
padding-left:5px;
|
|
|
122 |
}
|
|
|
123 |
#sidebar .nav li>a:hover {
|
|
|
124 |
background-color:#393939;
|
|
|
125 |
}
|
|
|
126 |
|
|
|
127 |
.logo {
|
|
|
128 |
display:block;
|
|
|
129 |
padding:3px;
|
|
|
130 |
background-color:#fff;
|
|
|
131 |
color:#3B5999;
|
|
|
132 |
height:28px;
|
|
|
133 |
width:28px;
|
|
|
134 |
margin:9px;
|
|
|
135 |
margin-right:2px;
|
|
|
136 |
margin-left:15px;
|
|
|
137 |
font-size:20px;
|
|
|
138 |
font-weight:700;
|
|
|
139 |
text-align:center;
|
|
|
140 |
text-decoration:none;
|
|
|
141 |
text-shadow:0 0 1px;
|
|
|
142 |
border-radius:2px;
|
|
|
143 |
}
|
|
|
144 |
#sidebar-footer {
|
|
|
145 |
background-color:#444;
|
|
|
146 |
position:absolute;
|
|
|
147 |
bottom:5px;
|
|
|
148 |
padding:5px;
|
|
|
149 |
}
|
|
|
150 |
#footer {
|
|
|
151 |
margin-bottom:20px;
|
|
|
152 |
}
|
|
|
153 |
|
|
|
154 |
/* bootstrap overrides */
|
|
|
155 |
|
|
|
156 |
h1,h2,h3 {
|
|
|
157 |
font-weight:800;
|
|
|
158 |
}
|
|
|
159 |
|
|
|
160 |
.navbar-toggle, .close {
|
|
|
161 |
outline:0;
|
|
|
162 |
}
|
|
|
163 |
|
|
|
164 |
.navbar-toggle .icon-bar {
|
|
|
165 |
background-color: #fff;
|
|
|
166 |
}
|
|
|
167 |
|
|
|
168 |
.btn-primary,.label-primary,.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
|
|
|
169 |
background-color:#3B5999;
|
|
|
170 |
color:#fffffe;
|
|
|
171 |
}
|
|
|
172 |
.btn-default {
|
|
|
173 |
color:#666666;
|
|
|
174 |
text-shadow:0 0 1px rgba(0,0,0,.3);
|
|
|
175 |
}
|
|
|
176 |
.form-control {
|
|
|
177 |
|
|
|
178 |
}
|
|
|
179 |
|
|
|
180 |
.panel textarea, .well textarea, textarea.form-control
|
|
|
181 |
{
|
|
|
182 |
resize: none;
|
|
|
183 |
}
|
|
|
184 |
|
|
|
185 |
.badge{
|
|
|
186 |
color:#3B5999;
|
|
|
187 |
background-color:#fff;
|
|
|
188 |
}
|
|
|
189 |
.badge:hover, .badge-inverse{
|
|
|
190 |
background-color:#3B5999;
|
|
|
191 |
color:#fff;
|
|
|
192 |
}
|
|
|
193 |
/*
|
|
|
194 |
.jumbotron {
|
|
|
195 |
background-color:transparent;
|
|
|
196 |
}
|
|
|
197 |
*/
|
|
|
198 |
.label-default {
|
|
|
199 |
background-color:#dddddd;
|
|
|
200 |
}
|
|
|
201 |
.page-header {
|
|
|
202 |
margin-top: 55px;
|
|
|
203 |
padding-top: 9px;
|
|
|
204 |
border-top:1px solid #eeeeee;
|
|
|
205 |
font-weight:700;
|
|
|
206 |
text-transform:uppercase;
|
|
|
207 |
letter-spacing:2px;
|
|
|
208 |
}
|
|
|
209 |
|
|
|
210 |
.panel-default .panel-heading {
|
|
|
211 |
background-color:#f9fafb;
|
|
|
212 |
color:#555555;
|
|
|
213 |
}
|
|
|
214 |
|
|
|
215 |
.col-sm-9.full {
|
|
|
216 |
width: 100%;
|
|
|
217 |
}
|
|
|
218 |
|
|
|
219 |
.modal-header, .modal-footer {
|
|
|
220 |
background-color:#f2f2f2;
|
|
|
221 |
font-weight:800;
|
|
|
222 |
font-size:12px;
|
|
|
223 |
}
|
|
|
224 |
|
|
|
225 |
.modal-footer i, .well i {
|
|
|
226 |
font-size:20px;
|
|
|
227 |
color:#c0c0c0;
|
|
|
228 |
}
|
|
|
229 |
|
|
|
230 |
.modal-body {
|
|
|
231 |
padding:0px;
|
|
|
232 |
}
|
|
|
233 |
|
|
|
234 |
.modal-body textarea.form-control
|
|
|
235 |
{
|
|
|
236 |
resize: none;
|
|
|
237 |
border:0;
|
|
|
238 |
box-shadow:0 0 0;
|
|
|
239 |
}
|
|
|
240 |
|
|
|
241 |
small.text-muted {
|
|
|
242 |
font-family:courier,courier-new,monospace;
|
|
|
243 |
}
|
|
|
244 |
|
|
|
245 |
/* adjust the contents on smaller devices */
|
|
|
246 |
@media (max-width: 768px) {
|
|
|
247 |
|
|
|
248 |
.column .padding {
|
|
|
249 |
padding: 7px;
|
|
|
250 |
}
|
|
|
251 |
|
|
|
252 |
.full{
|
|
|
253 |
padding-top:20px;
|
|
|
254 |
}
|
|
|
255 |
|
|
|
256 |
.navbar-blue {
|
|
|
257 |
background-color:#3B5999;
|
|
|
258 |
top:0;
|
|
|
259 |
width:100%;
|
|
|
260 |
position:relative;
|
|
|
261 |
}
|
|
|
262 |
|
|
|
263 |
}
|
|
|
264 |
|
|
|
265 |
|
|
|
266 |
/*
|
|
|
267 |
* off canvas sidebar
|
|
|
268 |
* --------------------------------------------------
|
|
|
269 |
*/
|
|
|
270 |
@media screen and (max-width: 768px) {
|
|
|
271 |
.row-offcanvas {
|
|
|
272 |
position: relative;
|
|
|
273 |
-webkit-transition: all 0.25s ease-out;
|
|
|
274 |
-moz-transition: all 0.25s ease-out;
|
|
|
275 |
transition: all 0.25s ease-out;
|
|
|
276 |
}
|
|
|
277 |
|
|
|
278 |
.row-offcanvas-left.active {
|
|
|
279 |
left: 33%;
|
|
|
280 |
}
|
|
|
281 |
|
|
|
282 |
.row-offcanvas-left.active .sidebar-offcanvas {
|
|
|
283 |
left: -33%;
|
|
|
284 |
position: absolute;
|
|
|
285 |
top: 0;
|
|
|
286 |
width: 33%;
|
|
|
287 |
margin-left: 5px;
|
|
|
288 |
}
|
|
|
289 |
|
|
|
290 |
#sidebar, #sidebar a, #sidebar-footer a {
|
|
|
291 |
padding-left:3px;
|
|
|
292 |
}
|
|
|
293 |
}
|
|
|
294 |
#posts{min-height:465px;}
|
|
|
295 |
.widgetframe{
|
|
|
296 |
border:none;
|
|
|
297 |
height:320px;
|
|
|
298 |
}
|
|
|
299 |
.jumbotron p{
|
|
|
300 |
font-size:16px;
|
|
|
301 |
color:#ccc;
|
|
|
302 |
}
|
|
|
303 |
#flashMessage{
|
|
|
304 |
margin-top:10px;
|
|
|
305 |
font-size:1.1em;
|
|
|
306 |
color:#ccc;
|
|
|
307 |
text-align:center;
|
|
|
308 |
border: 1px dotted #285E8E;
|
|
|
309 |
}
|
|
|
310 |
.modal-dialog {}
|
|
|
311 |
.thumbnail {margin-bottom:6px;}
|
|
|
312 |
|
|
|
313 |
.carousel-control.left,.carousel-control.right{
|
|
|
314 |
background-image:none;
|
|
|
315 |
margin-top:10%;
|
|
|
316 |
width:5%;
|
|
|
317 |
}
|
| 13567 |
anikendra |
318 |
#push{margin-top: 60px;}
|
| 13532 |
anikendra |
319 |
.form-signin label{width: 150px;}
|
| 13565 |
anikendra |
320 |
|
|
|
321 |
/*mobile app css */
|
| 13688 |
anikendra |
322 |
.product_image{padding: 10px 0 0 10px;}
|
| 13717 |
anikendra |
323 |
.productthumb img{max-width: 100px;}
|
|
|
324 |
.productthumb{padding-left:5px;}
|
| 13565 |
anikendra |
325 |
.product_card{width: 160px;height: auto;float: left;margin-left: 8px;}
|
|
|
326 |
.product_name{margin:16px auto 0 !important;font-size: 14px !important;font-weight: bold !important;text-align: center;height: 40px;}
|
| 13717 |
anikendra |
327 |
.product_prices{margin: 0 0 5px 0;}
|
| 13719 |
anikendra |
328 |
.product_prices div{margin-top: 2px;}
|
|
|
329 |
.producttitle{margin-bottom:5px;font-size: 14px;}
|
| 13688 |
anikendra |
330 |
.product_price{font-size: 14px !important; font-weight: bold !important;color: #ff0000;}
|
| 13719 |
anikendra |
331 |
span.rupee{background-image: url("/img/sprite.png"); float:left;height: 12px; width: 11px; background-position: 0px -103px; margin-top: 4px;vertical-align: top;}
|
|
|
332 |
.cashbacklabel{padding: 0px;margin: 0px;display: inline-block;font-size: 10px;}
|
|
|
333 |
.cashbackrupee{background-image: url("/img/sprite.png"); display: inline-block;height: 15px; width: 10px; background-position: 0px -188px; margin: 0px;vertical-align: middle;}
|
| 13674 |
anikendra |
334 |
.deal_price{float: right}
|
| 13719 |
anikendra |
335 |
.deal_price span.rupee{background-image: url("/img/sprite.png"); height: 12px; width: 10px; background-position: 0px -188px; margin: 5px 0;vertical-align: top;}
|
| 13731 |
anikendra |
336 |
.text-striked{text-decoration: line-through;}
|
| 13688 |
anikendra |
337 |
.product_cashback{float:right;font-size: 10px !important;margin-right: 5px;}
|
| 13719 |
anikendra |
338 |
.productdetails{min-height: 100px;position: relative;padding-left:5px;}
|
|
|
339 |
.product_short_description{margin:0 0 5x;font-size:12px !important; line-height: 20px; color:#737373;}
|
| 13717 |
anikendra |
340 |
.product_actions{padding:0;height: 95px;}
|
| 13688 |
anikendra |
341 |
.product_actions li{float: right;}
|
| 13672 |
anikendra |
342 |
.product_actions li.likedeal{margin-right: 5px; background:url('/img/sprite.png');background-position: 0px -68px;width: 24px;height: 24px;}
|
|
|
343 |
.product_actions li.likedeal.active{background:url('/img/sprite.png');background-position: 0px -0px;width: 24px;height: 24px;}
|
| 13717 |
anikendra |
344 |
.product_actions li.dislikedeal{position: absolute;bottom: 0; background:url('/img/sprite.png');background-position: 0px -34px;width: 24px;height: 24px;right:5px; }
|
| 13672 |
anikendra |
345 |
.product_actions li.dislikedeal.active{background:url('/img/sprite.png');background-position: 0px -128px;width: 24px;height: 24px;}
|
|
|
346 |
/*.list:last-child{margin: 0 0 10px 0 !important};*/
|
| 13688 |
anikendra |
347 |
.list{background-color: #fff;margin: 2px;width: 170px;height: 220px;padding: 0 !important;}
|
| 13717 |
anikendra |
348 |
.card{background-color: white;margin: 5px 0 0 0;padding: 5px 5px 0 5px;}
|
| 13570 |
anikendra |
349 |
.scrollable{overflow: auto;-webkit-overflow-scrolling: touch;}
|
| 13579 |
anikendra |
350 |
.scroll{-webkit-overflow-scrolling: touch;}
|
| 13567 |
anikendra |
351 |
.swipable{display: inline-block;white-space: nowrap;}
|
| 13579 |
anikendra |
352 |
.swipable li{border-right: 1px solid $c6c6c6;}
|
| 13583 |
anikendra |
353 |
.likedeal button.active{background-color:green;}
|
| 13672 |
anikendra |
354 |
.dislikedeal button.active{background-color:orange;}
|
|
|
355 |
.suborder{background-color: #fff;margin: 5px;padding: 5px;}
|
|
|
356 |
.suborder h4{font-weight: bold;}
|
|
|
357 |
span.deliverydate{font-weight: bold;}
|
| 13674 |
anikendra |
358 |
.filters p{margin: 5px;color: #fff;font-weight: bold;}
|
|
|
359 |
.aboutus{margin: 10px 5px;background-color: #fff;padding: 10px;}
|
|
|
360 |
.aboutus .subheader{color:#58d936;margin: 0px;}
|
| 13682 |
anikendra |
361 |
.bluelink{color: darkorchid;}
|
|
|
362 |
#myModal .modal-content{background-color: #36d98a;color:#000;padding: 10px;}
|
|
|
363 |
#myModal .modal-content h4{display: inline;padding-left: 5px;}
|
|
|
364 |
#myModal .modal-content .text-muted,#myModal .modal-content .btn-xs{margin-left: 20px;}
|
| 13683 |
anikendra |
365 |
.container{width: 100% !important; padding: 0 5px 0 5px !important;}
|
| 13682 |
anikendra |
366 |
.carousel-inner img{margin: 0 auto;}
|
|
|
367 |
.howitworks{background-color: #fff;height: 100%;}
|
|
|
368 |
#gotit{width: 100px;background-color: #58d936;color: #fff;padding: 5px 10px;margin: -20px 0 ;}
|
| 13683 |
anikendra |
369 |
.carousel-inner{height: 550px;}
|
| 13685 |
anikendra |
370 |
.subheader{height: 40px;clear: both;}
|
|
|
371 |
.subheader h4,.subheader h5{color:#737373;}
|
|
|
372 |
.nav-tabs a{color: #fff;}
|
| 13686 |
anikendra |
373 |
.howitworks img{height: 400px !important;}
|
| 13688 |
anikendra |
374 |
.viewproduct{cursor: crosshair !important;}
|
| 13719 |
anikendra |
375 |
.dealoffer{color: #000; height: auto;width:100%;}
|
| 13688 |
anikendra |
376 |
.noshow{visibility: hidden;}
|
| 13717 |
anikendra |
377 |
.offerlabel{font-weight:bold;font-size: 12px;padding:0;}
|
| 13722 |
anikendra |
378 |
.offertext{font-size: 12px;padding-left:2px;font-style:italic;}
|
| 13704 |
anikendra |
379 |
.categorypreferences{background-color: #fff;margin-bottom:10px;}
|
|
|
380 |
.categorytab{border: 1px solid #adadad;height: 35px;padding: 5px 0;}
|
| 13695 |
anikendra |
381 |
.categoryname{width: 60px;display: inline-block;}
|
|
|
382 |
.brandpreferences{padding: 10px;}
|
|
|
383 |
.brandpreferences h5{font-weight: bold;}
|
|
|
384 |
.categorytabcontrol{background:url('/img/catclosed.png') no-repeat;float: right;margin: 8px; height: 10px;width: 10px;display: inline-block;}
|
|
|
385 |
/*.minrange{float: left;}*/
|
|
|
386 |
/*.maxrange{float: right;}*/
|
|
|
387 |
.brandselector{visibility: hidden;}
|
|
|
388 |
.brandselector.active{visibility: visible;}
|
| 13698 |
anikendra |
389 |
.categorytabcontrol.active{background:url('/img/catopen.png') no-repeat;float: right;margin: 8px; height: 10px;width: 10px;display: inline-block;}
|
| 13704 |
anikendra |
390 |
.orderdetails{border-left: 1px solid #eaeaea;}
|
|
|
391 |
.orderdetails .btn{color: #fff; border-radius: 0px !important;}
|
|
|
392 |
button.orderstatus{background-color: #57d835;}
|
| 13714 |
anikendra |
393 |
button.trackingurl{background-color: #959595;}
|
| 13731 |
anikendra |
394 |
.deletefav{background:url('/img/recycle-bin.png') no-repeat;height: 20px;width: 20px;display: inline-block;margin-top: 10px;}
|
| 13737 |
anikendra |
395 |
.clearfavs{padding-top:10px;}
|
| 13731 |
anikendra |
396 |
.deleteallfavs{background:url('/img/recycle-bin-inverted.png') no-repeat;height: 15px;width: 15px;display: inline-block;}
|
| 13736 |
anikendra |
397 |
.clearlist{font-size: 16px;font-weight: bold;color: #fff;}
|
| 13739 |
anikendra |
398 |
.mobileverification{background-color: #fff;margin: 10px 5px;height:100%;}
|
| 13736 |
anikendra |
399 |
.askformobileverification{margin: 20px 0 30px;color: #000; font-size: 1.5em;}
|
|
|
400 |
.telecaller{text-align: center;margin: 20px;}
|
|
|
401 |
.verificationcontrols{text-align: center;}
|
| 13739 |
anikendra |
402 |
.skipbtn{position:absolute;bottom:0;right:15px;}
|
| 13740 |
anikendra |
403 |
.first_name{font-size: 1.6em;}
|
|
|
404 |
.inline{display: inline;}
|
|
|
405 |
.address{padding: 10px 15px;}
|
| 13743 |
anikendra |
406 |
.editable{height: auto;font-size:1.4em;margin: 10px 0;}
|
| 13741 |
anikendra |
407 |
.profilelabel{font-size:1.4em;}
|
| 13743 |
anikendra |
408 |
.editbtn{text-align: center;background-color: #f1f1f1;padding:5px 0;}
|
|
|
409 |
.editall{font-size: 1.2em;}
|
|
|
410 |
.editall i{margin-right: 5px;}
|
|
|
411 |
.inputable{border: 2px solid #eaeaea;
|
|
|
412 |
padding: 5px;
|
|
|
413 |
cursor: pointer;}
|