Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- No longer in development. Became to large to manage, and I'm not the best at editing css so I've switched to a modified version of http://pastebin.com/xrBF8DtH
- */
- /*
- _____________________________________________________________________________
- | | |
- | Title: | Black Matte Appows Peek |
- | Author: | Vibex |
- |Original Author: | drifus |
- | Url: | http://pastebin.com/u/Vibex |
- |__________________|__________________________________________________________|
- */
- /* about dialog */
- #aboutDialog #leftBox {
- visibility: hidden !important;
- }
- /*change the ugly throbber*/
- .tab-throbber[progress] {
- list-style-image: url("chrome://browser/skin/places/searching_16.png")!important;
- }
- /*Hide the Search Engine image*/
- .searchbar-engine-image {
- display: none !important;
- }
- /*Hide the search button (magnifying glass)*/
- .search-go-button {
- display: none !important;
- }
- /*Hide bookmark icons in the Personal Toolbar*/
- toolbarbutton.bookmark-item {
- color: #000 !important;
- }
- /*Hide urlbar history dropmarker*/
- .urlbar-history-dropmarker {
- display: none !important;
- }
- /*Reduce titlebar margin - choose margin according your windows theme (minimize, maximize close buttons)*/
- #main-window {
- margin-top: 0 !important;
- }
- #main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"] #TabsToolbar {
- padding-left: 0px !important;
- }
- #TabsToolbar[tabsontop="true"] {
- background: none !important;
- margin-bottom: 0 !important;
- height: 16px !important;
- }
- #navigator-toolbox::after {
- height: 0 !important;
- }
- #main-window[sizemode="maximized"] {
- margin-top: -2px !important;
- }
- #main-window[sizemode="fullscreen"] {
- margin-top: 0 !important;
- }
- /*remove background of the combined go/reload/stop button in location bar*/
- #urlbar > toolbarbutton {
- border-left: none !important;
- border-radius: 0 !important;
- padding-left: 1px !important;
- }
- #urlbar-go-button, #urlbar-go-button:hover, #urlbar-reload-button, #urlbar-reload-button:hover, #urlbar-stop-button, #urlbar-stop-button:hover {
- background-image: none !important;
- box-shadow: none !important;
- }
- /*Transparency, hover and more naked UI*/
- #nav-bar {
- background-image: none !important;
- background-color: rgba(27,27,27,1) !important;
- border: none !important;
- margin-bottom: 0 !important;
- padding: 0 !important;
- }
- #urlbar {
- background: none !important;
- border: none !important;
- border-radius: 2.5px 0 0 0 !important;
- margin: 0 !important;
- box-shadow: none !important;
- }
- #searchbar > *, #search-box {
- background: none !important;
- border: none !important;
- border-radius: 3.5px 0 0 0 !important;
- margin: 0 !important;
- padding-left: 4px !important;
- box-shadow: none !important;
- height: 24px !important;
- }
- #urlbar:hover {
- background: -moz-linear-gradient(left, rgba(27,27,27,1.0), rgba(27,27,27,1.0)) !important;
- }
- #searchbar:hover > *, .findbar-textbox:hover {
- background: -moz-linear-gradient(left, rgba(255,255,255,1.0), rgba(255,255,255,1.0)) !important;
- }
- .urlbar-over-link-box {
- color: #222222 !important;
- }
- #PersonalToolbar {
- background-color: rgba(27,27,27,.2) !important;
- border: none !important;
- margin-top: 0 !important;
- margin-bottom: 0 !important;
- padding: 0 !important;
- }
- tab[selected="true"] {
- background-color: rgb(27,27,27) !important;
- color: black !important;
- }
- .tabbrowser-tab {
- border: none !important;
- margin-bottom: 0 !important;
- padding-bottom: 0 !important;
- border-radius: 0 !important;
- -moz-border-radius: 0 !important;
- }
- .tabbrowser-tab:not([selected="true"]) {
- background-image: -moz-linear-gradient(rgba(27,27,27,.05), rgba(27,27,27,.2)) !important;
- background-color: #1776411 !important;
- color: rgb(183,104,112,1.0) !important;
- }
- .tabbrowser-tab:not([selected="true"]):hover {
- background-image: -moz-linear-gradient(rgba(27,27,27,.1), rgba(27,27,27,.1)) !important;
- color: #bbb !important;
- }
- .tabbrowser-tab[selected="true"] {
- background: rgba(27,27,27,.2) !important;
- color: #ccc !important;
- }
- .tabbrowser-tab[pinned] {
- height: 23px !important;
- }
- .tabs-newtab-button {
- display:none;
- }
- .tabs-newtab-button:hover, #new-tab-button:hover, .scrollbutton-down:hover, .scrollbutton-up:hover, #alltabs-button, #tabview-button:hover, #TabsToolbar #feed-button {
- -moz-appearance: none !important;
- background: none !important;
- box-shadow: none !important;
- border: none !important;
- }
- .toolbarbutton-1 > .toolbarbutton-menubutton-button, .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker, .toolbarbutton-1 {
- background: none !important;
- box-shadow: none !important;
- border-color: transparent !important;
- }
- .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled="true"]):not(:active):hover, .toolbarbutton-1:not([open="true"]):not(:active):hover > .toolbarbutton-menubutton-dropmarker:not([disabled="true"]), .toolbarbutton-1:not([type="menu-button"]):not([disabled="true"]):not([checked="true"]):not([open="true"]):not(:active):hover {
- background-color: hsla(190,60%,70%,.5) !important;
- border-color: hsla(190,50%,65%,.8) hsla(190,50%,50%,.8) hsla(190,50%,40%,.8) !important;
- box-shadow: 0 0 0 1px rgba(255,255,255,.3) inset, 0 0 0 1.5px rgba(255,255,255,.1) inset, 0 1px 0 rgba(0,0,0,.1), 0 0 3.5px hsl(190,90%,80%) !important;
- -moz-transition: background-color .4s ease-in, border-color .2s ease-in, box-shadow .2s ease-in !important;
- }
- /*Addon bar*/
- #browser-bottombox {
- background: transparent !important;
- margin-top: -1px !important;
- margin-bottom: 0 !important;
- padding: 0 !important;
- }
- /*Tweaks for Status Text in URL bar provided by Status-4-evar*/
- .urlbar-over-link-box {
- background-position: 0 40% !important;
- margin: -1px !important;
- color: #313131 !important;
- }
- #addon-bar {border: 0 none !important;
- margin-bottom: -2px !important;
- background-image: none !important;
- background: rgba(255,255,255,0.2) !important;
- }
- /* sidebar,verticalbar aero */
- .chromeclass-directories *, #bookmarksPanel *,#history-panel * { color: grey !important;}
- .tree-rows * {text-shadow: 0px 0px 2px #000000 !important;}
- #bookmarksPanel,#vertical-toolbox, #ybSidebarPanel, #sbYBookmarks, sidebarheader, #ybbookmarks-tree-tags, #ybbookmarks-tree-bookmarks,#browser, #sidebar, #sidebar-header,#history-panel
- {
- background: none rgba(255,255,255,0.2) !important;
- text-shadow: #000000 1px 1px 2px, #000000 -1px 1px 2px, #000000 1px -1px 2px, #000000 -1px -1px 2px !important;
- -moz-appearance: -moz-win-glass !important;
- border: none !important;
- }
- #browser-border-start,#browser-border-end{
- border: none !important;
- background-color: transparent !important;
- }
- /*Sidebar search*/
- #bookmarksPanel,
- #history-panel
- {
- -moz-box-direction: reverse;
- }
- label[value='Search:']
- {
- margin-left: 1px !important;
- }
- #bookmarksPanel #search-box,
- #history-panel #search-box
- {
- margin-left: -5px !important;
- }
- #bookmarksPanel #search-box
- {
- margin-right: 0px !important;
- }
- #viewButton
- {
- margin-left: -4px !important;
- margin-right: 0px !important;
- }
- #search-box *{
- color: black !important;}
- #bookmarksPanel label[control="search-box"],
- #history-panel label[control="search-box"],#viewButton > hbox > hbox > label {
- display: none !important;
- }
- /*Hide sidebar header*/
- sidebarheader
- {
- display: none !important;
- }
- /*Quick findbar Tweak*/
- .findbar-container > * {display:-moz-box !important;}
- /*iMacro Glass*/
- #im-tabs,.tabs-right,#Recorder,#treeview,#boxlistbox *,#replaystat,#im-tabpanels,#im-play-button-decoration,#im-record-button-decoration
- {
- background: rgba(255,255,255,1) !important;
- color: black /*<--custom color*/!important;
- text-shadow: 1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white, -1px -1px 2px white !important;
- -moz-appearance: -moz-win-glass !important;
- }
- #main-window[sizemode=normal][tabsontop] #appmenu-button-container {
- position: fixed !important;
- z-index: 2 !important;
- }
- #main-window[sizemode=normal][tabsontop] #toolbar-menubar[autohide="true"]{
- margin-top:-10px;
- -moz-padding-start:70px!important;
- margin-left:-100px !important;
- }
- #main-window[sizemode=normal] #navigator-toolbox[tabsontop] > #toolbar-menubar[autohide] ~ #TabsToolbar {
- -moz-padding-start:85px!important;
- -moz-padding-end:110px!important;
- margin-left:-55px !important;
- }
- #appmenu-button {
- padding: 4px 0 0 3px !important;
- min-width: 0 !important;
- background: none !important;
- border: 0 !important;
- box-shadow: none !important;
- }
- #appmenu-button .button-icon {
- list-style-image: none !important;
- }
- #appmenu-button .button-text,
- #appmenu-button .button-menu-dropmarker {
- display: none !important;
- }
- #identity-box {
- background: none !important;
- margin-top: none !important;
- margin-bottom: none !important;
- margin-left: none !important;
- padding: none !important
- }
- #identity-icon-labels {
- color: #33FF33 !important;
- }
- #appcontent,
- #content > tabbox > tabpanels {
- background-color: transparent !important;
- }
- #main-window[inFullscreen="true"]{
- -moz-appearance: -moz-win-borderless-glass !important;
- background: none !important;
- }
- #main-window[stylish-url="about:blank"]:not([onclose^="PrintUtils"]):not([title^="View Source Chart"]) #content browser:not([src]){
- opacity: 0 !important;
- }
- thumb {
- -moz-appearance: none !important;
- background: rgba(255,255,255,0.1);
- border: 1px rgba(0,0,0,0.1) solid;
- }
- thumb:hover {
- background: rgba(255,255,255,0.3);
- }
- thumb:active {
- background: rgba(0,0,0,0.3);
- }
- #star-button {
- display: none !important;
- }
- .tabbrowser-tab:not([pinned]) .tab-icon-image:not([src]) {
- visibility: collapse;
- }
- .tabbrowser-tab:not([pinned]):not([busy]):not([progress]) .tab-icon-image:not([src]) ~ .tab-label {
- margin-left: 2px !important;
- }
- tab[busy] > .tab-icon {
- display: none !important;
- }
- tab > .tab-icon {
- display: none !important;
- }
- #identity-box,
- #urlbar-icons > image,
- #urlbar-container dropmarker,
- #appmenu-button .button-text,
- #appmenu-button .button-menu-dropmarker
- {
- display:none!important;
- }
- scrollbar {visibility:collapse !important; }
- background:#1b1b1b!important;
Advertisement
Add Comment
Please, Sign In to add comment