Guest User

Untitled

a guest
May 30th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. /* Firefox CSS */
  2.  
  3.  
  4. /* URL Bar Cleanup */
  5. /* Dropmarker Remove */
  6. .autocomplete-history-dropmarker.urlbar-history-dropmarker {display: none !important;}
  7. /* Fixed URL Bar Size */
  8. #urlbar, #urlbar-container {min-width: 400px !important;max-width: 400px !important;}
  9. /* Remove Star Button */
  10. #star-button {
  11. display:none !important;}
  12. /* Remove Site Identity Button */
  13. #identity-box
  14. {display: none !important; }
  15. /* Remove Go Button */
  16. #go-button { display: none !important; }
  17.  
  18. /* General Layout Stuff */
  19. /* Orange Button and Tabs */
  20. #appmenu-button {
  21. padding: 6px 8px !important;
  22. min-width: 0 !important;
  23. display:none !important
  24. }
  25. #appmenu-button .button-text {
  26. visibility: collapse !important;
  27. }
  28. #appmenu-button .button-menu-dropmarker {
  29. margin: 0 !important;
  30. }
  31.  
  32. /* Transparent URL Bar */
  33. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  34.  
  35. #urlbar, #page-proxy-stack, #identity-box
  36. { background-image: none !important;
  37. background: transparent !important;
  38. border: none !important; }
  39.  
  40. /* White URL Bar Text */
  41.  
  42. #urlbar{
  43. color: white !important; }
  44.  
  45.  
  46. /* TABS AND SHIT */
  47.  
  48. /* INACTIVE */
  49. tab:not([selected="true"]){
  50. background:transparent !important;
  51. }
  52.  
  53. .tabs-newtab-button {
  54. background:transparent !important;
  55. }
  56.  
  57. tab:not([selected="true"]) .tab-text{
  58.  
  59. color:black !important; }
  60.  
  61. /* ACTIVE */
  62. .tabbrowser-tab[selected="true"] {
  63. color:#ffffff !important;
  64. background:transparent !important;
  65. font-weight:bold !important;
  66.  
  67. }
Advertisement
Add Comment
Please, Sign In to add comment