Created
March 5, 2015 23:20
-
-
Save 594727294/3414f9cca4880e2ed621 to your computer and use it in GitHub Desktop.
firefox old
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#search-container, #openLocation { display:none!important; } | |
/*Hide Scrollbar*/ | |
#content browser { | |
margin-right: 0px !important; | |
overflow-y: scroll; | |
overflow-x: hidden; | |
} | |
#stylish-toolbar-button{ | |
display:none !important; | |
} | |
abp-toolbarbutton | |
#urlbar | |
{background:transparent!important; | |
text-align:center!important; | |
margin: 1px 10px 0 0 !important; | |
border:none!important} | |
/*minimal tabs*/ | |
.tabbrowser-arrowscrollbox > .scrollbutton-up, | |
.tabbrowser-arrowscrollbox > .scrollbutton-down { | |
margin-top: 5px !important; | |
padding-top: 2px !important; | |
padding-bottom:0px !important; | |
border: 0px solid !important; | |
border-bottom: 0px solid !important; | |
} | |
.tabbrowser-tabs *|tab { | |
font-size: 12px !important; | |
height: 30px !important; | |
min-width: 2px !important; | |
max-width: 159.99px !important; | |
padding: 5px !important; | |
padding-top: 5px !important; | |
padding-bottom: 0px !important; | |
} | |
#tabbrowser-tabs tab[selected]:not([pinned]) { | |
min-width: 150px !important; | |
max-width: 160px !important; | |
} | |
#tabbrowser-tabs { | |
background:#323232 !important; | |
padding:3px !important; | |
padding-top: 5px !important; | |
padding-left: 5px !important; | |
font-size: 8px !important; | |
} | |
.tabbrowser-tabs tab[selected]:hover .tab-close-button .toolbarbutton-icon, | |
.tabbrowser-tabs tab[selected]:hover .tabs-closebutton .toolbarbutton-icon | |
{ | |
display: -moz-box !important; | |
} | |
#tabbrowser-tabs .tabbrowser-tab:hover { | |
min-width: 150px !important; | |
max-width: 160px !important; | |
} | |
#tabbrowser-tabs .tabbrowser-tab:hover { | |
min-width: 30px !important; | |
} | |
#tabbrowser-tabs .tabbrowser-tab:not(:hover) .tab-close-button { | |
display:block !important; | |
} | |
#tabbrowser-tabs .tabbrowser-tab:not([pinned]):hover .tab-close-button { | |
display: -moz-box !important; | |
} | |
/* URL bar in TAB bar */ | |
#main-window[sizemode=maximized] #TabsToolbar > #urlbar-container, | |
#main-window[sizemode=fullscreen] #TabsToolbar > #urlbar-container { | |
min-width: 500px !important; | |
max-width: 500px !important; | |
} | |
#main-window[sizemode=normal] #TabsToolbar > #urlbar-container { | |
min-width: 300px !important; | |
max-width: 300px !important; | |
} | |
.titlebar-placeholder[type="caption-buttons"] { | |
margin-left: 10px !important; | |
} | |
/* big new tab button*/ | |
.tabs-newtab-button | |
{ | |
-moz-appearance: none !important; | |
-moz-box-flex: 0 !important; | |
} | |
#main-window:not([stylish-application-version^="3"]) .tabbrowser-tabs .tabs-newtab-button:not(:hover) { | |
-moz-appearance: toolbarbutton !important; | |
margin-top: -1.5px !important; | |
margin-bottom: -1.5px !important; | |
} | |
#main-window[stylish-application-version^="3"]:not([stylish-platform^="Linux"]) .tabs-container .tabs-newtab-button:not(:hover) { | |
-moz-appearance: toolbarbutton !important; | |
margin-top: 2px !important; | |
margin-bottom: 3px !important; | |
} | |
/* autohide bookmarks tookbar*/ | |
#PersonalToolbar { | |
visibility: hidden !important; | |
opacity: 0; | |
-moz-transition-duration: 0.3s; | |
-moz-transition-property: visibility, opacity, margin; | |
-moz-transition-delay: 0.2s} | |
#navigator-toolbox:hover > #PersonalToolbar { | |
visibility: visible !important; | |
opacity: 1; | |
-moz-transition-delay: 0s} | |
#PersonalToolbar { | |
position: fixed !important; | |
margin-top: 5px !important} | |
#navigator-toolbox:hover > #PersonalToolbar { | |
margin-top: 5px !important} | |
#main-window[stylish-url="about:addons"] #PersonalToolbar { | |
margin-top: 25px !important; | |
background: transparent !important; border: none !important} | |
#main-window[stylish-url="about:addons"] #PersonalToolbar { | |
display: none !important} | |
#PersonalToolbar { | |
background: -moz-linear-gradient(#EEE, #EEE) !important; | |
} | |
#main-window:not([chromehidden*="toolbar"])[sizemode="normal"] | |
{ | |
margin-top:-2px!important; | |
} | |
/*hide drop marker*/ | |
.autocomplete-history-dropmarker.urlbar-history-dropmarker {display: none !important;} | |
/*REMOVE URL ID BUTTON, STAR BUTTON, MAGNIFYING GLASS*/ | |
#go-button {display:none !important} | |
#identity-box {display:none !important} | |
.search-go-button {display:none !important} | |
#star-button {display:none !important} | |
#feed-button {display:none !important} | |
.searchbar-engine-button {display:none !important} | |
/* ----Center tabs text---- */ | |
.tab-text {text-align: center !important; margin-top: 0px !important;} | |
/* ---REMOVE TAB ICON---*/ | |
.tab-icon-image {display:none !important} | |
/*remove shitty fog*/ | |
#TabsToolbar:not(:-moz-lwtheme)::after {display: none;} | |
/* Remove the following line if you want the text color of unselected tabs to be black (Firefox default) */ | |
#TabsToolbar .tabbrowser-tab:not([selected]) {color: rgba(255,255,255,0.9);} | |
/*remove internal border*/ | |
#main-window:not([chromehidden*="toolbar"])[sizemode="normal"] | |
{ | |
margin-top:-1px!important; | |
margin-left:-1px!important; | |
margin-right:0px!important; | |
margin-bottom:-1px !important; | |
} | |
#TabsToolbar { | |
background: rgb(52,52,52) !important; | |
margin-bottom: 0 !important; | |
padding-bottom:0 !important; | |
} | |
#TabsToolbar .tabbrowser-tabs { | |
min-height: 20px !important; | |
margin-top: 0px !important; | |
margin-bottom: 0px !important; | |
text-align: center !important; | |
margin-left: -15px !important; | |
margin-right: -15px !important; | |
padding-bottom:0 !important; | |
} | |
#tabbrowser-tabs tab .tab-close-button { | |
display: none !important; | |
} | |
.tabbrowser-tab:not([pinned]) .tab-icon-image { | |
display: none !important; | |
} | |
#TabsToolbar .tabbrowser-tab { | |
-moz-border-top-colors: none !important; | |
-moz-border-left-colors: none !important; | |
-moz-border-right-colors: none !important; | |
-moz-border-bottom-colors: none !important; | |
padding: 5px 10px !important; | |
border-radius: 0px !important; | |
background: #D2D2D2 !important; | |
background-clip: padding-box !important; | |
transition: all .1s !important; | |
margin-left: 0px !important; | |
margin-right: 4px !important; | |
color: #323232 !important; | |
font-family: 'Helvetica' !important; | |
font-size: 11px !important; | |
min-height: 18px !important; | |
} | |
#TabsToolbar .tabs-newtab-button { | |
display:none !important; | |
-moz-border-top-colors: none !important; | |
-moz-border-left-colors: none !important; | |
-moz-border-right-colors: none !important; | |
-moz-border-bottom-colors: none !important; | |
border-style: solid !important; | |
border-color: transparent !important; | |
border-width: 1px 1px 0 1px !important; | |
text-shadow: 0 0 4px rgba(255,255,255,0) !important; | |
background: transparent !important; | |
background-clip: padding-box !important; | |
transition: all .1s !important; | |
} | |
#TabsToolbar .tabbrowser-tab[selected] { | |
color: rgba(52,52,52,1) !important; | |
background: #C0E6D5 !important; | |
background-clip: padding-box !important; | |
} | |
#TabsToolbar .tabs-newtab-button:hover, | |
#TabsToolbar .tabbrowser-tab:hover:not([selected]) { | |
background-color: #808080 !important; | |
color: rgb(251,251,251) !important; | |
} | |
#TabsToolbar .tab-background { | |
margin: 0 !important; | |
background: transparent !important; | |
} | |
#TabsToolbar .tab-background-start, | |
#TabsToolbar .tab-background-end { | |
display: none !important; | |
} | |
#TabsToolbar .tab-background-middle { | |
margin: -8px -5px !important; | |
background: transparent !important; | |
} | |
#TabsToolbar .tabbrowser-tab:after, | |
#TabsToolbar .tabbrowser-tab:before { | |
display: none !important; | |
} | |
#TabsToolbar .tabs-newtab-button { | |
border-width: 1px 1px 0 1px !important; | |
margin: 0 !important; | |
width: auto !important; | |
padding: 0 5px !important; | |
} | |
#addon-bar, | |
#PersonalToolbar, | |
#nav-bar { | |
background: #323232 !important; | |
box-shadow: none !important; | |
background-clip: padding-box !important; | |
border-color: rgba(0,0,0,.25) !important; | |
border-radius: 0 !important; | |
} | |
.subviewbutton.panel-subview-footer { | |
padding-top: 6px !important; | |
padding-bottom: 6px !important; | |
} | |
/* URL BAR */ | |
/* remove back/fwd */ | |
#nav-bar #back-button > .toolbarbutton-icon { | |
display: none !important; | |
} | |
#forward-button { | |
display: none !important; | |
} | |
/*styling*/ | |
#searchbar > .searchbar-textbox, | |
#urlbar { | |
border: 0px solid #FBFBFB !important; | |
text-align: left !important; | |
background: #808080 !important; | |
margin-top: 0px !important; | |
margin-left: 5px !important; | |
border-radius: 1px; | |
margin-bottom: 6px; | |
padding: 10px !important; | |
color: #D2D2D2 !important; | |
font-family: Helvetica !important; | |
height: 35px !important; | |
font-size:11px !important; | |
} | |
#nav-bar { | |
background-color: #323232 !important; | |
border-bottom: none !important; | |
border-top: none !important; | |
margin-bottom: -2px !important; | |
margin-top: 0px !important; | |
padding-top: 0px !important; | |
height: 44px !important; | |
} | |
#PanelUI-button { | |
background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0; | |
background: url('http://i.imgur.com/TkuW5hs.png') !important; | |
background-repeat: no-repeat !important; | |
background-position: center !important; | |
box-shadow: none !important; | |
margin-top: 1px !important; | |
width: 10px !important; | |
/*display: none !important; /*COMMENT THIS LINE FOR A MENU BUTTON*/ | |
} | |
#PanelUI-button:hover { | |
background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0; | |
background: url('http://i.imgur.com/h8J7fda.png') !important; | |
background-repeat: no-repeat !important; | |
background-position: center !important; | |
box-shadow: none !important; | |
width: 10px !important; | |
} | |
#PanelUI-button .button-icon, | |
#PanelUI-button .button-text { | |
display: none !important; | |
} | |
#PanelUI-menu-button { | |
opacity: 0 !important; | |
width: 10px !important; | |
margin-right: -15px !important; | |
} | |
#identity-box, #dropmarker-icon, #historydropmarker, #autocomplete-history-dropmarker, #urlbar-history-dropmarker, #dropmarker { | |
display: none !important; | |
} | |
#autocomplete-history-dropmarker, #urlbar-history-dropmarker, #urlbar-reload-button { | |
display: none !important; | |
} | |
.autocomplete-history-dropmarker.urlbar-history-dropmarker { | |
display: none !important; | |
} | |
#plugins-notification-icon, #notification-anchor-icon, #notification-popup-box { | |
display: none !important; | |
} | |
/*download button*/ | |
#downloads-button { | |
background: url('http://i.imgur.com/QA0QFij.png') !important; | |
background-repeat: no-repeat !important; | |
background-position: center !important; | |
opacity: 1 !important; | |
margin-left: 10px !important; | |
margin-right: 0px !important; | |
margin-bottom: 0px !important; | |
box-shadow: none !important; | |
width: 10px !important; | |
} | |
#toolbarbutton-icon .Downloads, | |
#downloads-indicator-icon, | |
#downloads-indicator-progress-area, | |
#downloads-button .button-text { | |
display: none !important; | |
} | |
#downloads-indicator-anchor {opacity: 0 !important;} | |
#downloads-button:hover { | |
opacity: 1 !important; | |
box-shadow: none !important; | |
background: url('http://i.imgur.com/sTi4rOA.png') !important; | |
background-repeat: no-repeat !important; | |
background-position: center !important; | |
} | |
/* remove tab scrolling */ | |
.scrollbutton-up, .scrollbutton-down, #alltabs-button { | |
display: none !important; | |
} | |
/*!noha/.gytc*/ | |
/*noha-ra.deviantart.com*/ | |
#TabsToolbar:not([collapsed="true"]) + #nav-bar { | |
border-top: none !important; | |
background-clip: padding-box; | |
margin-top: -5px; | |
position: relative; | |
z-index: 1; | |
padding-top:0 !important; | |
} | |
#PanelUI-menu-button { | |
display:none !Important; | |
} | |
#PanelUI-button{ | |
display:none !Important; | |
} | |
#abp-toolbarbutton{ | |
display:none !important; | |
} | |
#loop-call-button{ | |
display:none !important; | |
} | |
.toolbarbutton { | |
display:none !Important; | |
} | |
#nav-bar-customization-target{ | |
margin-top:4px; | |
} | |
#appmenu-toolbar-button{ | |
display:none !important; | |
} | |
#nav-bar-overflow-button{ | |
display:none !important; | |
} | |
window:not([chromehidden~="toolbar"]) #urlbar-wrapper { | |
clip-path: url('chrome://browser/content/browser.xul#urlbar-back-button-clip-path'); | |
-moz-margin-start: 0px; | |
margin-bottom: -7px !important; | |
padding-bottom: : 0 !important; | |
margin-right:1px !important; | |
margin-left: -5px; | |
margin-top: -3px; | |
} | |
#TabsToolbar{ | |
margin-right: -3px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment