MetroAndroid

hitomi Dark

Nov 1st, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. body {
  2. background-color: black;
  3. }
  4.  
  5. .container {
  6. background-color: black;
  7. }
  8.  
  9. .content {
  10. background-color: black;
  11. }
  12.  
  13. .top-content {
  14. background-color: black;
  15. }
  16.  
  17. .bottom-content {
  18. background-color: black;
  19. }
  20.  
  21. .page-content {
  22. background-color: #020202;
  23. }
  24.  
  25. .page-container {
  26. background-color: black;
  27. }
  28.  
  29. .gallery-content {
  30. background-color: black;
  31. }
  32.  
  33. .gallery-content h1 {
  34. color: black;
  35. }
  36.  
  37. #loader-content {
  38. background-color: black;
  39. }
  40.  
  41. .dj, .cg, .acg, .manga, .anime {
  42. background-color: black;
  43. }
  44.  
  45. select {
  46. background-color: black;
  47. color: whitesmoke;
  48. }
  49.  
  50. h1, center {
  51. color: whitesmoke;
  52. }
  53.  
  54. select#single-page-select {
  55. color: rgb(153, 153, 153);
  56. }
  57.  
  58. button#search-button {
  59. background-color: rgb(189, 189, 189);
  60. }
  61.  
  62. .tags li a, .relatedtags li a {
  63. background-color: #A1A1A1;
  64. color: black;
  65. }
  66.  
  67. body > div.navbar.navbar-inverse.navbar-static-top > div {
  68. background-image: none;
  69. background-color: black;
  70. }
  71.  
  72. /*Manga*/
  73.  
  74. .manga {
  75. background-color: black;
  76. border: 1px solid rgba(255, 255, 255, 0.24);
  77. }
  78.  
  79. .manga h1 {
  80. background-color: #743874;
  81. color: black;
  82. text-shadow: none;
  83. }
  84.  
  85. .manga .artist-list {
  86. color: black;
  87. background-color: #AD81AD;
  88. }
  89.  
  90. .manga-gallery h1 {
  91. background-color: #743874;
  92. color: black;
  93. text-shadow: none;
  94. }
  95.  
  96. .manga-gallery h2 {
  97. color: black;
  98. background-color: #AD81AD;
  99. }
  100.  
  101. /*Doujinshi*/
  102.  
  103. .dj {
  104. background-color: black;
  105. border: 1px solid rgba(255, 255, 255, 0.24);
  106. }
  107.  
  108. .dj-content {
  109. background-color: black;
  110. }
  111.  
  112. .dj h1 {
  113. background-color: #914C4C;
  114. text-shadow: none;
  115. }
  116.  
  117. .dj .artist-list {
  118. color: black;
  119. background-color: #A66C6C;
  120. }
  121.  
  122. .dj-gallery h1 {
  123. background-color: #BB7878;
  124. color: black;
  125. text-shadow: none;
  126. }
  127.  
  128. .dj-gallery h2 {
  129. background-color: #663333;
  130. color: black;
  131. }
  132.  
  133. /*Artist CG*/
  134.  
  135. .acg {
  136. border: 1px solid rgba(255, 255, 255, 0.24);
  137. }
  138.  
  139. .acg h1 {
  140. background-color: #2A8C8C;
  141. text-shadow: none;
  142. }
  143.  
  144. .acg .artist-list {
  145. color: black;
  146. background-color: #77BABA;
  147. }
  148.  
  149. .thumbnail-list {
  150. background-color: black;
  151. }
  152.  
  153. .thumbnail-container img {
  154. border: 1px solid rgb(87, 87, 87);
  155. }
  156.  
  157. .acg-gallery h1 {
  158. background-color: #2A8C8C;
  159. color: black;
  160. text-shadow: none;
  161. }
  162.  
  163. .acg-gallery h2 {
  164. color: black;
  165. background-color: #77BABA;
  166. }
  167.  
  168. /*Game CG*/
  169.  
  170. .cg {
  171. border: 1px solid rgba(255, 255, 255, 0.24);
  172. }
  173.  
  174. .cg h1 {
  175. background-color: #5656CD;
  176. color: black;
  177. text-shadow: none;
  178. }
  179.  
  180. .cg .artist-list {
  181. background-color: #8686DF;
  182. color: black;
  183. }
  184.  
  185. .cg-gallery h1 {
  186. background-color: #5656CD;
  187. color: black;
  188. text-shadow: none;
  189. }
  190.  
  191. .cg-gallery h2 {
  192. background-color: #8686DF;
  193. color: black;
  194. }
  195.  
  196. /*Anime*/
  197.  
  198. .anime {
  199. border: 1px solid rgba(255, 255, 255, 0.24);
  200. }
  201.  
  202. .anime h1 {
  203. background-color: #2F772F;
  204. color: black;
  205. text-shadow: none;
  206. }
  207.  
  208. .anime .artist-list {
  209. background-color: #649E64;
  210. color: black;
  211. }
  212.  
  213. .anime-gallery h1 {
  214. background-color: #2F772F;
  215. color: black;
  216. text-shadow: none;
  217. }
  218.  
  219. .anime-gallery h2 {
  220. background-color: #649E64;
  221. color: black;
  222. }
  223.  
  224. .video_backdrop {
  225. background-color: black;
  226. }
  227.  
  228. /*Search Bar*/
  229.  
  230. input#query-input {
  231. background-color: black;
  232. color: white;
  233. }
  234.  
  235. #search-suggestions li {
  236. background-color: black;
  237. }
  238.  
  239. #search-suggestions li a {
  240. background-color: black;
  241. color: #999999;
  242. }
Advertisement
Add Comment
Please, Sign In to add comment