Guest User

Untitled

a guest
May 28th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. .item_orders--empty {
  2. background-color: #22222b;
  3. }
  4. .verification__tutorial li:nth-child(2n)>div,
  5. .verification__tutorial .compose__box,
  6. .transition__group {
  7. border: none;
  8. background-color: #2b2b38;
  9. }
  10. .settings__page .settings__content,
  11. .content__body .container {
  12. background: #23232d !important;
  13. }
  14. .settings__content input,
  15. .settings__content select,
  16. input.form-control,
  17. a.just_link,
  18. .social_links,
  19. .review__form select,
  20. .review__form textarea,
  21. .review__form .subtext,
  22. .review__block,
  23. .review__block p,
  24. .review__listing + nav li a.active,
  25. a.btn__light:hover,
  26. .achievement__block,
  27. .floating-menu__section .user__avatar {
  28. background-color: #1d1d24 !important;
  29. border-color: #1d1d24 !important;
  30. color: #77939b;
  31. }
  32. .achievement__block * {
  33. border-color: #2b2b38 !important;
  34. }
  35. .review__listing + nav li a.btn.active {
  36. color: #39a57e;
  37. }
  38. .settings__content .input-group-addon {
  39. background-color: #2b2b38;
  40. border-color: #1d1d24 !important;
  41. color: #77939b;
  42. }
  43. .verification__tutorial li:nth-child(2n)>div {
  44. background-color: #2b2b38;
  45. }
  46. .ad__line {
  47. border: none;
  48. }
  49. section.content + section.flex--root {
  50. background-color: #23232d;
  51. }
  52. a,
  53. .content a {
  54. color: #5490a0;
  55. }
  56. .description__flex,
  57. .floating-menu__section li.separator {
  58. border-left-color: #2b2b38 !important;
  59. border-left-style: solid !important;
  60. }
  61. .floating-menu__section .root-menu-button > ul,
  62. .floating-menu__section .root-menu-button > ul li.online-switch {
  63. border-top-color: #2b2b38;
  64. border-top-style: solid;
  65. }
  66. .floating-menu__section .root-menu-button > ul li.online-switch {
  67. border-bottom-color: #2b2b38;
  68. border-bottom-style: solid;
  69. }
  70. .order-unit .order-unit__icon img {
  71. border-color: #265663;
  72. }
  73. .order-unit .order-unit__icon .order__type-marker {
  74. background-color: #265663 !important;
  75. }
  76. .marker_buy {
  77. color: #c6e1d7 !important;
  78. }
  79. .btn__light.red,
  80. .s-offline,
  81. .marker_sell {
  82. color: #ea6100 !important;
  83. }
  84. .floating-menu__section .root-menu-button > ul li.button > a:hover,
  85. .floating-menu__section .root-menu-button > ul li.button > div:hover {
  86. background-color: #2b2b38 !important;
  87. }
  88. .logotype a {
  89. filter: invert(1) hue-rotate(180deg);
  90. }
  91. .order__inactive:nth-child(even) {
  92. border-left-color: #b95005 !important;
  93. }
  94. .order__inactive:nth-child(odd) {
  95. border-left-color: #ea6100 !important;
  96. }
Add Comment
Please, Sign In to add comment