Subversion Repositories SmartDukaan

Rev

Rev 13703 | Rev 13714 | 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
 
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;}
323
/*.product_image img{max-width: 80%;}*/
13565 anikendra 324
.product_card{width: 160px;height: auto;float: left;margin-left: 8px;}
325
.product_name{margin:16px auto 0 !important;font-size: 14px !important;font-weight: bold !important;text-align: center;height: 40px;}
13672 anikendra 326
.product_prices,{margin: 0 0 0 10px !important;}
13688 anikendra 327
.producttitle{margin: 0 0 0 5px !important;font-size: 14px;overflow: hidden;text-overflow:ellipsis;height: 15px;}
328
.product_price{font-size: 14px !important; font-weight: bold !important;color: #ff0000;}
329
span.rupee{background-image: url("/img/sprite.png"); float:left;height: 12px; width: 11px; background-position: 0px -103px; margin: 5px;vertical-align: top;}
330
.product_cashback label{padding: 0px;margin: 0px;display: block;font-size: 10px;}
331
.product_cashback span.rupee{background-image: url("/img/sprite.png"); float:left;height: 15px; width: 10px; background-position: 0px -188px; margin: 0px;vertical-align: middle;}
13674 anikendra 332
.deal_price{float: right}
13688 anikendra 333
.deal_price span.rupee{background-image: url("/img/sprite.png"); float:left;height: 12px; width: 10px; background-position: 0px -188px; margin: 0px;vertical-align: top;}
13674 anikendra 334
.text-striked{text-decoration: striked;}
13688 anikendra 335
.product_cashback{float:right;font-size: 10px !important;margin-right: 5px;}
336
.product_short_description{margin:0px !important;font-size:12px !important; line-height: 20px; overflow: hidden !important;text-overflow: ellipsis;color:#737373;height: 20px;padding-left: 5px;}
337
.product_actions{float: right;width: 30px;height: 120px;}
338
.product_actions li{float: right;}
13672 anikendra 339
.product_actions li.likedeal{margin-right: 5px; background:url('/img/sprite.png');background-position: 0px -68px;width: 24px;height: 24px;}
340
.product_actions li.likedeal.active{background:url('/img/sprite.png');background-position: 0px -0px;width: 24px;height: 24px;}
341
.product_actions li.dislikedeal{margin: 70px 5px 0 0; background:url('/img/sprite.png');background-position: 0px -34px;width: 24px;height: 24px;}
342
.product_actions li.dislikedeal.active{background:url('/img/sprite.png');background-position: 0px -128px;width: 24px;height: 24px;}
343
/*.list:last-child{margin: 0 0 10px 0 !important};*/
13688 anikendra 344
.list{background-color: #fff;margin: 2px;width: 170px;height: 220px;padding: 0 !important;}
13698 anikendra 345
.productthumb{height:120px;float: left;max-width: 100px;}
13703 anikendra 346
.card{height:230px;background-color: white;width: 49.50%;float: left;margin: 1% 0 0 0;}
347
.card:nth-child(even) {margin-left: 1%}
13570 anikendra 348
.scrollable{overflow: auto;-webkit-overflow-scrolling: touch;}
13579 anikendra 349
.scroll{-webkit-overflow-scrolling: touch;}
13567 anikendra 350
.swipable{display: inline-block;white-space: nowrap;}
13579 anikendra 351
.swipable li{border-right: 1px solid $c6c6c6;}
13583 anikendra 352
.likedeal button.active{background-color:green;}
13672 anikendra 353
.dislikedeal button.active{background-color:orange;}
354
.suborder{background-color: #fff;margin: 5px;padding: 5px;}
355
.suborder h4{font-weight: bold;}
356
span.deliverydate{font-weight: bold;}
13674 anikendra 357
.filters p{margin: 5px;color: #fff;font-weight: bold;}
358
.aboutus{margin: 10px 5px;background-color: #fff;padding: 10px;}
359
.aboutus .subheader{color:#58d936;margin: 0px;}
13682 anikendra 360
.bluelink{color: darkorchid;}
361
#myModal .modal-content{background-color: #36d98a;color:#000;padding: 10px;}
362
#myModal .modal-content h4{display: inline;padding-left: 5px;}
363
#myModal .modal-content .text-muted,#myModal .modal-content .btn-xs{margin-left: 20px;}
13683 anikendra 364
.container{width: 100% !important; padding: 0 5px 0 5px !important;}
13682 anikendra 365
.carousel-inner img{margin: 0 auto;}
366
.howitworks{background-color: #fff;height: 100%;}
367
#gotit{width: 100px;background-color: #58d936;color: #fff;padding: 5px 10px;margin: -20px 0 ;}
13683 anikendra 368
.carousel-inner{height: 550px;}
13685 anikendra 369
.subheader{height: 40px;clear: both;}
370
.subheader h4,.subheader h5{color:#737373;}
371
.nav-tabs a{color: #fff;}
13686 anikendra 372
.howitworks img{height: 400px !important;}
13688 anikendra 373
.viewproduct{cursor: crosshair !important;}
374
.dealoffer{background-color: #fafd26; color: #000; margin-top: 1px;height: 25px;width: 100%;border-top: 2px solid #58d936;}
375
.noshow{visibility: hidden;}
376
.offerlabel{padding: 4px 0 0 10px;font-size: 12px;}
377
.offertext{height:25px;padding-right: 10px;font-size: 10px;line-height: 12px;overflow: hidden !important;text-overflow: ellipsis;}
13704 anikendra 378
.categorypreferences{background-color: #fff;margin-bottom:10px;}
379
.categorytab{border: 1px solid #adadad;height: 35px;padding: 5px 0;}
13695 anikendra 380
.categoryname{width: 60px;display: inline-block;}
381
.brandpreferences{padding: 10px;}
382
.brandpreferences h5{font-weight: bold;}
383
.categorytabcontrol{background:url('/img/catclosed.png') no-repeat;float: right;margin: 8px; height: 10px;width: 10px;display: inline-block;}
384
/*.minrange{float: left;}*/
385
/*.maxrange{float: right;}*/
386
.brandselector{visibility: hidden;}
387
.brandselector.active{visibility: visible;}
13698 anikendra 388
.categorytabcontrol.active{background:url('/img/catopen.png') no-repeat;float: right;margin: 8px; height: 10px;width: 10px;display: inline-block;}
13704 anikendra 389
.orderdetails{border-left: 1px solid #eaeaea;}
390
.orderdetails .btn{color: #fff; border-radius: 0px !important;}
391
button.orderstatus{background-color: #57d835;}
392
button.trackingurl{background-color: #959595;}