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 0.98 KB | None | 0 0
  1. h1, h2, h1 a, h2 a{
  2. color: black;
  3. }
  4.  
  5.  
  6. div#top{  
  7. background: black;
  8. background-repeat-x: initial;
  9. background-repeat-y: initial;
  10. background-attachment: initial;
  11. background-position-x: initial;
  12. background-position-y: initial;
  13. background-origin: initial;
  14. background-clip: initial;
  15. background-color: black;
  16. background-size: initial;
  17. background-image: black;
  18. background-image: black;
  19. background-image: black;
  20. }  
  21.  
  22. div#menubar {
  23. margin: 0 auto;
  24. height: 32px;
  25. width: 100%;
  26. min-width: 980px;
  27. position: relative;
  28. top: 51px;
  29. background: url(../../g/if/v3/framework/framework_bg.png) repeat-x 0 -74px;
  30. background-color: #deff00;
  31. border-top: 1px solid #deff00;
  32. border-bottom: 0px solid #deff00;
  33. border-radius: 1px;
  34.  
  35.  
  36. -webkit-box-shadow: 0 0 0 1px rgba(222, 225, 0, .15),0 -10px 15px rgba(255, 180, 38, .12);
  37.  
  38. box-shadow: 0 0 0 1px rgba(51,255,0, .15),0 -10px 15px rgba(222,225, 0, .25);
  39. }
  40.  
  41.  
  42. div#community.fpItem{
  43. display:none;
  44. }
  45.  
  46. div#fp_tabs_container{
  47. display:none;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment