Guest User

Untitled

a guest
Oct 21st, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.77 KB | None | 0 0
  1. #top, #layout {
  2.     background-image: url(http://i.imgur.com/5WOLZ.jpg) !important;
  3.     abackground-image: url(http://interfacelift.com/wallpaper/D47cd523/03108_foginthemorning_2560x1440.jpg) !important;
  4.     abackground-image: url(http://interfacelift.com/wallpaper/D47cd523/03099_potential_2560x1440.jpg) !important;
  5.     abackground-image: url(http://interfacelift.com/wallpaper/D47cd523/03036_emeraldmorainelake_2560x1440.jpg) !important;
  6.     abackground-image: url(http://interfacelift.com/wallpaper/D47cd523/03038_nascenti_2560x1440.jpg) !important;
  7. }
  8.  
  9. h1, h2, h1 a, h2 a { color: #B9133C !important; }
  10. .content a[href] { text-decoration: underline; }
  11. .content a.fancyButton { text-decoration: none !important; }
  12.  
  13. #myprofilecontainer h2 { background: transparent; }
  14.  
  15. #contentArea, .pageTabs li, .reactie { background: #eee !important; }
  16. .topBorder { background: #ccc !important; height: 1px !important; overflow: hidden; }
  17. .reactie .topBorder { margin: 0 !important; }
  18.  
  19. .reactieBody.informative > .reactieFooter, .reactieBody.spotlight > .reactieFooter,
  20. .reactieContent, .reactieBody.hidden, .reactieBody.informative, .reactieBody.spotlight,
  21. div.eenReactie, div.reactie { margin: 0 !important; padding: 0 !important; }
  22.  
  23. div.reactieContainer div.reactieContainer { position: relative; left: 30px; }
  24. .reactieBody.informative, .reactieBody.spotlight div.reactieContent { padding: 0 10px !important; }
  25.  
  26. div.reactieContent { padding-bottom: 25px !important; }
  27.  
  28. div.reactieBody { position: relative; margin: 0 !important; padding: 0 !important; }
  29. div.reactieFooter { position: absolute; bottom: 0; right: 0; }
  30.  
  31. a { color: #000; }
  32. .frontPageLink:visited { color: #888; }
  33.  
  34. table.highlights tr:nth-child(odd) td { background: #f5f5f5; }
  35. table.highlights tr:nth-child(even) td { background: #e5e5e5; }
  36.  
  37. td.replies a { margin-right: 10px !important; }
  38.  
  39. table.highlights tr:hover td,
  40. table.highlights tr:hover td { background: #ccc; }
  41. table.highlights tr:hover td a { color: #B9133C; }
  42.  
  43. #layout {
  44.     background: url(http://i.imgur.com/5WOLZ.jpg)
  45.                 fixed no-repeat top center #000;
  46.     min-height: 1000px;
  47. }
  48. #contentArea {
  49.     background: #fff;
  50.     padding: 95px 20px 60px 20px;
  51.     box-shadow: -10px 0 0 rgba(0,0,0,0.15),
  52.                 10px 0 0 rgba(0,0,0,0.15),
  53.                 0 0 5px rgba(0,0,0,0.60);
  54.     box-shadow: -5px 0 10px rgba(0,0,0,0.4),
  55.                 5px 0 10px rgba(0,0,0,0.4);
  56.     min-height: 1000px;
  57. }
  58. #top {
  59.     position: fixed;
  60.     width: 100%;
  61.     height: 85px;
  62.     border: none;
  63.     widebox-shadow: 0 0 20px rgba(0,0,0,1);
  64.     box-shadow: none;
  65.     z-index: 9999;
  66.     background: url(http://i.imgur.com/5WOLZ.jpg) no-repeat top center #000;
  67.     darkbackground: url(http://i.imgur.com/PabTi.png) no-repeat top center #000;
  68. }
  69.  
  70. #menubar {
  71.     box-shadow: 0 -5px 10px rgba(0,0,0,0.40), 0 5px 10px rgba(0,0,0,0.40);
  72.     box-shadow: -5px 0 10px rgba(0,0,0,0.4),
  73.                 5px 0 10px rgba(0,0,0,0.4);
  74.     border: 1px solid rgba(255,255,255,0.15);
  75.     border-bottom: 1px solid #222;
  76.     border-radius: 5px 5px 0 0;
  77.     background: -webkit-linear-gradient(rgba(40,40,40, 0.95),rgba(0,0,0, 1) 68px);
  78.     width: 1018px;
  79.     position: relative;
  80.     z-index: 9999;
  81. }
  82.  
  83. #menu li a, #menu li span { color: #ccc; }
  84.  
  85. .pageTabs li {
  86.     background: -webkit-linear-gradient(rgba(240, 240, 240, 1), rgba(230, 230, 230, 1)) !important;
  87. }
  88.  
  89. .pageTabs li:hover { background: #fff !important; }
  90.  
  91. .pageTabs li.active {
  92.     background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(238, 238, 238, 1)) !important;
  93. }
  94.  
  95. #top .pageTabsContainer {
  96.     box-shadow: none;
  97.     background: #eee;
  98.     margin-top: 50px;
  99.     width: 1020px;
  100.     left: 50% !important;
  101.     position: absolute;
  102.     margin-left: -510px;
  103.     border-bottom: 1px solid #aaa;
  104.     height: 40px; overflow: visible;
  105. }
  106.  
  107. #top .pageTabsContainer .pageTabs { margin-top: 10px; }
  108.  
  109. .content .tabContent { margin-top: 10px; }
  110.  
  111. #searchbar {
  112.     position: fixed;
  113.     top: 0;
  114.     left: 50%;
  115.     margin-left: -350px;
  116.     z-index: 9999;
  117.     margin: 10px 0 0 0;
  118.     height: auto;
  119. }
  120. #search {
  121.     padding: 0;
  122.     width: auto;
  123. }
  124. #true { display: none; }
  125.  
  126. .galleryHeadingContainer { display: none; }
  127.  
  128. #reacties * { border: none; }
  129.  
  130. #bottom {
  131.     background: -webkit-linear-gradient(#333,#000) 0 0;
  132.     box-shadow: 0 0 10px #333;
  133.     opacity: 0.8;
  134.     height: 35px;
  135.     -webkit-transition: opacity linear 0.2s;
  136. }
  137. #bottom #about { display: none; }
  138. #bottom:hover { opacity: 1; }
  139. #bottom div.hr { display: none; }
  140.  
  141. .pageTabsContainer {
  142.     margin-top: 51px;
  143.     box-shadow: 0 0 10px #333;
  144.     height: 30px;
  145.     overflow: hidden;
  146. }
  147.  
  148. div.content { margin-top: 30px; }
  149.  
  150. div.message { margin-bottom: -1px; }
  151.  
  152. div.popup {
  153.     position: fixed;
  154.     box-shadow: 0 0 10px #333;
  155. }
  156.  
  157. div.popup.mainSearchSuggest {
  158.     position: fixed;
  159.     z-index: 9999;
  160. }
  161.  
  162. .modButtons { float: left; }
  163. .commentLink {
  164.     float: right;
  165.     padding: 3px 10px;
  166.     color: #000;
  167. }
  168.  
  169. p.pagecounter { margin-top: 10px; }
  170.  
  171. .breadcrumb, .breadcrumb a { font-size: 12px; }
  172.  
  173. #sidebar {
  174.     position: fixed;
  175.     left: 50%;
  176.     margin-left: 320px;
  177.     top: 100px;
  178. }
  179.  
  180. #jobs_relations { display: none; overflow: hidden; }
  181. #jobs_relations:hover { overflow: auto; }
  182.  
  183. div.secondColumn div.fpItem,
  184. #pricewatch, #jobs, #poll,
  185. #newsletter, #sponsored, #textlink,
  186. #social .twitterButton,
  187. #social .facebookButton { box-shadow: 0 0 3px #ccc; border-radius: 3px; background: #fefefe !important; }
  188.  
  189. .pageTabs li { border-radius: 5px 5px 0 0; }
  190.  
  191. .forumList table.listing { margin: 0; }
  192.  
  193. table.listing td, table.listing th { padding: 4px 10px; }
  194. table.listing td.tags { font-size: 9px; }
  195.  
  196. div.channelHeader { margin: 10px 0 0 0; padding: 0; }
  197. div.channelHeader span.category { display: none; }
  198. div.channelHeader h2 { font-size: 18px; line-height: 30px; margin: 0; padding: 0; }
  199.  
  200. #social {
  201.     background: transparent !important;
  202.     box-shadow: none;
  203. }
  204.  
  205. /*
  206. .relevancyColumn {
  207.     position: fixed;
  208.     left: 50%;
  209.     top: 110px;
  210.     margin-left: 150px;
  211. }
  212. */
  213.  
  214. .fpaItem { height: 122px; position: relative; }
  215. .fpaItem div.textContainer {
  216.     position: absolute;
  217.     bottom: 0;
  218.     height: auto;
  219.     background: rgba(0,0,0,0.7);
  220.     color: #fff;
  221. }
  222.  
  223. div.popup.trackerPopup.fixed {
  224.     position: fixed;
  225.     left: 50% !important;
  226.     margin-left: -846px !important;
  227.     width: 336px !important;
  228.     top: 80px;
  229.     box-shadow: none;
  230.     z-index: 5000;
  231.     background: -webkit-linear-gradient(left, rgba(50, 50, 50, 1) 95%, rgba(30, 30, 30, 1));
  232. }
  233.  
  234. #highlights { margin-bottom: 10px; border-bottom: 1px solid #ddd; }
  235. #highlights h2 { display: none; }
  236. #highlights table { margin-bottom: 10px; }
  237.  
  238. #highlights table.highlights, #highlights table.highlights tbody tr td { border: none !important; background: transparent !important; }
  239.  
  240. #highlights table.highlights tbody tr td:nth-child(2) a { font-weight: bold; color: #B9133C; font-size: 1.2em; }
  241. #highlights table.highlights tbody tr td:nth-child(2) span { display: none; }
  242.  
  243. td.custom_intro { padding: 0px !important; }
  244. td.custom_intro p.lead { max-width: 90%; margin: 0 0 0 15px !important; font-size: 12px; line-height: 18px; color: #555; }
  245.  
  246. .reactieHeader .usericonsmall { display: none; }
  247. .reactieHeader br { display: none; }
  248. .reactieHeader a { font-size: 12px !important; margin-right: 10px; }
  249.  
  250. .minmaxreacties {
  251.     float: left; display: inline-block;
  252.     position: relative; top: 2px;
  253.     width: 12px; height: 12px;
  254.     background: #fff; color: #888 !important;
  255.     line-height: 11px; font-weight: normal !important;
  256.     text-align: center;
  257.     margin: 0 8px 0 0 !important; padding: 0;
  258.     border: 1px solid #ccc !important;
  259. }
  260. .minmaxreacties:hover { background: #efefef; text-decoration: none !important; color: #000 !important; }
Advertisement
Add Comment
Please, Sign In to add comment