Leeniiux

Untitled

Sep 9th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.61 KB | None | 0 0
  1. body {
  2.  
  3. color: #4564d8;
  4.  
  5. background: #fff;
  6.  
  7. }
  8.  
  9. .modal-header,
  10.  
  11. .modal-body,
  12.  
  13. .modal-footer {
  14.  
  15. color: #000000;
  16.  
  17. }
  18.  
  19. .navbar-default {
  20.  
  21. background-color: #0683ab;
  22.  
  23. border-color: #0683ab;
  24.  
  25. text-transform: uppercase;
  26.  
  27. }
  28.  
  29. .navbar-default .navbar-nav > li > a {
  30.  
  31. color: #fff;
  32.  
  33. }
  34.  
  35. .navbar-default .navbar-nav > li > a:hover,
  36.  
  37. .navbar-default .navbar-nav > li > a:focus {
  38.  
  39. color: #fff;
  40.  
  41. text-decoration: underline;
  42.  
  43. }
  44.  
  45. .navbar-default .navbar-nav > .active > a,
  46.  
  47. .navbar-default .navbar-nav > .active > a:hover,
  48.  
  49. .navbar-default .navbar-nav > .active > a:focus {
  50.  
  51. color: #fff;
  52.  
  53. }
  54.  
  55. .navbar-default .navbar-toggle {
  56.  
  57. border-color: transparent;
  58.  
  59. }
  60.  
  61. .navbar-default .navbar-toggle:hover,
  62.  
  63. .navbar-default .navbar-toggle:focus {
  64.  
  65. background-color: transparent;
  66.  
  67. }
  68.  
  69. .navbar-default .navbar-toggle .icon-bar {
  70.  
  71. background-color: #fff;
  72.  
  73. }
  74.  
  75. .navbar-default .navbar-collapse,
  76.  
  77. .navbar-default .navbar-form {
  78.  
  79. border: 0;
  80.  
  81. }
  82.  
  83. .panel {
  84.  
  85. background-color: #fafafa;
  86.  
  87. border-color: #0683ab;
  88.  
  89. }
  90.  
  91. .panel .panel-heading {
  92.  
  93. color: #fff;
  94.  
  95. text-transform: uppercase;
  96.  
  97. background-color: #0683ab;
  98.  
  99. border: 0;
  100.  
  101. }
  102.  
  103. .progress {
  104.  
  105. background-color: #eee;
  106.  
  107. }
  108.  
  109. .module .payments li {
  110.  
  111. border-color: #eee;
  112.  
  113. }
  114.  
  115. .table > thead > tr > th,
  116.  
  117. .table > tbody > tr > th,
  118.  
  119. .table > tfoot > tr > th,
  120.  
  121. .table > thead > tr > td,
  122.  
  123. .table > tbody > tr > td,
  124.  
  125. .table > tfoot > tr > td {
  126.  
  127. border-color: #eee;
  128.  
  129. }
  130.  
  131. .table-striped > tbody > tr:nth-child(odd) > td,
  132.  
  133. .table-striped > tbody > tr:nth-child(odd) > th {
  134.  
  135. background-color: #eee;
  136.  
  137. }
  138.  
  139. .text-primary {
  140.  
  141. color: black;
  142.  
  143. }
  144.  
  145. .text-primary:hover {
  146.  
  147. color: #009bcc;
  148.  
  149. }
  150.  
  151. a {
  152.  
  153. color: black;
  154.  
  155. text-decoration: none;
  156.  
  157. }
  158.  
  159. a:hover,
  160.  
  161. a:focus {
  162.  
  163. color: #0088b3;
  164.  
  165. text-decoration: underline;
  166.  
  167. }
  168.  
  169. a:focus {
  170.  
  171. outline: thin dotted;
  172.  
  173. outline: 5px auto -webkit-focus-ring-color;
  174.  
  175. outline-offset: -2px;
  176.  
  177. }
  178.  
  179. a.thumbnail:hover,
  180.  
  181. a.thumbnail:focus,
  182.  
  183. a.thumbnail.active {
  184.  
  185. border-color: #0683ab;
  186.  
  187. }
  188.  
  189. .btn-link {
  190.  
  191. color: black;
  192.  
  193. font-weight: normal;
  194.  
  195. cursor: pointer;
  196.  
  197. border-radius: 0;
  198.  
  199. }
  200.  
  201. .btn-link,
  202.  
  203. .btn-link:active,
  204.  
  205. .btn-link[disabled],
  206.  
  207. fieldset[disabled] .btn-link {
  208.  
  209. background-color: transparent;
  210.  
  211. -webkit-box-shadow: none;
  212.  
  213. box-shadow: none;
  214.  
  215. }
  216.  
  217. .btn-link,
  218.  
  219. .btn-link:hover,
  220.  
  221. .btn-link:focus,
  222.  
  223. .btn-link:active {
  224.  
  225. border-color: transparent;
  226.  
  227. }
  228.  
  229. .btn-link:hover,
  230.  
  231. .btn-link:focus {
  232.  
  233. color: #0088b3;
  234.  
  235. text-decoration: underline;
  236.  
  237. background-color: transparent;
  238.  
  239. }
  240.  
  241. .btn-link[disabled]:hover,
  242.  
  243. fieldset[disabled] .btn-link:hover,
  244.  
  245. .btn-link[disabled]:focus,
  246.  
  247. fieldset[disabled] .btn-link:focus {
  248.  
  249. color: #999999;
  250.  
  251. text-decoration: none;
  252.  
  253. }
  254.  
  255. .dropdown-menu > .active > a,
  256.  
  257. .dropdown-menu > .active > a:hover,
  258.  
  259. .dropdown-menu > .active > a:focus {
  260.  
  261. color: #ffffff;
  262.  
  263. text-decoration: none;
  264.  
  265. outline: 0;
  266.  
  267. background-color: #0683ab;
  268.  
  269. }
  270.  
  271. .nav-pills > li {
  272.  
  273. float: left;
  274.  
  275. }
  276.  
  277. .nav-pills > li > a {
  278.  
  279. border-radius: 4px;
  280.  
  281. }
  282.  
  283. .nav-pills > li + li {
  284.  
  285. margin-left: 2px;
  286.  
  287. }
  288.  
  289. .nav-pills > li.active > a,
  290.  
  291. .nav-pills > li.active > a:hover,
  292.  
  293. .nav-pills > li.active > a:focus {
  294.  
  295. color: #ffffff;
  296.  
  297. background-color: #0683ab;
  298.  
  299. }
  300.  
  301. .nav-pills > li.active > a .caret,
  302.  
  303. .nav-pills > li.active > a:hover .caret,
  304.  
  305. .nav-pills > li.active > a:focus .caret {
  306.  
  307. border-top-color: #ffffff;
  308.  
  309. border-bottom-color: #ffffff;
  310.  
  311. }
  312.  
  313. a.list-group-item {
  314.  
  315. color: #555555;
  316.  
  317. }
  318.  
  319. a.list-group-item .list-group-item-heading {
  320.  
  321. color: #333333;
  322.  
  323. }
  324.  
  325. a.list-group-item:hover,
  326.  
  327. a.list-group-item:focus {
  328.  
  329. text-decoration: none;
  330.  
  331. background-color: #f5f5f5;
  332.  
  333. }
  334.  
  335. a.list-group-item.active,
  336.  
  337. a.list-group-item.active:hover,
  338.  
  339. a.list-group-item.active:focus {
  340.  
  341. z-index: 2;
  342.  
  343. color: #ffffff;
  344.  
  345. background-color: #0683ab;
  346.  
  347. border-color: #0683ab;
  348.  
  349. }
  350.  
  351. a.list-group-item.active .list-group-item-heading,
  352.  
  353. a.list-group-item.active:hover .list-group-item-heading,
  354.  
  355. a.list-group-item.active:focus .list-group-item-heading {
  356.  
  357. color: inherit;
  358.  
  359. }
  360.  
  361. a.list-group-item.active .list-group-item-text,
  362.  
  363. a.list-group-item.active:hover .list-group-item-text,
  364.  
  365. a.list-group-item.active:focus .list-group-item-text {
  366.  
  367. color: #ccf3ff;
  368.  
  369. }
  370.  
  371. .btn-primary {
  372.  
  373. color: #ffffff;
  374.  
  375. background-color: #0683ab;
  376.  
  377. border-color: #00afe6;
  378.  
  379. }
  380.  
  381. .btn-primary:hover,
  382.  
  383. .btn-primary:focus,
  384.  
  385. .btn-primary:active,
  386.  
  387. .btn-primary.active,
  388.  
  389. .open .dropdown-toggle.btn-primary {
  390.  
  391. color: #ffffff;
  392.  
  393. background-color: #009bcc;
  394.  
  395. border-color: #0080a8;
  396.  
  397. }
  398.  
  399. .btn-primary:active,
  400.  
  401. .btn-primary.active,
  402.  
  403. .open .dropdown-toggle.btn-primary {
  404.  
  405. background-image: none;
  406.  
  407. }
  408.  
  409. .btn-primary.disabled,
  410.  
  411. .btn-primary[disabled],
  412.  
  413. fieldset[disabled] .btn-primary,
  414.  
  415. .btn-primary.disabled:hover,
  416.  
  417. .btn-primary[disabled]:hover,
  418.  
  419. fieldset[disabled] .btn-primary:hover,
  420.  
  421. .btn-primary.disabled:focus,
  422.  
  423. .btn-primary[disabled]:focus,
  424.  
  425. fieldset[disabled] .btn-primary:focus,
  426.  
  427. .btn-primary.disabled:active,
  428.  
  429. .btn-primary[disabled]:active,
  430.  
  431. fieldset[disabled] .btn-primary:active,
  432.  
  433. .btn-primary.disabled.active,
  434.  
  435. .btn-primary[disabled].active,
  436.  
  437. fieldset[disabled] .btn-primary.active {
  438.  
  439. background-color: #0683ab;
  440.  
  441. border-color: #00afe6;
  442.  
  443. }
  444.  
  445. .btn-primary .badge {
  446.  
  447. color: black;
  448.  
  449. background-color: #ffffff;
  450.  
  451. }
  452.  
  453. .pagination {
  454.  
  455. display: inline-block;
  456.  
  457. padding-left: 0;
  458.  
  459. margin: 20px 0;
  460.  
  461. border-radius: 4px;
  462.  
  463. }
  464.  
  465. .pagination > li {
  466.  
  467. display: inline;
  468.  
  469. }
  470.  
  471. .pagination > li > a,
  472.  
  473. .pagination > li > span {
  474.  
  475. position: relative;
  476.  
  477. float: left;
  478.  
  479. padding: 6px 12px;
  480.  
  481. line-height: 1.42857143;
  482.  
  483. text-decoration: none;
  484.  
  485. background-color: #ffffff;
  486.  
  487. border: 1px solid #dddddd;
  488.  
  489. margin-left: -1px;
  490.  
  491. }
  492.  
  493. .pagination > li:first-child > a,
  494.  
  495. .pagination > li:first-child > span {
  496.  
  497. margin-left: 0;
  498.  
  499. border-bottom-left-radius: 4px;
  500.  
  501. border-top-left-radius: 4px;
  502.  
  503. }
  504.  
  505. .pagination > li:last-child > a,
  506.  
  507. .pagination > li:last-child > span {
  508.  
  509. border-bottom-right-radius: 4px;
  510.  
  511. border-top-right-radius: 4px;
  512.  
  513. }
  514.  
  515. .pagination > li > a:hover,
  516.  
  517. .pagination > li > span:hover,
  518.  
  519. .pagination > li > a:focus,
  520.  
  521. .pagination > li > span:focus {
  522.  
  523. background-color: #eeeeee;
  524.  
  525. }
  526.  
  527. .pagination > .active > a,
  528.  
  529. .pagination > .active > span,
  530.  
  531. .pagination > .active > a:hover,
  532.  
  533. .pagination > .active > span:hover,
  534.  
  535. .pagination > .active > a:focus,
  536.  
  537. .pagination > .active > span:focus {
  538.  
  539. z-index: 2;
  540.  
  541. color: #ffffff;
  542.  
  543. background-color: #0683ab;
  544.  
  545. border-color: #0683ab;
  546.  
  547. cursor: default;
  548.  
  549. }
  550.  
  551. .pagination > .disabled > span,
  552.  
  553. .pagination > .disabled > span:hover,
  554.  
  555. .pagination > .disabled > span:focus,
  556.  
  557. .pagination > .disabled > a,
  558.  
  559. .pagination > .disabled > a:hover,
  560.  
  561. .pagination > .disabled > a:focus {
  562.  
  563. color: #999999;
  564.  
  565. background-color: #ffffff;
  566.  
  567. border-color: #dddddd;
  568.  
  569. cursor: not-allowed;
  570.  
  571. }
  572.  
  573. .label-primary {
  574.  
  575. background-color: #0683ab;
  576.  
  577. }
  578.  
  579. .label-primary[href]:hover,
  580.  
  581. .label-primary[href]:focus {
  582.  
  583. background-color: #009bcc;
  584.  
  585. }
  586.  
  587. .progress-bar {
  588.  
  589. background-color: #0683ab;
  590.  
  591. }
  592.  
  593. .panel-primary {
  594.  
  595. border-color: #0683ab;
  596.  
  597. }
  598.  
  599. .panel-primary > .panel-heading {
  600.  
  601. color: #ffffff;
  602.  
  603. background-color: #0683ab;
  604.  
  605. border-color: #0683ab;
  606.  
  607. }
  608.  
  609. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  610.  
  611. border-top-color: black;
  612.  
  613. }
  614.  
  615. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  616.  
  617. border-bottom-color: black;
  618.  
  619. }
  620. * {
  621. color: black;
  622. }
Advertisement
Add Comment
Please, Sign In to add comment