Guest User

Untitled

a guest
Oct 19th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. #bottom .hr {
  2. display: none;
  3. }
  4.  
  5. #layout {
  6. background: #313232;
  7. }
  8.  
  9. #top {
  10. border-bottom: 0;
  11. }
  12.  
  13. #menubar {
  14. border-radius: 4px;
  15. }
  16.  
  17. #bottom {
  18. border-top: 10px solid #313232;
  19. }
  20.  
  21. #tweakbase {
  22. background: #313232;
  23. }
  24.  
  25. #tweakbase > div {
  26. background: #fff;
  27. border: 0;
  28. width: 1016px;
  29. }
  30.  
  31. #tabs {
  32. background: #313232;
  33. }
  34.  
  35. #tabs .pageTabs {
  36. background: #fff;
  37. padding: 0 18px;
  38. width: 980px;
  39. }
  40.  
  41. #tabs .pageTabs ul {
  42. border-bottom: 1px solid #C3C6C6;
  43. }
  44.  
  45. #searchbar {
  46. background: #313232;
  47. border-radius: 0;
  48. height: 32px;
  49. }
  50.  
  51. #search {
  52. position: relative;
  53. }
  54.  
  55. #search form {
  56. border: 1px solid #fff;
  57. position: absolute;
  58. top: -56px;
  59. right: -18px;
  60. width: 288px;
  61. }
  62.  
  63. #search input.text {
  64. font-size: 12px;
  65. width: 233px;
  66. }
  67.  
  68. #search a {
  69. display: none;
  70. }
  71.  
  72. .trackerPopup.fixed {
  73. box-shadow: none;
  74. }
  75.  
  76. .popup.mainSearchSuggest {
  77. z-index: 120;
  78. }
  79.  
  80. div#contentArea {
  81. background: #fff;
  82. border: 0;
  83. border-right: 18px solid #fff;
  84. border-left: 18px solid #fff;
  85. }
Advertisement
Add Comment
Please, Sign In to add comment