Advertisement
Guest User

jjumbii's userChrome.css

a guest
Jan 24th, 2013
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.32 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
  2.  
  3. @-moz-document url("about:blank") { html { background-color: #f5f5f5; } }
  4.  
  5. #nav-bar{
  6.     background-color: #f5f5f5 !important;
  7. }
  8.  
  9. #page-proxy-favicon{
  10.     display: none !important;
  11. }
  12.  
  13. #star-button{
  14.     display: none !important;
  15. }
  16.  
  17. #urlbar { -moz-appearance: none !important; }
  18.  
  19. #urlbar {
  20. background-color: #F5F5F5 !important;
  21. color: #787878 !important;
  22. border: 1px #787878 dotted !important;;
  23. }
  24.  
  25. #toolbar-menubar {
  26.   display: none !important;
  27. }
  28.  
  29. .tabbrowser-tab {
  30.     display: none !important;
  31. }
  32. .tabbrowser-strip {
  33.     display: none !important;
  34. }
  35.  
  36. .tab-image-right, .tab-image-left, .tab-image-middle {
  37.     display: none !important;
  38. }
  39.  
  40. .tabbar-newtab-button {
  41.     display: none !important;
  42. }
  43.  
  44. .tabbrowser-arrowscrollbox > .scrollbutton-up,
  45. .tabbrowser-arrowscrollbox .scrollbutton-down,
  46. .tabbrowser-arrowscrollbox .scrollbutton-down-box,
  47. .tabbrowser-tabs .tabs-alltabs-box,
  48. .tabbrowser-tabs .tabs-alltabs-box-animate,
  49. .tabbrowser-tabs .tabs-alltabs-button {
  50. display: none !important;
  51. }
  52.  
  53. #PersonalToolbar {
  54.  display: none !important;
  55. }
  56. #navigator-toolbox {
  57.   background-color: #bada55;
  58.   border-bottom-width: 0px !important;
  59. }
  60.  
  61. #TabsToolbar
  62. {
  63.  background-color: #f5f5f5 !important;
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement