Guest User

Untitled

a guest
Oct 19th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. #newsletter, #jobs, #social, #sponsored, #community, .secondColumn
  2. {
  3. display: none !important;
  4. }
  5. .frontPageLink:visited{color:gray}
  6. html
  7. {
  8. background: #444444;
  9. }
  10.  
  11. div#contentArea
  12. {
  13. padding-left: 20px;
  14. padding-right: 20px;
  15. background: #F7F7F7;
  16. }
  17.  
  18. .eenReactie
  19. {
  20. background: #F7F7F7;
  21. }
  22.  
  23. .reactie
  24. {
  25. background: #F7F7F7;
  26. }
  27.  
  28. #menubar
  29. {
  30. width: 980px;
  31. }
  32.  
  33. #searchbar
  34. {
  35. margin: 34px auto 0 auto;
  36. width: 1020px;
  37. }
  38.  
  39. .galleryHeadingContainer, .pageTabsContainer, .notificationsContainer
  40. {
  41. margin: 0 auto;
  42. width: 1020px;
  43. }
  44. .pageTabsContainer
  45. {
  46. border-bottom: 1px solid #C3C6C6;
  47. }
  48. #top
  49. {
  50. border-bottom: 0;
  51. }
  52.  
  53. a {
  54. color: #000000;
  55. text-decoration: none;
  56. }
  57.  
  58. table.highlights td {
  59. line-height: 5px;
  60. padding: 5px 5px;
  61. }
  62.  
  63. #menubar {
  64. width: 1024px;
  65. border-radius: 6px 6px 0 0;
  66. }
  67.  
  68. .articleColumn
  69. {
  70. line-height: 1.4;
  71. }
  72.  
  73. #socialButtons {
  74. display: none !important;
  75. }
  76.  
  77. p
  78. {
  79. -webkit-margin-after: 0.5em;
  80. }
  81.  
  82. #fpaItems {
  83. margin-bottom: 0px;
  84. position:absolute;
  85. top:75px;
  86. right:0;
  87. width:265px;
  88. }
  89.  
  90.  
  91. .mainColumn { width: 720px !important; }
  92.  
  93.  
  94. #bottom .hr, #ticker { display: none !important; }
  95.  
  96. .popularProductListing, .secondColumn, .mainColumn #community, #trackerHeader .fancyButton, .trackerPopup.fixed .close, .bulletSeparatedList, .icon.tracker, #true, #sidebar { display: none !important; }
  97.  
  98.  
  99. /* HENK */
  100. /* */
  101. /* Plaatsen van image */
  102. div#logo{
  103. background: url("http://tweakers.net/ext/f/yGhY5OUotXH3QnB3TpYh5RnD/full.png") no-repeat;
  104. }
  105. /* Zorgen voor klikbare logo */
  106. div#logo a{
  107. margin-bottom: 0px;
  108. width: 213px;
  109. height:85px;
  110. display:block;
  111. background:transparent;
  112. }
  113. /* Logo om zeep helpen */
  114. div#logo img{
  115. visibility:hidden;
  116. }
Advertisement
Add Comment
Please, Sign In to add comment