Subversion Repositories SmartDukaan

Rev

Rev 13532 | Rev 13567 | 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%;
4
   font-family:verdana,arial,sans-serif;
5
   color:#555555;
6
}
7
 
8
body > .container{
9
	padding-top: 60px 15px 0;
10
}
11
 
12
.nav {
13
   font-family:Arial,sans-serif;
14
   font-size:13px;
15
}
16
 
17
a {
18
  color:#222222;
19
}
20
 
21
a:hover {
22
  text-decoration:none;
23
}
24
 
25
hr {
26
  border-color:#dedede;
27
}
28
 
29
.wrapper, .row {
30
   height: 100%;
31
   margin-left:0;
32
   margin-right:0;
33
}
34
 
35
.wrapper:before, .wrapper:after,
36
.column:before, .column:after {
37
    content: "";
38
    display: table;
39
}
40
 
41
.wrapper:after,
42
.column:after {
43
    clear: both;
44
}
45
 
46
.column {
47
    height: 100%;
48
    overflow: auto;
49
    *zoom:1;
50
}
51
 
52
.column .padding {
53
    padding: 20px;
54
}
55
 
56
.full{
57
	padding-top:70px;
58
}
59
 
60
.box {
61
  	bottom: 0; /* increase for footer use */
62
    left: 0;
63
    position: absolute;
64
    right: 0;
65
    top: 0;
66
    background-color:#444444;
67
  /*
68
    background-image:url('/assets/example/bg_suburb.jpg');
69
    background-size:cover;
70
    background-attachment:fixed;
71
  */
72
}
73
 
74
.divider {
75
	margin-top:32px;
76
}
77
 
78
.navbar-blue {
79
    border-width:0;
80
	background-color:#3B5999;
81
    color:#ffffff;
82
    font-family:arial,sans-serif;
83
    top:0;
84
    position:fixed;
85
    width:inherit;
86
}
87
 
88
.navbar-blue li > a,.navbar-toggle  {
89
   color:#efefef;
90
}
91
 
92
.navbar-blue .dropdown-menu li a {color:#2A4888;}
93
.navbar-blue .dropdown-menu li > a {padding-left:30px;}
94
 
95
.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 {
96
   background-color:#2A4888;
97
   color:#fff;
98
}
99
 
100
#main {
101
   background-color:#e9eaed;
102
   padding-left:0;
103
   padding-right:0;
104
}
105
#main .img-circle {
106
   margin-top:18px;
107
   height:150px;
108
   width:150px;
109
}
110
 
111
#sidebar {
112
    padding:0px;
113
	padding-top:15px;
114
}
115
 
116
#sidebar, #sidebar a, #sidebar-footer a {
117
    color:#ffffff;
118
    background-color:transparent;
119
	text-shadow:0 0 2px #000000;
120
    padding-left:5px;
121
}
122
#sidebar .nav li>a:hover {
123
    background-color:#393939;
124
}
125
 
126
.logo {
127
  display:block;
128
  padding:3px;
129
  background-color:#fff;
130
  color:#3B5999;
131
  height:28px;
132
  width:28px;
133
  margin:9px;
134
  margin-right:2px;
135
  margin-left:15px;
136
  font-size:20px;
137
  font-weight:700;
138
  text-align:center;
139
  text-decoration:none;
140
  text-shadow:0 0 1px;
141
  border-radius:2px;
142
}
143
#sidebar-footer {
144
  background-color:#444;
145
  position:absolute;
146
  bottom:5px;
147
  padding:5px;
148
}
149
#footer {
150
  margin-bottom:20px;
151
}
152
 
153
/* bootstrap overrides */
154
 
155
h1,h2,h3 {
156
   font-weight:800;
157
}
158
 
159
.navbar-toggle, .close {
160
	outline:0;
161
}
162
 
163
.navbar-toggle .icon-bar {
164
	background-color: #fff;
165
}
166
 
167
.btn-primary,.label-primary,.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus  {
168
	background-color:#3B5999;
169
    color:#fffffe;
170
}
171
.btn-default {
172
    color:#666666;
173
    text-shadow:0 0 1px rgba(0,0,0,.3);
174
}
175
.form-control {
176
 
177
}
178
 
179
.panel textarea, .well textarea, textarea.form-control
180
{
181
   resize: none;
182
}
183
 
184
.badge{
185
   color:#3B5999;
186
   background-color:#fff;
187
}
188
.badge:hover, .badge-inverse{
189
   background-color:#3B5999;
190
   color:#fff;
191
}
192
/* 
193
.jumbotron {
194
  background-color:transparent;
195
}
196
*/
197
.label-default {
198
  background-color:#dddddd;
199
}
200
.page-header {
201
  margin-top: 55px;
202
  padding-top: 9px;
203
  border-top:1px solid #eeeeee;
204
  font-weight:700;
205
  text-transform:uppercase;
206
  letter-spacing:2px;
207
}
208
 
209
.panel-default .panel-heading {
210
  background-color:#f9fafb;
211
  color:#555555;
212
}
213
 
214
.col-sm-9.full {
215
    width: 100%;
216
}
217
 
218
.modal-header, .modal-footer {
219
	background-color:#f2f2f2;
220
    font-weight:800;
221
    font-size:12px;
222
}
223
 
224
.modal-footer i, .well i {
225
    font-size:20px;
226
    color:#c0c0c0;
227
}
228
 
229
.modal-body {
230
	padding:0px;
231
}
232
 
233
.modal-body textarea.form-control
234
{
235
   resize: none;
236
   border:0;
237
   box-shadow:0 0 0;
238
}
239
 
240
small.text-muted {
241
  font-family:courier,courier-new,monospace;
242
}
243
 
244
/* adjust the contents on smaller devices */
245
@media (max-width: 768px) {
246
 
247
  .column .padding {
248
    padding: 7px;
249
  }
250
 
251
  .full{
252
	padding-top:20px;
253
  }
254
 
255
  .navbar-blue {
256
	background-color:#3B5999;
257
    top:0;
258
    width:100%;
259
    position:relative;
260
  }
261
 
262
}
263
 
264
 
265
/*
266
 * off canvas sidebar
267
 * --------------------------------------------------
268
 */
269
@media screen and (max-width: 768px) {
270
  .row-offcanvas {
271
    position: relative;
272
    -webkit-transition: all 0.25s ease-out;
273
    -moz-transition: all 0.25s ease-out;
274
    transition: all 0.25s ease-out;
275
  }
276
 
277
  .row-offcanvas-left.active {
278
    left: 33%;
279
  }
280
 
281
  .row-offcanvas-left.active .sidebar-offcanvas {
282
    left: -33%;
283
    position: absolute;
284
    top: 0;
285
    width: 33%;
286
    margin-left: 5px;
287
  }
288
 
289
  #sidebar, #sidebar a, #sidebar-footer a {
290
    padding-left:3px;
291
  }
292
}
293
#posts{min-height:465px;}
294
.widgetframe{
295
	border:none;
296
	height:320px;
297
}
298
.jumbotron p{
299
	font-size:16px;
300
	color:#ccc;
301
}
302
#flashMessage{
303
	margin-top:10px;
304
	font-size:1.1em;
305
	color:#ccc;
306
	text-align:center;
307
	border: 1px dotted #285E8E;
308
}
309
.modal-dialog {}
310
.thumbnail {margin-bottom:6px;}
311
 
312
.carousel-control.left,.carousel-control.right{
313
  background-image:none;
314
  margin-top:10%;
315
  width:5%;
316
}
317
.push{margin-top: 60px;}
318
.form-signin label{width: 150px;}
13565 anikendra 319
 
320
/*mobile app css */
321
.product_image{margin: 16px 0 0 5%;}
322
.product_image img{height: 120px;max-width: 80%;}
323
.product_card{width: 160px;height: auto;float: left;margin-left: 8px;}
324
.product_name{margin:16px auto 0 !important;font-size: 14px !important;font-weight: bold !important;text-align: center;height: 40px;}
325
.product_prices{margin: 0 0 0 10px !important;}
326
.product_price{height: 15px; font-size: 14px !important; font-weight: bold !important;}
327
.product_price img{height: 14px;vertical-align: middle;}
328
.product_cashback{margin-left:5px;font-size: 10px !important;}
329
.product_cashback img{height: 10px;vertical-align: middle;}
330
.product_short_description{margin:0px !important;font-size:12px !important; height: 40px; overflow: hidden !important;text-overflow: ellipsis;text-align: center; }
331
.product_actions{float: right;width: 15%}
332
.product_actions li{margin: 5px}
333
.list:last-child{margin: 0 0 10px 0 !important};
334
.productthumb{height:120px;}
335
.product_actions .iliked button{background-color: #33FF00 !important;}
336
.product_actions .disliked button{background-color: orange !important;}
337
span.rupee{background-image: url("/img/rupee.png");  background-repeat: no-repeat;    display: inline-block;    height: 15px;    width: 15px;}