| Line 1... |
Line 1... |
| 1 |
/* custom template */
|
1 |
/*custom template */
|
| 2 |
html, body {
|
2 |
html, body {
|
| 3 |
height: 100%;
|
3 |
height: 100%;
|
| 4 |
font-family: 'PT Sans', sans-serif,verdana,arial;
|
4 |
font-family: 'PT Sans', sans-serif,verdana,arial;
|
| 5 |
color:#555555;
|
5 |
color:#555555;
|
| 6 |
background-color: #58d936;
|
6 |
background-color: #58d936;
|
| Line 486... |
Line 486... |
| 486 |
span.storeminprice{color: #ff0000;}
|
486 |
span.storeminprice{color: #ff0000;}
|
| 487 |
.arrowright{background: url('/img/arrow.png') no-repeat center center;background-size: contain;width: 25px;height: 25px;}
|
487 |
.arrowright{background: url('/img/arrow.png') no-repeat center center;background-size: contain;width: 25px;height: 25px;}
|
| 488 |
#notificationMessage{padding: 10px;}
|
488 |
#notificationMessage{padding: 10px;}
|
| 489 |
#skippopup{margin-top: 10px;}
|
489 |
#skippopup{margin-top: 10px;}
|
| 490 |
.notificationmodal{}
|
490 |
.notificationmodal{}
|
| 491 |
.notificationmodal .modal-footer{background: none;border: none;text-align: center;}
|
491 |
.notificationmodal .modal-footer{background: none;border: none;text-align: center;padding: 2px 2px 0 2px !important;}
|
| 492 |
a.okbtn{color:#58d936;font-size: 1.3em;font-weight: 100;}
|
492 |
/*a.okbtn{color:#58d936;font-size: 1.3em;font-weight: 100;}*/
|
| - |
|
493 |
.dismissbtn{padding-top: 5px;}
|
| - |
|
494 |
.dismissbtn a{color:#58d936;font-size: 1.3em;font-weight: 100;}
|
| 493 |
.notificationmodal.modal1{}
|
495 |
.notificationmodal.modal1{}
|
| 494 |
.notificationMessage{font-size: 1.2em;text-align: center;font-weight: 100;}
|
496 |
.notificationMessage{font-size: 1.2em;text-align: center;font-weight: 100;}
|
| 495 |
.closepopup{float: right;margin-top: -10px;margin-right: -5px;}
|
497 |
.closepopup{float: right;margin-top: -10px;margin-right: -5px;}
|
| 496 |
.timeago{position: absolute;bottom: 0px;font-size: 0.8em;}
|
- |
|
| 497 |
|
498 |
.timeago{position: absolute;bottom: 0px;font-size: 0.8em;}
|
| - |
|
499 |
a.okbtn.btn{border-radius: 0;color: #fff !important;background-color: #58d936 !important;}
|
| - |
|
500 |
.modal-dialog{width: 75%;margin: 100px auto;}
|
| - |
|
501 |
|
| 498 |
|
502 |
|