Guest User

Untitled

a guest
May 13th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. /* AGENT_SHEET */
  2. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  3. #appcontent,
  4. #appcontent > #content,
  5. #appcontent > #content > tabbox > tabpanels {
  6. background: #444c54 !important;
  7. }
  8.  
  9. /* General tab settings */
  10. tabs#tabbrowser-tabs {
  11. -moz-appearance: none !important;
  12. max-height: 25px !important;
  13. min-height: 25px !important;
  14. text-align: center !important;
  15. margin-left: 0px !important;
  16. border-bottom: 1px solid #8484bc !important;
  17. }
  18.  
  19. /* Change the bottom line colour if the window is inactive */
  20. tabs#tabbrowser-tabs:-moz-window-inactive {
  21. border-bottom: 1px solid #677584 !important;
  22. }
  23.  
  24. /* Tab Dimmensions */
  25. .tabbrowser-tab:not([pinned]) {
  26. min-width: 32px !important;
  27. max-width: 100% !important;
  28. }
  29.  
  30. /* Normal Tab */
  31. .tabbrowser-tab {
  32. color: #f4f3ee !important;
  33. background: #444c54 !important;
  34. }
  35.  
  36. /* Pinned Tab */
  37. .tabbrowser-tab[pinned=true] {
  38. padding-left: 16px !important;
  39. background: #545c64 !important;
  40. }
  41.  
  42. /* Selected Tab */
  43. .tabbrowser-tab[selected=true] {
  44. color: #444c54 !important;
  45. background: #9696bc !important;
  46. }
  47.  
  48. /* Selected Tab if the window isn't focused, and Hovered Tab */
  49. .tabbrowser-tab[selected=true]:-moz-window-inactive, .tabbrowser-tab:not([selected]):hover {
  50. color: #f4f3ee !important;
  51. background: #747c84 !important;
  52. }
  53.  
  54. /* Tab Text */
  55. .tabbrowser-tab .tab-text {
  56. margin-left: 8px !important;
  57. margin-right: 8px !important;
  58. font-family: "Ubuntu" !important;
  59. font-size: 12px !important;
  60. }
  61.  
  62. /* vimperator */
  63. /* AGENT_SHEET */
  64. #liberator-statusline {
  65. min-height: 20px !important;
  66. max-height: 20px !important;
  67. }
  68.  
  69. /* HIDE */
  70. toolbarbutton#appmenu-toolbar-button,
  71. toolbarbutton#alltabs-button,
  72. toolbarbutton#new-tab-button,
  73. #urlbar dropmarker,
  74. #identity-box,
  75. .tabbrowser-arrowscrollbox > .scrollbutton-up,
  76. .tabbrowser-arrowscrollbox > .scrollbutton-down,
  77. .tab-close-button,
  78. .tab-throbber,
  79. .tabs-newtab-button,
  80. .tab-throbber[progress],
  81. .tabbrowser-tab .tab-icon-image:not([pinned]),
  82. #liberator-separator,
  83. #sidebar-search-container,
  84. #nav-bar,
  85. .notificationbox-stack,
  86. .tab-background-start,
  87. .tab-background-end,
  88. scrollbar,
  89. statuspanel {
  90. display: none !important;
  91. }
  92.  
  93. #TabsToolbar::after { display: none !important; }
  94. #navigator-toolbox { border: 0 !important; margin-bottom: -1px !important; }
  95. .tabbrowser-tab::before, .tabbrowser-tab::after { background: url(none) !important; }
  96.  
  97. .tabbrowser-tab * {
  98. background: url(none) !important; list-style-image: none !important;
  99. margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; -moz-appearance: none !important;
  100. }
  101.  
  102. #TabsToolbar, #tabbrowser-tabs {
  103. -moz-appearance: none !important;
  104. margin-left: -15px !important; margin-right: -8px !important;
  105. }
Advertisement
Add Comment
Please, Sign In to add comment