Guest User

Tweakers /Q

a guest
Oct 22nd, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.29 KB | None | 0 0
  1. body { background:#444444;}
  2.  
  3. div#contentArea {
  4. padding-left: 20px;
  5. padding-right: 20px;
  6. background: #F7F7F7;
  7. box-shadow:
  8. 0 -5px 10px rgba(0,0,0,0.40),
  9. 0 5px 10px rgba(0,0,0,0.40);
  10. box-shadow:
  11. -5px 0 10px rgba(0,0,0,0.4),
  12. 5px 0 10px rgba(0,0,0,0.4);
  13. }
  14.  
  15. #reacties { width: auto;}
  16. div.eenReactie {width: 620px; }
  17. .eenReactie{ background: #F7F7F7;}
  18. .reactie{ background: #F7F7F7;}
  19.  
  20. #menubar {
  21. width: 1020px;
  22. border-radius: 6px 6px 0 0;
  23. height: 40px !important;
  24. box-shadow:
  25. 0 -5px 10px rgba(0,0,0,0.40),
  26. 0 5px 10px rgba(0,0,0,0.40);
  27. box-shadow:
  28. -5px 0 10px rgba(0,0,0,0.4),
  29. 5px 0 10px rgba(0,0,0,0.4);
  30. }
  31.  
  32. /*Actieve menu-optie blauwe tekst*/
  33. #menu li.active a {color: #72C3DB; font-weight:bold;}
  34.  
  35. * SEARCHBAR afmeting*/
  36. #searchbar {margin: 34px auto 0 auto; width: 1020px;}
  37.  
  38. /*SEARCHBAR Plaatsing*/
  39. #search {position:absolute; top:-15px;right:105px;}
  40. #searchbar {height: 10px !important;}
  41. #searchbar {background:#B30F39 !important;}
  42. #search #true {display: none !important;}
  43.  
  44. /*SEARCHBAR KLEiNER*/
  45. #search input.text {width: 245px !important;}
  46. #search .keywordSearch { width: 300px !important;}
  47.  
  48. /*SEARCHBAR Kleur en Schaduw*/
  49. #search input.text {
  50. background-color: #444444;
  51. color: gray;
  52. box-shadow:
  53. 0 -5px 10px rgba(0,0,0,0.40),
  54. 0 5px 10px rgba(0,0,0,0.40);
  55. box-shadow:
  56. -5px 0 10px rgba(0,0,0,0.4),
  57. 5px 0 10px rgba(0,0,0,0.4);
  58. }
  59.  
  60. /* Frontpage grote plaatjes rechts */
  61. #fpaItems {
  62. float:right;
  63. width:336px!important;
  64. }
  65.  
  66. #fpaItems .fpaItem {
  67. height:auto!important;
  68. width:168px!important;
  69. }
  70.  
  71. #fpaItems .fpaItem .imageContainer {
  72. width:167px!important;
  73. }
  74.  
  75. #fpaItems .fpaItem img {
  76. height:84px!important;
  77. width:168px!important;
  78. }
  79.  
  80. #fpaItems .fpaItem div.textContainer {
  81. background-color: #000;
  82. opacity: 0.8 !important;
  83. font-size:12px!important;
  84. color: #72C3DB!important;
  85. line-height:15px!important;
  86. padding:5px 10px!important;
  87. border-bottom:2px solid #FFF;
  88. }
  89.  
  90. /*Frontpage 'Gelezen' en regelafstand kleiner*/
  91. table.highlights td { line-height: 0px; padding: 5px 8px; }
  92.  
  93. .frontPageLink { color: #212323;}
  94. .frontPageLink:visited { color: #B9133c; }
  95.  
  96. /* Footer WEG maar Toon @ mouseover */
  97. #bottom > #about { display: none; }
  98. #bottom:hover > #about { display: block; }
  99. #bottom { height: auto; }
  100. #contentArea { padding-bottom: 30px; }
  101.  
  102. #bottom div.hr { display: none; }
  103.  
  104. a {
  105. color: #000000;
  106. text-decoration: none;
  107. }
  108.  
  109. .articleColumn {line-height: 1.4;}
  110.  
  111. /* Frontpage TWiTTER EN FACEBOOK WEG*/
  112. #socialButtons {
  113. display: none !important;
  114. }
  115.  
  116. /* Frontpage Newsletter subscription WEG */
  117. #social,
  118. #newsletter,
  119. #jobs {
  120. display: none !important;
  121. }
  122.  
  123. /* Vacatures WEG*/
  124. .jobImage { display: none;}
  125. #jobs_relations { display: none; overflow: hidden; }
  126. #jobs_relations:hover { overflow: auto; }
  127.  
  128. p{
  129. -webkit-margin-after: 0.5em;
  130. }
  131.  
  132. /* TRACKER */
  133. .trackerPopup.fixed {
  134. width: 300px;
  135. position: absolute;
  136. top: 16px;
  137. left: -356px !important;
  138. display: block;
  139. box-shadow:
  140. 0 -5px 10px rgba(0,0,0,0.40),
  141. 0 5px 10px rgba(0,0,0,0.40);
  142. box-shadow:
  143. -5px 0 10px rgba(0,0,0,0.4),
  144. 5px 0 10px rgba(0,0,0,0.4);
  145. }
  146.  
  147. .trackerPopup .popupContent {
  148. padding: 10px 10px 4px;
  149. }
  150.  
  151. /* TRACKER kruisje weg*/
  152. #menu #userbar li.icon.tracker {
  153. display: none !important;
  154. }
  155.  
  156. .popup.trackerPopup.fixed span.fancyButton.close{
  157. display: none !important;
  158. }
  159.  
  160. /* TRACKER 'Tweakersblauwe' tijdkleur*/
  161. .trackerPopup .trackeritem li .new {
  162. color: #72C3DB;
  163. }
  164.  
  165. /* Frontpage Vensters kleur */
  166. #pricewatch, #jobs, #poll, #newsletter, #sponsored, #textlink, #social .twitterButton, #social .facebookButton {
  167. background: linear-gradient(#EDEEEE,#EDEEEE)
  168. repeat scroll 0 0 #EDEEEE !important;
  169. border: 1px solid #DDDEDE !important;
  170. border-radius: 1px 1px 1px 1px;
  171. box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.33) inset;
  172. padding: 15px 15px 17px;
  173. }
  174.  
  175. /** FORUM **/
  176. table.listing td, table.listing th { padding: 6px 5px;}
  177.  
  178. /* Forum Topicstarter-icoontje voor de datum - tweakers v5 - krvabo */
  179.  
  180. div#content div#messages div.topicstarter div.date p:before {
  181. content: url('http://tweakers.net/ext/f/hAu719Tf0b0HB0Yue9PMiZRS/full.gif');
  182. }
  183. div#content div#messages div.topicstarter div.date p a {
  184. margin-left: 5px;
  185. }
  186.  
  187. /* Forum Posts dichter op elkaar */
  188. div#content div#messages div.message {
  189. margin-bottom: 10px;
  190. line-height: 18px; /* Dit maakt de zinnen minder hoog in een post */
  191. }
  192.  
  193. div#content div#messages div.message div.post {
  194. padding: 3px 14px 3px 14px;
  195. }
  196.  
  197. /* Forum Categorie icons*/
  198. .channelHeader{display:none;}
  199.  
  200. /* Forum Categorie Kleuren*/
  201. .forumList:nth-child(2) table.listing tr th{
  202. /background: rgba(156, 158, 158,0.9);
  203. background-image: -moz-linear-gradient(#9C9E9E,#626363);
  204. background-image: linear-gradient(#9C9E9E,#626363);
  205. }
  206. .forumList:nth-child(3) table.listing tr th{
  207. /background: rgba(180, 17, 60,0.9) VOOR EGAAL KLEUR;
  208. background-image: -moz-linear-gradient(#B4113C,#760D29);
  209. background-image: linear-gradient(#B4113C,#760D29);
  210. }
  211. .forumList:nth-child(4) table.listing tr th{
  212. /background: rgba(69, 37, 96,0.9);
  213. background-image: -moz-linear-gradient(#573077,#2B0A46);
  214. background-image: linear-gradient(#573077,#2B0A46);
  215. }
  216. .forumList:nth-child(5) table.listing tr th{
  217. /background: rgba(80, 215, 250,0.9);
  218. background-image: -moz-linear-gradient(#50D7FA,#14505F);
  219. background-image: linear-gradient(#50D7FA,#14505F);
  220. }
  221. .forumList:nth-child(6) table.listing tr th{
  222. /background: rgba(27, 165, 60,0.9);
  223. background-image: -moz-linear-gradient(#1BA53C,#074416);
  224. background-image: linear-gradient(#1BA53C,#074416c);
  225. }
  226. .forumList:nth-child(7) table.listing tr th{
  227. /background: rgba(255, 90, 0,0.8);
  228. background-image: -moz-linear-gradient(#FF5A00,#9E3B06);
  229. background-image: linear-gradient(#FF5A00,#9E3B06);
  230. }
  231. .forumList:nth-child(8) table.listing tr th{
  232. /background: rgba(255, 90, 0,0.8);
  233. background-image: -moz-linear-gradient(#21428B,#112551);
  234. background-image: linear-gradient(#21428B,#112551);
  235. }
  236. .forumList:nth-child(9) table.listing tr th{
  237. /background: rgba(156, 158, 158,0.9);
  238. background-image: -moz-linear-gradient(#9C9E9E,#626363);
  239. background-image: linear-gradient(#9C9E9E,#626363);
  240. }
Advertisement
Add Comment
Please, Sign In to add comment