Advertisement
Guest User

SA Wronger

a guest
Jan 29th, 2021
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.45 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. /*MAIN BACKGROUND - START*/
  3.  
  4. body,
  5. #container
  6. {
  7. background-color:#111!important;
  8. color:#AAA!important;
  9. }
  10.  
  11. /*MAIN BACKGROUND - END*/
  12.  
  13. /*NAVIGATION PANES - START*/
  14.  
  15. #navigation,
  16. .navigation,
  17. #nav_purchase
  18. {
  19. background-color:#181818!important;
  20. border-color:#1D1D1D!important;
  21. }
  22.  
  23. /*NAVIGATION PANES - END*/
  24.  
  25. /*TABLE COLORS - START*/
  26.  
  27. table td /*PARENT CELL*/
  28. {
  29. background-color:#181818!important;
  30. }
  31. table th /*CHILD CELL*/
  32. {
  33. background-color:#222!important;
  34. }
  35.  
  36. table,
  37. table td,
  38. table th
  39. {
  40. border-color:#242424!important;
  41. border-width:1px!important;
  42. color:#CCC!important;
  43. }
  44. table th a
  45. {
  46. background-color:transparent!important;
  47. color:#DDD!important;
  48. }
  49. #forums a.forum
  50. {
  51. color:#DDD!important;
  52. }
  53. .subforums a
  54. {
  55. color:#AAA!important;
  56. }
  57.  
  58. #forums .forum_21 a.forum, /*FIX FOR COMEDY GOLDMINE AS WHITE FONT IS NOT VISIBLE*/
  59. #forums .forum_21 .subforums a
  60. {
  61. color:#000!important;
  62. }
  63.  
  64.  
  65. /*TABLE COLORS - END*/
  66.  
  67.  
  68.  
  69. /*THREADLIST - START*/
  70.  
  71. /*BREADCRUMBS/PAGES - START*/
  72. .breadcrumbs a,
  73. .pages a,
  74. .pages .disabled
  75. {
  76. background-color:transparent!important;
  77. border:none!important;
  78. }
  79. /*BREADCRUMBS/PAGES - END*/
  80.  
  81. /*SUBFORUMS- START*/
  82. #subforums tbody tr:first-child td
  83. {
  84. border:none!important;
  85. }
  86. #subforums
  87. {
  88. border:solid 1px #333!important;
  89. }
  90. #subforums a
  91. {
  92. color:#CCC!important;
  93. }
  94. #subforums .subforum dd
  95. {
  96. color:#666!important;
  97. }
  98. #subforums .subforum .topics,
  99. #subforums .subforum .posts
  100. {
  101. display:none!important;
  102. }
  103. /*SUBFORUMS- END*/
  104. /*FILTER POSTS - START*/
  105. #filter
  106. {
  107. background-color:#181818!important;
  108. border-color:#1d1d1d!important;
  109. }
  110. #filter .toggle_tags
  111. {
  112. color:#CCC!important;
  113. }
  114. /*FILTER POSTS - END*/
  115.  
  116. .threadlist a.thread_title
  117. {
  118. color:#CCC!important;
  119. }
  120.  
  121. #forum td
  122. {
  123. background-image:none!important;
  124. border:solid 1px #242424!important;
  125. }
  126.  
  127. .lastseen
  128. {
  129. border-color:#333!important;
  130. background-color:transparent!important;
  131. background-image:none!important;
  132. }
  133. .lastseen a.x,
  134. .lastseen a.count
  135. {
  136. background-color:transparent!important;
  137. background-image:none!important;
  138. border-color:#242424!important;
  139. font-weight:normal!important;
  140. font-size:10px!important;
  141. text-decoration:none!important;
  142. }
  143. .lastseen a:hover
  144. {
  145. opacity:0.6!important;
  146. }
  147.  
  148. .forumbar,
  149. .threadbar
  150. {
  151. background-color:#181818!important;
  152. border-color:#242424!important;
  153. }
  154.  
  155. /*ARCHIVES*/
  156. #ac_timemachine
  157. {
  158. background:none!important;
  159. border:none!important;
  160. color:#CCC!important;
  161. }
  162.  
  163. /*THREADLIST - END*/
  164.  
  165. /*THREAD - START*/
  166. ul.postbuttons
  167. {
  168. background-color:#181818!important;
  169. border:solid 1px #242424!important;
  170. }
  171.  
  172. table.post tr.seen1 td.userinfo,
  173. table.post tr.seen1 td.postbody,
  174. table.post tr.seen2 td.userinfo,
  175. table.post tr.seen2 td.postbody,
  176. table.post tr.seen2 td.postlinks,
  177. table.post tr.seen2 td.postdate,
  178. table.post tr.altcolor1 td.userinfo,
  179. table.post tr.altcolor1 td.postbody,
  180. table.post tr.altcolor1 td.postlinks,
  181. table.post tr.altcolor1 td.postdate,
  182. table.post tr.altcolor2 td.userinfo,
  183. table.post tr.altcolor2 td.postbody,
  184. table.post tr.altcolor2 td.postlinks,
  185. table.post tr.altcolor2 td.postdate,
  186. table.post tr.seen1 td.postlinks,
  187. table.post tr.seen1 td.postdate,
  188. .privfolder .standard td
  189. {
  190. background-image:none!important;
  191. }
  192.  
  193. table.post tr.seen1 td.postbody,
  194. table.post tr.seen2 td.postbody
  195. {
  196. opacity:0.6;
  197. }
  198. table.post tr.seen1 td.postbody:hover,
  199. table.post tr.seen2 td.postbody:hover
  200. {
  201. opacity:1;
  202. }
  203.  
  204. .postbody
  205. {
  206. background-color:#181818!important;
  207. }
  208.  
  209. #thread tr.seen1 td,
  210. #thread tr.seen2 td
  211. {
  212. background-color:#181818!important;
  213. }
  214. #thread tr.altcolor1 td,
  215. #thread tr.altcolor2 td
  216. {
  217. background-color:#181818!important;
  218. }
  219. .postlinks a,
  220. .postdate a
  221. {
  222. border:none!important;
  223. }
  224. .postlinks a:hover,
  225. .postdate a:hover
  226. {
  227. background-color:inherit!important;
  228. border:none!important;
  229. }
  230.  
  231. /*USERINFO*/
  232. .userinfo .author
  233. {
  234. color:#CCC!important;
  235. }
  236. .userinfo .op
  237. {
  238. color:#393587!important;
  239. }
  240. tr[id^="pti"] > td:nth-child(1),
  241. .postdate
  242. {
  243. border-right:solid 2px #242424!important;
  244. }
  245. .userinfo .title
  246. {
  247. color:#AAA!important;
  248. }
  249. .postdate
  250. {
  251. color:#AAA!important;
  252. }
  253. .banlink b
  254. {
  255. color:orangered!important;
  256. }
  257.  
  258. /*Bold/Spoilers/Quotes/etc*/
  259. #thread .postbody b
  260. {
  261. font-size:110%!important;
  262. }
  263. #thread .postbody .bbc-block
  264. {
  265. background-color:#202020!important;
  266. border-color:#242424!important;
  267. }
  268. #thread .postbody .bbc-block blockquote
  269. {
  270. color:#CCC!important;
  271. }
  272. #thread .postbody .bbc-spoiler
  273. {
  274. background-color:#444!important;
  275. color:transparent;
  276. }
  277. #thread .postbody .bbc-spoiler a
  278. {
  279. color:transparent!important;
  280. }
  281. #thread .postbody .bbc-spoiler:hover a
  282. {
  283. color:#1462FF!important;
  284. }
  285. #thread .postbody .bbc-spoiler:hover
  286. {
  287. background-color:#202020!important;
  288. color:#CCC!important;
  289. }
  290. #thread .postbody pre,
  291. #thread .postbody pre code
  292. {
  293. color:#CCC!important;
  294. }
  295. .postbody .editedby span
  296. {
  297. color:#AAA!important;
  298. }
  299. /*yospos spoiler colour*/
  300. .forum_219 span.bbc-spoiler
  301. {
  302. color:transparent!important;
  303. }
  304.  
  305.  
  306.  
  307. /*ICON*/
  308. #thread dl.userinfo dt[class="author platinum"],
  309. #thread dl.userinfo dt[class="author platinum "]
  310. {
  311. background-image: url("http://forums.somethingawful.com/favicon.ico")!important;
  312. background-size:14px!important;
  313. }
  314.  
  315. /*USERCP*/
  316. #usercpnav
  317. {
  318. background-color:#222!important;
  319. border-color:#242424!important;
  320. }
  321. .standard h2,
  322. #buddylist
  323. {
  324. background-color:#181818!important;
  325. border:solid 1px #242424!important;
  326. }
  327. .standard h2 a
  328. {
  329. background-color:#181818!important;
  330. }
  331. #cpmain .inner
  332. {
  333. background-color:#222!important;
  334. border:solid 1px #242424!important;
  335. }
  336. .standard
  337. {
  338. background-color:inherit!important;
  339. }
  340. .privfolder .standard td
  341. {
  342. border-color:#242424!important;
  343. }
  344.  
  345.  
  346. /*------------------------------------------------------------------------------------------*/
  347. /*GLOBAL LINK COLOR*/
  348. a
  349. {
  350. color:#1462C1!important;
  351. }
  352. a:hover
  353. {
  354. text-decoration:underline!important;
  355. }
  356.  
  357.  
  358. /*THINGS I DON'T LIKE - START*/
  359.  
  360. /*UNDERLINE LINKS*/
  361. a:not(:hover)
  362. {
  363. text-decoration:none!important;
  364. }
  365.  
  366. /*BOX SHADOWS*/
  367. *
  368. {
  369. box-shadow:none!important;
  370. }
  371. /*TEXT SHADOWS*/
  372. *
  373. {
  374. text-shadow:none!important;
  375. }
  376.  
  377. /*THINGS I DON'T LIKE - END*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement