ViperAFK Posted July 30, 2009 Share Posted July 30, 2009 The bookmarks toolbar text is white with a white glow with this theme, is there anyway I can fix it? (so its black with white glow like titlebar text) Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591355762 Share on other sites More sharing options...
BoneyardBrew Member Posted July 30, 2009 Author Member Share Posted July 30, 2009 There are another theme based on Firefox Mockup 4.0. Look:http://dert07.deviantart.com/art/Firefox-4...Theme-131376655(No download - just a picture). I saw that. We looked into it and it appears as though he is using our buttons without permission. We are investigating further to see what he has to say. Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591357554 Share on other sites More sharing options...
SMELTN Posted July 30, 2009 Share Posted July 30, 2009 I hope it all gets worked out Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591357930 Share on other sites More sharing options...
.booKa Posted July 30, 2009 Share Posted July 30, 2009 Thanks BoneyardBrew, this theme is gorgeous :D The only thing, when Tab Mix Plus is activated, tabs' throbber disappears: When loading is complete, the favicon returns. Don't know if it's a theme bug or a TMP's one... Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591358078 Share on other sites More sharing options...
BoneyardBrew Member Posted July 30, 2009 Author Member Share Posted July 30, 2009 Thanks BoneyardBrew, this theme is gorgeous :D The only thing, when Tab Mix Plus is activated, tabs' throbber disappears: When loading is complete, the favicon returns. Don't know if it's a theme bug or a TMP's one... You're welcome :D. That might be a problem caused by All-Glass and TMP running simultaneously. We (SoapyHamHocks and myself) are working with Ambroos, the creator of All-Glass, to get all the bugs caused by All-Glass worked out. I will let him know about this one, and hopefully it can be fixed :). Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591358182 Share on other sites More sharing options...
CGar Posted July 30, 2009 Share Posted July 30, 2009 Was anything ever figured out in regards to the close tab button (on the tab bar) running off of the screen? Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591358456 Share on other sites More sharing options...
+Audioboxer Subscriber² Posted July 31, 2009 Subscriber² Share Posted July 31, 2009 Updates? :woot: ;) Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591361798 Share on other sites More sharing options...
deletedxyz Posted July 31, 2009 Share Posted July 31, 2009 I have a question regarding Download Statusbar and this amazing theme. The transparent mod addon makes download statusbar almost illegible. Is there any way I can get around this? Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591361812 Share on other sites More sharing options...
Black Rider Posted July 31, 2009 Share Posted July 31, 2009 I have a question regarding Download Statusbar and this amazing theme. The transparent mod addon makes download statusbar almost illegible. Is there any way I can get around this? The background in of this part must be dark if you want to be able to read it. Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591362186 Share on other sites More sharing options...
Chris123NT Posted July 31, 2009 Share Posted July 31, 2009 You're welcome :D. That might be a problem caused by All-Glass and TMP running simultaneously. We (SoapyHamHocks and myself) are working with Ambroos, the creator of All-Glass, to get all the bugs caused by All-Glass worked out. I will let him know about this one, and hopefully it can be fixed :). I'm not running tabmix plus and I see that behavior on some sites as well, so it's more than likely a problem restricted to Allglass. Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591362220 Share on other sites More sharing options...
Black Rider Posted August 1, 2009 Share Posted August 1, 2009 Get the Progress Line of the Firefox 4.0 Mockup: http://userstyles.org/styles/19946 I'm not the owner! Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591365578 Share on other sites More sharing options...
+Audioboxer Subscriber² Posted August 1, 2009 Subscriber² Share Posted August 1, 2009 Get the Progress Line of the Firefox 4.0 Mockup:http://userstyles.org/styles/19946 I'm not the owner! Thanks but no matter how I install this the green line goes through the middle of the text, not below :/ edit: Got it now, you edit the stylish file to point to the image file, not Fissions options :pinch: Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591365664 Share on other sites More sharing options...
krid.of-k Posted August 1, 2009 Share Posted August 1, 2009 Hallo everyone, first special Thanks to "BoneyardBrew" & "SoapyHamHocks" and many other people for there great work :punk: But thanks to "family guy" for the icon's :rolleyes: Here my result of Work. 1. Download this User Script: Stop-Reload-Safari4.uc.js // ==UserScript== // @name Stop/Reload button: Safari 4 way // @namespace http://userstyles.org/styles/17818 // @description Put Stop/Reload button in location bar like Safari 4 // @description Original: http://userstyles.org/styles/2131 // @version 1.0 // @include main // @license CC0 1.0 (or later) Universal; http://creativecommons.org/publicdomain/zero/1.0/ // ==/UserScript== // Move Smart Stop/Reload button into the location bar right before the Go button document.getElementById("urlbar-icons").insertBefore( document.getElementById("reload-button"), document.getElementById("go-button") ); document.getElementById("urlbar-icons").insertBefore( document.getElementById("stop-button"), document.getElementById("reload-button") ); // Prevent location bar from gaining focus after Stop or Reload are activated document.getElementById("stop-button").setAttribute("onclick", "event.stopPropagation();"); document.getElementById("reload-button").setAttribute("onclick", "event.stopPropagation();"); // Add platform CSS selection document.getElementById("main-window").setAttribute("platform", navigator.platform); and save in your user chrome Directory, i have found here Stop/Reload button: Safari 4 way 2. Download the Pictures (icon's) from Family guy Family Guy Pictures and save in Firefox/icons -->> URLGoButton.png -->> URLReloadButton.png -->> URLStopButton.png 3. Put this Code into your Stylish: /* ________________________________________________________________________ | | | | Title: | Mockup 4.0 | | Description: | Reload & Stop Button in URLbar | | Author: | krid.of-k | | Date Created: | July 30, 2009 | | Last Updated: | August 01, 2009 | | Version: | 1.0.0.0 | |__________________|_____________________________________________________| */ @import url("chrome://global/"); @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /*----GoButton always visible----*/ /* #go-button { visibility: visible !important; } */ /*----Firefox 3 - Shows Go button when hover your mouse----*/ /* #urlbar:hover #go-button { visibility: visible !important; } */ /*----Adressleiste abrunden----*/ #urlbar { -moz-appearance: none !important; -moz-border-radius: 5px !important; padding-right: 1px !important; } /*----Suchleiste abrunden----*/ .searchbar-textbox { -moz-appearance: none !important; -moz-border-radius: 5px !important; } #urlbar dropmarker { display: -moz-box !important; /*border: none !important;*/ background: transparent !important; margin-right: -2px !important; } /*----Merge Start/Stop----*/ #stop-button:not([disabled="true"]) { display: -moz-box !important; } #stop-button[disabled="true"] { display: none !important; } #stop-button[disabled="true"] + #reload-button { display: -moz-box !important; } #stop-button:not([disabled="true"]) + #reload-button { display: none !important; } #urlbar-icons > #go-button { list-style-image: url("resource:/icons/URLGoButton.png") !important; -moz-image-region: rect(0px, 24px, 24px, 0px) !important; width: 24px !important; height: 24px !important; margin: -5px -5px -4px -0px !important; padding: 0 !important; } #urlbar-icons > #go-button:hover { list-style-image: url("resource:/icons/URLGoButton.png") !important; -moz-image-region: rect(24px, 24px, 48px, 0px) !important; width: 24px !important; height: 24px !important; margin: -5px -5px -4px -0px !important; } #urlbar-icons > #go-button:hover:active .toolbarbutton-icon { list-style-image: url("resource:/icons/URLGoButton.png") !important; -moz-image-region: rect(48px, 24px, 72px, 0px) !important; width: 24px !important; height: 24px !important; margin: -5px -5px -4px -0px !important; } #urlbar-icons > #reload-button:not([disabled]) .toolbarbutton-icon { list-style-image: url("resource:/icons/URLReloadButton.png") !important; -moz-image-region: rect(0px, 24px, 24px, 0px) !important; width: 24px !important; height: 24px !important; margin: -5px -19px -4px -0px !important; padding: 0 !important; } #urlbar-icons > #reload-button:not([disabled]):hover .toolbarbutton-icon { list-style-image: url("resource:/icons/URLReloadButton.png") !important; -moz-image-region: rect(24px, 24px, 48px, 0px) !important; width: 24px !important; height: 24px !important; margin: -5px -19px -4px -0px !important; } #urlbar-icons > #reload-button:not([disabled]):hover:active .toolbarbutton-icon { list-style-image: url("resource:/icons/URLReloadButton.png") !important; -moz-image-region: rect(48px, 24px, 72px, 0px) !important; width: 24px !important; height: 24px !important; margin: -5px -19px -4px -0px !important; } #urlbar-icons > #reload-button[disabled="true"] .toolbarbutton-icon { list-style-image: url("resource:/icons/URLReloadButton.png") !important; -moz-image-region: rect(48px, 24px, 72px, 0px) !important; width: 24px !important; height: 24px !important; margin: -5px -19px -4px -0px !important; } #urlbar-icons > #stop-button:not([disabled]) .toolbarbutton-icon { list-style-image: url("resource:/icons/URLStopButton.png") !important; -moz-image-region: rect(0px, 24px, 24px, 0px) !important; width: 24px !important; height: 24px !important; margin: -5px -19px -4px -0px !important; } #urlbar-icons > #stop-button:not([disabled]):hover .toolbarbutton-icon { list-style-image: url("resource:/icons/URLStopButton.png") !important; -moz-image-region: rect(24px, 24px, 48px, 0px) !important; width: 24px !important; height: 24px !important; margin: -5px -19px -4px -0px !important; } #urlbar-icons > #stop-button:not([disabled]):hover:active .toolbarbutton-icon { list-style-image: url("resource:/icons/URLStopButton.png") !important; -moz-image-region: rect(48px, 24px, 72px, 0px) !important; width: 24px !important; height: 24px !important; margin: -5px -19px -4px -0px !important; } 5. (For User with ReloadEvery): #reload-button dropmarker:not([disabled="true"]) { margin: 0px 34px 0px -28px !important; } #reload-button, #reload-button:not([disabled="true"]):hover, #reload-button[disabled="true"], #reload-button:not([disabled="true"]):hover:active { width: 46px !important; height: 24px !important; margin: -3px -15px -3px 0px !important; } Not perfekt :rolleyes: but i'm not a Profi Programmer :pinch: I dont know (my little Brain) to make the Start/Stop/Go Button to the right side of URLbar after the Dropmarker? :cry: Sorry for my bad english :pinch: so long Dirk K. aka krid.of-k Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591365686 Share on other sites More sharing options...
BoneyardBrew Member Posted August 1, 2009 Author Member Share Posted August 1, 2009 Get the Progress Line of the Firefox 4.0 Mockup:http://userstyles.org/styles/19946 I'm not the owner! That looks great :D. I will see if I can contact the author about adding it to the theme. Hallo everyone,first special Thanks to "BoneyardBrew" & "SoapyHamHocks" and many other people for there great work :punk: But thanks to "family guy" for the icon's :rolleyes: Here my result of Work. Not perfekt :rolleyes: but i'm not a Profi Programmer :pinch: I dont know (my little Brain) to make the Start/Stop/Go Button to the right side of URLbar after the Dropmarker? :cry: Sorry for my bad english :pinch: so long Dirk K. aka krid.of-k The latest version will include some new reload/stop icons that appear all the way to the right of the url bar. Here is an updated screenshot :D. I have pretty much completely redone the original ones I posted in the earlier screenshot, I didn't really think they fit the "style" created in the mockup. Here are some more screenshots :). These are some modified RSS icons and a new bookmarks star. Bookmarks Button I'm not 100% satisfied with the bookmark buttons quite yet. I will definitely be doing some more tweaking before the next release. Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591365918 Share on other sites More sharing options...
SMELTN Posted August 1, 2009 Share Posted August 1, 2009 keep up the great work ByB. I am so excited to get a 4.0 Redux :) Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591365942 Share on other sites More sharing options...
BoneyardBrew Member Posted August 1, 2009 Author Member Share Posted August 1, 2009 keep up the great work ByB. I am so excited to get a 4.0 Redux :) keep up the great work ByB. I am so excited to get a 4.0 Redux :) Thanks :D. Here are some revised icons from my previous post. I changed the colors of the Bookmark Button states so they are easily recognized: Same applies for the Go Button: This is just an updated RSS screenshot to reflect the Bookmark Button changes: Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591366000 Share on other sites More sharing options...
+Audioboxer Subscriber² Posted August 1, 2009 Subscriber² Share Posted August 1, 2009 Awesome :woot: Release this weekend? Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591366002 Share on other sites More sharing options...
BoneyardBrew Member Posted August 1, 2009 Author Member Share Posted August 1, 2009 Awesome :woot:Release this weekend? Possibly tomorrow, but most likely early next week. There is still a lot of work to be done :). Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591366018 Share on other sites More sharing options...
Chris123NT Posted August 1, 2009 Share Posted August 1, 2009 Awesome :woot:Release this weekend? I hope so :D Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591366022 Share on other sites More sharing options...
Guest xiphi Posted August 1, 2009 Share Posted August 1, 2009 Wow! The updates are looking impressive. Keep up the good work. Can't wait for the next update. Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591366040 Share on other sites More sharing options...
Black Rider Posted August 1, 2009 Share Posted August 1, 2009 Wow! The updates are looking impressive. Keep up the good work. Can't wait for the next update.Me too.Hope you will release it very soon :) Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591366202 Share on other sites More sharing options...
krid.of-k Posted August 1, 2009 Share Posted August 1, 2009 That looks great :D. I will see if I can contact the author about adding it to the theme.The latest version will include some new reload/stop icons that appear all the way to the right of the url bar. Here is an updated screenshot :D. I have pretty much completely redone the original ones I posted in the earlier screenshot, I didn't really think they fit the "style" created in the mockup. Here are some more screenshots :). These are some modified RSS icons and a new bookmarks star. Bookmarks Button I'm not 100% satisfied with the bookmark buttons quite yet. I will definitely be doing some more tweaking before the next release. Hello BoneyardBrew, i have read your earlier Post's but I can't wait for the update, it's was a Quick & Dirty Trick and it was for my Curiosity, actually it was only intended for me, but I wanted the others did not make. With a few adjustments that also works with other themes :whistle: I waiting for the new Mockup 4.0, thank you in advance for the work. so long Dirk K. aka krid.of-k Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591366288 Share on other sites More sharing options...
Calum Veteran Posted August 1, 2009 Veteran Share Posted August 1, 2009 This really is looking sweet guys :) I think another thanks is in order :D Cheers (Y) :) Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591366304 Share on other sites More sharing options...
thealexweb Posted August 1, 2009 Share Posted August 1, 2009 Possibly tomorrow, but most likely early next week. There is still a lot of work to be done :). Since Firefox 3.6 Alpha 1 is coming out on Monday is there support for the 3.6 series? Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591366320 Share on other sites More sharing options...
Fatal!ty Str!ke Posted August 1, 2009 Share Posted August 1, 2009 Since Firefox 3.6 Alpha 1 is coming out on Monday is there support for the 3.6 series? I think they should concentrate on finishing the theme for Firefox 3.5.1. They have a lot of work with that. If they would make the theme compatible with every new beta, they will not have time to finish it just for 3.5.1. I think thats too much work. If they will do that, they need to fix bugs for two or more firefox versions.... That would slow down the development and everybody hast to wait many weeks for a new release. Link to comment https://www.neowin.net/forum/topic/800684-firefox-37-mockup-redux-theme/page/12/#findComment-591366406 Share on other sites More sharing options...
Recommended Posts