Advertisement
hacksncode

Untitled

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