Samurizer Posted November 10, 2011 Share Posted November 10, 2011 Spent about an hour trying to fix Firefox's looks in Linux today, and I'm pretty happy with the results: Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594444591 Share on other sites More sharing options...
Ziz4rD Posted November 12, 2011 Share Posted November 12, 2011 Help! What is the CSS code of the part indicated by the red arrow Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594448393 Share on other sites More sharing options...
Hung Nguyen Posted November 12, 2011 Share Posted November 12, 2011 Help! What is the CSS code of the part indicated by the red arrow <image> this css code may help you: #main-window[disablechrome] #navigator-toolbox[tabsontop=true]::after { background-color: hsl(214,44%,87%) !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594448799 Share on other sites More sharing options...
dnast Posted November 14, 2011 Share Posted November 14, 2011 I'm using a gradient because this is what it looks like using a solid color (on MX3 theme): If I could fill in all the white space around it, I think that would look nicer. I fixed the rgba values in my previous post. I only played around with the code a little, but it seems like the theme you're using is making things overly complicated. Here's what I came up with after playing around with it for a short while...it's only a start, and after vainly trying to make the margins and patterns perfect, I stopped working on it. I thought someone more talented here would post by now, but since you didn't get any other replies, I decided to provide this code to get you started. #urlbar[level=high] #identity-box, #urlbar[level=high], #urlbar[level=high] > * { background: #00f000 !important; padding: 0 !important; } #urlbar[level=high] #identity-box { margin: 2px 0 2px !important; } #urlbar[level=high] toolbarbutton { margin-top: 0px !important; padding-right: 5px !important; } This is a copy/paste from days ago, so hopefully it's still relevant to your situation. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594451847 Share on other sites More sharing options...
+Xinok Subscriber² Posted November 14, 2011 Subscriber² Share Posted November 14, 2011 I only played around with the code a little, but it seems like the theme you're using is making things overly complicated. Here's what I came up with after playing around with it for a short while...it's only a start, and after vainly trying to make the margins and patterns perfect, I stopped working on it. I thought someone more talented here would post by now, but since you didn't get any other replies, I decided to provide this code to get you started. [snip] This is a copy/paste from days ago, so hopefully it's still relevant to your situation. Although it doesn't work for partially encrypted connections, it still looks nicer so I'll use it for now. Thanks. :) Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594452291 Share on other sites More sharing options...
Semtex Posted November 18, 2011 Share Posted November 18, 2011 Hey In latest Nightly there is some strange text glow in options window, visible only in dark Windows 7 themes, I like to get rid this glow!! So can someone add some script to fix this crap :p First I was thought that is from theme text glow, but I've remove all glows from theme.... Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594461387 Share on other sites More sharing options...
+Gary7 Subscriber² Posted November 18, 2011 Subscriber² Share Posted November 18, 2011 Hey In latest Nightly there is some strange text glow in options window, visible only in dark Windows 7 themes, I like to get rid this glow!! So can someone add some script to fix this crap :p First I was thought that is from theme text glow, but I've remove all glows from theme.... This post may help you. https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page__st__30__p__592925144#entry592925144 Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594462919 Share on other sites More sharing options...
PC EliTiST Posted November 21, 2011 Share Posted November 21, 2011 Guys, do you know how can I add "borders" on Fx' Tab-bar like Opera? Opera: Fx: If it's something easy, please tell me. Thank you! P.S. For "Tabs on Bottom" Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594467051 Share on other sites More sharing options...
Hung Nguyen Posted November 21, 2011 Share Posted November 21, 2011 Guys, do you know how can I add "borders" on Fx' Tab-bar like Opera? Opera: <image> Fx: <image> If it's something easy, please tell me. Thank you! P.S. For "Tabs on Bottom" http://userstyles.org/styles/50806/firefox-4-curve-tabs This style has tabs strip for Tabs on Bottom mode which you call "borders" http://userstyles.org/styles/54830/curve-tabs-ii And this is a modification of the style above, which is more look like opera Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594467107 Share on other sites More sharing options...
Syanide Posted November 23, 2011 Share Posted November 23, 2011 One question, not sure if this is the place, can I change the behavior of the bookmark button (the one next to the home icon) to display the bookmarks toolbar when pressed, instead of the whole bookmarks sidebar thingy? Thanks. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594470493 Share on other sites More sharing options...
+Gary7 Subscriber² Posted November 23, 2011 Subscriber² Share Posted November 23, 2011 One question, not sure if this is the place, can I change the behavior of the bookmark button (the one next to the home icon) to display the bookmarks toolbar when pressed, instead of the whole bookmarks sidebar thingy? Thanks. You can toggle the Bookmark toolbar to only show it when you mouse over it? Would that help? If so you can use this: Firefox 4 Bookmark Toolbar Autohide Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594470501 Share on other sites More sharing options...
Syanide Posted November 23, 2011 Share Posted November 23, 2011 You can toggle the Bookmark toolbar to only show it when you mouse over it? Would that help? If so you can use this: Firefox 4 Bookmark Toolbar Autohide I'll try playing with that, thanks. EDIT: Found the extension that does exactly what I want: Bookmarks Toolbar Button. Thanks for using the word "toggle," really made my google search give better results, haha. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594470519 Share on other sites More sharing options...
+Gary7 Subscriber² Posted November 23, 2011 Subscriber² Share Posted November 23, 2011 I'll try playing with that, thanks. EDIT: Found the extension that does exactly what I want: Bookmarks Toolbar Button. Thanks for using the word "toggle," really made my google search give better results, haha. I am glad it works for you. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594470559 Share on other sites More sharing options...
mancode20 Posted November 24, 2011 Share Posted November 24, 2011 I don't even know if this is possible, but I want to add a feature from an extension to an existing stylish. I use the stylish Faded Inactive Tabs, but it's missing a critical feature that I would love to have. I want the inactive or faded tabs to appear when I hover over them. Just hover, not select. This works perfectly in the extension Colorful Tabs, but I don't want to use that because I use ChromaTabs Plus instead. I just want to borrow that feature and put it into the existing stylish. Is it possible? Here is the stylish code. http://userstyles.org/styles/45460/faded-inactive-tabs Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594473891 Share on other sites More sharing options...
PC EliTiST Posted November 24, 2011 Share Posted November 24, 2011 http://userstyles.or...ox-4-curve-tabs This style has tabs strip for Tabs on Bottom mode which you call "borders" http://userstyles.or...0/curve-tabs-ii And this is a modification of the style above, which is more look like opera Wow, man! That was great... The "Tab Strip". I removed a lot of code to keep only the strip and it worked, thank you! Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594473973 Share on other sites More sharing options...
Hung Nguyen Posted November 25, 2011 Share Posted November 25, 2011 Wow, man! That was great... The "Tab Strip". I removed a lot of code to keep only the strip and it worked, thank you! lol, which part of the code did you remove? without the curve-bases, the active tab won't connect to the tab strip... Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594474691 Share on other sites More sharing options...
mancode20 Posted November 25, 2011 Share Posted November 25, 2011 I don't even know if this is possible, but I want to add a feature from an extension to an existing stylish. I use the stylish Faded Inactive Tabs, but it's missing a critical feature that I would love to have. I want the inactive or faded tabs to appear when I hover over them. Just hover, not select. This works perfectly in the extension Colorful Tabs, but I don't want to use that because I use ChromaTabs Plus instead. I just want to borrow that feature and put it into the existing stylish. Is it possible? Here is the stylish code. http://userstyles.or...d-inactive-tabs Nobody can help me out with this? It's not possible to make the tabs appear when hovering over them using the stylish Faded Inactive Tabs? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594475929 Share on other sites More sharing options...
mancode20 Posted November 25, 2011 Share Posted November 25, 2011 Nobody can help me out with this? It's not possible to make the tabs appear when hovering over them using the stylish Faded Inactive Tabs? Nevermind. I figured it out. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594476115 Share on other sites More sharing options...
trag3dy Posted December 11, 2011 Share Posted December 11, 2011 If possible I'd like to request a (hopefully) small script to remove the Facebook and google+ buttons under the subscriptions section on the new youtube home page. I don't use either of those so I have no reason for them to be there. Thanks in advance. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594511765 Share on other sites More sharing options...
BoneyardBrew Member Posted December 11, 2011 Member Share Posted December 11, 2011 If possible I'd like to request a (hopefully) small script to remove the Facebook and google+ buttons under the subscriptions section on the new youtube home page. I don't use either of those so I have no reason for them to be there. Thanks in advance. Removing the Google+ one is simple, the Facebook one on the other hand isn't. I was just about to get some sleep, but here's the code for the G+ section if you'd like to use it. #social { display: none;}[/CODE] Maybe someone else can figure out the Facebook bar. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594511781 Share on other sites More sharing options...
mancode20 Posted December 11, 2011 Share Posted December 11, 2011 Can anyone give me the codes to make tabs larger? The actual tab, which I guess would be width, as well as the font size of the tab's title, and also font style if possible. Also, is it possible for the active tab to have blinking text? That last one may be a bit of a stretch, but I was just curious. Thanks!! Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594511897 Share on other sites More sharing options...
parry Posted December 24, 2011 Share Posted December 24, 2011 Anyone know how to remove the dropdown arrow from the Greasemonkey button? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594541477 Share on other sites More sharing options...
SoapyHamHocks Member Posted December 25, 2011 Member Share Posted December 25, 2011 Anyone know how to remove the dropdown arrow from the Greasemonkey button? This should do it: #greasemonkey-tbb > dropmarker { display: none !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594542813 Share on other sites More sharing options...
parry Posted December 25, 2011 Share Posted December 25, 2011 Thanks! I was using 'dropdownmarker', no wonder it didn't work! Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594543535 Share on other sites More sharing options...
parry Posted December 27, 2011 Share Posted December 27, 2011 Not sure why I can't edit my above post so sorry for the double post. I was wondering if anyone had the complete set of default NoScript toolbar icons along with their corrosponding ID? There seem to be a load of icons I can't seem to change. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/92/#findComment-594545969 Share on other sites More sharing options...
Recommended Posts