Advertisement
infernotorrent

Black Header Chrome // ihm

Jul 20th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.19 KB | None | 0 0
  1. td.oh-hasmenu img {
  2. display:none!important;
  3. }
  4. /*td.oh-search {
  5. display:none!important;
  6. }*/
  7. a.oh-l {
  8. margin:0px!important;
  9. }
  10. a.oh-l#collectlink {
  11. display:none!important;
  12. }
  13. a.oh-l#friendslink {
  14. opacity:.5!important;
  15. }
  16. a.oh-l#friendslink:hover {
  17. opacity:1!important;
  18. }
  19. td.oh-vsep {
  20. display:none!important;
  21. }
  22. div#overhead-collect {
  23. border-bottom:1px solid #444!important;
  24. position:fixed!important;
  25. background:-moz-linear-gradient(bottom, #444, #000)!important;
  26. background: -webkit-gradient(linear, left bottom, left top, from(#444), to(#000))!important;
  27. color:#999;
  28. }
  29. table#overhead {
  30. border-bottom:0px solid #444!important;
  31. position:fixed!important;
  32. background:-moz-linear-gradient(bottom, #444, #000)!important;
  33. background: -webkit-gradient(linear, left bottom, left top, from(#444), to(#000))!important;
  34. color:#999;
  35. }
  36. div.oh-menu {
  37. position:fixed!important;
  38. }
  39. body.chatroom .damnc-tabbar-outer {
  40. background:#444!important;
  41. border-top:#444!important;
  42. }
  43. div.catbar {
  44. background:-moz-linear-gradient(top, #CED3CD, #AEC2AA)!important;
  45. background: -webkit-gradient(linear, left top, left bottom, from(#ced3cd), to(#aec2aa))!important;
  46. }
  47. img.dev-item {
  48. display:none!important;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement