Guest User

Untitled

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