Advertisement
Max

Tweakers CSS

Max
Dec 29th, 2016 (edited)
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.65 KB | None | 0 0
  1. @import url(https://fonts.googleapis.com/css?family=Maven+Pro&display=swap);
  2.  
  3. /** GoT Topic listings  */
  4. table.listing td, table.listing td a
  5. {
  6. background: #5a5c5c !important;
  7. color: #EDEEEE !important;
  8. }
  9.  
  10. table.listing td.topic a, table.listing td.title a
  11. {
  12. color: #EDEEEE !important;
  13. }
  14.  
  15. table.listing th
  16. {
  17. background: #848585 !important;
  18. }
  19.  
  20. .sliderLabel, .sliderSecondLabel
  21. {
  22. color:#7BC7EF;
  23. }
  24.  
  25. table.specList.compare tr td
  26. {
  27. background: #5a5c5c !important;
  28. }
  29.  
  30. .filterOption li, .filterOption label
  31. {
  32. color: #000000;
  33. }
  34.  
  35. #messageBox, .insertMessage #messageBox.report
  36. {
  37. background: #222222;
  38. color: #cccccc;
  39. }
  40.  
  41. mentionDiv.dropdown
  42. {
  43. background: #FF0000;
  44. color: #00FF00;
  45. }
  46.  
  47. .me
  48. {
  49. color: #fd7866;
  50. }
  51.  
  52. .fancyButton, .fancyButton:hover,
  53. {
  54. color: #EDEEEE !important;
  55. }
  56.  
  57. .karma,.galleryHeadingContainer,.registered,.tabs.line
  58. {
  59. background: #0E0E0E;
  60. }
  61.  
  62. .pageTabsContainer,#entity
  63. {
  64. background: #0E0E0E;
  65. }
  66.  
  67. .galleryTable.karma td,.userReview,.rightInfoBlock
  68. {
  69. background: #323434 !important;
  70. }
  71.  
  72. .formsubmit,fieldset
  73. {
  74. background: #323434 !important;
  75. border: 1px solid;
  76. }
  77.  
  78. .fancyButton.grey.categoryBrowser.menu
  79. {
  80. color: #333333 !important;
  81. }
  82.  
  83. /* Make topictitels where you commented last italic */
  84. table.listing td.topic a[title="Laatste reactie geplaatst door TeamTechSupport"]
  85. {
  86. font-weight: bold;
  87. color: #cdeb56 !important;
  88. }
  89.  
  90. #reageer.bar
  91. {
  92. background: #303030 !important;
  93. }
  94.  
  95. div.messagecontent blockquote
  96. {
  97. color: #FFFFFF !important;
  98. }
  99.  
  100. div.message-quote-div
  101. {
  102. background: #2f5881 !important;
  103. color: #FFFFFF !important;
  104. }
  105.  
  106. div.messagecontent div.message-quote-div a.messagelink
  107. {
  108. color:#80a4c9 !important;
  109. text-decoration:none !important;
  110. }
  111.  
  112. div.messagecontent div.message-quote-div a.messagelink:hover
  113. {
  114. color:#7BC7EF !important;
  115. text-decoration:underline !important;
  116. }
  117.  
  118. .spoiler
  119. {
  120. color: #333333 !important;
  121. background: #000000 !important;
  122. cursor: default !important;
  123. user-select: none;
  124. }
  125.  
  126. .spoiler>*
  127. {
  128. pointer-events:none;
  129. visibility:visible !important;
  130. }
  131.  
  132. .spoiler.visible
  133. {
  134. color: #BBBBBB !important;
  135. background: #000000 !important;
  136. user-select: none;
  137. }
  138.  
  139. #menubar
  140. {
  141. background:#0B1E36;
  142. background-color:#0B1E36;
  143. background-image:-webkit-linear-gradient(top,#0B1E36,#7BC7EF 68px);
  144. background-image:-moz-linear-gradient(#0B1E36,#7BC7EF 68px);
  145. background-image:linear-gradient(to bottom,#0B1E36,#7BC7EF 68px);
  146. border-bottom:1px solid #333;
  147. box-shadow:inset 0 -1px 0 #333;
  148. height:44px;
  149. left:0;
  150. position:relative;
  151. z-index:110;
  152. }
  153.  
  154. html, body, .fpaMeta
  155. {
  156. background: #0E0E0E !important;
  157. }
  158.  
  159. a,.textButton
  160. {
  161. color:#80a4c9 !important;
  162. text-decoration:none !important;
  163. }
  164.  
  165. a.fpaImageContainer::before
  166. {
  167. background:#323434 !important;
  168. }
  169.  
  170. a:hover,a.highlightlink
  171. {
  172. color:#7BC7EF !important;
  173. text-decoration:underline !important;
  174. }
  175.  
  176. .useVisitedState a:visited
  177. {
  178. color:#a17cae !important;
  179. }
  180.  
  181. #menu>ul>li>a
  182. {
  183. color: #EEEEEE !important;
  184. }
  185.  
  186. /** Give the actual content a different background colour */
  187. #contentArea, #poll, #newsletter.fpItem.darkFpBlock,.popupContent, #bestBuyGuides, #highlightedUserReview
  188. {
  189. background: #323434 !important;
  190. color: #dddddd;
  191. }
  192.  
  193. #contentArea .headingContent .subheading
  194. {
  195. color:#7BC7EF;
  196. font-family: 'Maven Pro', sans-serif !important;
  197. }
  198.  
  199. .info,.faq
  200. {
  201. background: #323434 !important;
  202. }
  203.  
  204. .downloadDetails,table,.pollWrapper
  205. {
  206. background: #323434 !important;
  207. color: #dddddd;
  208. border: 1px solid;
  209. }
  210.  
  211. table tr.diff
  212. {
  213. background: #161616 !important;
  214. color: #dddddd;
  215. border: 1px solid;
  216. }
  217.  
  218. table tr.contrast
  219. {
  220. background: #0000FF !important;
  221. }
  222.  
  223. .user
  224. {
  225. color: #4d80b3 !important;
  226. }
  227.  
  228. .user.crew
  229. {
  230. color: #cdeb56 !important;
  231. }
  232.  
  233. div.reactieBody.informative,div.reactieBody.informative.nochilds,.userReviewDescription,.message,.ScorecardView,.itemList,#quickreply_form.form1,.productInfo.bottomline
  234. {
  235. background: #464848 !important;
  236. }
  237.  
  238. div.reactieBody.spotlight,div.reactieBody.spotlight.nochilds,.message.topicstarter,.ScoreCard
  239. {
  240. background: #5a5c5c !important;
  241. }
  242.  
  243. div.quote
  244. {
  245. color: #cdeb56 !important;
  246. }
  247.  
  248. /** Overall background */
  249. #layout,.notificationsContainer
  250. {
  251. background: #0E0E0E !important;
  252. }
  253.  
  254. /** Searchbar background */
  255. #searchbar
  256. {
  257. background: #0E0E0E !important;
  258. }
  259.  
  260. /**Onderaan de HR**/
  261. div.hr
  262. {
  263. background: #0E0E0E !important;
  264. }
  265.  
  266. #logo:hover,#menu>ul>li:not(.selected):hover
  267. {
  268. background:#60a0c3;
  269. background-color:#60a0c3;
  270. background-image:-webkit-linear-gradient(top,#1c3852,#60a0c368px);
  271. background-image:-moz-linear-gradient(#1c3852,#60a0c3 68px);
  272. background-image:linear-gradient(to bottom,#1c3852,#60a0c3 68px);
  273. border-bottom:1px solid #333;
  274. border-bottom:1px solid #333;
  275. height:43px;
  276. }
  277.  
  278. #menu>ul>li.more.dropdown
  279. {
  280. background:#fafafa;border-left:1px solid #ccc;
  281. font-family: 'Maven Pro', sans-serif !important;
  282. }
  283.  
  284. #menu>ul>li.active a
  285. {
  286. color:#e6e6e6;
  287. text-decoration: overline;
  288. }
  289.  
  290. #true, div.moreInfo.elect, #jobs, div.relatedItProContent, #fpPromo, #productPromotion, #newsletter
  291. {
  292. display: none !important;
  293. }
  294.  
  295. p.colofon, p.social
  296. {
  297. display: none !important;
  298. }
  299.  
  300. h1,h2,h1 a,h2 a, h3,h3 a
  301. {
  302. color:#7BC7EF !important;
  303. font-family: 'Maven Pro', sans-serif !important;
  304. }
  305.  
  306. h3,h3 a
  307. {
  308. color:#7BC7EF !important;
  309. font-family: 'Maven Pro', sans-serif !important;
  310. }
  311.  
  312. .streamer
  313. {
  314. color:#7BC7EF !important;
  315. font-family: 'Maven Pro', sans-serif !important;
  316. }
  317.  
  318. h3.bar
  319. {
  320. background:#2F5471;
  321. }
  322.  
  323. .adDetails .price, .adDetails .remainingTime
  324. {
  325. color:#7BC7EF !important;
  326. }
  327.  
  328. ul#userbar.loggedin li.more.last span.username
  329. {
  330. font-family: 'Maven Pro', sans-serif !important;
  331. font-size: 130%;
  332. }
  333.  
  334. .dropdown ul li:hover,#menu .dropdown ul li:hover,.pageTabs .more>ul li:hover
  335. {
  336. background:#2F5471;
  337. background-image:-webkit-linear-gradient(#2F5471,#3A6483);
  338. background-image:-moz-linear-gradient(#2F5471,#3A6483);
  339. background-image:linear-gradient(#2F5471,#3A6483);
  340. }
  341.  
  342. #categoryBrowser li.active.more
  343. {
  344. background:url(https://tweakers.net/g/if/categories/arrows.png/g/if/categories/arrows.png) no-repeat 212px -18px,linear-gradient(#2F5471,#3A6483);
  345. }
  346.  
  347. #categoryBrowser.sidebar li.active.more
  348. {
  349. background:url(https://tweakers.net/g/if/categories/arrows.png) no-repeat 572px -18px,linear-gradient(#2F5471,#3A6483) repeat!important;
  350. }
  351.  
  352. #toc.multipage.showHeader.fixed h2,#toc.singlepage.showHeader.fixed h2,#toc.multipage.showHeader.fixed.bottom
  353. {
  354. background:url(https://tweakers.net/g/if/categories/arrows.png/g/if/categories/arrows.png) no-repeat 572px -18px,linear-gradient(#2F5471,#3A6483) repeat!important;
  355. box-shadow:inset 0 -1px 0 #3A6483;
  356. }
  357.  
  358. #toc.multipage.showHeader.fixed, #toc.multipage.showHeader.fixed.bottom.showContent, .reviewToc.useVisitedState,#toc.singlepage.showHeader.fixed .reviewToc.useVisitedState
  359. {
  360. background: #1E1E1E !important;
  361. color:#EDEEEE;
  362. }
  363.  
  364.  
  365. @media only screen and (min-width: 760px)
  366. {
  367. #reactieContainer
  368. {
  369. width:900px;
  370. }
  371.  
  372. .reactie
  373. {
  374. width:600px;
  375. }
  376.  
  377. .message .poster {
  378.     width: 150px;
  379. }
  380.  
  381. #logo a
  382. {
  383. background:url(https://tweakers.net/ext/f/UcY5a82gNc5VAOkdXU120jGG/full.png) no-repeat 50%;
  384. /*background:url(https://tweakers.net/ext/f/qvsmuwvnHzY3rGzvDFTOc1HH/full.png) no-repeat 50%;*/
  385. display:block;
  386. height:44px;
  387. width:156px;
  388. }
  389. }
  390.  
  391. .bar.ok
  392. {
  393. background:#a2c417;
  394. border:1px solid #cdeb56;
  395. color:black;
  396. font-size:12px
  397. }
  398.  
  399. tr.activeSubscription td
  400. {
  401. background-color:#a2c417 !important;
  402. color:black;
  403. font-size:12px
  404. }
  405.  
  406. .bar.warning
  407. {
  408. background:#B33A3A;
  409. border:1px solid #f3dde2;
  410. color:black;
  411. font-size:12px;
  412. }
  413.  
  414. .managerButtons,.filterBlock,#filter,.filterOption.active
  415. {
  416. background:#5a5c5c !important;
  417. }
  418.  
  419. a.scoreButton.large.modEnabled, span.ratingcount
  420. {
  421. color:#EDEEEE !important;
  422. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement