Subversion Repositories SmartDukaan

Rev

Rev 13750 | Rev 13759 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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