foxxyn8 Posted October 19, 2010 Share Posted October 19, 2010 Sorry for the double post! I extracted the Win7 activity indicator from imageres.dll and made this: Minefield Fx4 Windows 7 Style Progress Throbber Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593282796 Share on other sites More sharing options...
Mr.Dude Posted October 19, 2010 Share Posted October 19, 2010 Hi, i the new nightly my userstyle for yellow urlbar background not longer work with https:// Connections? #urlbar[level] .urlbar-contents{ background-color: rgba(255,255,185,.8) !important; margin-right: 0px !important; border-radius: 4px !important; box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important; } What must i change? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593282966 Share on other sites More sharing options...
foxxyn8 Posted October 19, 2010 Share Posted October 19, 2010 Hi, i the new nightly my userstyle for yellow urlbar background not longer work with https:// Connections? #urlbar[level] .urlbar-contents{ background-color: rgba(255,255,185,.8) !important; margin-right: 0px !important; border-radius: 4px !important; box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important; } What must i change? Fixed: #urlbar[level] .urlbar-frontcap-and-textbox{ background-color: rgba(255,255,185,.8) !important; margin-right: 0px !important; border-radius: 4px !important; box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important; } or if you want it to extend under the stop/go/refresh : #urlbar[level] { background-color: rgba(255,255,185,.8) !important; margin-right: 0px !important; border-radius: 4px !important; box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593283188 Share on other sites More sharing options...
Makmende Posted October 19, 2010 Share Posted October 19, 2010 is there a way to change the new throbber (green) back to the old blue one?.. I believe THIS is what you are looking for :) At least I know i like it Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593283296 Share on other sites More sharing options...
Drifus Posted October 19, 2010 Share Posted October 19, 2010 The throbber can be changed to searching_16.png, too. Less like Hulk's sperm :laugh: .tab-throbber[progress] { list-style-image: url("chrome://browser/skin/places/searching_16.png") !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593283642 Share on other sites More sharing options...
skyli Posted October 19, 2010 Share Posted October 19, 2010 Hi! How can i turn these lines off? :) Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593283858 Share on other sites More sharing options...
TheJudge Posted October 20, 2010 Share Posted October 20, 2010 I believe THIS is what you are looking for :) At least I know i like it thanks! that's exactly what i was looking for :) Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593284118 Share on other sites More sharing options...
foxxyn8 Posted October 20, 2010 Share Posted October 20, 2010 Hi! How can i turn these lines off? :) Should be this, if it's not please post your code. toolbox, #FindToolbar { border: 0 !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593284122 Share on other sites More sharing options...
Deo Domuique Posted October 20, 2010 Share Posted October 20, 2010 NVM foxxyn... Now I see only the cross... Also when I hover on the cross nothing happens even with your script. Anyway it's not a problem. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593284190 Share on other sites More sharing options...
foxxyn8 Posted October 20, 2010 Share Posted October 20, 2010 NVM foxxyn... Now I see only the cross... Also when I hover on the cross nothing happens even with your script. Anyway it's not a problem. Ok, but I think maybe I misunderstood what you were asking for. If I'm understanding you correctly now, you want to maintain the hover affect for the new tab button. Is that correct? If so, try this: .tabs-newtab-button:hover { -moz-appearance: none !important; background: -moz-linear-gradient(hsla(0,0%,50%,.4), hsla(0,0%,37%,.4) 50%) !important; background-position: -5px -2px !important; background-repeat: no-repeat !important; background-size: 200% !important; margin: 0 !important; padding: 0 !important; -moz-border-image: url("chrome://browser/skin/tabbrowser/tab.png") 4 5 3 6 / 4px 5px 3px 6px repeat stretch !important; border-radius: 10px 8px 0 0 !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593284232 Share on other sites More sharing options...
Mr.Dude Posted October 20, 2010 Share Posted October 20, 2010 Fixed: #urlbar[level] .urlbar-frontcap-and-textbox{ background-color: rgba(255,255,185,.8) !important; margin-right: 0px !important; border-radius: 4px !important; box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important; } Thank you very much :cool: Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593284508 Share on other sites More sharing options...
mNiosu Posted October 20, 2010 Share Posted October 20, 2010 Sorry for the double post! I extracted the Win7 activity indicator from imageres.dll and made this: Minefield Fx4 Windows 7 Style Progress Throbber Nice! (Y) Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593284648 Share on other sites More sharing options...
skyli Posted October 20, 2010 Share Posted October 20, 2010 Should be this, if it's not please post your code. toolbox, #FindToolbar { border: 0 !important; } Thamk you!! This is the code :) It works perfectly :) Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593284654 Share on other sites More sharing options...
Deo Domuique Posted October 20, 2010 Share Posted October 20, 2010 O.K.! Working! You did something for Identity Box while using S4E? Looking a bit out of the box... Site & Fav icons always disabled. I use the latest MineField version. It isn't FireFox beta 6 btw. Just made it look like. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593285908 Share on other sites More sharing options...
foxxyn8 Posted October 20, 2010 Share Posted October 20, 2010 O.K.! Working! You did something for Identity Box while using S4E? Looking a bit out of the box... Site & Fav icons always disabled. I use the latest MineField version. It isn't FireFox beta 6 btw. Just made it look like. The newest version of S4E reverts that identity box styling it had previously introduced. S4E 2010.10.20.02 Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593286708 Share on other sites More sharing options...
Deo Domuique Posted October 20, 2010 Share Posted October 20, 2010 Nice thank you! Bro... I just installed Win-Pro7 theme from devian art. I don't know if you know it... But it's black... Is there a script to change all fonts from black to white ( menus )? Except bars of course... The inactive grey color doesn't bother me... check the difference Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593286736 Share on other sites More sharing options...
foxxyn8 Posted October 20, 2010 Share Posted October 20, 2010 Nice thank you! Bro... I just installed Win-Pro7 theme from devian art. I don't know if you know it... But it's black... Is there a script to change all fonts from black to white ( menus )? Except bars of course... The inactive grey color doesn't bother me... check the difference menupopup menu, menupopup menuitem { color: #fff !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593286784 Share on other sites More sharing options...
Deo Domuique Posted October 20, 2010 Share Posted October 20, 2010 !!! I'm glad that it was easy and you didn't spend time. The grey made white too ( the inactive/dead links )... Is it easy to solve it? Can I add the tooltips too? Forgot it, sorry! Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593286800 Share on other sites More sharing options...
foxxyn8 Posted October 20, 2010 Share Posted October 20, 2010 !!! I'm glad that it was easy and you didn't spend time. The grey made white too ( the inactive/dead links )... Is it easy to solve it? Can I add the tooltips too? Forgot it, sorry! tooltip, menupopup menu:not([disabled="true"]), menupopup menuitem:not([disabled="true"]) { color: #fff !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593286974 Share on other sites More sharing options...
Deo Domuique Posted October 20, 2010 Share Posted October 20, 2010 All clear! Done! :) Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593287044 Share on other sites More sharing options...
Drifus Posted October 21, 2010 Share Posted October 21, 2010 Styles updated. Firefox 4 project - aero clean Changelog: - oct.21.2010 * polished some codes * removed hide dropmarker from back/forward button (b8pre already removed) * remove some margins and padding * added padding-left navbar * added mouse hover on tabbar not selected * added mouse hover left gradient on urlbar and search bar * changed tabbar select and non select transparency, better integration * changed firefox appmenu button - Now the button is invisible, but still there. Visible on mouse hover only * improved some cosmetics * throbber style - using places/searching_16.png from default theme Firefox 4 project - aero clean - BackForward detached Changelog: - oct.21.2010 * polished some codes * removed hide dropmarker from back/forward button (b8pre already removed) * remove some margins and padding * added padding-left navbar * added mouse hover on tabbar not selected * added mouse hover left gradient on urlbar and search bar * changed tabbar select and non select transparency, better integration * changed firefox appmenu button - Now the button is invisible, but still there. Visible on mouse hover only * changed detached back/forward buttons to square layout * improved some cosmetics * throbber style - using places/searching_16.png from default theme Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593292272 Share on other sites More sharing options...
Ziz4rD Posted October 22, 2010 Share Posted October 22, 2010 what's wrong with this code????? #main-window[sizemode="normal"][tabsontop="false"] #PersonalToolbar:not[disabled="true"]) #TabsToolbar { border-left: ThreeDShadow 1px solid !important; border-right: ThreeDShadow 1px solid !important; } anyone can help me? thanks! Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593293528 Share on other sites More sharing options...
foxxyn8 Posted October 22, 2010 Share Posted October 22, 2010 what's wrong with this code????? #main-window[sizemode="normal"][tabsontop="false"] #PersonalToolbar:not[disabled="true"]) #TabsToolbar { border-left: ThreeDShadow 1px solid !important; border-right: ThreeDShadow 1px solid !important; } anyone can help me? thanks! #main-window[sizemode="normal"][tabsontop="false"] #PersonalToolbar:not([collapsed="true"]) + #TabsToolbar { border-left: 1px solid ThreeDShadow !important; border-right: 1px solid ThreeDShadow !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593293596 Share on other sites More sharing options...
SkyDX Posted October 22, 2010 Share Posted October 22, 2010 Can anyone tell me how to get rid of the border from Download Statusbar? It's red in my case: Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593294534 Share on other sites More sharing options...
foxxyn8 Posted October 22, 2010 Share Posted October 22, 2010 Can anyone tell me how to get rid of the border from Download Statusbar? It's red in my case: #downbarHolder { border: 0 !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/31/#findComment-593295266 Share on other sites More sharing options...
Recommended Posts