Dark Galaxy

Dark theme for torrentgalaxy.to

  1. /* ==UserStyle==
  2. @name Dark Galaxy
  3. @description Dark theme for torrentgalaxy.to
  4. @namespace NotNeo
  5. @version 1.1.7
  6. @author NotNeo
  7. @license unlicense
  8. ==/UserStyle== */
  9. @-moz-document regexp("http(s?):\\/\\/torrentgalaxy\\.(to|org|pw).*") {
  10. ul.navbar-nav > li > a:hover,
  11. ul.navbar-nav > li > a:active {
  12. background-color: #1c1c1c;
  13. }
  14.  
  15. .nav > li > a:hover,
  16. .nav > li > a:active,
  17. .nav > li > a:focus {
  18. background-color: #1c1c1c;
  19. }
  20.  
  21. body {
  22. background-color: #262626;
  23. }
  24.  
  25. .row {
  26. margin: 0;
  27. }
  28.  
  29. a {
  30. color: #3996e6;
  31. }
  32. a:hover,
  33. a:active {
  34. color: #3d81bc;
  35. }
  36.  
  37. #arcade {
  38. background-color: black;
  39. box-shadow: 0 0 20px 10px #383838 inset;
  40. }
  41. .thumbnail {
  42. background-color: #505050;
  43. }
  44. .thumbnail .caption {
  45. color: white;
  46. }
  47. .alert-info {
  48. background-color: #212121 !important;
  49. }
  50.  
  51. #panelmain,
  52. .table-striped > tbody > tr:nth-of-type(2n):hover,
  53. .table-striped > tbody > tr:nth-of-type(2n):active,
  54. .table-striped > tbody > tr:nth-of-type(2n):focus {
  55. color: white;
  56. background-color: #383838;
  57. }
  58.  
  59. #panelmain legend {
  60. color: #a7a3a3;
  61. }
  62.  
  63. .tprow,
  64. .newtablerow,
  65. .tprow:hover {
  66. background-color: #4d4d4d;
  67. }
  68. .tprow:nth-of-type(2n+1),
  69. .newtablerow:nth-of-type(2n+1) {
  70. background-color: #595959;
  71. }
  72. blockquote.txlight {
  73. border-left: 5px solid #595959;
  74. }
  75. .ubcell {
  76. background-color: #595959 !important;
  77. }
  78.  
  79. .ntranimate:hover,
  80. .ntranimate:active,
  81. .ntranimate:nth-of-type(2n+1):hover,
  82. .ntranimate:nth-of-type(2n+1):active {
  83. background-color: #5b5b46;
  84. }
  85.  
  86. .breadcrumb,
  87. .form-control,
  88. .btn-default,
  89. .pagination > li > a,
  90. .pagination > li > span,
  91. .table-striped > tbody > tr:nth-of-type(2n+1),
  92. .table-striped > tbody > tr.likeboxtr:nth-of-type(2n):hover,
  93. .table-striped > tbody > tr.likeboxtr:nth-of-type(2n):active,
  94. .table-striped > tbody > tr.likeboxtr:nth-of-type(2n):focus,
  95. .likeboxtr.txlight,
  96. .likeboxtr,
  97. .panel,
  98. #tabs .tab-content .panel,
  99. .chattersonline {
  100. background-color: #242424;
  101. color: #a7a3a3;
  102. }
  103.  
  104. .chatbox,
  105. .radiobox {
  106. background-color: #181818;
  107. }
  108. #chatcoldd:nth-of-type(2n+1),
  109. .chatrows:nth-child(2n) {
  110. background-color: rgba(20, 20, 20, 0.75);
  111. }
  112.  
  113. .chatinputdiv button {
  114. background-color: #181818 !important;
  115. }
  116.  
  117. #bbinput {
  118. background-color: #242424 !important;
  119. color: #a7a3a3 !important;
  120. }
  121.  
  122. .chattersonline > .namebadge {
  123. border: none;
  124. box-shadow: none;
  125. background: none;
  126. }
  127.  
  128. #intblock {
  129. border-color: black;
  130. }
  131.  
  132. #intblockheader {
  133. border-color: black;
  134. background-color: #535337;
  135. }
  136.  
  137. #innerhead {
  138. background-color: #363636;
  139. color: #898989;
  140. }
  141.  
  142. /*torrent table rows*/
  143. .tgxtablerow,
  144. div.tgxtable > div:not(.innerhead)
  145. {
  146. background-color: #878787;
  147. }
  148. .tgxtablerow:nth-of-type(2n+1),
  149. div.tgxtable > div:not(.innerhead):nth-of-type(2n+1){
  150. background-color: #717171;
  151. }
  152. .tgxtablerow a,
  153. div.tgxtable > div:not(.innerhead) a{
  154. color: #080864;
  155. }
  156. .tgxtablerow:hover,
  157. .tgxtablerow:active,
  158. .tgxtablerow:nth-of-type(2n+1):hover,
  159. .tgxtablerow:nth-of-type(2n+1):active,
  160. div.tgxtable > div:not(.innerhead):hover,
  161. div.tgxtable > div:not(.innerhead):active,
  162. div.tgxtable > div:not(.innerhead):nth-of-type(2n+1):hover,
  163. div.tgxtable > div:not(.innerhead):nth-of-type(2n+1):active{
  164. background-color: #aaa;
  165. }
  166. .tgxtable > div:not(#innerhead) > .tgxtablecell
  167. {
  168. color: #FFF;
  169. }
  170.  
  171.  
  172. #smallnav[href="/account.php"] {
  173. background-color: transparent !important;
  174. color: #a7a3a3 !important;
  175. }
  176.  
  177. #ddnews:nth-of-type(2n+1) {
  178. background-color: #181818;
  179. }
  180.  
  181. textarea#ghosted.mail,
  182. textarea.mail,
  183. #ddnews {
  184. background-color: #242424;
  185. color: white;
  186. }
  187.  
  188. #headnew {
  189. background: radial-gradient(ellipse at center, #272a16 0%, #121212 71%);
  190. }
  191.  
  192. img.profile {
  193. border-color: #242424;
  194. }
  195.  
  196. .well {
  197. background-color: #242424;
  198. color: white;
  199. }
  200.  
  201. .btn-default:hover,
  202. .btn-default:active,
  203. .pagination > li > a:hover,
  204. .pagination > li > span:hover,
  205. .pagination > li > a:active,
  206. .pagination > li > span:active {
  207. background-color: #303030;
  208. color: #a7a3a3;
  209. }
  210.  
  211. .pagination > .disabled > a,
  212. .pagination > .disabled > a:focus,
  213. .pagination > .disabled > a:hover,
  214. .pagination > .disabled > span,
  215. .pagination > .disabled > span:focus,
  216. .pagination > .disabled > span:hover {
  217. background-color: #151515;
  218. }
  219.  
  220. .pagination > .active > a,
  221. .pagination > .active > a:focus,
  222. .pagination > .active > a:hover,
  223. .pagination > .active > span,
  224. .pagination > .active > span:focus,
  225. .pagination > .active > span:hover {
  226. background-color: #002748;
  227. border-color: #002748;
  228. }
  229.  
  230. th.forumhead {
  231. background-color: #0e0e0e;
  232. }
  233. tr.subforumhead {
  234. background-color: #181818 !important;
  235. }
  236.  
  237. .clickable-row:hover,
  238. .clickable-row:active {
  239. background-color: rgba(255, 255, 255, .1) !important;
  240. }
  241. .subforumhead:hover,
  242. .subforumhead:active {
  243. background-color: #181818 !important;
  244. }
  245.  
  246. #inthpheader {
  247. background-color: #171717;
  248. }
  249.  
  250. .select select {
  251. background-color: #424242;
  252. color: white;
  253. }
  254. .select select:hover,
  255. .select select:active,
  256. .select select:focus {
  257. color: white;
  258. background-color: #4f4f4f !important;
  259. }
  260.  
  261. .btn-success {
  262. background-color: #386f38;
  263. border-color: #386f38;
  264. }
  265. .btn-success:hover,
  266. .btn-success:active,
  267. .btn-success:focus {
  268. background-color: #387938;
  269. border-color: #387938;
  270. }
  271.  
  272. #filterbox,
  273. #filterbox2 {
  274. background-color: #424242;
  275. }
  276.  
  277. form[name="upload"] .input-group > input {
  278. background-color: #242424;
  279. color: #a7a3a3;
  280. }
  281.  
  282. .namebadge {
  283. background: none;
  284. background-color: #1d1d1d;
  285. border-color: #000;
  286. }
  287. .namebadge:hover,
  288. .namebadge:active,
  289. .namebadge:focus {
  290. background: none;
  291. background-color: #222;
  292. border-color: #000;
  293. }
  294.  
  295. .panel-primary > .panel-heading {
  296. border-bottom: none;
  297. }
  298.  
  299. /*forum search results*/
  300. #panelmain .table tr[style*="background-color:gainsboro;"],
  301. #panelmain .table td[style*="background-color:gainsboro;"] {
  302. background-color: #242424 !important;
  303. }
  304.  
  305. #panelmain ol.breadcrumb > .btn-xs[style*="background-color:wheat;"] {
  306. background-color: #5a4724 !important;
  307. border-color: #5a4724 !important;
  308. color: white !important;
  309. }
  310. #panelmain ol.breadcrumb > .btn-xs[style*="background-color:lightcoral;"] {
  311. background-color: #8d2222 !important;
  312. border-color: #8d2222 !important;
  313. color: white !important;
  314. }
  315. /*post reply emoticon background removal - Need to do a very specific selector, because dont want to disable all instances of bg-success on the site*/
  316. form table.table div.container-fluid > table tr > td > div.bg-success
  317. {
  318. background-color: transparent;
  319. }
  320. /*sub-header thingamajig on the homepage*/
  321. .fpboxheader
  322. {
  323. background-color: #363636;
  324. }
  325. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址