| 1 |
|
| 2 |
/*---------------------------------------------------------*/ |
| 3 |
/* Universal Buy Button */ |
| 4 |
/*---------------------------------------------------------*/ |
| 5 |
|
| 6 |
.mbt-book-buybuttons .mbt-universal-buybutton, |
| 7 |
.mbt-book-buybuttons .mbt-universal-buybutton:link, |
| 8 |
.mbt-book-buybuttons .mbt-universal-buybutton:visited, |
| 9 |
.mbt-book-buybuttons .mbt-universal-buybutton:hover, |
| 10 |
.mbt-book-buybuttons .mbt-universal-buybutton:active { |
| 11 |
font-family: Helvetica, sans-serif; |
| 12 |
font-weight: bold; |
| 13 |
color: #0F0B10 !important; |
| 14 |
text-align: center; |
| 15 |
text-decoration: none; |
| 16 |
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); |
| 17 |
|
| 18 |
border: 1px solid #CCD1D2; |
| 19 |
border-radius: 5px; |
| 20 |
|
| 21 |
background: #ecf0f3; |
| 22 |
background: -moz-linear-gradient(top, #ecf0f3 0%, #f7f9fb 50%, #e0e9ee 51%, #edf1f4 100%); |
| 23 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecf0f3), color-stop(50%,#f7f9fb), color-stop(51%,#e0e9ee), color-stop(100%,#edf1f4)); |
| 24 |
background: -webkit-linear-gradient(top, #ecf0f3 0%,#f7f9fb 50%,#e0e9ee 51%,#edf1f4 100%); |
| 25 |
background: -o-linear-gradient(top, #ecf0f3 0%,#f7f9fb 50%,#e0e9ee 51%,#edf1f4 100%); |
| 26 |
background: -ms-linear-gradient(top, #ecf0f3 0%,#f7f9fb 50%,#e0e9ee 51%,#edf1f4 100%); |
| 27 |
background: linear-gradient(to bottom, #ecf0f3 0%,#f7f9fb 50%,#e0e9ee 51%,#edf1f4 100%); |
| 28 |
} |
| 29 |
|
| 30 |
/*---------------------------------------------------------*/ |
| 31 |
/* Button Styling */ |
| 32 |
/*---------------------------------------------------------*/ |
| 33 |
|
| 34 |
.mbt-book .mbt-primary-button, |
| 35 |
.mbt-book .mbt-primary-button:link, |
| 36 |
.mbt-book .mbt-primary-button:visited { |
| 37 |
background-color: #E1EAEE; |
| 38 |
color: black; |
| 39 |
} |
| 40 |
|