Advertisement
Katsiree

table_betnow

Jun 13th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.20 KB | None | 0 0
  1. .card-header {
  2.             background: linear-gradient(to bottom, #ece9e6, #ffffff);
  3.         }
  4.  
  5.         .card-header {
  6.             padding: 0 25px !important;
  7.         }
  8.  
  9.         .card-body {
  10.             padding: 20px 25px 5px 25px !important;
  11.         }
  12.  
  13.         .ggg_table {
  14.             width: 12.5%;
  15.         }
  16.  
  17.         th,
  18.         td {
  19.             border: #b1b1b1 1px solid !important;
  20.             font-size: 15px;
  21.         }
  22.  
  23.         td {
  24.             padding: 0px 10px !important;
  25.         }
  26.  
  27.         table.three {
  28.             background-color: #e7eaff !important;
  29.         }
  30.  
  31.         .three thead tr:nth-child(1) {
  32.             background-color: #2b2797 !important;
  33.             color: #fff !important;
  34.             font-weight: 600 !important;
  35.         }
  36.  
  37.         .three tbody tr:nth-child(1) {
  38.             background-color: #b4c8ee !important;
  39.             color: #2214e7;
  40.             font-weight: 600 !important;
  41.         }
  42.  
  43.         .three tbody tr:hover {
  44.             background: #5254ce !important;
  45.             color: #fff !important;
  46.         }
  47.  
  48.  
  49.         table.two {
  50.             background-color: #73677f !important;
  51.             color: #f5e3b3;
  52.         }
  53.  
  54.         .two thead tr:nth-child(1) {
  55.             background-color: #86067e !important;
  56.             color: #fff !important;
  57.             font-weight: 600 !important;
  58.         }
  59.  
  60.         .two tbody tr:nth-child(1) {
  61.             background-color: #813f86 !important;
  62.             color: #f5e3b3;
  63.             font-weight: 600 !important;
  64.         }
  65.  
  66.         .two tbody tr:hover {
  67.             background: #ffc800 !important;
  68.             color: #000 !important;
  69.         }
  70.  
  71.  
  72.         table.one {
  73.             background-color: #ffbf93 !important;
  74.         }
  75.  
  76.         .one thead tr:nth-child(1) {
  77.             background-color: #ff6b05 !important;
  78.             color: #fff !important;
  79.             font-weight: 600 !important;
  80.         }
  81.  
  82.         .one tbody tr:nth-child(1) {
  83.             background-color: #ffa356 !important;
  84.             font-weight: 600 !important;
  85.             color: #2214e7;
  86.         }
  87.  
  88.         .one tbody tr:hover {
  89.             background: #ffa109 !important;
  90.             color: #000 !important;
  91.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement