+Gary7 Subscriber² Posted September 8, 2010 Subscriber² Share Posted September 8, 2010 Post your script, I had to mod mine again, but I just use the drop down arrow and it's transparent. I lost the orange hover on beta 5 maybe I can hack out a workable solution. No promises! Still learning and still have a lot more to learn... :) @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #appmenu-button .button-text { display:none !important; } #appmenu-button dropmarker:before { content: "Firefox 4.0" !important; } @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #appmenu-button:hover{ background: -moz-linear-gradient(top, rgba(51,204,255,1), rgba(0,204,255,1)) !important; } @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); button#removeAllSignons { display: none !important; } button#removeAllCookies { display: none !important; } button#removeAllPermissions { display: none !important; } button#removeAllNopreviews { display: none !important; } toolbarbutton[id="bookmarks-menu-button"] { display: none !important; } @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #appmenu-button { background-color: blue !important; } @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #navigator-toolbox{ margin-top: -10px !important; } @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #appmenu-button{ padding: 0px 3px 1px 4px !important; } I think that this is all that applies. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593125972 Share on other sites More sharing options...
DavidM Posted September 8, 2010 Share Posted September 8, 2010 ~snipped~ @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #appmenu-button { background: -moz-linear-gradient(top, rgba(0,0,100,1), rgba(0,0,100,1)) !important; } #appmenu-button .button-text { display:none !important; } #appmenu-button dropmarker:before { content: "Firefox 4.0" !important; } #appmenu-button:hover{ background: -moz-linear-gradient(top, rgba(51,204,255,1), rgba(0,204,255,1)) !important; } #appmenu-button { background: -moz-linear-gradient(top, rgba(0,0,100,1), rgba(0,0,100,1)) !important; } This changes the color, you will just need to insert the rgba for the actual color you want. Hope this helps. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593126030 Share on other sites More sharing options...
+Gary7 Subscriber² Posted September 8, 2010 Subscriber² Share Posted September 8, 2010 @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #appmenu-button { background: -moz-linear-gradient(top, rgba(0,0,100,1), rgba(0,0,100,1)) !important; } #appmenu-button .button-text { display:none !important; } #appmenu-button dropmarker:before { content: "Firefox 4.0" !important; } #appmenu-button:hover{ background: -moz-linear-gradient(top, rgba(51,204,255,1), rgba(0,204,255,1)) !important; } #appmenu-button { background: -moz-linear-gradient(top, rgba(0,0,100,1), rgba(0,0,100,1)) !important; } This changes the color, you will just need to insert the rgba for the actual color you want. Hope this helps. Thanks , I will try that. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593126108 Share on other sites More sharing options...
+Gary7 Subscriber² Posted September 8, 2010 Subscriber² Share Posted September 8, 2010 That worked DavidM, I tried it once before but I did not use the second set of rgba values. Thanks allot! :) Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593126164 Share on other sites More sharing options...
DavidM Posted September 8, 2010 Share Posted September 8, 2010 That worked DavidM, I tried it once before but I did not use the second set of rgba values. Thanks allot! :) No problem, glad it worked.... at least until B6! ;) Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593126222 Share on other sites More sharing options...
Rudy Posted September 8, 2010 Share Posted September 8, 2010 Is there a way to get the tabs in the title bar in OSX? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593127046 Share on other sites More sharing options...
didymo Posted September 9, 2010 Share Posted September 9, 2010 Is there a script where it adds aero glass to Panorama (Tab Candy) as shown in this mockup: Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593127464 Share on other sites More sharing options...
+Gary7 Subscriber² Posted September 9, 2010 Subscriber² Share Posted September 9, 2010 http://userstyles.org/styles/36586 Try the above script for Glass Tab Candy. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593127694 Share on other sites More sharing options...
didymo Posted September 9, 2010 Share Posted September 9, 2010 Thanks, the whole thing could be simplified to: @-moz-document url("chrome://browser/content/tabview.html"){ #bg{display:none} } That adds glass to Panorama and opaque Tab Groups shown in the mockup Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593127992 Share on other sites More sharing options...
panoc Posted September 9, 2010 Share Posted September 9, 2010 how do i enable panorama ? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593128018 Share on other sites More sharing options...
Brandon H Supervisor Posted September 9, 2010 Supervisor Share Posted September 9, 2010 how do i enable panorama ? if you where using firefox/minefield before it landed you will need to go into customize and add the tabcandy button to your toolbar somewhere yourself Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593128022 Share on other sites More sharing options...
panoc Posted September 9, 2010 Share Posted September 9, 2010 thanks, i found it :) Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593128030 Share on other sites More sharing options...
mNiosu Posted September 9, 2010 Share Posted September 9, 2010 http://userstyles.org/styles/36586 Try the above script for Glass Tab Candy. I can't seem to make it work with a custom background. Maybe I'm doing something wrong...?! @namespace url(http://www.w3.org/1999/xhtml); @-moz-document url("chrome://browser/content/tabview.html"){ #bg{display:none} #content{background:url(file:///C:\Users\TIAB\Desktop\a.jpg)!important} .groupItem{background-color:rgba(128,128,128,.5)!important} } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593128272 Share on other sites More sharing options...
Steven P. Administrators Posted September 9, 2010 Author Administrators Share Posted September 9, 2010 I can't seem to make it work with a custom background. Maybe I'm doing something wrong...?! @namespace url(http://www.w3.org/1999/xhtml); @-moz-document url("chrome://browser/content/tabview.html"){ #bg{display:none} #content{background:url(file:///C:/Users/TIAB/Desktop/a.jpg)!important} .groupItem{background-color:rgba(128,128,128,.5)!important} } Fixed it for you (see file location) ;) Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593128276 Share on other sites More sharing options...
mNiosu Posted September 9, 2010 Share Posted September 9, 2010 Fixed it for you (see file location) ;) Thanks a lot! So that was the problem! :) Jesus, I'm an idiot ! :laugh: My problem was that i copied the file address from explorer. Haven't payed enough attention to the example... Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593128282 Share on other sites More sharing options...
vajlent Posted September 9, 2010 Share Posted September 9, 2010 Doesn't work with Stylish!?! No it doesn't work for me. Using the latest tinderbox build. It worked for me, be sure that you don't have any conflicting scripts? Like Tabs in titlebar referencing the tab width or something? On Have a look here: As you can see it leaves a tab open which is not usable when you have closed it, and I don't have any other scripts than this one. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593128406 Share on other sites More sharing options...
Kyang Posted September 9, 2010 Share Posted September 9, 2010 EDIT: Wrong thread. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593129006 Share on other sites More sharing options...
Starchild Posted September 10, 2010 Share Posted September 10, 2010 Is there a script where it adds aero glass to Panorama (Tab Candy) as shown in this mockup: Is it possible to get the Tab Candy button in the top-right corner like that? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593134212 Share on other sites More sharing options...
Brandon H Supervisor Posted September 10, 2010 Supervisor Share Posted September 10, 2010 not yet, hopefully it will be implemented soon though Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593134222 Share on other sites More sharing options...
Starchild Posted September 12, 2010 Share Posted September 12, 2010 When I enable the menu bar, it doesn't come up. Can someone fix this? @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* Note: assumes app button is visible (menu bar disabled) */ /* Move tabs up to titlebar */ #main-window[sizemode="maximized"] #navigator-toolbox[tabsontop="true"] #TabsToolbar { padding-left: 112px !important; padding-right: 112px !important; } #main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"] #TabsToolbar { padding-left: 112px !important; padding-right: 109px !important; } /* Move the menubar above the tabs so it moves the tab bar down when activated */ #main-window[sizemode="maximized"] #navigator-toolbox[tabsontop="true"] #toolbar-menubar { margin: -19px 0px 3px 112px !important; } #main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"] #toolbar-menubar { margin: -24px 0px 3px 112px !important; } /* Curved corners when tabs-on-top and normal window */ #main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"] #nav-bar { -moz-border-radius-topleft: 5px !important; -moz-border-radius-topright: 5px !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593139832 Share on other sites More sharing options...
aznkid25 Posted September 12, 2010 Share Posted September 12, 2010 Is it possible to merge these two stylish codes together? Slimmer Firefox 4.0: http://userstyles.org/styles/32627 Glassy Nav/Bookmarks Bar: /*:::::::::::::::::::::::::::::::::::::::Do Not Remove This Line::::::::::::::::::::::::::::::::::::::: */ @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #navigator-toolbox:not([tabsontop=true]) #nav-bar { -moz-box-shadow: threedshadow 0 -1px inset !important; padding-bottom: 7px !important; } #navigator-toolbox:not([tabsontop=true]) toolbar:not(#nav-bar):not(#toolbar-menubar) { background-color: rgba(223,233,245, 0.5) !important; } #main-window:not([sizemode="maximized"]) #navigator-toolbox:not([tabsontop=true]) toolbar:not(#nav-bar):not(#toolbar-menubar) { border-left: 1px solid threedshadow !important; border-right: 1px solid threedshadow !important; } #navigator-toolbox:not([tabsontop=true]) #PersonalToolbar { background: -moz-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0)) !important; } #navigator-toolbox:not([tabsontop="true"]) #TabsToolbar { padding-top: 2px !important; } #navigator-toolbox[tabsontop=true] { border-bottom: 1px solid threedshadow !important; } #navigator-toolbox[tabsontop=true] #TabsToolbar { -moz-box-shadow: inset threedshadow 0px -1px !important; } #navigator-toolbox[tabsontop=true] toolbar:not(#TabsToolbar):not(#toolbar-menubar) { background-color: rgba(223,233,245,.3) !important; } #main-window:not([sizemode="maximized"]) #navigator-toolbox[tabsontop=true] toolbar:not(#TabsToolbar):not(#toolbar-menubar) { border-left: 1px solid threedshadow !important; border-right: 1px solid threedshadow !important; } #navigator-toolbox[tabsontop=true] #nav-bar { padding-top: 5px !important; padding-bottom: 5px !important; background: -moz-linear-gradient(top, rgba(242,246,251,1), rgba(255,255,255,0)) !important; } .tabbrowser-tab[selected=true] { font-weight: bold !important; } I like the look of the glass, but there isn't any glass in the slimmer Firefox 4 stylish code. Any help is appreciated. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593139976 Share on other sites More sharing options...
bogas04 Posted September 12, 2010 Share Posted September 12, 2010 Is it possible to merge these two stylish codes together? Slimmer Firefox 4.0: http://userstyles.org/styles/32627 I like the look of the glass, but there isn't any glass in the slimmer Firefox 4 stylish code. Any help is appreciated. I really dont want to do the hardwork :p This will make nav bar transparent but for beta 6 etc ,u won't really get transparent tabs , for that u will have to again to lots of hard work :p if you are also feeling lazy , then have this WHOLE code (need few fixes though , and as u know , i am not in mood of hardwork :p) : @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* Tab Fixes */ #navigator-toolbox[tabsontop="true"] #nav-bar { -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; } #navigator-toolbox[tabsontop="true"] #TabsToolbar { padding: 0px 110px 0 50px !important; } #main-window[tabsontop="true"] { margin-top: -22px !important; } .tabbrowser-tab[fadein]:not([pinned]) { max-width: 200px !important; } .tabbrowser-tab[fadein][pinned] { margin-top: -0.2px !important; } /* Menu Bar Fixes */ #main-window[tabsontop="true"] menubar { margin-left: 48px !important; padding-top: 0px !important; } /* Menu Button Fixes */ #appmenu-button { border: 0.5px solid rgba(90,30,0,0.8)!important; border-top:none!important; padding: 2px 5px 1px 5px !important; height: 23px !important; min-width: 43px !important; width: 43px !important; -moz-box-shadow: 0 0 3px rgba(255,255,255,.5) inset, 0 0 1px rgba(255,250,200,0.8) inset, 0 0 1px rgba(255,250,200,0.8) inset, 0 0 1px rgba(255,250,200,0.8) inset, 0 0 1px rgba(255,250,240,0.5) !important; } #appmenu-button:hover:active, #appmenu-button[open] { background-image: -moz-linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.1) 10%, transparent 60%), -moz-radial-gradient(14px, circle cover, rgba(248, 233, 164, 0.5) 29%, rgba(248, 233, 164, 0.2) 35%, rgba(248, 233, 164, 0) 50%) !important; } #appmenu-button .button-text { color: transparent !important; text-shadow: none !important; margin-left: -27px !important; margin-right: -33px !important; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADK0lEQVQ4jV2TTWxUZRSGn++7d+bey3SYMgMzdNLMTCu2VcE0CjG1qYqRSEhYKElTA66MooaNLozDwh8WjAs3JsSFSxeKRg0axSj+EApFYotAS0ctWmeEOpTS6fx0fu+9n4v+pPqsTk7yvuck57wCIGXIT4BUsu6OBbr2bO+p5J71OfWHxvzxMEuMA6eBLwu/nxxlDWLZQAGcDG09Ou/xDR3IXegE2F9zEMDg/rd59eky1z467575pfLdrrmLRw7dqJxjWXwgZUh1682gShlSra2Ha0qdK9nq63xDbXniLTUx8pz68Y1+9U5XuPrhwMZBACkEjwRDGgD7hoLE457V9c4GNF5u9XK1WGfw4B4efT1B594eHnvlHrNUku99/mRks9SkuL/jTk+jkrVxF6ps7/Ovmu0bChKXUEQnH9uCMrx8MNJK4sEIoZgVKN9sJqXHENFou+ZtVl18iaXp1UKEjbuf4dPj86hTC1y+eJuJM3/hojF5rUGhYNO9K8TiXG2nrhTrfa0SXQoqJUnLwB0A6J5JAGamcuQn05RmctiuzlhaYkmHSNxkMe/06PWaa2CD2SYZ/rZE8/tRZnIKgKOPv0vz/Y8RysGSLtWaIJKo0Lp+nnylQq1o69LwiHKpoEBAMKKxye/S1iYBOPzNi3zW9wOv7chQnJ2jUczzcHsW8vOUf72J1SIqugZX/sk2+/0bNLruNvl73GZbXOfeHSY+0+ZC5hacOI3d/jwxK8vB3jT1XIPrZ/Nowh3XbUcdnxpv3BcI6VY4ZtK+LYjdcBj7aZHMHw3gKknfU/Sv+40Xdt8mpNVZmFpg8mcNb2vwlEgZssXSGNaF6N055Mc0dBxHR5oa03kvc8Ua68QisXCTRMKgik56pMyfGau4ObapWwAcMeQDluQLS4rw1j6LSFRD1ySapjCkjeMIbMAMQSarmLhUr81NOwPJujsqVr4uZcheQ+MrBdFQi6Sz20sgKNAtwCOYvd4kc0OgqnYlN+v2J+vupdUwrXDMp3W4gpdcpfY6UiQce+k6piHYEJA1p6lOlBfU4UOLzvR/0vh/jvm0DuAuILrcmgHSa4Ur/AsXclHwqDchzQAAAABJRU5ErkJggg==") no-repeat 16px !important; } #appmenu-button dropmarker { margin: 0 1px 0 0 !important; } #appmenu-button-container { position: fixed !important; top: -1px !important; } #main-window[sizemode="maximized"][tabsontop="true"] #appmenu-button-container { position: fixed !important; margin: 6px 0px 4px 4px !important; top: 2px !important; } /* Gradient Changes */ #navigator-toolbox:not([tabsontop=true]) #nav-bar { -moz-box-shadow: threedshadow 0 -1px inset !important; padding-bottom: 7px !important; } #navigator-toolbox:not([tabsontop=true]) toolbar:not(#nav-bar):not(#toolbar-menubar) { background-color: rgba(223,233,245, 0.5) !important; } #main-window:not([sizemode="maximized"]) #navigator-toolbox:not([tabsontop=true]) toolbar:not(#nav-bar):not(#toolbar-menubar) { border-left: 1px solid threedshadow !important; border-right: 1px solid threedshadow !important; } #navigator-toolbox:not([tabsontop=true]) #PersonalToolbar { background: -moz-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0)) !important; } #navigator-toolbox:not([tabsontop="true"]) #TabsToolbar { padding-top: 2px !important; } #navigator-toolbox[tabsontop=true] { border-bottom: 1px solid threedshadow !important; } #navigator-toolbox[tabsontop=true] #TabsToolbar { -moz-box-shadow: inset threedshadow 0px -1px !important; } #navigator-toolbox[tabsontop=true] toolbar:not(#TabsToolbar):not(#toolbar-menubar) { background-color: rgba(223,233,245,.3) !important; } #main-window:not([sizemode="maximized"]) #navigator-toolbox[tabsontop=true] toolbar:not(#TabsToolbar):not(#toolbar-menubar) { border-left: 1px solid threedshadow !important; border-right: 1px solid threedshadow !important; } #navigator-toolbox[tabsontop=true] #nav-bar { padding-top: 5px !important; padding-bottom: 5px !important; background: -moz-linear-gradient(top, rgba(242,246,251,1), rgba(255,255,255,0)) !important; } .tabbrowser-tab[selected=true] { font-weight: bold !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593140000 Share on other sites More sharing options...
bogas04 Posted September 12, 2010 Share Posted September 12, 2010 Ok , i created a new style for Beta 6 :) http://userstyles.org/styles/36771 Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593140020 Share on other sites More sharing options...
aznkid25 Posted September 12, 2010 Share Posted September 12, 2010 I really dont want to do the hardwork :p This will make nav bar transparent but for beta 6 etc ,u won't really get transparent tabs , for that u will have to again to lots of hard work :p if you are also feeling lazy , then have this WHOLE code (need few fixes though , and as u know , i am not in mood of hardwork :p) : @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* Tab Fixes */ #navigator-toolbox[tabsontop="true"] #nav-bar { -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; } #navigator-toolbox[tabsontop="true"] #TabsToolbar { padding: 0px 110px 0 50px !important; } #main-window[tabsontop="true"] { margin-top: -22px !important; } .tabbrowser-tab[fadein]:not([pinned]) { max-width: 200px !important; } .tabbrowser-tab[fadein][pinned] { margin-top: -0.2px !important; } /* Menu Bar Fixes */ #main-window[tabsontop="true"] menubar { margin-left: 48px !important; padding-top: 0px !important; } /* Menu Button Fixes */ #appmenu-button { border: 0.5px solid rgba(90,30,0,0.8)!important; border-top:none!important; padding: 2px 5px 1px 5px !important; height: 23px !important; min-width: 43px !important; width: 43px !important; -moz-box-shadow: 0 0 3px rgba(255,255,255,.5) inset, 0 0 1px rgba(255,250,200,0.8) inset, 0 0 1px rgba(255,250,200,0.8) inset, 0 0 1px rgba(255,250,200,0.8) inset, 0 0 1px rgba(255,250,240,0.5) !important; } #appmenu-button:hover:active, #appmenu-button[open] { background-image: -moz-linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.1) 10%, transparent 60%), -moz-radial-gradient(14px, circle cover, rgba(248, 233, 164, 0.5) 29%, rgba(248, 233, 164, 0.2) 35%, rgba(248, 233, 164, 0) 50%) !important; } #appmenu-button .button-text { color: transparent !important; text-shadow: none !important; margin-left: -27px !important; margin-right: -33px !important; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADK0lEQVQ4jV2TTWxUZRSGn++7d+bey3SYMgMzdNLMTCu2VcE0CjG1qYqRSEhYKElTA66MooaNLozDwh8WjAs3JsSFSxeKRg0axSj+EApFYotAS0ctWmeEOpTS6fx0fu+9n4v+pPqsTk7yvuck57wCIGXIT4BUsu6OBbr2bO+p5J71OfWHxvzxMEuMA6eBLwu/nxxlDWLZQAGcDG09Ou/xDR3IXegE2F9zEMDg/rd59eky1z467575pfLdrrmLRw7dqJxjWXwgZUh1682gShlSra2Ha0qdK9nq63xDbXniLTUx8pz68Y1+9U5XuPrhwMZBACkEjwRDGgD7hoLE457V9c4GNF5u9XK1WGfw4B4efT1B594eHnvlHrNUku99/mRks9SkuL/jTk+jkrVxF6ps7/Ovmu0bChKXUEQnH9uCMrx8MNJK4sEIoZgVKN9sJqXHENFou+ZtVl18iaXp1UKEjbuf4dPj86hTC1y+eJuJM3/hojF5rUGhYNO9K8TiXG2nrhTrfa0SXQoqJUnLwB0A6J5JAGamcuQn05RmctiuzlhaYkmHSNxkMe/06PWaa2CD2SYZ/rZE8/tRZnIKgKOPv0vz/Y8RysGSLtWaIJKo0Lp+nnylQq1o69LwiHKpoEBAMKKxye/S1iYBOPzNi3zW9wOv7chQnJ2jUczzcHsW8vOUf72J1SIqugZX/sk2+/0bNLruNvl73GZbXOfeHSY+0+ZC5hacOI3d/jwxK8vB3jT1XIPrZ/Nowh3XbUcdnxpv3BcI6VY4ZtK+LYjdcBj7aZHMHw3gKknfU/Sv+40Xdt8mpNVZmFpg8mcNb2vwlEgZssXSGNaF6N055Mc0dBxHR5oa03kvc8Ua68QisXCTRMKgik56pMyfGau4ObapWwAcMeQDluQLS4rw1j6LSFRD1ySapjCkjeMIbMAMQSarmLhUr81NOwPJujsqVr4uZcheQ+MrBdFQi6Sz20sgKNAtwCOYvd4kc0OgqnYlN+v2J+vupdUwrXDMp3W4gpdcpfY6UiQce+k6piHYEJA1p6lOlBfU4UOLzvR/0vh/jvm0DuAuILrcmgHSa4Ur/AsXclHwqDchzQAAAABJRU5ErkJggg==") no-repeat 16px !important; } #appmenu-button dropmarker { margin: 0 1px 0 0 !important; } #appmenu-button-container { position: fixed !important; top: -1px !important; } #main-window[sizemode="maximized"][tabsontop="true"] #appmenu-button-container { position: fixed !important; margin: 6px 0px 4px 4px !important; top: 2px !important; } /* Gradient Changes */ #navigator-toolbox:not([tabsontop=true]) #nav-bar { -moz-box-shadow: threedshadow 0 -1px inset !important; padding-bottom: 7px !important; } #navigator-toolbox:not([tabsontop=true]) toolbar:not(#nav-bar):not(#toolbar-menubar) { background-color: rgba(223,233,245, 0.5) !important; } #main-window:not([sizemode="maximized"]) #navigator-toolbox:not([tabsontop=true]) toolbar:not(#nav-bar):not(#toolbar-menubar) { border-left: 1px solid threedshadow !important; border-right: 1px solid threedshadow !important; } #navigator-toolbox:not([tabsontop=true]) #PersonalToolbar { background: -moz-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0)) !important; } #navigator-toolbox:not([tabsontop="true"]) #TabsToolbar { padding-top: 2px !important; } #navigator-toolbox[tabsontop=true] { border-bottom: 1px solid threedshadow !important; } #navigator-toolbox[tabsontop=true] #TabsToolbar { -moz-box-shadow: inset threedshadow 0px -1px !important; } #navigator-toolbox[tabsontop=true] toolbar:not(#TabsToolbar):not(#toolbar-menubar) { background-color: rgba(223,233,245,.3) !important; } #main-window:not([sizemode="maximized"]) #navigator-toolbox[tabsontop=true] toolbar:not(#TabsToolbar):not(#toolbar-menubar) { border-left: 1px solid threedshadow !important; border-right: 1px solid threedshadow !important; } #navigator-toolbox[tabsontop=true] #nav-bar { padding-top: 5px !important; padding-bottom: 5px !important; background: -moz-linear-gradient(top, rgba(242,246,251,1), rgba(255,255,255,0)) !important; } .tabbrowser-tab[selected=true] { font-weight: bold !important; } I'm running FF Beta 5 though. I don't have any minefield builds installed. Also, when I applied this stylish code, I got this error: 50:0 Found unclosed string '"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8 Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593140026 Share on other sites More sharing options...
bogas04 Posted September 12, 2010 Share Posted September 12, 2010 I'm running FF Beta 5 though. I don't have any minefield builds installed. Also, when I applied this stylish code, I got this error: 50:0 Found unclosed string '"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8 @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* Tab Fixes */ #navigator-toolbox[tabsontop="true"] #TabsToolbar { padding: 0px 110px 0 50px !important; } #main-window[tabsontop="true"] { margin-top: -22px !important; } .tabbrowser-tab[fadein]:not([pinned]) { max-width: 200px !important; } .tabbrowser-tab[fadein][pinned] { margin-top: -0.2px !important; } /* Menu Bar Fixes */ #main-window[tabsontop="true"] menubar { margin-left: 48px !important; padding-top: 0px !important; } /* Menu Button Fixes */ #appmenu-button { border: 0.5px solid rgba(90,30,0,0.8)!important; border-top:none!important; padding: 2px 5px 1px 5px !important; height: 23px !important; min-width: 43px !important; width: 43px !important; -moz-box-shadow: 0 0 3px rgba(255,255,255,.5) inset, 0 0 1px rgba(255,250,200,0.8) inset, 0 0 1px rgba(255,250,200,0.8) inset, 0 0 1px rgba(255,250,200,0.8) inset, 0 0 1px rgba(255,250,240,0.5) !important; } #appmenu-button:hover:active, #appmenu-button[open] { background-image: -moz-linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.1) 10%, transparent 60%), -moz-radial-gradient(14px, circle cover, rgba(248, 233, 164, 0.5) 29%, rgba(248, 233, 164, 0.2) 35%, rgba(248, 233, 164, 0) 50%) !important; } #appmenu-button .button-text { color: transparent !important; text-shadow: none !important; margin-left: -27px !important; margin-right: -33px !important; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADK0lEQVQ4jV2TTWxUZRSGn++7d+bey3SYMgMzdNLMTCu2VcE0CjG1qYqRSEhYKElTA66MooaNLozDwh8WjAs3JsSFSxeKRg0axSj+EApFYotAS0ctWmeEOpTS6fx0fu+9n4v+pPqsTk7yvuck57wCIGXIT4BUsu6OBbr2bO+p5J71OfWHxvzxMEuMA6eBLwu/nxxlDWLZQAGcDG09Ou/xDR3IXegE2F9zEMDg/rd59eky1z467575pfLdrrmLRw7dqJxjWXwgZUh1682gShlSra2Ha0qdK9nq63xDbXniLTUx8pz68Y1+9U5XuPrhwMZBACkEjwRDGgD7hoLE457V9c4GNF5u9XK1WGfw4B4efT1B594eHnvlHrNUku99/mRks9SkuL/jTk+jkrVxF6ps7/Ovmu0bChKXUEQnH9uCMrx8MNJK4sEIoZgVKN9sJqXHENFou+ZtVl18iaXp1UKEjbuf4dPj86hTC1y+eJuJM3/hojF5rUGhYNO9K8TiXG2nrhTrfa0SXQoqJUnLwB0A6J5JAGamcuQn05RmctiuzlhaYkmHSNxkMe/06PWaa2CD2SYZ/rZE8/tRZnIKgKOPv0vz/Y8RysGSLtWaIJKo0Lp+nnylQq1o69LwiHKpoEBAMKKxye/S1iYBOPzNi3zW9wOv7chQnJ2jUczzcHsW8vOUf72J1SIqugZX/sk2+/0bNLruNvl73GZbXOfeHSY+0+ZC5hacOI3d/jwxK8vB3jT1XIPrZ/Nowh3XbUcdnxpv3BcI6VY4ZtK+LYjdcBj7aZHMHw3gKknfU/Sv+40Xdt8mpNVZmFpg8mcNb2vwlEgZssXSGNaF6N055Mc0dBxHR5oa03kvc8Ua68QisXCTRMKgik56pMyfGau4ObapWwAcMeQDluQLS4rw1j6LSFRD1ySapjCkjeMIbMAMQSarmLhUr81NOwPJujsqVr4uZcheQ+MrBdFQi6Sz20sgKNAtwCOYvd4kc0OgqnYlN+v2J+vupdUwrXDMp3W4gpdcpfY6UiQce+k6piHYEJA1p6lOlBfU4UOLzvR/0vh/jvm0DuAuILrcmgHSa4Ur/AsXclHwqDchzQAAAABJRU5ErkJggg==") no-repeat 16px !important; } #appmenu-button dropmarker { margin: 0 1px 0 0 !important; } #appmenu-button-container { position: fixed !important; top: -1px !important; } #main-window[sizemode="maximized"][tabsontop="true"] #appmenu-button-container { position: fixed !important; margin: 6px 0px 4px 4px !important; top: 2px !important; } /* Gradient Changes */ #navigator-toolbox:not([tabsontop=true]) #nav-bar { -moz-box-shadow: threedshadow 0 -1px inset !important; padding-bottom: 7px !important; } #navigator-toolbox:not([tabsontop=true]) toolbar:not(#nav-bar):not(#toolbar-menubar) { background-color: rgba(223,233,245, 0.5) !important; } #main-window:not([sizemode="maximized"]) #navigator-toolbox:not([tabsontop=true]) toolbar:not(#nav-bar):not(#toolbar-menubar) { border-left: 1px solid threedshadow !important; border-right: 1px solid threedshadow !important; } #navigator-toolbox:not([tabsontop=true]) #PersonalToolbar { background: -moz-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0)) !important; } #navigator-toolbox:not([tabsontop="true"]) #TabsToolbar { padding-top: 2px !important; } #navigator-toolbox[tabsontop=true] { border-bottom: 1px solid threedshadow !important; } #navigator-toolbox[tabsontop=true] #TabsToolbar { -moz-box-shadow: inset threedshadow 0px -1px !important; } #navigator-toolbox[tabsontop=true] toolbar:not(#TabsToolbar):not(#toolbar-menubar) { background-color: rgba(223,233,245,.3) !important; } #main-window:not([sizemode="maximized"]) #navigator-toolbox[tabsontop=true] toolbar:not(#TabsToolbar):not(#toolbar-menubar) { border-left: 1px solid threedshadow !important; border-right: 1px solid threedshadow !important; } #navigator-toolbox[tabsontop=true] #nav-bar { padding-top: 5px !important; padding-bottom: 5px !important; background: -moz-linear-gradient(top, rgba(242,246,251,1), rgba(255,255,255,0)) !important; } .tabbrowser-tab[selected=true] { font-weight: bold !important; } hmm, tell me how it works then :) Sorry admins and OP for creating such long posts , that too wrong , plz , if possible , clean them :) thanks Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/18/#findComment-593140032 Share on other sites More sharing options...
Recommended Posts