Advertisement
infernotorrent

Black dA Header

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