Guest User

Untitled

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