Guest User

Untitled

a guest
Oct 20th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. /* fix border */
  2. * {
  3. border-radius: 0!important
  4. }
  5.  
  6. /* more green for professional */
  7. html.protonmail .professional {
  8. color: #64DD17
  9. }
  10.  
  11. /* fix for my custom scrollbar */
  12. ::-webkit-scrollbar {
  13. background-color: #212121!important
  14. }
  15.  
  16. /* backgrounds */
  17. .sidebar,
  18. .logo,
  19. .headerDesktop-container {
  20. background: #212121;
  21. }
  22. #conversation-list-columns,
  23. #pm_main {
  24. color: #fff;
  25. background: #424242
  26. }
  27. .conversation {
  28. background: #424242!important;
  29. color: #EEE;
  30. border-bottom-color: #64DD17
  31. }
  32.  
  33. /* button sidebar */
  34. .sidebarApp-container .sidebar-btn-compose {
  35. background-color: #64DD17 !important;
  36. border-color: #64DD17 !important;
  37. color: #212121
  38. }
  39.  
  40. /* idk */
  41. .image.loading:after,
  42. .loader em,
  43. navigationItem-item ptDnd-dropzone-container {
  44. border-left-color: #64DD17!important
  45. }
  46.  
  47. /* text */
  48. html.protonmail .text-red {
  49. color: #D50000
  50. }
  51. html.protonmail .text-green {
  52. color: #64DD17
  53. }
  54. html.protonmail .text-purple {
  55. color: #64DD17!important
  56. }
  57.  
  58. /* links */
  59. .headerBlock-container [class*=link],
  60. .signupUserForm-footer a,
  61. .sidebarApp-container .footer div.storage strong,
  62. .sidebarApp-container .footer div.link a,
  63. .sidebarApp-item.active .navigationItem-icon,
  64. .pm_button.link,
  65. p a {
  66. color: #64DD17!important;
  67. }
  68.  
  69. /* alerts */
  70. .alert {
  71. background-color: #212121!important;
  72. }
  73. .alert-warning {
  74. background-color: #FF6F00!important;
  75. }
  76. .alert.alert-danger a,
  77. .alert.alert-info a,
  78. .alert.alert-success a,
  79. .alert.alert-warning a {
  80. color: #64DD17
  81. }
  82.  
  83. /* textarea */
  84. .pm_form textarea {
  85. background-color: #212121;
  86. color: #64DD17
  87. }
  88.  
  89. /* inputs */
  90. .pm_form input[type=text],
  91. .pm_form input[type=number],
  92. .pm_form input[type=tel],
  93. .pm_form input[type=password],
  94. .pm_form input[type=email],
  95. .pm_form input[type=search],
  96. .pm_form select,
  97. .pm_form textarea,
  98. .pm_form input[type=text]:hover,
  99. .pm_form input[type=number]:hover,
  100. .pm_form input[type=tel]:hover,
  101. .pm_form input[type=password]:hover,
  102. .pm_form input[type=email]:hover,
  103. .pm_form input[type=search]:hover,
  104. .pm_form select:hover,
  105. .pm_form textarea:hover,
  106. .pm_form input[type=text]:focus,
  107. .pm_form input[type=number]:focus,
  108. .pm_form input[type=tel]:focus,
  109. .pm_form input[type=password]:focus,
  110. .pm_form input[type=email]:focus,
  111. .pm_form input[type=search]:focus,
  112. .pm_form select:focus,
  113. .pm_form textarea:focus {
  114. border-color: #64DD17;
  115. color: #64DD17;
  116. background-color: #212121!important
  117. }
  118.  
  119. /* toggles */
  120. .pm_toggle.off .off,
  121. .pm_toggle.on .on {
  122. background-color: #64DD17!important
  123. }
  124. .pm_toggle {
  125. box-shadow: 0 0 0 1px #64DD17!important;
  126. background-color: #212121
  127. }
  128. .pm_toggle span.knob {
  129. border: 1px solid #64DD17!important;
  130. background-color: #64DD17!important
  131. }
  132.  
  133. /* buttons */
  134. .pm_button {
  135. background-color: #212121;
  136. color: #64DD17;
  137. border: 1px solid #64DD17
  138. }
  139. .pm_buttons a,
  140. .pm_buttons a.active,
  141. .pm_buttons a:active {
  142. background: #212121!important;
  143. color: #fff!important
  144. }
  145. .pm_button.success,
  146. .pm_button:hover,
  147. .pm_button:focus,
  148. .pm_button.primary {
  149. background-color: #64DD17!important;
  150. color: #212121!important;
  151. border: 1px solid #212121!important
  152. }
  153. .pm_button.round,
  154. .pm_button.primary:hover,
  155. .pm_button.primary:focus {
  156. background-color: #212121!important;
  157. color: #64DD17!important;
  158. border: 1px solid #64DD17!important
  159. }
  160.  
  161. /* Button Error */
  162. .pm_button.error,
  163. .pm_button.error:focus,
  164. .pm_button.error:hover {
  165. background-color: #F44336!important;
  166. border-color: #B71C1C!important;
  167. color: #fff!important
  168. }
  169. .pm_button.error:focus,
  170. .pm_button.error:hover {
  171. box-shadow: 0px 0px 15px 5px #D50000;
  172. background-color: #D50000!important;
  173. border-color: #D50000!important
  174. }
  175.  
  176. /* checkboxes / radios */
  177. .customMaskInput-mask,
  178. .customCheckbox-input:checked+.customCheckbox-mask {
  179. color: #64DD17!important;
  180. background-color: #212121;
  181. border-color: #64DD17!important
  182. }
  183. .customRadio-input:checked+.customRadio-mask {
  184. box-shadow: inset 0 0 0 3px #212121, inset 0 0 0 10px #64DD17;
  185. border-color: #64DD17
  186. }
  187.  
  188. /* navigation active */
  189. .navigation>li.active,
  190. .navigation>li:hover {
  191. box-shadow: 0 5px 0 0 #64DD17 inset;
  192. }
  193. li.active>a>i {
  194. color: #64DD17!important
  195. }
  196.  
  197. /* search box */
  198. .searchForm-advanced-main,
  199. .searchForm-advanced-wrapper {
  200. background-color: #212121
  201. }
  202. img {
  203. filter: invert(1)
  204. }
  205.  
  206. /* table border */
  207. .pm_table table.bordered,
  208. .pm_table table td {
  209. color: #64DD17;
  210. border-color: #64DD17!important
  211. }
  212. .pm_table table thead {
  213. border-top-color: #64DD17
  214. }
  215. .pm_table table th {
  216. background-color: #212121;
  217. border-bottom: #64DD17;
  218. color: #64DD17
  219. }
  220.  
  221. /* badge */
  222. .pm_badge,
  223. .pm_tag {
  224. background: #212121!important;
  225. color: #64DD17!important
  226. }
  227. .pm_badge.success {
  228. background: #64DD17!important;
  229. color: #212121!important
  230. }
  231.  
  232. /* icons */
  233. .pm_button.round .fa {
  234. color: #64DD17
  235. }
  236.  
  237. /* kbd */
  238. kbd {
  239. color: #64DD17;
  240. background-color: #212121;
  241. box-shadow: 0 0 0 #64DD17;
  242. }
Add Comment
Please, Sign In to add comment