Advertisement
Guest User

Untitled

a guest
Oct 20th, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.46 KB | None | 0 0
  1. #userbar > li.more {display:none;}
  2. #userbar:hover > li.more {display:block;}
  3. #myprofilecontainer .padding { display: none;}
  4. #myprofilecontainer:hover .padding { display: block; }
  5. #top {margin-top: -51px; background: #585858;border-bottom:0px;}
  6. #searchbar { background: #585858;}
  7. #forumheading div#title { display: none;}
  8. #myprofilecontainer h2 {background: #EDEEEE;}
  9. #layout { background-color: #585858; }
  10. #forumheading {background-color: #D8D8D8;}
  11. #fp_tabs_container {overflow: hidden; height: 37px;margin-bottom: 10px !important;}
  12. #fpaItems {overflow: hidden;margin-bottom: 10px !important;}
  13. #contentArea {background-color: #E1E1E1;padding-top: 1px !important;padding-left: 20px;padding-right: 20px;padding-bottom:15px;}
  14. table.highlights {border-top: 1px solid #BEBEBE !important;margin-bottom: 25px;width: 100%;table-layout: fixed;}
  15. table.highlights td {line-height: 15px;border-bottom: 1px solid #BEBEBE !important;padding: 4px 0px !important;}
  16. p.vaTopLinks {margin-bottom: 10px !important;}
  17. h2.detailHeader {margin-bottom: 15px !important;}
  18. div.message, div.faq {margin-bottom: 0px !important;line-height: 20px;}
  19. div.message div.post {padding: 5px 0px 8px 14px !important;}
  20. div.messageheader {background-color:#C8C8C8;position: relative;padding: 5px 14px !important;overflow: hidden;}
  21. div.messageheader div.date {position: absolute;top: 5px !important;left: 139px;font-size: 11px;color: #616464;white-space: nowrap;z-index: 1;}
  22. table.listing td, table.listing th {padding: 3px 3px;}
  23. table.spec-detail td { padding: 0px;}
  24. .fpaItem div.textContainer {font-size: 12px;line-height: 16px; padding: 5px 5px;}
  25. #fpaItems { margin-bottom: 0px; }
  26. #fpaItems .fpaItem { height: 135px; width: 155px; }
  27. #fpaItems .fpaItem div.imageContainer { width: 155px; height: 78px; }
  28. #fpaItems .fpaItem div.imageContainer img { width: 155px; height: 78px;}
  29. #fpaItems .fpaItem div.textContainer { padding-bottom: 0px; overflow: hidden; }
  30. #fpaItems .fpaItem div.textContainer:hover { padding-bottom: 0px; overflow: visible; }
  31. #fp_tabs_container { margin-bottom: 5px; }
  32. #fpaItems ~ .secondColumn  { margin-top: -145px; }
  33. .secondColumn .fpItem { margin-bottom: 6px; }
  34. .fpItem h2 { margin-bottom: 5px; }
  35. .fpItem table.highlights { margin-bottom: 8px; }
  36. #bottom div.hr {background-color: #585858;}
  37. .tab_active { margin-top: 19px;}
  38. .pageTabsContainer,.galleryHeadingContainer,#tabs,#tweakbase {margin: auto;padding-left: 20px;padding-right: 20px;width: 980px;}
  39. #jobs_relations{min-width:300px;background:#E1E1E1}
  40. .reactieBody.hidden, .reactieBody.informative, .reactieBody.spotlight {border: 1px;}
  41. .reactie {background: #E1E1E1;border-left: 1px solid #FFFFFF;}
  42. .reactie.last > .reactieContainer {border-left: 1px solid #E1E1E1;}
  43. .eenReactie { margin-top: 10px;}
  44. .reactieBody {background: #EDEEEE;margin-left: -20px;padding-left: 19px;}
  45. .reactieContent {padding-bottom: 5px;}
  46. .reactie .topBorder {height: 0px;}
  47. .reactie .reactie .topBorder{height:1px;color:white;border:1px;border-color:white;background:white;}
  48. .reactieHeader {background-color: #C8C8C8; padding: 4px 1px 4px 19px; margin-left:-19px; margin-top:-1px; margin-bottom: 2px;}
  49. .reactieBody.hidden .reactieHeader {padding: 3px 1px 3px 19px;}
  50. #highlights,#news,.article, #compareProductListing .listing, #listing{background: #EDEEEE; margin-left: -5px; padding-left: 5px; margin-right: -5px; padding-right: 5px;}
  51. #highlights{margin-bottom: -10px;padding-bottom: 10px;}
  52. #bottom {bottom: auto;height:80px;}
  53. #about{height: 35px;}
  54. #about p:first-child {margin: 2px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement