Blue-eagle

Tweakers.net 7 restyle

Oct 25th, 2012
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 11.48 KB | None | 0 0
  1. #top, #layout {
  2.     --background-image: url(http://i.imgur.com/5WOLZ.jpg) !important; /* black grunge */
  3.     --background-image: url(http://interfacelift.com/wallpaper/D47cd523/03108_foginthemorning_2560x1440.jpg) !important; /* emo trees */
  4.     --background-image: url(http://interfacelift.com/wallpaper/D47cd523/03036_emeraldmorainelake_2560x1440.jpg) !important; /* mountain lake */
  5.     --background-image: url(http://interfacelift.com/wallpaper/D47cd523/03038_nascenti_2560x1440.jpg) !important; /* beach */
  6.     --background-image: url(http://i.imgur.com/jBIhD.jpg) !important; /* light swirl */
  7.     --background-image: url(http://interfacelift.com/wallpaper/D47cd523/03116_oxtonguerapids_2560x1440.jpg) !important; /* autumn lake */
  8.     --background-image: url(http://interfacelift.com/wallpaper/D47cd523/03104_tekapodawn_2560x1440.jpg) !important; /* mountain lake sunset */
  9.     background-image: url(http://i.imgur.com/Cj5tz.jpg) !important; /* lightbulbs */
  10. }
  11.  
  12. h1, h2, h1 a, h2 a { color: #B9133C !important; }
  13.  
  14. .relationboxBlock, #productEditionPriceBlock, .relatedBlock, #tweakbase_relations { display: none; }
  15.  
  16. .action_list li::before { content: ""; margin: 0 3px 0 0; }
  17. .action_list a { border: 1px solid #ccc; padding: 3px 10px; display: inline-block; color: #333; }
  18.  
  19. .content a[href] { text-decoration: underline; }
  20. .content a.fancyButton { text-decoration: none !important; }
  21.  
  22. #myprofilecontainer h2 { background: transparent; }
  23.  
  24. .pageTabs li, .reactie { background: #eee !important; }
  25. .topBorder { background: #ccc !important; height: 1px !important; overflow: hidden; }
  26. .reactie .topBorder { margin: 0 !important; }
  27.  
  28. .reactieBody.informative > .reactieFooter, .reactieBody.spotlight > .reactieFooter,
  29. .reactieContent, .reactieBody.hidden, .reactieBody.informative, .reactieBody.spotlight,
  30. div.eenReactie, div.reactie { margin: 0 !important; padding: 0 !important; }
  31.  
  32. div.reactieContainer div.reactieContainer { position: relative; left: 30px; }
  33. .reactieBody.informative, .reactieBody.spotlight div.reactieContent { padding: 0 10px !important; }
  34. .reactieBody.hidden { background: #eee; }
  35.  
  36. div.reactieContent { padding-bottom: 25px !important; }
  37.  
  38. div.reactieBody { position: relative; margin: 0 !important; padding: 0 !important; }
  39. div.reactieFooter { position: absolute; bottom: 0; right: 0; }
  40.  
  41. a { color: #000; }
  42. .frontPageLink:visited { color: #888; }
  43.  
  44. table.highlights tr:nth-child(odd) td {  }
  45. table.highlights tr:nth-child(even) td { background: #f5f5f5; }
  46.  
  47. table.highlights tr:hover td,
  48. table.highlights tr:hover td { background: #e5e5e5; }
  49. table.highlights tr:hover td a { color: #B9133C; }
  50.  
  51. td.replies a { margin-right: 10px !important; }
  52.  
  53. #layout {
  54.     background: fixed no-repeat top center #000;
  55.     min-height: 1000px;
  56. }
  57. #contentArea {
  58.     background: #eee;
  59.     padding: 95px 20px 60px 20px;
  60.     box-shadow: -10px 0 0 rgba(0,0,0,0.15),
  61.                 10px 0 0 rgba(0,0,0,0.15),
  62.                 0 0 5px rgba(0,0,0,0.60);
  63.     box-shadow: -5px 0 10px rgba(0,0,0,0.4),
  64.                 5px 0 10px rgba(0,0,0,0.4);
  65.     min-height: 1000px;
  66. }
  67. #top {
  68.     position: fixed;
  69.     width: 100%;
  70.     height: 85px;
  71.     border: none;
  72.     widebox-shadow: 0 0 20px rgba(0,0,0,1);
  73.     box-shadow: none;
  74.     z-index: 9999;
  75.     background: no-repeat top center #000;
  76.     darkbackground: url(http://i.imgur.com/PabTi.png) no-repeat top center #000;
  77. }
  78.  
  79. #menubar {
  80.     box-shadow: 0 -5px 10px rgba(0,0,0,0.40), 0 5px 10px rgba(0,0,0,0.40);
  81.     box-shadow: -5px 0 10px rgba(0,0,0,0.4),
  82.                 5px 0 10px rgba(0,0,0,0.4);
  83.     border: 1px solid rgba(255,255,255,0.15);
  84.     border-bottom: 1px solid #222;
  85.     border-radius: 5px 5px 0 0;
  86.     background: -webkit-linear-gradient(rgba(40,40,40, 0.95),rgba(0,0,0, 1) 68px);
  87.     width: 1018px;
  88.     position: relative;
  89.     z-index: 9999;
  90. }
  91.  
  92. #menu li a, #menu li span { color: #ccc; }
  93.  
  94. .pageTabs li {
  95.     background: -webkit-linear-gradient(rgba(240, 240, 240, 1), rgba(230, 230, 230, 1)) !important;
  96. }
  97.  
  98. .pageTabs li:hover { background: #fff !important; }
  99.  
  100. .pageTabs li.active {
  101.     background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(238, 238, 238, 1)) !important;
  102. }
  103.  
  104. #tweakbase {
  105. position: absolute; left: 50%; width: 980px; margin-left: -510px;
  106. background: -webkit-linear-gradient(#eee, #f5f5f5) !important;
  107. z-index: 4444; border-bottom: 1px solid #aaa; top: 126px; border-top: none !important;
  108. padding: 10px 20px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  109. }
  110. #tweakbase > div { margin: 0; padding: 0; border: none; }
  111.  
  112. #top .pageTabs {
  113.     box-shadow: none;
  114.     background: #eee;
  115.     margin-top: 50px;
  116.     width: 980px;
  117.     left: 50% !important;
  118.     position: absolute;
  119.     margin-left: -510px;
  120.     border-bottom: 1px solid #aaa;
  121.     height: 20px; overflow: visible;
  122.     margin-top: 51px;
  123.     padding: 10px 20px;
  124. }
  125.  
  126. div.tab_active {
  127.     margin-top: 50px;
  128. }
  129.  
  130. div[id='tab:producten'],
  131. div[id='tab:overzicht'],
  132. div[id='tab:uitvoeringen'],
  133. div[id='tab:nieuws'],
  134. div[id='tab:reviews'],
  135. div[id='tab:videos'],
  136. div[id='tab:aanbod'],
  137. div[id='tab:prijzen'],
  138. div[id='tab:specificaties'],
  139. div[id='tab:meuk'] { margin-top: 130px !important; }
  140.  
  141.  
  142. div[id='tab:profiel'],
  143. div[id='tab:activiteit'],
  144. div[id='tab:vraagaanbod'],
  145. div[id='tab:inventaris'],
  146. div[id='tab:wenslijst'] { margin-top: 40px !important; }
  147.  
  148.  
  149. #searchbar {
  150.     position: fixed;
  151.     top: 0;
  152.     left: 50%;
  153.     margin-left: -350px;
  154.     z-index: 9999;
  155.     margin: 10px 0 0 0;
  156.     height: auto;
  157. }
  158. #search {
  159.     padding: 0;
  160.     width: auto;
  161. }
  162. #true { display: none; }
  163.  
  164. .galleryHeadingContainer { display: none; }
  165.  
  166. #reacties * { border: none; }
  167.  
  168. #bottom {
  169.     background: -webkit-linear-gradient(#333,#000) 0 0;
  170.     box-shadow: 0 0 10px #333;
  171.     opacity: 0.8;
  172.     height: 35px;
  173.     -webkit-transition: opacity linear 0.2s;
  174. }
  175. #bottom #about { display: none; }
  176. #bottom:hover { opacity: 1; }
  177. #bottom div.hr { display: none; }
  178.  
  179. div.content { margin-top: 30px; }
  180. div.plan div.content { margin-top: 0px; }
  181.  
  182. div.message { margin-bottom: -1px; }
  183.  
  184. div.popup {
  185.     position: fixed;
  186.     box-shadow: 0 0 10px #333;
  187.     z-index: 9999;
  188. }
  189.  
  190. .popup.modPopup { position: absolute !important; }
  191.  
  192. div.popup.mainSearchSuggest {
  193.     position: fixed;
  194.     z-index: 9999;
  195. }
  196.  
  197. .modButtons { float: left; }
  198. .commentLink {
  199.     float: right;
  200.     padding: 3px 10px;
  201.     color: #000;
  202. }
  203.  
  204. p.pagecounter { margin-top: 10px; }
  205.  
  206. .breadcrumb, .breadcrumb a { font-size: 12px; }
  207.  
  208. #sidebar {
  209.     position: fixed;
  210.     left: 50%;
  211.     margin-left: 320px;
  212.     top: 100px;
  213. }
  214.  
  215. #jobs_relations { display: none; overflow: hidden; }
  216. #jobs_relations:hover { overflow: auto; }
  217.  
  218. div.secondColumn div.fpItem,
  219. #pricewatch, #jobs, #poll,
  220. #newsletter, #sponsored, #textlink,
  221. #social .twitterButton,
  222. #social .facebookButton { box-shadow: 0 0 3px #ccc; border-radius: 3px; background: #fefefe !important; }
  223.  
  224. .pageTabs li { border-radius: 5px 5px 0 0; }
  225.  
  226. .forumList table.listing { margin: 0; }
  227.  
  228. table.listing td, table.listing th { padding: 4px 10px; }
  229. table.listing td.tags { font-size: 9px; }
  230.  
  231. div.channelHeader { margin: 10px 0 0 0; padding: 0; }
  232. div.channelHeader span.category { display: none; }
  233. div.channelHeader h2 { font-size: 18px; line-height: 30px; margin: 0; padding: 0; }
  234.  
  235. #social {
  236.     background: transparent !important;
  237.     box-shadow: none;
  238. }
  239.  
  240. .fpaItem { height: 122px; position: relative; }
  241. .fpaItem div.textContainer {
  242.     position: absolute;
  243.     bottom: 0;
  244.     height: auto;
  245.     background: rgba(0,0,0,0.7);
  246.     color: #fff;
  247. }
  248.  
  249. div.popup.trackerPopup.fixed {
  250.     position: fixed;
  251.     left: 50% !important;
  252.     margin-left: -846px !important;
  253.     width: 336px !important;
  254.     top: 80px;
  255.     box-shadow: none;
  256.     z-index: 5000;
  257.     background: -webkit-linear-gradient(left, rgba(50, 50, 50, 1) 95%, rgba(30, 30, 30, 1));
  258. }
  259.  
  260. #highlights { margin-bottom: 10px; border-bottom: 1px solid #ddd; }
  261. #highlights h2 { display: none; }
  262. #highlights table { margin-bottom: 10px; }
  263.  
  264. #highlights table.highlights, #highlights table.highlights tbody tr td { border: none !important; background: transparent !important; }
  265.  
  266. #highlights table.highlights tbody tr td:nth-child(2) a { font-weight: bold; color: #B9133C; font-size: 1.2em; }
  267. #highlights table.highlights tbody tr td:nth-child(2) span { display: none; }
  268.  
  269. td.custom_intro { padding: 0px !important; }
  270. td.custom_intro p.lead { max-width: 90%; margin: 0 0 0 15px !important; font-size: 12px; line-height: 18px; color: #555; }
  271.  
  272. .reactieHeader .usericonsmall { display: none; }
  273. .reactieHeader br { display: none; }
  274. .reactieHeader a { font-size: 12px !important; margin-right: 10px; text-decoration: none !important; }
  275.  
  276. .minmaxreacties {
  277.     float: left; display: inline-block;
  278.     position: relative; top: 2px;
  279.     width: 12px; height: 12px;
  280.     background: #fff; color: #888 !important;
  281.     line-height: 11px; font-weight: normal !important;
  282.     text-align: center; text-decoration: none !important;
  283.     margin: 0 8px 0 0 !important; padding: 0;
  284.     border: 1px solid #ccc !important;
  285. }
  286. .minmaxreacties:hover { background: #efefef; text-decoration: none !important; color: #000 !important; }
  287.  
  288. .channelHeader { display: none; }
  289.  
  290. .forumList:nth-child(3) table.listing tr th{ background:#870107; }
  291. .forumList:nth-child(4) table.listing tr th{ background:#412f50; }
  292. .forumList:nth-child(5) table.listing tr th{ background:#308220; }
  293. .forumList:nth-child(6) table.listing tr th{ background:#c45b21; }
  294. .forumList:nth-child(7) table.listing tr th{ background:#41ac96; }
  295.  
  296. #streamone { display: none; }
  297.  
  298. #imageOverlay { z-index: 99995; }
  299. #imageViewer{ z-index: 99996; }
  300.  
  301. #forumheading p.breadcrumb {
  302.     background: -webkit-linear-gradient(rgba(100,100,100,1), rgba(60,60,60,1));
  303.     padding: 3px 20px 8px 20px;
  304.     position: fixed;
  305.     top: 85px;
  306.     left: 50%;
  307.     z-index: 999;
  308.     margin: 0 0 20px 0;
  309.     box-shadow: 0 0 5px rgba(0,0,0,0.5);
  310.     border-radius: 0 0 15px  15px;
  311.     margin-left: -490px;
  312.     width: auto !important; max-width: 980px;
  313.     border: 1px solid #999; border-left: none; border-top: none;
  314. }
  315.  
  316. #forumheading p.breadcrumb a, #forumheading p.breadcrumb span {
  317.     color: #aaa; font-size: 11px;
  318. }
  319. #forumheading p.breadcrumb a:hover { color: #fff !important; }
  320.  
  321. p.mods br { display: none; }
  322. p.mods a { margin-right: 5px; }
  323. p.mods a:last-child { margin-right: 0; }
  324. #relatedTags { display: none; }
  325. #forumheading #title { margin: 30px 0 10px 0; }
  326.  
  327. #forumheading #title h1 {  }
  328. #messages { width: 975px; }
  329. div.message div.post div.messagecontent { width: 85%; }
  330.  
  331. form dl dd textarea { width: 804px !important; }
  332.  
  333. .customFPitem { padding: 15px 15px 17px; }
  334. ul.highlights { margin: 0 0 0 0; list-style-type: none; padding: 0; }
  335. ul.highlights li a {
  336.     display: block;
  337.     width: 100%;
  338.     padding: 5px 0;
  339.     overflow: hidden;
  340.     white-space: nowrap;
  341.     text-overflow: ellipsis;
  342. }
  343. ul.highlights li:nth-child(even) a { background: #f5f5f5; }
  344.  
  345. #community ul {}
  346. #community ul li { width: 100%; float: left; clear: both; padding: 3px 0; }
  347. #community ul li a.thumb { display: none; }
  348. #community ul li p { margin: 0 10px 0 0 !important; display: inline; float: left; }
  349. #community ul li p a { display: inline; }
  350. #community ul li span.sprite { float: left; margin-right: 5px; position: relative; top: 4px; }
  351. #community ul li p:last-child { float: right; padding-right: 20px; }
  352.  
  353. #community ul li:nth-child(odd) {  }
  354. #community ul li:nth-child(even) { background: #f5f5f5; }
  355.  
  356. #community ul li:hover { background: #e5e5e5; }
  357. #community ul li:hover a { color: #B9133C; }
Advertisement
Add Comment
Please, Sign In to add comment