SoapyHamHocks Member Posted December 12, 2010 Member Share Posted December 12, 2010 Soapy, you rock! I love your "Windows 7 Style" code, but it's messing up for me around the menu button where I've got home & panorama pinned, any ideas? Thx bro! I just updated my style. Let me know if you still have the same problem. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593484360 Share on other sites More sharing options...
NeoRev Posted December 12, 2010 Share Posted December 12, 2010 Wow, that was insanely quick! I'll give it a try. Also, I can't get your leftsidestar addon to work, it just does nothing. I'm running the latest nightly (4.0b8pre). Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593484372 Share on other sites More sharing options...
NeoRev Posted December 12, 2010 Share Posted December 12, 2010 Still messed up. I'm using the theme Shine 2.0, if that matters. In the future, I actually want to hide the menubar and replace it with a button on the right side of the navbar like chrome (with a wrench icon). Don't know if that's possible yet, but hopefully someday. :) Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593484384 Share on other sites More sharing options...
SoapyHamHocks Member Posted December 12, 2010 Member Share Posted December 12, 2010 Still messed up. I'm using the theme Shine 2.0, if that matters. In the future, I actually want to hide the menubar and replace it with a button on the right side of the navbar like chrome (with a wrench icon). Don't know if that's possible yet, but hopefully someday. :) That's quite odd. What addons do you have installed? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593484440 Share on other sites More sharing options...
NeoRev Posted December 12, 2010 Share Posted December 12, 2010 Just adblock. Had divx, but disabled that. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593484464 Share on other sites More sharing options...
SoapyHamHocks Member Posted December 12, 2010 Member Share Posted December 12, 2010 Just adblock. Had divx, but disabled that. This is not a good solution, but it does work for now. #appmenu-button-container { margin-right: -250px !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593484520 Share on other sites More sharing options...
NeoRev Posted December 12, 2010 Share Posted December 12, 2010 That did the trick! Thanks! Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593484598 Share on other sites More sharing options...
iamawesomewicked Posted December 13, 2010 Share Posted December 13, 2010 How do I go about changing the style of Minefield 4.0 Pre8 Beta? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593487650 Share on other sites More sharing options...
NeoRev Posted December 14, 2010 Share Posted December 14, 2010 I've been just manually pasting in codes to the chrome user file. Not sure if stylish works yet. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593488722 Share on other sites More sharing options...
foxxyn8 Posted December 14, 2010 Share Posted December 14, 2010 Stylish 1.1b2 for Firefox 4 is here: http://forum.userstyles.org/comments.php?DiscussionID=23704&page=1#Item_1 or you can use a fixed version of 1.0.11 available here : http://forums.mozillazine.org/viewtopic.php?f=23&t=2035655 Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593489830 Share on other sites More sharing options...
r0bc Posted December 14, 2010 Share Posted December 14, 2010 I am playing with the idea of having a transparent home page, so that when FF starts you have everything glass except for the navbar and appbutton... that is, any kind of page that can be styled to be transparent. I thought it was not possible, then I saw this style http://userstyles.org/styles/38392 for Panorama which actually glasses the whole FF window, so it might be possible for a normal content page. Any help is appreciated :) Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593491312 Share on other sites More sharing options...
NeoRev Posted December 14, 2010 Share Posted December 14, 2010 Any figure out how to make the panorama page aero transparent yet? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593491428 Share on other sites More sharing options...
didymo Posted December 15, 2010 Share Posted December 15, 2010 Add this to stylish: @-moz-document url("chrome://browser/content/tabview.html"){ #bg{display:none} } It's such a small code, I don't understand why Mozilla won't add it themselves... Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593491730 Share on other sites More sharing options...
foxxyn8 Posted December 15, 2010 Share Posted December 15, 2010 I am playing with the idea of having a transparent home page, so that when FF starts you have everything glass except for the navbar and appbutton... that is, any kind of page that can be styled to be transparent. I thought it was not possible, then I saw this style http://userstyles.org/styles/38392 for Panorama which actually glasses the whole FF window, so it might be possible for a normal content page. Any help is appreciated :) I'm not sure if this will help or not, but this is the code I use to make "about:blank" transparent #browser, #content > tabbox > tabpanels { background-color: transparent !important; } #main-window[stylish-url="about:blank"] #content browser { opacity: 0 !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593491902 Share on other sites More sharing options...
r0bc Posted December 15, 2010 Share Posted December 15, 2010 I'm not sure if this will help or not, but this is the code I use to make "about:blank" transparent No, it doesn't help :blink: ... it's EXACTLY what I was looking for! :woot: Thanks a lot :yes: Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593492942 Share on other sites More sharing options...
Sevenmeyers Posted December 15, 2010 Share Posted December 15, 2010 I'm currently using Soapy's theme, and the Menu seems to be out of wack. I've tried fixing it myself but to no avail, ends up looking ugly so I just put it back to the way default, any help would be appreciated. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593494160 Share on other sites More sharing options...
SoapyHamHocks Member Posted December 15, 2010 Member Share Posted December 15, 2010 I'm currently using Soapy's theme, and the Menu seems to be out of wack. I've tried fixing it myself but to no avail, ends up looking ugly so I just put it back to the way default, any help would be appreciated. Are you using a custom windows theme? Is hardware accel on or off? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593494184 Share on other sites More sharing options...
Sevenmeyers Posted December 15, 2010 Share Posted December 15, 2010 Are you using a custom windows theme? Is hardware accel on or off? Shine 2.0? and hardware accel? Not sure, unless it's automatically on I wouldn't know what that was.Edit: Found that Hardware Accel, it's currently off. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593494248 Share on other sites More sharing options...
SoapyHamHocks Member Posted December 15, 2010 Member Share Posted December 15, 2010 Shine 2.0? and hardware accel? Not sure, unless it's automatically on I wouldn't know what that was. Edit: Found that Hardware Accel, it's currently off. I just tested with Shine 2.0 and it works correctly. Do you happen to have any other stylish scripts enabled? If so try disabling those and see if you have the same problem. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593494322 Share on other sites More sharing options...
SQ1 Posted December 16, 2010 Share Posted December 16, 2010 Went ahead and uploaded it to userstyles. Fixed it so it only skins the buttons if they are next to each other in the correct order. http://userstyles.org/styles/40947 Is there a way to make bookmarks button appear on popup windows too? i'm currently using the Personal Menu extension to make a bookmarks button on popups, but i can't use your style with that button... Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593496230 Share on other sites More sharing options...
Deo Domuique Posted December 16, 2010 Share Posted December 16, 2010 Sevenmeyers has right... If you just install shine 2.0. this theme has different adjustments. What I did about? For example: Personalization -> Window Color -> Advanced appearing Settings... There I turned manually all "Item" and "Fonts" sizes back to normal, like those with original theme and the situation became a little bit normal... The Menu Icon and the Close/Minimize appearing bigger. I wrote in a paper the characteristics of original theme and when I changed to shine 2, applied all those. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593497158 Share on other sites More sharing options...
NeoRev Posted December 17, 2010 Share Posted December 17, 2010 Does anyone know how to hide the menu button and create an icon on the address bar that opens the menu instead? I'd like it to be like chromes wrench. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593503772 Share on other sites More sharing options...
foxxyn8 Posted December 17, 2010 Share Posted December 17, 2010 Does anyone know how to hide the menu button and create an icon on the address bar that opens the menu instead? I'd like it to be like chromes wrench. This will do both Custombuttons addon: http://custombuttons.mozdev.org/devbuilds.html Custombutton appmenu script: http://custombuttons.mozdev.org/drupal/content/firefox-4-beta-replace-app-menu-button Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593503796 Share on other sites More sharing options...
NeoRev Posted December 17, 2010 Share Posted December 17, 2010 Thanks foxxy! Couldn't get it working though. Oh well, I'll just wait until the bugs are worked out. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593503988 Share on other sites More sharing options...
foxxyn8 Posted December 18, 2010 Share Posted December 18, 2010 Thanks foxxy! Couldn't get it working though. Oh well, I'll just wait until the bugs are worked out. WFM. What problems are you having? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/39/#findComment-593504082 Share on other sites More sharing options...
Recommended Posts