Advertisement
Guest User

Untitled

a guest
Dec 10th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. /* Er zitten zeker overbodige dingen in door code die verandert is geweest op tweakers
  2. Tweede deel is ook gewoon bijgevoegd zonder enige commentaar erbij x)
  3. */
  4.  
  5. div#contentArea
  6. {
  7. background-color: #FAFCFC;
  8. padding-left: 20px;
  9. padding-right: 20px;
  10. border-left: #BFD9E3 1px solid;
  11. border-right: #BFD9E3 1px solid;
  12. }
  13. #layout
  14. {
  15. background-color: #F0F7FA;
  16. }
  17. #galleryHeadingContainer
  18. {
  19. background-color: #F0F7FA;
  20. }
  21. #searchbar
  22. {
  23. background-color: #F0F7FA;
  24. }
  25. #menubar
  26. {
  27. background-color: #F0F7FA;
  28. }
  29. #pageTabsContainer
  30. {
  31. background-color: #F0F7FA;
  32. }
  33.  
  34. /* ### Frontpage ### */
  35.  
  36. /* Headerkleur aanpassing, inclusief dropdowns */
  37. #tracker div.fakeTop, div#top {
  38. background: #0A93CA;
  39. background-image: linear-gradient(#0A93CA,#72C3DB 68px);
  40. }
  41.  
  42. .pageTabs li.active a, .pageTabs li.active a:hover {
  43. color: #0B94BF;
  44. }
  45.  
  46. .dropdown ul li:hover, #menu .dropdown ul li:hover {
  47. background-image: linear-gradient(#72C3DB,#0A93CA);
  48. }
  49.  
  50. /* Alle titels andere kleur */
  51. h1, h2, h1 a, h2 a, h2 a:hover {
  52. color: #0B94BF ;
  53. }
  54.  
  55. /* Usericon witte achtergrond (mooier bij transparante png/gif) */
  56. #userbar .usericonsmall {
  57. background-color: #FFFFFF;
  58. }
  59.  
  60. /* Pricewatch categorie kleuren */
  61. #categoryBrowser li.active.more {
  62. background: url(../../g/if/categories/more2.png) no-repeat 283px -35px, linear-gradient(#72C3DB,#0A93CA) 0 0;
  63. }
  64.  
  65. /* Grijze bezochte links op de frontpage */
  66. .frontPageLink:visited {
  67. color: #5A5A5A ;
  68. }
  69. .frontPageLink {
  70. color: #097CAB ;
  71. }
  72. .frontPageLink:hover {
  73. color: #07AADE
  74. }
  75.  
  76. /* ### GoT ### */
  77.  
  78. /* Forumoverzicht kleuren, ieder deel andere achtergrond kleur (gradient indien mogelijk) */
  79. .forumList:nth-child(2) table.listing tr th {
  80. background-image: linear-gradient(#9C9E9E,#626363);
  81. }
  82.  
  83. .forumList:nth-child(3) table.listing tr th {
  84. background-image: linear-gradient(#9C1708,#801206);
  85. }
  86.  
  87. .forumList:nth-child(4) table.listing tr th {
  88. background-image: linear-gradient(#573077,#2B0A46);
  89. }
  90.  
  91. .forumList:nth-child(5) table.listing tr th {
  92. background-image: linear-gradient(#1BA53C,#074416);
  93. }
  94.  
  95. .forumList:nth-child(6) table.listing tr th {
  96. background-image: linear-gradient(#FF5A00,#9E3B06);
  97. }
  98.  
  99. .forumList:nth-child(7) table.listing tr th {
  100. background-image: linear-gradient(#50D7FA,#14505F);
  101. }
  102.  
  103. .forumList:nth-child(8) table.listing tr th {
  104. background-image: linear-gradient(#21428B,#112551);
  105. }
  106.  
  107. .forumList:nth-child(9) table.listing tr th {
  108. background-image: linear-gradient(#9C9E9E,#626363);
  109. }
  110.  
  111. /* Henk op GoT */
  112. #henk {
  113. height: 63px;
  114. top: -63px;
  115. }
  116. /* Geen jobs */
  117. div#jobs_relations {
  118. display: none ;
  119. }
  120. /* Topics met laatste eigen reactie markeren */
  121. td.topic a[title*="SmokingCrop"] {
  122. font-weight: bold;
  123. color: #D1D1D1 ;
  124. }
  125.  
  126. /* Topicview aanpassingen berichtheaders */
  127. /*div.message {
  128. background-image: url(http://tweakers.net/ext/f/untaLIvpZewASXmfeP5PLpHJ/full.png);
  129. background-repeat: repeat-x;
  130. } */
  131.  
  132. div.messageheader .date .oldage {
  133. color: #0B94BF;
  134. }
  135.  
  136. p.usertitle
  137. {
  138. margin-top: 15px
  139. }
  140.  
  141. div.message .post {
  142. margin-top: 40px;
  143. }
  144.  
  145. div.message.ownpost
  146. {
  147. background-image: url(http://tweakers.net/ext/f/yKPs8Uogv5qMdA8eftfJi1fY/full.png) !important;
  148. background-repeat: repeat-x;
  149. }
  150.  
  151. div.message.topicstarter
  152. {
  153. background-image: url(../../g/forum/images/layout/ownpost_blue_bg.png) !important;
  154. background-repeat: repeat-x;
  155. }
  156.  
  157. .userklipklap
  158. {
  159. border: none !important;
  160. background: transparent !important;
  161. background-image: none !important
  162. }
  163.  
  164. /* FP reacties -> scores */
  165. .scoreButton.score2
  166. {
  167. background: #FFF !important;
  168. background-image: none;
  169. border-color: #F0F7FA !important;
  170. color: #0A93CA !important;
  171. text-shadow: none !important;
  172. }
  173. .reactieBody.informative
  174. {
  175. background: #F0F7FA !important;
  176. border-color: #0A93CA !important;
  177. }
  178.  
  179. .scoreButton.score3
  180. {
  181. background: #0A93CA !important;
  182. background-image: none;
  183. border-color: #0A93CA !important;
  184. color: #FFF !important;
  185. text-shadow: none !important;
  186. }
  187. .reactieBody.spotlight
  188. {
  189. background: #E2F6FF !important;
  190. border: 2px solid #0072A0 !important;
  191. }
  192.  
  193. table.highlights, table.highlights td, #community li, #community li:first-child, table.listing td
  194.  
  195. {
  196. border: none !important;
  197. }
  198.  
  199. #community h2
  200. {
  201. padding-top: 30px;
  202. margin-bottom: 0px !important;
  203. }
  204.  
  205. .relevancyColumn
  206. {
  207. width: 200px;
  208. }
  209. .articleColumn
  210. {
  211. width: 725px;
  212. }
  213. #reactieContainer
  214. {
  215. width: 950px;
  216. border-left: 1px dashed #dddede !important;
  217. }
  218. .reactieBody
  219. {
  220. font-size: 14px;
  221. }
  222. .article
  223. {
  224. font-size: 15px;
  225. }
  226. #commentColumn
  227. {
  228. border-top: 0px;
  229. }
  230. .filterBox
  231. {
  232. width: 966px;
  233. }
  234. #menu li.active a
  235. {
  236. color: #07AADE !important;
  237. }
  238. .topic > a:hover, .topic > a:visited
  239. {
  240. text-decoration: none;
  241. }
  242. #reacties
  243. {
  244. width: 969px;
  245. }
  246. .relevancyColumn
  247. {
  248. display: none;
  249. }
  250. #layout > #contentArea > .articleColumn > .article
  251. {
  252. width: 975px !important;
  253. }
  254. #pricewatch, #jobs, #newsletter, #community, .metriWeb, .social, .wvhj, #fp_tabs > .pageTabs, #fpaItemsWrapper, #categoryBar, #promo, #search > a
  255. { display: none }
  256.  
  257. .fpaItem:hover .imageContainer
  258. {
  259. opacity: 1;
  260. }
  261. #fpaItems
  262. {
  263. margin-top: -50px;
  264. }
  265. #contentArea > .secondColumn
  266. {
  267. display: none;
  268. }
  269. .mainColumn
  270. {
  271. width: 950px;
  272. }
  273. .highlights > tbody > tr > td
  274. {
  275. font-size: 15px
  276. }
  277. #fp_tabs_container
  278. {
  279. margin-bottom: 0;
  280. }
  281. .newsSubmit:hover, .frontPageLink:hover, #news > h2 > a:hover, .readMore > a:hover
  282. {
  283. text-decoration: none;
  284. color: #07AADE !important;
  285. }
  286. .replies > a:hover
  287. {
  288. text-decoration: none;
  289. color: #07AADE !important;
  290. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement