hacksncode

Untitled

Sep 8th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');
  2. :root {
  3. --background-color: #222222 !important;
  4. --buttons-text-color: #eaeaea !important;
  5. /* You can find colors at https://materialpalettes.com/ use values I named below for best outcome */
  6. --accent-main: #d3605b; /* 500 */
  7. --accent-darker: #c35857; /* 600 */
  8. --accent-darkest: #b15050; /* 700 */
  9. --accent-ligher: #efd2d7; /* 400 */
  10.  
  11. /* For blue version comment red and green version */
  12. /* --accent-main: #5b50b1; /* 500 */
  13. /* --accent-darker: #5548a7; /* 600 */
  14. /* --accent-darkest: #4d3e9b; /* 700 */
  15. /* --accent-ligher: #cbcae8; /* 400 */
  16.  
  17. /* For green version comment red and blue version */
  18. /* --accent-main: #58b150; /* 500 */
  19. /* --accent-darker: #4fa247; /* 600 */
  20. /* --accent-darkest: #43903c; /* 700 */
  21. /* --accent-ligher: #cbe7c9; /* 400 */
  22.  
  23. --accent-very-light: #efd2d7; /* 100 */
  24. --custom-logo-text: "JD KURWA";
  25. }
  26. html, body {
  27. font-family: 'Roboto', sans-serif !important;
  28. }
  29. .fas,
  30. .custom-icons-marks,
  31. .far,
  32. .page-dz-home-btns-title,
  33. span,
  34. .pages-text,
  35. .pages,
  36. #sync,
  37. .form-textarea .form-field-label,
  38. .form-text input,
  39. #toast-container.toast-top-full-width > div,
  40. #toast-container.toast-bottom-full-width > div,
  41. .p-login-form-field > input {
  42. color: var(--buttons-text-color);
  43. }
  44. .color1,
  45. #head,
  46. .tabs-tab,
  47. html,
  48. .pages,
  49. .section-head,
  50. #sync,
  51. .acc-elm-head,
  52. .panel,
  53. .form-textarea .form-field-label,
  54. .form-text input,
  55. #toast-container.toast-top-full-width > div,
  56. #toast-container.toast-bottom-full-width > div,
  57. .alert,
  58. .p-login-form-field > input {
  59. background: var(--background-color);
  60. }
  61. .form-textarea>div,
  62. #form-custom-odbiorcy,
  63. #form-custom-odbiorcy .form-select-input-icon {
  64. background: var(--buttons-text-color);
  65. color: var(--background-color);
  66. }
  67. #nav,
  68. .tabs-tab > div,
  69. .page-head,
  70. .floating-btn,
  71. .form-submit,
  72. .panel-head,
  73. .form-checkbox.act > .form-checkbox-input,
  74. .form-radio.act > .form-radio-input,
  75. button,
  76. #p-login-form-submit {
  77. background: var(--accent-main);
  78. }
  79. @keyframes rgb {
  80. 0% { background: red; }
  81. 20% { background: orange }
  82. 40% { background: yellow }
  83. 60% { background: green }
  84. 80% { background: blue }
  85. 100% { background: purple }
  86. }
  87. #p-login-info-icon {
  88. border: 3px solid var(--accent-main);
  89. }
  90. table tr.act > td:first-child > div.brd {
  91. border-left: 15px solid var(--accent-main);
  92. }
  93. a.nav-body-elm.act,
  94. #nav-head-btm-btns-my-account.act,
  95. #nav-head-my-account {
  96. background: var(--accent-darker);
  97. }
  98. .nav-head-my-account-elm.act {
  99. background: var(--accent-darkest);
  100. }
  101. .color1,
  102. .acc-elm-head-left i,
  103. #p-login-form-passreset,
  104. #p-passreset-form-login {
  105. color: var(--accent-darker) !important;
  106. }
  107. .alert > span {
  108. color: #d3605b !important;
  109. }
  110. .alert > hr {
  111. border-top: 1px solid rgba(255,255, 255,.5);
  112. }
  113. .form-checkbox > .form-checkbox-input > div,
  114. .form-checkbox > .form-checkbox-input {
  115. border-radius: 50%;
  116. }
  117. #toast-container > .toast-info {
  118. background-image: none !important;
  119. }
  120. #toast-container > div:after {
  121. display: none;
  122. }
  123. .form-radio {
  124. margin-top: 10px;
  125. }
  126. #nav-head {
  127. border-bottom: 1px solid var(--accent-ligher);
  128. }
  129. #nav-head-user-right-type {
  130. color: var(--accent-very-light);
  131. }
  132. #nav-body-pc {
  133. border-top: 1px solid var(--accent-very-light);
  134. }
  135. a#head-logo::after,
  136. #sync-cnt > div::before {
  137. content: var(--custom-logo-text);
  138. color: var(--accent-main);
  139. font-weight: 900;
  140. letter-spacing: .125rem;
  141. }
  142. #p-login-logo::after {
  143. content: "Dark Mode \A by hacksncode & Filip Kania";
  144. color: var(--buttons-text-color);
  145. opacity: 0.75;
  146. font-weight: 500;
  147. border: 2px solid var(--buttons-text-color);
  148. border-radius: .35rem;
  149. padding: .25rem .75rem;
  150. width: 80%;
  151. margin: .5rem auto 0rem auto;
  152. letter-spacing: .125rem;
  153. display: block;
  154. }
  155. #sync-cnt > div::before {
  156. font-size: 2rem;
  157. }
  158. .form-checkbox > .form-checkbox-input,
  159. .form-checkbox > .form-checkbox-input > div,
  160. .form-radio-input > div {
  161. background: var(--background-color);
  162. }
  163. .form-checkbox > .form-checkbox-input > i {
  164. color: var(--background-color);
  165. }
  166. img[alt="Logo"] {
  167. display: none;
  168. }
Advertisement
Add Comment
Please, Sign In to add comment