Advertisement
Guest User

Untitled

a guest
Oct 19th, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.58 KB | None | 0 0
  1. .cNexusPrice {
  2.     color: {theme="price"};
  3. }
  4.  
  5.     .cNexusPrice s {
  6.         color: #9a9a9a;
  7.         font-weight: normal;
  8.     }
  9.  
  10. .cPayment {
  11.     display: inline-block;
  12.     width: 66px;
  13.     height: 42px;
  14.     border: 1px solid rgba(0,0,0,0.1);
  15.     line-height: 40px;
  16.     white-space: nowrap;
  17.     font-size: 9px;
  18.     font-weight: bold;
  19.     padding: 0 5px;
  20.     text-align: center;
  21.     text-transform: uppercase;
  22.     text-overflow: ellipsis;
  23.     overflow: hidden;
  24.     background-color: #f8f8f8;
  25. }
  26.  
  27. .cPayment_visa,
  28. .cPayment_mastercard,
  29. .cPayment_american_express,
  30. .cPayment_discover,
  31. .cPayment_diners_club,
  32. .cPayment_jcb {
  33.     text-indent: 100%;
  34.     padding: 0;
  35.     background-size: 64px 40px;
  36.     background-position: center center;
  37.     background-repeat: no-repeat;
  38. }
  39.  
  40. .cPayment_visa { background-image: url( {resource="cards/visa.png" app="nexus" location="front" noprotocol="true"} ); }
  41. .cPayment_mastercard { background-image: url( {resource="cards/mastercard.png" app="nexus" location="front" noprotocol="true"} ); }
  42. .cPayment_american_express { background-image: url( {resource="cards/amex.png" app="nexus" location="front" noprotocol="true"} ); }
  43. .cPayment_discover { background-image: url( {resource="cards/discover.png" app="nexus" location="front" noprotocol="true"} ); }
  44. .cPayment_diners_club { background-image: url( {resource="cards/dinersclub.png" app="nexus" location="front" noprotocol="true"} ); }
  45. .cPayment_jcb { background-image: url( {resource="cards/jcb.png" app="nexus" location="front" noprotocol="true"} ); }
  46.  
  47. @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  48.     .cPayment_visa { background-image: url( {resource="cards/visa@2x.png" app="nexus" location="front" noprotocol="true"} ); }
  49.     .cPayment_mastercard { background-image: url( {resource="cards/mastercard@2x.png" app="nexus" location="front" noprotocol="true"} ); }
  50.     .cPayment_american_express { background-image: url( {resource="cards/amex@2x.png" app="nexus" location="front" noprotocol="true"} ); }
  51.     .cPayment_discover { background-image: url( {resource="cards/discover@2x.png" app="nexus" location="front" noprotocol="true"} ); }
  52.     .cPayment_diners_club { background-image: url( {resource="cards/dinersclub@2x.png" app="nexus" location="front" noprotocol="true"} ); }
  53.     .cPayment_jcb { background-image: url( {resource="cards/jcb@2x.png" app="nexus" location="front" noprotocol="true"} ); }
  54. }
  55.  
  56. .cNexusCard_expiry select {
  57.     width: 45%;
  58. }
  59.  
  60. .cNexusPaymentLog .ipsDataItem_icon {
  61.     font-size: 30px;
  62. }
  63.  
  64. .cNexusSupportBadge {
  65.     display: inline-block;
  66.     padding: 0 10px;
  67.     border-radius: 4px;
  68.     vertical-align: middle;
  69.     font-size: 11px;
  70.     line-height: 20px;
  71.     font-weight: 500;
  72.     background: #C04848;
  73.     color: #fff;
  74. }
  75.  
  76. /* TICKET STYLES */
  77. html[dir="ltr"] .cNexusSupportMessage {
  78.     border-left: 7px solid transparent;
  79. }
  80. html[dir="rtl"] .cNexusSupportMessage {
  81.     border-right: 7px solid transparent;
  82. }
  83.  
  84. .cNexusSupportMessage_purchase .ipsColumn_narrow {
  85.     width: 80px;
  86. }
  87.  
  88. .cNexusSupportMessage_purchase .cNexusPurchase_image {
  89.     width: 200px;
  90.     height: 200px;
  91.     display: block;
  92.     background-color: #fff;
  93.     background-repeat: no-repeat;
  94.     background-size: cover;
  95.     background-position: 50% 50%;
  96.     border: 1px solid #ddd;
  97. }
  98.  
  99. html[dir="ltr"] .cNexusSupportMessage_m,
  100. html[dir="ltr"] .cNexusSupportMessage_a {
  101.     border-left-color: #3A89C9;
  102. }
  103. html[dir="rtl"] .cNexusSupportMessage_m,
  104. html[dir="rtl"] .cNexusSupportMessage_a {
  105.     border-right-color: #3A89C9;
  106. }
  107.    
  108.     .cNexusSupportMessage_m .cNexusSupportMessage_author,
  109.     .cNexusSupportMessage_a .cNexusSupportMessage_author {
  110.         background: #eef2f6;
  111.     }
  112.  
  113. html[dir="ltr"] .cNexusSupportMessage_s {
  114.     border-left-color: #8EBE94;
  115. }
  116. html[dir="rtl"] .cNexusSupportMessage_s {
  117.     border-right-color: #8EBE94;
  118. }
  119.  
  120.     .cNexusSupportMessage_s .cNexusSupportMessage_author {
  121.         background: #eff6f0;
  122.     }
  123.  
  124. html[dir="ltr"] .cNexusSupportMessage_e {
  125.     border-left-color: #b4b4b4;
  126. }
  127. html[dir="rtl"] .cNexusSupportMessage_e {
  128.     border-right-color: #b4b4b4;
  129. }
  130.  
  131.     .cNexusSupportMessage_e .cNexusSupportMessage_author {
  132.         background: #f5f5f5;
  133.     }
  134.  
  135. html[dir="ltr"] .cNexusSupportMessage_h {
  136.     border-left-color: #F8CA00;
  137. }
  138. html[dir="rtl"] .cNexusSupportMessage_h {
  139.     border-right-color: #F8CA00;
  140. }
  141.  
  142.     .cNexusSupportMessage_h .cNexusSupportMessage_author {
  143.         background: #f6f1dc;
  144.     }
  145.  
  146.     /*.cNexusSupportMessage_h .cNexusSupportMessage_message {
  147.         background: #fcfbf5;
  148.     }*/
  149.  
  150. .cNexusSupportMessage_replyArea {
  151.  
  152. }
  153.  
  154. .cNexusSupportMessage_replyArea .ipsComposeArea_withPhoto > .ipsPos_left {
  155.     display: none;
  156. }
  157.  
  158. .cNexusSupportMessage_replyArea .ipsComposeArea_withPhoto .ipsComposeArea_editor:before {
  159.     display: none;
  160. }
  161.  
  162. html[dir="ltr"] .cNexusSupportMessage_replyArea .ipsComposeArea_withPhoto .ipsComposeArea_editor {
  163.     margin-left: 0;
  164. }
  165.  
  166. html[dir="rtl"] .cNexusSupportMessage_replyArea .ipsComposeArea_withPhoto .ipsComposeArea_editor {
  167.     margin-right: 0;
  168. }
  169.  
  170. /* ORDERS */
  171. .cNexusOrderList .cNexusOrderList_items .ipsDataItem:first-child > div {
  172.     padding-top: 0;
  173. }
  174.  
  175. .cNexusOrderList .ipsToolList.ipsToolList_vertical > li {
  176.     margin-bottom: 5px;
  177. }
  178.  
  179. html[dir="ltr"] .cNexusOrderList .cNexusOrderBadge {
  180.     margin-right: 15px;
  181. }
  182. html[dir="rtl"] .cNexusOrderList .cNexusOrderBadge {
  183.     margin-left: 15px;
  184. }
  185.  
  186. .cNexusOrderBadge {
  187.     display: inline-block;
  188.     padding: 0 10px;
  189.     border-radius: 4px;
  190.     vertical-align: middle;
  191.     font-size: 12px;
  192.     line-height: 20px;
  193.     font-weight: 500;
  194.     color: #fff;
  195.     background: #000;
  196. }
  197.  
  198.     .cNexusOrderBadge.cNexusOrderBadge_paid {
  199.         background: #7e9e64;
  200.     }
  201.  
  202.     .cNexusOrderBadge.cNexusOrderBadge_expd {
  203.         background: #c8c9c1;
  204.     }
  205.  
  206.     .cNexusOrderBadge.cNexusOrderBadge_pend {
  207.         background: #7C6146;
  208.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement