Advertisement
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);
- #main-window[sizemode="normal"]:not([customizing]) #navigator-toolbox:not(:-moz-lwtheme)::after, #main-window[sizemode="normal"]:not([customizing]) #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme), #main-window[sizemode="normal"]:not([customizing]) #navigator-toolbox:-moz-lwtheme, #main-window[customizing] #navigator-toolbox::after, #main-window[customizing] #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {
- border: none !important;
- }
- #main-window[sizemode="normal"] #titlebar-buttonbox-container {
- position: fixed !important;
- top: 0px !important;
- right: 0px !important;
- width: 138px !important;
- height: 32px !important;
- margin-top: -5px !important;
- z-index: 21 !important;
- }
- #main-window[sizemode="normal"] #titlebar-buttonbox-container #titlebar-buttonbox {
- opacity: 0 !important;
- }
- #main-window[sizemode="normal"] #titlebar-buttonbox-container:hover #titlebar-buttonbox {
- opacity: 1 !important;
- }
- #content-deck {
- border-top: 0px solid rgb(240,240,240) !important;
- }
- #verticaltabs-box {
- border-top: none !important;
- }
- #appcontent {
- border-top: none !important;
- }
- #hcp-title-box .hcp_favicon_cls {
- display: none !important;
- }
- #hcp-caption-box {
- height: 27px !important;
- margin-left: -10px !important;
- }
- .hcp-sidebox-cls {
- width: 2px !important;
- }
- #hcp-left-box, #hcp-right-box, #hcp-bottom-box {
- display: none !important;
- }
- #hcp-title-box-label {
- font-family: "Roboto Medium" !important;
- font-size: 10pt !important;
- font-style: normal !important;
- font-weight: 400 !important;
- text-shadow: none !important;
- margin-top: 3px !important;
- }
- #content {
- margin-left: -15px !important;
- }
- #navigator-toolbox {
- margin-left: -45px !important;
- }
- #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme) {
- background: none !important;
- }
- #navigator-toolbox::after {
- background-color: #b9b9b9 !important;
- }
- #nav-bar {
- height: 33px !important;
- margin-bottom: -1px !important;
- border-bottom: 10px solid white !important;
- }
- #nav-bar, #urlbar-container {
- height: 33px !important;
- background: linear-gradient(to bottom, #f3f3f5 0%,#eaeaee 100%);
- /*background: red !important;*/
- }
- window:not([chromehidden~="toolbar"]) #urlbar-wrapper {
- -moz-margin-start: 0px !important;
- }
- #urlbar-wrapper {
- clip-path: none !important;
- margin-top: -3px !important;
- }
- #urlbar-wrapper::before {
- position: absolute !important;
- content: url(file:///C:/css/right.png) !important;
- min-height: 23px !important;
- height: 23px !important;
- }
- #urlbar-wrapper::after {
- position: absolute !important;
- content: url(file:///C:/css/left.png) !important;
- min-height: 23px !important;
- height: 23px !important;
- }
- #urlbar {
- font-family: "Roboto Medium" !important;
- font-size: 10pt !important;
- margin-top: 0px !important;
- margin-right: -1px !important;
- min-height: 23px !important;
- height: 23px !important;
- width: 100% !important;
- border-bottom: none !important;
- border-top: none !important;
- border-right-color: rgb(240,240,240) !important;
- background-image: url(file:///C:/css/back.png) !important;
- }
- #notification-popup-box {
- background: none !important;
- border: none !important;
- }
- /*#identity-icon-labels {
- display: none !important;
- }*/
- /*#PanelUI-button {
- background-image: none !important;
- }*/
- #nav-bar .toolbarbutton-1:not([type="menu-button"]), #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button, #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
- padding: 0 !important;
- }
- #forward-button {
- display: none !important;
- }
- #back-button {
- padding: 0px !important;
- list-style-image: url(file:///C:/css/backbuttonfinal.png) !important;
- -moz-image-region: auto !important;
- min-height: 30px !important;
- height: 30px !important;
- min-width: 30px !important;
- width: 30px !important;
- margin-top: -3px !important;
- margin-right: 22px !important;
- margin-left: 8px !important;
- }
- #back-button > .toolbarbutton-icon {
- border-radius: 0 !important;
- padding: 0 !important;
- max-width: 30px !important;
- border: none !important;
- }
- /*#back-button, #forward-button, #urlbar-reload-button, #urlbar-stop-button {
- display: none !important;
- }*/
- #verticaltabs-box {
- z-index: 3 !important;
- top: 33px !important;
- height: -moz-calc(100vh - 33px) !important;
- width: 30px !important;
- box-shadow: none !important;
- border-right: 1px solid #b9b9b9 !important;
- }
- #verticaltabs-box[expanded='true'] {
- width: 260px !important;
- }
- .tabbrowser-tabs {
- border-top: none !important;
- }
- .tabbrowser-arrowscrollbox, .tabbrowser-arrowscrollbox:not(:-moz-lwtheme) {
- height: -moz-calc(100vh - 33px) !important;
- }
- .tabbrowser-tab {
- min-height: 24px !important;
- max-height: 24px !important;
- min-width: 24px !important;
- }
- .tabbrowser-tab[selected="true"] {
- border-left: 0px !important;
- background-color: #fff !important;
- margin-left: 4px !important;
- }
- #TabsToolbar {
- display: none !important;
- /*margin-top: -2px !important;
- background: #fff !important;
- border-top: 1px solid white !important;
- border-bottom: 1px solid white !important;*/
- }
- /*.treestyletab-tabbar-toolbar[treestyletab-tabbar-position="left"][treestyletab-tabbar-fixed="true"] {
- -moz-border-right-colors: #f0f0f0 !important;
- }
- .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab, .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab[selected="true"], .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab:not([selected="true"]) {
- border-bottom: none !important;
- }
- .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab:not([pinned]), .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab[selected="true"]:not([pinned]), .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab:not([pinned]):not([selected="true"]) {
- background: #fff !important;
- }
- .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab :-moz-any(.tab-background:not([pinned]), .tab-background[pinned]:not([titlechanged])) {
- background-color: #fff !important;
- background-image: none !important;
- }
- .tabbrowser-tabs[treestyletab-style~="color"]:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab[selected="true"] {
- background-color: #f0f0f0 !important;
- }
- .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab, .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab[selected="true"] {
- border-top: 0px !important;
- }
- .tabbrowser-tabs[treestyletab-style~="color"]:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab[selected="true"] {
- -moz-border-top-colors: #f0f0f0 !important;
- -moz-border-left-colors: #f0f0f0 !important;
- }
- .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab .tab-background[selected="true"] {
- background-color: #f0f0f0 !important;
- background-image: none !important;
- }*/
- .tabs-newtab-button, #tabview-button, #new-tab-button, #alltabs-button {
- display: none !important;
- }
- .tab-content {
- margin-top: -6px !important;
- margin-left: 0px !important;
- min-height: 24px !important;
- max-height: 24px !important;
- }
- /*.tabbrowser-tabs[treestyletab-twisty-style^="modern"][treestyletab-mode="vertical"] .tabbrowser-tab:not([pinned="true"]) .treestyletab-twisty {
- margin-right: 8px !important;
- }*/
- #downloads-button {
- margin-top: -1px !important;
- }
- #PanelUI-button {
- border: none !important;
- }
- /* scrollbar */
- scrollbar {
- -moz-appearance: none !important;
- position: fixed;
- background: none transparent;
- z-index: 2147483647;
- padding: 0px 0px 0px 0px!important;
- }
- scrollbar:hover thumb {
- visibility: visible !important;
- }
- scrollbar[orient="vertical"] {
- -moz-margin-start: -10px;
- min-width: 10px;
- max-width: 10px;
- padding: 0px 0px 0px 0px!important;
- }
- scrollbar[orient="horizontal"] {
- margin-top: -10px;
- min-height: 10px;
- max-height: 10px;
- }
- scrollbar thumb {
- -moz-appearance: none !important;
- border: 1px solid #fff !important;
- border-radius: 0 !important;
- background: #1b1b1b!important;
- visibility: hidden !important;
- }
- scrollbar[orient="vertical"] thumb{
- min-height: 100px!important;
- }
- scrollbar[orient="horizontal"] thumb{
- min-width: 100px!important;
- }
- scrollbar scrollbarbutton {
- visibility: collapse!important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement