Psykek

qdownloader night theme

Feb 8th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.15 KB | None | 0 0
  1. #navMenu {
  2.     background-color: #000;
  3. }
  4. #navMenu .menu ul li a {
  5.     color: #505050 !important;
  6. }
  7. .dropdown .caret-down svg {
  8.     fill: #3C3C3C;
  9.     width: 10px;
  10. }
  11. #navMenu .menu ul li {
  12.     color: #505050;
  13. }
  14. .upper-display {
  15.     background-color: #050505 !important;
  16. }
  17. .menu .dropbtn circle {
  18.     display: none;
  19. }
  20. .menu .dropbtn #Layer_1 {
  21.     display: none;
  22. }
  23. .logo span {
  24.     color: #999;
  25. }
  26. .url-input {
  27.     background-color: #181818;
  28.     border: 1px outset #151515;
  29.     color: #999;
  30. }
  31. #downloadBtn {
  32.     background-color: #101010;
  33.     color: #505050;
  34. }
  35. body {
  36.     background-color: #050505;
  37. }
  38. .dropdown .dropdown-content a {
  39.     background-color: #080808;
  40.     color: #999;
  41.     width: 150px;
  42. }
  43. .header {
  44.     color: #505050 !important;
  45. }
  46. .cc-notice {
  47.     color: #505050;
  48. }
  49. .cc-notice a {
  50.     color: #666;
  51. }
  52. .rhbn-w img {
  53.     display: none;
  54. }
  55. footer {
  56.     background-color: #000;
  57. }
  58. footer a {
  59.     color: #505050 !important;
  60. }
  61. .copyright {
  62.     color: #505050;
  63. }
  64. .site-selection h2 {
  65.     color: #656565 !important;
  66.     margin-bottom: 0px;
  67. }
  68. .site-block {
  69.     display: none;
  70. }
  71. .pBtn {
  72.     background-color: #101010;
  73.     color: #505050 !important;
  74.     margin-top: 0px;
  75. }
  76. .pBtn:hover {
  77.     background-color: #202020 !important;
  78. }
  79. #downloadBtn:hover {
  80.     background-color: #202020 !important;
  81.     color: #fff;
  82. }
  83. .bookmarklet-button {
  84.     background-color: #101010 !important;
  85.     color: #505050 !important;
  86. }
  87. .bookmarklet-button:hover {
  88.     background-color: #202020 !important;
  89.     color: #fff !important;
  90. }
  91. .title {
  92.     color: #777 !important;
  93. }
  94. .dlALink {
  95.     display: none;
  96. }
  97. .downloadSection h3 {
  98.     color: #666;
  99. }
  100. .downloadInstruction {
  101.     color: #555 !important;
  102. }
  103. .downloadInstruction span {
  104.     color: #555 !important;
  105. }
  106. th {
  107.     background-color: #101010;
  108.     color: #666;
  109. }
  110. .downloadsTable tbody td {
  111.     background-color: #090909;
  112.     border-color: #171717;
  113.     color: #555;
  114. }
  115. .downloadsTable a {
  116.     background-color: #101010 !important;
  117.     color: #252525 !important;
  118. }
  119. .downloadsTable tbody td a {
  120.     -webkit-filter: grayscale(100%);
  121.     filter: grayscale(100%);
  122. }
Add Comment
Please, Sign In to add comment