Advertisement
Katsiree

lotto.css

Dec 8th, 2019
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.03 KB | None | 0 0
  1. body {
  2.     padding: 0;
  3.     margin: 0;
  4. }
  5.  
  6. .bar {
  7.     margin: 0 auto;
  8.     width: 100%;
  9.     border-bottom: 1px solid #e6e6e6;
  10. }
  11.  
  12. a {
  13.     color: #ca0002;
  14. }
  15.  
  16. a:hover {
  17.     color: #720002;
  18. }
  19.  
  20. .row {
  21.     margin: 0;
  22.     padding: 0;
  23. }
  24.  
  25. #sidebar {
  26.     padding-left: 5px;
  27.     padding-right: 5px;
  28. }
  29.  
  30. .list-group-item.active {
  31.     background: #ca0002 !important;
  32. }
  33.  
  34. .content {
  35.     width: 100%;
  36.     height: 100%;
  37. }
  38.  
  39.  
  40. .main {
  41.     width: 100%;
  42.     height: 100%;
  43.     font-size: 13px;
  44. }
  45.  
  46. @media (max-width: 992px) {
  47.  
  48.     .main {
  49.         width: 1170px;
  50.         /* margin: 0 auto; */
  51.         height: 100%;
  52.         font-size: 12px;
  53.     }
  54.  
  55.     .bar {
  56.         margin: 0 auto;
  57.         width: 1170px;
  58.     }
  59. }
  60.  
  61. .topbar {
  62.     border-top: 4px solid #ca0002;
  63.     width: 100%;
  64. }
  65.  
  66. .footer {
  67.     position: fixed;
  68.     bottom: 0;
  69.     left: 0;
  70.     right: 0;
  71.     border-bottom: 4px solid #ca0002;
  72. }
  73.  
  74. .top-bar {
  75.     overflow: hidden;
  76.     height: 45px;
  77.     line-height: 45px;
  78.     position: relative;
  79.     margin-bottom: 0;
  80.     background: linear-gradient(to right, #1e3c72, #2a5298);
  81.     width: 100%;
  82.     margin: 0 auto;
  83. }
  84.  
  85. .top-bar ul {
  86.     margin-bottom: 0;
  87.     list-style: none;
  88. }
  89.  
  90. .top-bar-section ul li {
  91.     float: left;
  92. }
  93.  
  94. .top-bar-section li a:not(.button) {
  95.     padding: 0 15px;
  96.     line-height: 45px;
  97. }
  98.  
  99. .top-bar-section ul li>a {
  100.     display: block;
  101.     width: 100%;
  102.     color: white;
  103.     padding: 12px 0 12px 0;
  104.     padding-left: 15px;
  105.     font-size: 0.8125rem;
  106.     font-weight: normal;
  107.     text-decoration: none;
  108.     font-weight: bold;
  109. }
  110.  
  111. .nav-tabs,
  112. .nav-tabs .nav-link {
  113.     border: none;
  114. }
  115.  
  116. .a.nav-item .nav-link {
  117.     padding: 0 !important;
  118.     margin: 0 !important;
  119. }
  120.  
  121. .readonly {
  122.     border: 1px #6c757d solid !important;
  123. }
  124.  
  125. .readonly img {
  126.     opacity: 0.5 !important;
  127. }
  128.  
  129. .read .text-title {
  130.     color: #343434 !important;
  131.     float: left;
  132.     font-size: 16px;
  133.     font-weight: bold;
  134. }
  135.  
  136. .read .text-date {
  137.     color: #343434 !important;
  138.     float: left;
  139.     font-size: 11px;
  140. }
  141.  
  142. .read .text-end_date {
  143.     color: #dc3545 !important
  144. }
  145.  
  146.  
  147. .readonly .text-title {
  148.     color: rgba(0, 0, 0, .5) !important;
  149.     float: left;
  150.     font-size: 16px;
  151.     font-weight: bold;
  152. }
  153.  
  154. .readonly .text-date {
  155.     color: rgba(0, 0, 0, .5) !important;
  156.     float: left;
  157.     font-size: 11px;
  158. }
  159.  
  160. .readonly .text-end_date {
  161.     color: rgba(0, 0, 0, .5) !important;
  162. }
  163.  
  164. #sidebar {
  165.     width: 272px;
  166. }
  167.  
  168. .bg-tb_order {
  169.     background: blue !important;
  170.     color: #ffffff
  171. }
  172.  
  173. .price td {
  174.     padding: 6px 6px;
  175. }
  176.  
  177. .gg_input {
  178.     background: red;
  179. }
  180.  
  181. .gg_input_error {
  182.     background: #ffd400;
  183. }
  184.  
  185. .p_text {
  186.     position: relative;
  187.     top: -9px;
  188.     border: 0;
  189.     transition: all 40ms linear;
  190.     margin-top: 10px;
  191.     margin-bottom: 10px;
  192.     margin-left: 2px;
  193.     margin-right: 2px;
  194.     color: #721c24;
  195.     padding: 15px;
  196.     font-weight: bold;
  197.     border-radius: 5px;
  198.     border: 1px #f5c6cb solid;
  199.     box-shadow: 0 4px 13px rgba(255, 113, 113, 0.5) !important;
  200. }
  201.  
  202. .p_border_r {
  203.     background-color: rgba(255, 255, 255, 0.8);
  204.     border-radius: 5px;
  205.     z-index: 2;
  206.     background: linear-gradient(45deg, rgba(255, 160, 160, 0.301) 0%, rgba(250, 135, 135, 0.315) 20%, transparent 20.3%, transparent 80%, rgba(255, 190, 190, 0.5) 80.3%)
  207. }
  208.  
  209. .p_border_r::after {
  210.     content: '';
  211.     position: absolute;
  212.     z-index: -1;
  213.     left: 6px;
  214.     top: 6px;
  215.     width: calc(100% - 12px);
  216.     height: calc(100% - 12px);
  217.     background: #f8d7da;
  218.     border-radius: 5px;
  219. }
  220.  
  221. .pp_amount .card-header {
  222.     background: linear-gradient(to bottom, #ece9e6, #ffffff);
  223. }
  224.  
  225. .pp_amount .card-header {
  226.     padding: 0 25px !important;
  227. }
  228.  
  229. .pp_amount .card-body {
  230.     padding: 20px 25px 5px 25px !important;
  231. }
  232.  
  233. .pp_amount table {
  234.     background-color: #ffeed0 !important;
  235. }
  236.  
  237. .pp_amount th,
  238. .pp_amount td {
  239.     border: #b1b1b1 1px solid !important;
  240.     font-size: 15px;
  241. }
  242.  
  243. .pp_amount td {
  244.     /* padding: 0px 10px !important; */
  245. }
  246.  
  247. .pp_amount tr:nth-child(1) {
  248.     background: linear-gradient(to bottom, #fceabb, #f8b500) !important;
  249.     color: #000 !important;
  250.     font-weight: 600 !important;
  251.     text-align: center;
  252. }
  253.  
  254. tr.pp_hover:hover {
  255.     background: #ffc800 !important;
  256. }
  257.  
  258. .check thead tr:nth-child(1) {
  259.     background-color: #ffc800 !important;
  260.     color: #000 !important;
  261.     font-weight: 600 !important;
  262. }
  263.  
  264. .btn-purple {
  265.     background: #8862e0;
  266.     color: #fff !important;
  267. }
  268.  
  269. .bg-tb_primary {
  270.     background: #e6f5ff;
  271. }
  272.  
  273. .active .bg-tb_primary {
  274.     box-shadow: 0 4px 13px rgba(93, 216, 247, .35) !important;
  275. }
  276.  
  277. .bg-tb_vietnam {
  278.     background: #ffe7e7;
  279. }
  280.  
  281. .active .bg-tb_vietnam {
  282.     box-shadow: 0 4px 13px rgba(247, 93, 93, 0.466) !important;
  283. }
  284.  
  285. .ribbon-vietnam {
  286.     display: inline-block;
  287.     vertical-align: top;
  288.     color: #fff;
  289.     padding: 4px 7px 4px 15px;
  290.     background-color: rgba(90, 90, 90, 0.8);
  291.     position: absolute;
  292.     top: 0;
  293.     right: 0;
  294.     border-bottom-left-radius: 25px;
  295.     box-shadow: 0 0 10px rgba(247, 93, 93, 0.3) !important;
  296.     text-shadow: 0 0 10px rgba(247, 93, 93, 0.3) !important;
  297. }
  298.  
  299.  
  300.  
  301. .ribbon-lotto {
  302.     display: inline-block;
  303.     vertical-align: top;
  304.     color: #fff;
  305.     padding: 4px 7px 4px 15px;
  306.     background-color: rgba(90, 90, 90, 0.8);
  307.     position: absolute;
  308.     top: 0;
  309.     right: 0;
  310.     border-bottom-left-radius: 25px;
  311.     box-shadow: 0 0 10px rgba(247, 93, 93, 0.3) !important;
  312.     text-shadow: 0 0 10px rgba(247, 93, 93, 0.3) !important;
  313. }
  314.  
  315. .bg-tb_primary .nav-link.active {
  316.     background: #007bff;
  317.     color: #fff !important;
  318. }
  319.  
  320. .bg-tb_vietnam .nav-link.active {
  321.     background: #dc3545;
  322.     color: #fff !important;
  323. }
  324.  
  325.  
  326. .bg-tb_success .nav-link.active {
  327.     background: #28a745;
  328.     color: #fff !important;
  329. }
  330.  
  331. .bg-tb_success {
  332.     background: #dcffe6;
  333. }
  334.  
  335. .active .bg-tb_success {
  336.     box-shadow: 0 4px 13px #28a745 !important;
  337. }
  338.  
  339. .bg-tb_warning {
  340.     background: #fff9e6;
  341. }
  342.  
  343. .active .bg-tb_warning {
  344.     box-shadow: 0 4px 13px #ffc107 !important;
  345. }
  346.  
  347.  
  348. .bg-tb_warning .nav-link.active {
  349.     background: #ffc107;
  350. }
  351.  
  352.  
  353. .border-info {
  354.     border-color: #8862e0 !important;
  355. }
  356.  
  357. .bg-tb_info .text-detail {
  358.     color: #8862e0;
  359. }
  360.  
  361. .bg-tb_info {
  362.     background: #e7e0f9;
  363. }
  364.  
  365. .active .bg-tb_info {
  366.     box-shadow: 0 4px 13px #8862e0 !important;
  367. }
  368.  
  369.  
  370. #nav-singapore .bg-tb_info .nav-link.active {
  371.     background: #8862e0;
  372.     color: #fff !important;
  373. }
  374.  
  375. #nav-singapore .btn-info {
  376.     color: #fff;
  377.     background-color: #8862e0;
  378.     border-color: #8862e0;
  379. }
  380.  
  381. #nav-singapore .btn-info:hover {
  382.     color: #fff;
  383.     background-color: #8862e0;
  384.     border-color: #8862e0;
  385. }
  386.  
  387.  
  388. #nav-singapore .btn-outline-info {
  389.     color: #8862e0;
  390.     border-color: #8862e0;
  391. }
  392.  
  393. #nav-singapore .btn-outline-info:hover {
  394.     color: #fff;
  395.     background-color: #8862e0;
  396.     border-color: #8862e0;
  397. }
  398.  
  399. #nav-singapore .btn-outline-info:focus {
  400.     outline-style: solid;
  401.     outline-color: #8862e0;
  402.     background-color: #8862e0;
  403.     border-color: #8862e0;
  404.     color: #fff;
  405. }
  406.  
  407.  
  408. .btn-how.btn-outline-info {
  409.     color: #8862e0;
  410.     border-color: #8862e0;
  411. }
  412.  
  413. .btn-how.btn-outline-info:hover {
  414.     color: #fff;
  415.     background-color: #8862e0;
  416.     border-color: #8862e0;
  417. }
  418.  
  419. .btn-how.btn-outline-info:focus {
  420.     outline-style: solid;
  421.     outline-color: #8862e0;
  422.     background-color: #8862e0;
  423.     border-color: #8862e0;
  424.     color: #fff;
  425. }
  426.  
  427.  
  428. .border-primary.bg-tb_primary .bg-tbN {
  429.     background: #007bff;
  430.     color: #fff !important;
  431. }
  432.  
  433. .border-danger.bg-tb_vietnam .bg-tbN {
  434.     background: #dc3545;
  435.     color: #fff !important;
  436. }
  437.  
  438. .border-success.bg-tb_success .bg-tbN {
  439.     background: #28a745;
  440.     color: #ffffff !important;
  441. }
  442.  
  443. .border-warning.bg-tb_warning .bg-tbN {
  444.     background: #ffc107;
  445.     color: #141414 !important;
  446. }
  447.  
  448. .border-info.bg-tb_info .bg-tbN {
  449.     background: #8862e0;
  450.     color: #fff !important;
  451. }
  452.  
  453. #nav-singapore .alert-info {
  454.     color: #f0ebfc;
  455.     background-color: #8862e0;
  456.     border-color: #f0ebfc;
  457. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement