Guest User

Tweakers_custom_CSS_Tk55

a guest
Oct 22nd, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.21 KB | None | 0 0
  1. /***************************************/
  2. /***Tweakers.net custom RSS door Tk55***/
  3. /***************************************/
  4.  
  5. /* achtergrond kleur */
  6. body {
  7.   background: #313232;
  8. }
  9.  
  10. /* content padding en achtergrond kleur */
  11. div#contentArea {
  12.   padding-top: 10px;
  13.   padding-left: 20px;
  14.   padding-right: 20px;
  15.   background: #F2F2F2;
  16.   border-radius: 0 0 8px 8px;
  17. }
  18.  
  19. /* titels ("uitgelicht" en dagen) dichter bij links */
  20. div.fpItem h2 {
  21.     margin-bottom: 5px;
  22. }
  23.  
  24. /* onnodige dingen weghalen */
  25. #community, #newsletter, #jobs, #sponsored, #social, #true, #streamone img {
  26.     display: none;
  27. } {
  28.     display: none;
  29. }
  30.  
  31. /* menubar styling, rondingen, vette tekst */
  32. #menubar {
  33.   width: 1020px;
  34.  border-radius: 8px 8px 0 0;
  35.  font-weight: bold;
  36. top:48px;
  37. }
  38.  
  39. /* actieve tab bold maken en kleuren */
  40. pageTabs li p, .pageTabs li.active a  {
  41.     font-weight: bold;
  42.     background: #F2F2F2;
  43. }
  44.  
  45. /* ??? */
  46. .galleryHeadingContainer, .pageTabsContainer, .notificationsContainer {
  47.   margin: 0 auto;
  48.   width: 1020px;
  49. }
  50.  
  51. /* tabs border kleur */
  52. .pageTabsContainer {
  53.   border-bottom: 1px solid #C3C6C6;
  54. }
  55.  
  56. #top {
  57. width: auto;
  58.   border-bottom: 0;
  59. }
  60.  
  61. /* link style */
  62. a {
  63. color: #000000;
  64. text-decoration: none;
  65. }
  66.  
  67. /* aantal replies iets naar links en normaal font*/
  68. td.replies a {
  69.  font-weight: normal;
  70.  margin-right: 10px !important;
  71.  }
  72.  
  73. /* tijd van nieuwsberichten lichter van kleur */
  74. tr td span {
  75.     color: #A9A9A9 !important;
  76. }
  77.  
  78. /* bezochte links licht van kleur*/
  79. .frontPageLink:visited {
  80. color: #B9B9B9;
  81. font-weight: normal !important;
  82. }
  83.  
  84. /* links dik maken */
  85. .frontPageLink {
  86.     font-weight: bold
  87. }
  88. /* andere links dik maken */
  89. tr td a {
  90.     font-weight: bold;
  91. }
  92.  
  93. /* regels dichter op elkaar bij artikelen */
  94. .articleColumn {
  95. line-height: 1.4;
  96. }
  97.  
  98. p {
  99. -webkit-margin-after: 0.5em;
  100. }
  101.  
  102.  
  103.  
  104. /* search verplaatsen */
  105. #searchbar{
  106. margin-top:-20px;
  107. background: none;
  108. }
  109.  
  110. #search{
  111. padding-top:0px;
  112. }
  113. #search input.text{
  114. margin-top:-18px;
  115. }
  116. #search input.submit{
  117. margin-top:-18px;
  118. }
  119.  
  120. /* tracker schaduw weg */
  121. div.popup.trackerPopup.fixed {
  122.     -moz-box-shadow: 0px 0px 0px;
  123.     -webkit-box-shadow: 0px 0px 0px;
  124.     box-shadow: 0px 0px 0px;
  125. }
  126.  
  127. /* tracker breder en top padding weg */
  128. div.popupContent {
  129.     width: 305px;
  130.     padding-top: 0px !important;
  131. }
  132.  
  133. /* tracker close button weghalen */
  134. span.fancyButton.close {
  135. display: none !important;
  136. }
  137.  
  138. /* onderste witte balk weg */
  139. div.hr {
  140.     display: none;
  141. }
  142.  
  143. /* artikelen plaatjes aan de zijkant plaatsen */
  144. #fpaItems {
  145.     margin-bottom: 10px;
  146.     float: right;
  147.     width: 330px;
  148.     border: 1px solid #dddede;
  149.     background: linear-gradient(#F5F6F6, #EDEEEE) repeat scroll 0 0 #EDEEEE;
  150.     padding: 2px;
  151. }
  152.  
  153.         .fpaItem {
  154.             float: left;
  155.             width: 161px;
  156.             margin: 1px !important;
  157.             height: 122px;
  158.             border: 1px solid #dddede;
  159.             position: relative;
  160.         }
  161.  
  162.             .fpaItem div.imageContainer {
  163.                 width: 100%;
  164.             }
  165.  
  166.                 .fpaItem img {
  167.                     margin-left: -42px;
  168.                 }
  169.  
  170.             .fpaItem div.textContainer {
  171.                 font-weight: bold;
  172.                 background: rgba(0, 0, 0, 0.8);
  173.                 width: 100%;
  174.                 height: auto;
  175.                 font-size: 12px;
  176.                 line-height: 1.4em;
  177.                 padding: 4px;
  178.                 position: absolute;
  179.                 bottom: 0;
  180.             }
  181.  
  182.  
  183. /* search balk verplaatsen, verkleinen */
  184. #search {
  185.     position: relative;
  186.     left: 335px;
  187.     top: 85px;
  188. width: 310px;
  189.     padding: 0;
  190.     z-index: 1;
  191. }
  192.  
  193. #search .keywordSearch {
  194.     width: 308px;
  195.     height: 28px;
  196. }
  197.  
  198. /* search input veld grootte */
  199. #search input.text {
  200.     width: 253px;
  201.     height: 20px;
  202.     font-size: 12px;
  203.     padding: 5px 10px 3px;
  204. }
  205.  
  206. /* search submit knop */
  207. #search input.submit {
  208.     height: 28px;
  209.     background-position: 1px -75px;
  210. }
  211.  
  212. /* search suggestie breedte */
  213. div.popup.mainSearchSuggest {
  214.     width: 308px;
  215. }
  216.  
  217. /* onderkant kleiner */
  218. #bottom {
  219.     height: 0%;
  220. }
  221.  
  222. #contentArea {
  223.     padding-bottom: 0;
  224. }
  225.  
  226. /* onderkant kleur en breedte */
  227. #ticker, #about {
  228.     width: auto;
  229.     background-color: #222424;
  230. }
  231.  
  232. /* newssubmit en meuk tip lager zetten (ivm search bar) */
  233. .newsSubmitButton {
  234.     margin-top: 45px;
  235. }
  236.  
  237. /* meuktracker button verlagen (heeft geen eigen id?) */
  238. a.fancyButton {
  239.     margin-top: 45px;
  240. }
Advertisement
Add Comment
Please, Sign In to add comment