vergepuppeter

custom.css

May 16th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.59 KB | None | 0 0
  1. .nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
  2. body {
  3.     font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  4.     background-color: #d6d6d6;
  5.     padding: 0;
  6. }
  7. .container-fluid {
  8.     padding-top: 15px;
  9.     padding-bottom: 15px;
  10. }
  11. .list-group-item:last-child,
  12. .list-group-item:first-child {
  13.     border-bottom-right-radius: 0px;
  14.     border-bottom-left-radius: 0px;
  15.     border-top-right-radius: 0px;
  16.     border-top-left-radius: 0px;
  17. }
  18. .marginless-listgroup {
  19.     margin-bottom: 0px;
  20. }
  21. .list-group-item {
  22.     padding: 15px 15px;
  23.     overflow: auto;
  24. }
  25. .modal-list-group-item {
  26.     padding: 10px 5px;
  27.     height: 64px;
  28. }
  29. .list-value {
  30.     font-weight: normal;
  31.     color: #595959;
  32.     padding-top: 0px;
  33.     border: 0px;
  34.     text-align: right;
  35. }
  36. .channel-list-container {
  37.     height: 40px;
  38.     line-height: 40px;
  39.     padding-left: 5px;
  40.     padding-right: 5px;
  41. }
  42. .text-list-container {
  43.     padding-left: 5px;
  44.     padding-right: 5px;
  45. }
  46. .left-aligned-list-value-label {
  47.     float: left;
  48.     height: 100%;
  49.     text-align: left;
  50. }
  51. .right-aligned-list-value-label {
  52.     float: right;
  53. }
  54. .left-label {
  55.     font-weight: 200;
  56.     color: #ababab;
  57.     text-align: left;
  58.     width: 100%;
  59. }
  60. .larger-text {
  61.     font-size: 40px;
  62.     font-weight: bold;
  63. }
  64. .proceed-row {
  65.     margin-left: 20px;
  66.     margin-right: 20px;
  67. }
  68. button[disabled], html input[disabled] {
  69.     opacity: 0.4;
  70.     -moz-opacity: 0.4;
  71.     background-color: gray;
  72. }
  73. .molpay-disclaimer-container {
  74.     padding: 15px;
  75. }
  76. .poweredByMOLPay {
  77.     height: 20px;
  78. }
  79. .mp-version {
  80.     color: #818285;
  81.     float: right;
  82.     height: 20px;
  83.     font-size: 8px;
  84.     display: table;
  85.     font-weight: bold;
  86. }
  87. .mp-version span {
  88.     display: table-cell;
  89.     vertical-align: bottom;
  90. }
  91. .modal-body {
  92.     font-size: larger;
  93.     text-align: center;
  94. }
  95. .loading {
  96.     position: fixed;
  97.     z-index: 999;
  98.     height: 2em;
  99.     overflow: show;
  100.     margin: auto;
  101.     top: 0px;
  102.     left: 0px;
  103.     bottom: 0px;
  104.     right: 0px;
  105. }
  106. .loading:before {
  107.     display: block;
  108.     width: 100%;
  109.     height: 100%;
  110. }
  111. .loadingbackground {
  112.     content: '';
  113.     display: block;
  114.     position: fixed;
  115.     top: 0px;
  116.     left: 0px;
  117.     width: 100%;
  118.     height: 100%;
  119.     background-color: Black;
  120.     filter: alpha(opacity=60);
  121.     opacity: 0.6;
  122.     -moz-opacity: 0.8;
  123.     display:block;
  124. }
  125. .fa-spinner:before {
  126.     color: white;
  127. }
  128. .loading-text {
  129.     position: relative;
  130.     z-index: 999;
  131.     height: 100%;
  132.     width: 100%;
  133.     top: 10px;
  134.     left:0px;
  135.     display:block;
  136.     color: #FFFFFF;
  137. }
  138. .channel-logo {
  139.     max-height: 40px;
  140. }
  141. .creditcard-form {
  142.     margin-top: 10px;
  143. }
  144. .split {
  145.     padding: 0px;
  146.     border-width: 0px;
  147.     display: -webkit-flex;
  148.     display: flex;
  149. }
  150. .proceed-button {
  151.     background-color: #006064;
  152.     background-image: linear-gradient(to right, #66BB6A , #006064);
  153.     border: 0px;
  154.     color: #FFFFFF;
  155.     border-radius: 50px;
  156. }
  157. .close-button {
  158.     background-color: #F04652;
  159.     background-image: linear-gradient(to right, #F04652 , #C82955);
  160.     color: #FFFFFF;
  161.     border-radius: 50px;
  162. }
  163. .split-cvv {
  164.     width: 40%;
  165. }
  166. .split-exp {
  167.     width: 60%;
  168. }
  169. .card-number-input {
  170.     border-width: 0px;
  171.     text-align: right;
  172.     max-width: 160px;
  173. }
  174. .cvv-input {
  175.     border-width: 0px;
  176.     text-align: right;
  177.     width: 50%;
  178. }
  179. .exp-input {
  180.     border-width: 0px;
  181.     text-align: right;
  182.     width: 50%;
  183. }
  184. .channel-list-modal-body {
  185.     max-height: calc(100vh - 105px);
  186.     min-height: 480px;
  187.     min-height: 80vw;
  188.     overflow-y: auto;
  189. }
  190. .country-list-modal-body {
  191.     max-height: calc(100vh - 185px);
  192.     min-height: 480px;
  193.     min-height: 80vw;
  194.     overflow-y: auto;
  195. }
  196. .search-bar {
  197.      margin-bottom: 0px;
  198. }
  199. .search-icon {
  200.     float: right;
  201.     margin-right: 10px;
  202.     margin-top: -24px;
  203.     position: relative;
  204.     z-index: 2;
  205. }
  206. .modal-header {
  207.     text-align: center;
  208. }
  209. .bcard-form {
  210.     margin-top: 10px;
  211. }
  212. .new-credit-card-form {
  213.     position: relative;
  214.     display: block;
  215.     padding-left: 15px;
  216.     padding-top: 5px;
  217.     padding-bottom: 5px;
  218.     border: 0px;
  219.     margin-bottom: -1px;
  220.     min-height: 44px;
  221. }
  222. .new-card-label {
  223.     position: absolute;
  224.     margin-top: 5px;
  225.     font-weight: 200;
  226.     color: #595959;
  227. }
  228. .new-credit-card-switch {
  229.     margin-left: 80px;
  230.     position: relative;
  231.     border: 0px;
  232.     border-bottom-right-radius: 4px;
  233.     border-bottom-left-radius: 4px;
  234.     border-top-right-radius: 4px;
  235.     border-top-left-radius: 4px;
  236.     min-height: 28px;
  237. }
  238. .new-credit-card-switch span {
  239.     min-height: 28px;
  240. }
  241. .new-credit-card-switch .switch-left {
  242.     background: #72529b;
  243. }
  244. .new-credit-card-switch .switch-right {
  245.     color: #333;
  246.     background: #f0f0f0;
  247. }
  248. .new-credit-card-switch .knob {
  249.     background: red;
  250.     border-left: 1px solid #ccc;
  251.     border-right: 1px solid #ccc;
  252.     background-color: #FFFFFF;
  253.     width: 34%;
  254.     z-index: 100;
  255. }
  256. .billing {
  257.     text-align: left;
  258.     width: 90%;
  259. }
  260. .bcard-point-label {
  261.     padding-bottom: 0px;
  262.     margin-bottom: 0px;
  263.     border-bottom: 0px;
  264. }
  265. .bcard-point {
  266.     border-top: 0px;
  267. }
  268. .notes {
  269.     border: 0px;
  270.     padding-bottom: 0px;
  271. }
  272. .barcode-container {
  273.     width: 100%;
  274.     padding-top: 15px;
  275.     padding-left: 10px;
  276.     padding-right: 10px;
  277.     text-align: center;
  278. }
  279. .receipt-logo {
  280.     height: 70px;
  281. }
  282. .pull-right {
  283.     max-width: 70%;
  284. }
  285. .credit-card-input {
  286.     max-width: 160px;
  287. }
  288. @media screen and (min-width: 320px) {
  289.   .container {
  290.     width: auto;
  291.   }
  292. }
Add Comment
Please, Sign In to add comment