Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* AGENT_SHEET */
- @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
- #appcontent,
- #appcontent > #content,
- #appcontent > #content > tabbox > tabpanels {
- background: #444c54 !important;
- }
- /* General tab settings */
- tabs#tabbrowser-tabs {
- -moz-appearance: none !important;
- max-height: 25px !important;
- min-height: 25px !important;
- text-align: center !important;
- margin-left: 0px !important;
- border-bottom: 1px solid #8484bc !important;
- }
- /* Change the bottom line colour if the window is inactive */
- tabs#tabbrowser-tabs:-moz-window-inactive {
- border-bottom: 1px solid #677584 !important;
- }
- /* Tab Dimmensions */
- .tabbrowser-tab:not([pinned]) {
- min-width: 32px !important;
- max-width: 100% !important;
- }
- /* Normal Tab */
- .tabbrowser-tab {
- color: #f4f3ee !important;
- background: #444c54 !important;
- }
- /* Pinned Tab */
- .tabbrowser-tab[pinned=true] {
- padding-left: 16px !important;
- background: #545c64 !important;
- }
- /* Selected Tab */
- .tabbrowser-tab[selected=true] {
- color: #444c54 !important;
- background: #9696bc !important;
- }
- /* Selected Tab if the window isn't focused, and Hovered Tab */
- .tabbrowser-tab[selected=true]:-moz-window-inactive, .tabbrowser-tab:not([selected]):hover {
- color: #f4f3ee !important;
- background: #747c84 !important;
- }
- /* Tab Text */
- .tabbrowser-tab .tab-text {
- margin-left: 8px !important;
- margin-right: 8px !important;
- font-family: "Ubuntu" !important;
- font-size: 12px !important;
- }
- /* vimperator */
- /* AGENT_SHEET */
- #liberator-statusline {
- min-height: 20px !important;
- max-height: 20px !important;
- }
- /* HIDE */
- toolbarbutton#appmenu-toolbar-button,
- toolbarbutton#alltabs-button,
- toolbarbutton#new-tab-button,
- #urlbar dropmarker,
- #identity-box,
- .tabbrowser-arrowscrollbox > .scrollbutton-up,
- .tabbrowser-arrowscrollbox > .scrollbutton-down,
- .tab-close-button,
- .tab-throbber,
- .tabs-newtab-button,
- .tab-throbber[progress],
- .tabbrowser-tab .tab-icon-image:not([pinned]),
- #liberator-separator,
- #sidebar-search-container,
- #nav-bar,
- .notificationbox-stack,
- .tab-background-start,
- .tab-background-end,
- scrollbar,
- statuspanel {
- display: none !important;
- }
- #TabsToolbar::after { display: none !important; }
- #navigator-toolbox { border: 0 !important; margin-bottom: -1px !important; }
- .tabbrowser-tab::before, .tabbrowser-tab::after { background: url(none) !important; }
- .tabbrowser-tab * {
- background: url(none) !important; list-style-image: none !important;
- margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; -moz-appearance: none !important;
- }
- #TabsToolbar, #tabbrowser-tabs {
- -moz-appearance: none !important;
- margin-left: -15px !important; margin-right: -8px !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment