Blame view

app/styles/main.css 8.11 KB
c87bc1f33   TRUONG   first commit: ini...
1
  /* Space out content a bit */
87c93a029   Dang YoungWorld   add modal
2
  @import "../fonts/font.css";
c87bc1f33   TRUONG   first commit: ini...
3
  body {
e7c9c7707   DANG   Commit theme
4
    font-family: 'Hiragino Kaku Gothic Pro';
862daa8a4   DANG   commit theme
5
6
7
8
9
10
11
  
  }
  .padding-right-0{
    padding-right: 0!important;
  }
  .padding-left-0{
    padding-left: 0!important;
e7c9c7707   DANG   Commit theme
12
13
14
15
16
  }
  button.red{
    color: #ffffff;
    background-color: #ff0000;
    border: 1px solid #ff0000;
c87bc1f33   TRUONG   first commit: ini...
17

c87bc1f33   TRUONG   first commit: ini...
18
  }
e7c9c7707   DANG   Commit theme
19
20
21
22
23
24
25
26
27
28
29
  button.white{
    border: 1px solid #ff8080;
    color: #ff8080;
    background-color: #ffffff;
  }
  button.brown{
    background-color: #666666;
    border: 1px solid #666666;
    color: #ffffff;
    border-radius: 5px;
  }
862daa8a4   DANG   commit theme
30
31
32
33
34
35
  button.black{
    border: 1px solid #c9c9c9;
    background-color: #343434;
    color: #ffffff;
    padding: 1px 6px;
  }
e7c9c7707   DANG   Commit theme
36
  #tshirt-container{
8f087d204   DANG   Theme + add bower...
37
38
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
c87bc1f33   TRUONG   first commit: ini...
39
  }
8f087d204   DANG   Theme + add bower...
40
41
42
  /*HEADER*/
  header{
    border-bottom: 1px solid #dcdcdc;
c87bc1f33   TRUONG   first commit: ini...
43
  }
8f087d204   DANG   Theme + add bower...
44
45
46
47
48
  header .logo{
    color: #ed1d24;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
c87bc1f33   TRUONG   first commit: ini...
49
  }
8f087d204   DANG   Theme + add bower...
50
51
  header .logo img{
    width: 60px;
c87bc1f33   TRUONG   first commit: ini...
52
  }
8f087d204   DANG   Theme + add bower...
53
54
55
  /*NAVIGATION*/
  nav{
    border-bottom: 1px solid #dcdcdc;
862daa8a4   DANG   commit theme
56
    padding: 10px 0;
c87bc1f33   TRUONG   first commit: ini...
57
  }
8f087d204   DANG   Theme + add bower...
58
  nav h2{
862daa8a4   DANG   commit theme
59
60
    font-size: 27px;
    margin: 0 0;
c87bc1f33   TRUONG   first commit: ini...
61
  }
8f087d204   DANG   Theme + add bower...
62
63
64
  nav ul{
    list-style: none;
    padding-left: 0;
862daa8a4   DANG   commit theme
65
    margin-bottom: 0;
c87bc1f33   TRUONG   first commit: ini...
66
  }
8f087d204   DANG   Theme + add bower...
67
68
69
70
71
  nav ul li{
    margin-left: 2px;
    float: left;
    padding: 6px 12px;
    background-color: #999999;
c87bc1f33   TRUONG   first commit: ini...
72
  }
8f087d204   DANG   Theme + add bower...
73
74
75
76
77
78
79
  nav ul li a{
    color: #ffffff;
  }
  nav ul li.action{
    color: #ffffff;
    background-color: #ed1d24;
  }
e7c9c7707   DANG   Commit theme
80
81
  /*ASIDE*/
  aside{
862daa8a4   DANG   commit theme
82
    margin: 10px 0;
e7c9c7707   DANG   Commit theme
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
  }
  
  aside .break-down{
    padding: 0 0;
  }
  aside .break-down i.fa{
    font-size: 35px;
    color: #ff0000;
  }
  aside .break-line{
  
  }
  aside .break-line hr{
    border-top: 1px dotted #cccccc;
  }
  aside .step{
    margin: 0 0;
  }
  aside .step .title{
862daa8a4   DANG   commit theme
102
    font-size: 15px;
e7c9c7707   DANG   Commit theme
103
104
    line-height: 16px;
    font-weight: bold;
862daa8a4   DANG   commit theme
105
    margin-bottom: 3px;
e7c9c7707   DANG   Commit theme
106
107
108
109
  }
  aside .step .title-notice{
    font-size: 13px;
    line-height: 16px;
862daa8a4   DANG   commit theme
110
    margin-bottom: 3px;
e7c9c7707   DANG   Commit theme
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
  }
  aside .step .title-notice .require{
    font-size: 10px;
  }
  aside .step .step-box{
    border: 2px solid #dcdcdc;
    font-size: 12px;
  
  }
  /*Step 1*/
  aside .step .step-box .tshirt-design{
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    margin: 10px 10px;
  }
  aside .step .step-box .tshirt-design div{
    float: left;
  }
  aside .step .step-box .tshirt-design .icon{
    padding: 4px 4px;
    border-right: 1px solid #cccccc;
  
  }
  aside .step .step-box .tshirt-design .icon img{
    height: 50px;
  }
  aside .step .step-box .tshirt-design .name{
    padding: 10px 10px;
  
  }
  aside .step .step-box .tshirt-design .action{
    padding: 10px 10px;
    float: right;
  
  }
  aside .step .step-box .tshirt-design .action button{
    padding: 8px 10px;
  }
  /*Step 2*/
  aside .step .step-box .tshirt-color{
    padding: 6px 10px;
    position: relative;
  }
  aside .step .step-box .tshirt-color ul.choice-color{
    float: left;
    list-style: none;
    padding-left: 0;
    width: 100%;
862daa8a4   DANG   commit theme
159
    margin-bottom: 3px;
e7c9c7707   DANG   Commit theme
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
  }
  aside .step .step-box .tshirt-color ul.choice-color li{
    margin: 0 10px 0 0;
    border: 1px solid #cccccc;
    padding: 2px 2px;
    float: left;
  }
  aside .step .step-box .tshirt-color ul.choice-color li div{
    height: 30px;
    width: 30px;
  }
  
  aside .step .step-box .tshirt-color ul.choice-color li.white div{
    background-color: #ece7e4;
  }
  aside .step .step-box .tshirt-color ul.choice-color li.blue div{
    background-color: #e7dfd0;
  }
  aside .step .step-box .tshirt-color .color-name{
    width: 100%;
862daa8a4   DANG   commit theme
180
    font-size: 10px;
e7c9c7707   DANG   Commit theme
181
182
183
184
185
186
187
188
  }
  aside .step .step-box .tshirt-color .view-more{
    position: absolute;
    bottom: 6px;
    right: 10px;
  }
  /*Step 3*/
  aside .step .step-box .tshirt-saveorder{
862daa8a4   DANG   commit theme
189
    padding: 10px 10px 6px 10px;
e7c9c7707   DANG   Commit theme
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
  }
  aside .step .step-box .tshirt-saveorder .action{
    width: 50%;
    float: left;
  }
  aside .step .step-box .tshirt-saveorder .action:first-child{
    padding-right: 5px;
  }
  aside .step .step-box .tshirt-saveorder .action:last-child{
    padding-left: 5px;
  }
  aside .step .step-box .tshirt-saveorder .action button{
    padding: 8px 10px;
  
  }
  aside .step .step-box .tshirt-saveorder .action button .text{
    float: left;
    width: 80%;
    text-align: center;
    padding-left: 10px;
    vertical-align: bottom;
  }
  aside .step .step-box .tshirt-saveorder .action button .arrow{
    float: left;
    width: 20%;
    height: 40px;
    position: relative;
  }
  aside .step .step-box .tshirt-saveorder .action button .arrow i.fa{
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
  }
862daa8a4   DANG   commit theme
225
226
227
  aside .step .step-box .tshirt-saveorder .notice{
    padding: 5px 0 0 0;
  }
e7c9c7707   DANG   Commit theme
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
  /*Step 4*/
  aside .step .title-notice{
  
  }
  aside .step .step-box .change-design{
    padding: 4px 4px;
  }
  aside .step .step-box .change-design table{
  
  }
  aside .step .step-box .change-design table tr{
    border-bottom: 1px dotted #cccccc;
  }
  aside .step .step-box .change-design table tr:last-child{
    border-bottom: 0;
  }
  
  /*Step 5- finish*/
  aside .step .finish-design{
862daa8a4   DANG   commit theme
247
    padding: 20px 0;
e7c9c7707   DANG   Commit theme
248
249
250
  }
  aside .step .finish-design button{
    width: 100%;
862daa8a4   DANG   commit theme
251
    padding: 8px 10px;
e7c9c7707   DANG   Commit theme
252
253
254
255
  }
  
  /*DESIGN CONTENT*/
  #tshirt-content{
862daa8a4   DANG   commit theme
256
257
258
259
260
261
262
263
    position: relative;
  }
  #tshirt-content .switch-border-design{
    position: absolute;
    top: 5px;
    right: 10px;
    color: red;
    font-size: 11px;
e7c9c7707   DANG   Commit theme
264
265
  }
  #tshirt-content .tshirt-image{
862daa8a4   DANG   commit theme
266
    padding: 20px 0;
e7c9c7707   DANG   Commit theme
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
  }
  #tshirt-content .tshirt-choice{
  
  }
  #tshirt-content .tshirt-choice ul{
    list-style: none;
    padding-left: 0;
    display: table;
    margin: auto;
  }
  #tshirt-content .tshirt-choice ul li{
    float: left;
  
    margin: 10px 10px;
  }
  #tshirt-content .tshirt-choice ul li .image{
    border: 1px solid #cccccc;
    padding: 3px 3px;
  }
  #tshirt-content .tshirt-choice ul li.focus{
  
  }
  #tshirt-content .tshirt-choice ul li.focus .image{
    border: 1px solid #ff0000;
  }
5fe93ca88   Dang YoungWorld   Theme modal
292
293
  /*MODAL Design*/
  #tshirt-design{
862daa8a4   DANG   commit theme
294
    background-color: #666666;
5fe93ca88   Dang YoungWorld   Theme modal
295
296
297
298
299
300
301
302
303
  }
  #tshirt-design .modal-dialog{
    width: 75%;
    margin: 0 auto;
  }
  #tshirt-design .modal-dialog .modal-content{
    background-color: transparent;
    border-radius: 0;
    border: 0;
862daa8a4   DANG   commit theme
304

5fe93ca88   Dang YoungWorld   Theme modal
305
306
307
308
  }
  #tshirt-design .modal-dialog .modal-content .modal-header{
    padding: 0 0 10px 0;
    border-bottom: 0;
862daa8a4   DANG   commit theme
309
    border-shadow: none!important;
5fe93ca88   Dang YoungWorld   Theme modal
310
311
  }
  #tshirt-design .modal-dialog .modal-content .modal-body{
862daa8a4   DANG   commit theme
312
    background-color: #f5f5f5;
5fe93ca88   Dang YoungWorld   Theme modal
313
314
315
    padding: 0 0;
  }
  #tshirt-design header{
862daa8a4   DANG   commit theme
316
317
    border-bottom: 1px solid #cccccc;
    background-color: #dddddd;
5fe93ca88   Dang YoungWorld   Theme modal
318
319
320
321
322
323
324
  }
  #tshirt-design header ul.nav{
    padding-left: 0;
    list-style: none;
  }
  #tshirt-design header ul.nav li{
    float: left;
862daa8a4   DANG   commit theme
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
    padding: 8px 26px;
    border-right: 1px solid #cccccc;
    font-size: 14px;
    cursor: pointer;
  }
  #tshirt-design header ul.nav li:hover{
    background-color: red;
    color: #ffffff;
  }
  #tshirt-design header ul.nav li:hover i.fa{
    color: #ffffff;
  }
  #tshirt-design header ul.nav li i.fa{
    color: #fe070f;
    font-size: 20px;
    margin-right: 10px;
  }
  #tshirt-design header .action{
  
  }
  #tshirt-design header .action button{
    padding: 3px 10px;
    margin: 7px 10px;
  }
  #tshirt-design header .action button:hover{
    background-color: red;
    color: #ffffff;
5fe93ca88   Dang YoungWorld   Theme modal
352
  }
e7c9c7707   DANG   Commit theme
353

5fe93ca88   Dang YoungWorld   Theme modal
354
355
  /*Aside modal*/
  .aside{
5fe93ca88   Dang YoungWorld   Theme modal
356
357
358
359
  }
  .aside #choice-design-option{
    list-style: none;
    padding-left: 0;
862daa8a4   DANG   commit theme
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
    margin-top: 10px;
  
  }
  .aside #choice-design-option li{
    border: 1px solid #cdcdcd;
  }
  .aside #choice-design-option li .hover{
    background-color: #fddad4;
    opacity: 0.5;
    display: none;
  }
  .aside #choice-design-option li:hover .hover{
    display: block;
  }
  
  .aside #choice-design-option li .title{
    background: url("../images/bg1.png") repeat #cdcdcd;
    padding: 3px 10px;
  }
  .aside #choice-design-option li .title i.fa{
    color: #000000;
  }
  
  .aside #choice-design-option li .content{
  
  }
  .aside #choice-design-option li .content i.fa{
    font-size: 30px;
    color: #fe070f;
    margin: 8px 0;
  }
  .aside #choice-design-option li .content .des{
    padding: 3px 10px 3px 0;
  }
  
  /*Design content*/
  .tshirt-design-container{
    position: relative;
  }
  .tshirt-design-container .design-content{
    padding: 10px 50px 10px 25px;
  }
  .tshirt-design-container .design-content .content{
    width: 100%;
    min-height: 650px;
    background-color: #f0efea;
    padding: 40px 85px;
    height: 100%;
  }
  .tshirt-design-container .design-content .content .selection-design{
    border: 1px solid #ff0000;
    width: 100%;
    height: 620px;
  }
  .tshirt-design-container .agree-design{
    position: absolute;
    right: -16px;
    top: 40%;
  }
  .tshirt-design-container .trash-design{
    position: absolute;
    right: 5px;
    bottom: 0;
5fe93ca88   Dang YoungWorld   Theme modal
423
  }
8f087d204   DANG   Theme + add bower...
424
425
426
427
428
  /* Customize container */
  @media (min-width: 768px) {
    .container {
      /*max-width: 730px;*/
    }
c87bc1f33   TRUONG   first commit: ini...
429
430
431
432
433
  }
  
  /* Responsive: Portrait tablets and up */
  @media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
8f087d204   DANG   Theme + add bower...
434

c87bc1f33   TRUONG   first commit: ini...
435
  }