Recommended Posts

Hi, I have some problems with my scripts that I found here, i hope you guys can help me.

As you can see by these pitcures the urlbar is acting wierd(picture 1), and the bookmark dropdown wont let me press on the red marked area, so i can see the bookmarks under there, but it works if i close the bookmark dropdown and uppen it again(picture 2).

Picture 1

r1twkqckFP.jpg

Picture 2

r1104359D-Bn57OD.jpg

I'm currently using firefox 10, with the appearance Australis 1.1 and these scripts :

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"'>http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

@-moz-document url-prefix('chrome://') {

.tabbrowser-tab .tab-stack {

height: 29px !important;

max-height: 29px !important;

margin: 0 !important;

}

.tabbrowser-tab:not([selected]) .tab-stack {

padding: 1px 8px 2px !important;

}

.tabbrowser-tab[selected=true] .tab-stack {

margin: 0 -3px 0 !important;

padding: 0 2px 1px !important;

-moz-border-image: url('chrome://browser/skin/tabbrowser/mrcurveless.png') 0 9 0 9 / 0 9px 0 9px !important;

}

#main-window:not([disablechrome=true]) #TabsToolbar:-moz-lwtheme .tabbrowser-tab[selected=true] .tab-stack {

-moz-border-image: url('chrome://browser/skin/tabbrowser/mrcurveless-lightweight.png') 0 9 0 9 / 0 9px 0 9px !important;

}

#main-window:not([disablechrome=true])[stylish-platform=Linux] .tabbrowser-tab[selected=true] .tab-stack {

-moz-border-image: url('chrome://browser/skin/tabbrowser/mrcurveless-linux.png') 0 9 0 9 / 0 9px 0 9px !important;

}

#tabbrowser-tabs .tab-content {

margin: 0 !important;

}

}

and

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#star-button {

visibility: visible !important;

}

#navigator-toolbox[iconsize=large] #nav-bar{

padding: 3px 1px 4px 0 !important;

}

#main-window:not([sizemode=maximized]) #navigator-toolbox[iconsize=large] #TabsToolbar{

padding-left: 3px !important;

}

#main-window[sizemode=maximized] #TabsToolbar{

padding-right: 60px !important;

}

#navigator-toolbox[iconsize=small][mode=icons] #nav-bar{

padding: 1px 0 2px 0 !important;

}

/*Top border radius for ICUI tabs*/

#main-window[disablechrome]:not([sizemode=maximized]) #navigator-toolbox::after{

content: "";

height: 3px !important;

background: rgb(230,237,244) !important;

background-clip: padding-box !important;

border-width: 1px 1px 0 1px !important;

border-style: solid !important;

border-color: rgba(0,0,0,.3) !important;

border-radius: 3px 3px 0 0 !important;

box-shadow: 0pt 1px 0pt 0pt rgb(241, 245, 249) inset,

0pt -1px 0pt 0pt rgba(0, 0, 0, 0.05);

}

#main-window[disablechrome][sizemode=maximized] #navigator-toolbox::after{

content: "";

height: 2px !important;

background: rgb(230,237,244) !important;

background-clip: padding-box !important;

border-top: 1px solid rgba(0,0,0,.3);

box-shadow: 0pt 1px 0pt 0pt rgb(241, 245, 249) inset,

0pt -1px 0pt 0pt rgba(0, 0, 0, 0.05);

}

and

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#browser-bottombox{

background: none !important;

border-radius: 0 0 4px 4px !important;

}

/*Addonbar Style*/

#addon-bar{

-moz-appearance: none !important;

max-height: 23px !important;

background: -moz-linear-gradient(top, rgba(255,255,255,.5),

rgba(255,255,255,.3)) !important;

background-clip: padding-box !important;

border-width: 1px 0 0 0 !important;

border-style: solid !important;

border-color: rgba(26,26,26,.4) !important;

padding-right: 3px !important;

box-shadow: 0 1px 3px rgba(0,0,0,.1) inset !important;

}

#main-window:not([sizemode=maximized]) #addon-bar{

border-radius: 0 0 4px 4px !important;

border-bottom: 1px solid rgba(255,255,255,.5) !important;

}

/*Addonbar element fix*/

#addon-bar statusbar{

background: none !important;

margin-top: -1px !important;

}

#addon-bar toolbarseparator{

margin-bottom: 1px !important;

}

/*Find Toolbar Fix*/

#FindToolbar{

background-color: -moz-dialog !important;

}

And this

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#appmenu-button {

-moz-appearance: none !important;

background-color: transparent !important;

background: none !important;

}

Hi, I have some problems with my scripts that I found here, i hope you guys can help me.

As you can see by these pitcures the urlbar is acting wierd(picture 1), and the bookmark dropdown wont let me press on the red marked area, so i can see the bookmarks under there, but it works if i close the bookmark dropdown and uppen it again(picture 2).

Remove the LastPass button from your toolbar. Icons should be a maximum of 18px, but a lot of developers do not follow this guideline.

Thanks SoapyHamHocks :)

Now i only have this problem the bookmark dropdown wont let me press on the red marked area, so i can see the bookmarks under there, but it works if i close the bookmark dropdown and uppen it again(picture 1).

Picture 1

r1104359D-Bn57OD.jpg

I'm currently using firefox 10, with the appearance Australis 1.1 and these scripts :

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

@-moz-document url-prefix('chrome://') {

.tabbrowser-tab .tab-stack {

height: 29px !important;

max-height: 29px !important;

margin: 0 !important;

}

.tabbrowser-tab:not([selected]) .tab-stack {

padding: 1px 8px 2px !important;

}

.tabbrowser-tab[selected=true] .tab-stack {

margin: 0 -3px 0 !important;

padding: 0 2px 1px !important;

-moz-border-image: url('chrome://browser/skin/tabbrowser/mrcurveless.png') 0 9 0 9 / 0 9px 0 9px !important;

}

#main-window:not([disablechrome=true]) #TabsToolbar:-moz-lwtheme .tabbrowser-tab[selected=true] .tab-stack {

-moz-border-image: url('chrome://browser/skin/tabbrowser/mrcurveless-lightweight.png') 0 9 0 9 / 0 9px 0 9px !important;

}

#main-window:not([disablechrome=true])[stylish-platform=Linux] .tabbrowser-tab[selected=true] .tab-stack {

-moz-border-image: url('chrome://browser/skin/tabbrowser/mrcurveless-linux.png') 0 9 0 9 / 0 9px 0 9px !important;

}

#tabbrowser-tabs .tab-content {

margin: 0 !important;

}

}

and

@namespace url(http://www.mozilla.o...ere.is.only.xul);

#star-button {

visibility: visible !important;

}

#navigator-toolbox[iconsize=large] #nav-bar{

padding: 3px 1px 4px 0 !important;

}

#main-window:not([sizemode=maximized]) #navigator-toolbox[iconsize=large] #TabsToolbar{

padding-left: 3px !important;

}

#main-window[sizemode=maximized] #TabsToolbar{

padding-right: 60px !important;

}

#navigator-toolbox[iconsize=small][mode=icons] #nav-bar{

padding: 1px 0 2px 0 !important;

}

/*Top border radius for ICUI tabs*/

#main-window[disablechrome]:not([sizemode=maximized]) #navigator-toolbox::after{

content: "";

height: 3px !important;

background: rgb(230,237,244) !important;

background-clip: padding-box !important;

border-width: 1px 1px 0 1px !important;

border-style: solid !important;

border-color: rgba(0,0,0,.3) !important;

border-radius: 3px 3px 0 0 !important;

box-shadow: 0pt 1px 0pt 0pt rgb(241, 245, 249) inset,

0pt -1px 0pt 0pt rgba(0, 0, 0, 0.05);

}

#main-window[disablechrome][sizemode=maximized] #navigator-toolbox::after{

content: "";

height: 2px !important;

background: rgb(230,237,244) !important;

background-clip: padding-box !important;

border-top: 1px solid rgba(0,0,0,.3);

box-shadow: 0pt 1px 0pt 0pt rgb(241, 245, 249) inset,

0pt -1px 0pt 0pt rgba(0, 0, 0, 0.05);

}

and

@namespace url(http://www.mozilla.o...ere.is.only.xul);

#browser-bottombox{

background: none !important;

border-radius: 0 0 4px 4px !important;

}

/*Addonbar Style*/

#addon-bar{

-moz-appearance: none !important;

max-height: 23px !important;

background: -moz-linear-gradient(top, rgba(255,255,255,.5),

rgba(255,255,255,.3)) !important;

background-clip: padding-box !important;

border-width: 1px 0 0 0 !important;

border-style: solid !important;

border-color: rgba(26,26,26,.4) !important;

padding-right: 3px !important;

box-shadow: 0 1px 3px rgba(0,0,0,.1) inset !important;

}

#main-window:not([sizemode=maximized]) #addon-bar{

border-radius: 0 0 4px 4px !important;

border-bottom: 1px solid rgba(255,255,255,.5) !important;

}

/*Addonbar element fix*/

#addon-bar statusbar{

background: none !important;

margin-top: -1px !important;

}

#addon-bar toolbarseparator{

margin-bottom: 1px !important;

}

/*Find Toolbar Fix*/

#FindToolbar{

background-color: -moz-dialog !important;

}

And this

@namespace url(http://www.mozilla.o...ere.is.only.xul);

#appmenu-button {

-moz-appearance: none !important;

background-color: transparent !important;

background: none !important;

}

  • 2 weeks later...

Anyone have a style for multi-row tabs? Not multi-row bookmarks on the bookmarks toolbar, just tabs. I know I can get this effect by using TabMixPlus or even TabUtilities, but I'd like to just have it as a userstyle if possible. Can it be done? Thanks!

Anyone have a style for multi-row tabs? Not multi-row bookmarks on the bookmarks toolbar, just tabs. I know I can get this effect by using TabMixPlus or even TabUtilities, but I'd like to just have it as a userstyle if possible. Can it be done? Thanks!

Try this one, it's old but may work - http://userstyles.org/styles/10930/app-multi-row-tab-bar

Anyone have a style for adding the bookmarks button to the bookmarks toolbar without it slowing down the opening and closing slide animation of tabs? If you don't understand what I mean, try out this style.

@namespace url(http://www.mozilla.o...ere.is.only.xul);

#personal-bookmarks

{

display:block;

}

#personal-bookmarks #PlacesToolbar

{

display:block;

min-height: 0px;

overflow-x:hidden;

overflow-y:auto;

max-height: 999px;

Thanks SoapyHamHocks :)

Now i only have this problem the bookmark dropdown wont let me press on the red marked area, so i can see the bookmarks under there, but it works if i close the bookmark dropdown and uppen it again(picture 1).

Picture 1

r1104359D-Bn57OD.jpg

I'm currently using firefox 10, with the appearance Australis 1.1 and these scripts :

and

and

And this

How did you get your bookmarks menu like that on the navigation toolbar? With the star and the dropdown menu showing your actual bookmarks instead of that bookmarks sidebar nonsense. Let me know if you used a userstyle or what. Thanks!

How did you get your bookmarks menu like that on the navigation toolbar? With the star and the dropdown menu showing your actual bookmarks instead of that bookmarks sidebar nonsense. Let me know if you used a userstyle or what. Thanks!

There are two different bookmarks buttons in the customize toolbar section, one opens the sidebar, the other opens a drop-down box.

There are two different bookmarks buttons in the customize toolbar section, one opens the sidebar, the other opens a drop-down box.

The buttons aren't there by default, are they? You mean when you use the extension Toolbar Buttons 1.0? I'm using an older version of that, so mine doesn't look quite the same.

The buttons aren't there by default, are they? You mean when you use the extension Toolbar Buttons 1.0? I'm using an older version of that, so mine doesn't look quite the same.

I'm not seeing that bookmark button. I'm guessing I have to use the theme you're using, Australis?

I'm using the default theme on Nightly 13 but I'm pretty sure older versions of firefox have it as well. Should be there by default, without the need for any add-ons:

d1Pj0.png

lol! I know the bookmarks button. I have it on my toolbar. Yours looks different from mine, though. Yours is just a yellow star, which is what I want mine to be. How did you get that? Is it because of Australis, or a userstyle? Let me know! Thanks!

I've looked through the thread, and run a search, but I haven't found it. I'm pretty sure I saw it here before though.

How can I remove all of the curves on the navbar, buttons, location/search box, app button, etc? I'm looking to make everything angled.

  • 2 weeks later...

Is it possible to make the background of the new Nightly about:newtab page transparent, as in Panorama? With opaque thumbnails. I have tried "tweaking" the transparent home page/about:blank CSS to no avail, I'm unable to set the opacity of just the background...

Is there a code to make the Toolbar buttons such as "Home" "Bookmarks dropdown" border less like in the nightly builds? Trying to get this without Stratiform because of the extra lag.

Also trying to figure out how to get the Firefox Button next to the Home Button with the image the mockup uses for Australis.

Thanks!

The new home and arrow buttons are FUGLY.

With Default Theme:

qw.png

With Persona:

Fugly.png

The way they used to look:

Capture-2.png

If anyone can write a script to make undo what Mozilla has ruined, I would apprecite it. Untill then I am going back to the released version. First time since before Firefox 4 came out. I am tired of what Mozilla is doing with Firfox unless they are trying to make it as FUGLY as Windows 8. :)

Would anyone know how edit this userstyle a bit: http://userstyles.org/styles/61129/australis-styles where when you have mouse hover inactive tabs it shows a border, but instead of having it so when you hover, it shows the lower opactiy borders all times around inactive tabs?

  • 1 month later...

Nevermind. I figured it out.

Can anyone help me with this again? I'm on a different computer, so I don't have access to the text file that I had the stylish code in. I'm trying to make the tabs fade when inactive, like there is already a stylish for called Fading Inactive Tabs, but I'm also trying to add to it by having the tab light up when you hover on it. I need the code for that part. If you don't understand what I'm saying, try the extension Colorful Tabs and you'll see. Here is the Faded Tabs Stylish, but does anyone know the extra code to get the active tab to light up when you hover over it? As I said, I had it before. I know it can be done. http://userstyles.org/styles/45460/faded-inactive-tabs Thanks!!

Nevermind. I figured it out again. Here is the code for anyone that wants it. It's for Faded Inactive Tabs, but also with a cool light up tab feature when you hover or mouse over any tab other than the active tab, of course. Try it out and see. It's very cool and useful.

.tabbrowser-tab

{ opacity: .50 !important; }

tab[selected=true], .tabs-bottom {

opacity: 1 !important;

}

.tabbrowser-tab:hover

{ opacity: 1 !important; }

Hi, when I change visual style in Windows firefox theme became white instead of the blue by deafult

Default:

20qjdwz.png

With theme:

2m2ytz4.png

There is any way to force firefox always use default theme?

Hi, when I change visual style in Windows firefox theme became white instead of the blue by deafult

Default:

20qjdwz.png

With theme:

2m2ytz4.png

There is any way to force firefox always use default theme?

You will have to rename the included .msstyles-file to aero.msstyles and also change the path to this file in the .theme-file, to this:

Example (look for this line in the .theme-file):

[VisualStyles]

Path=%ResourceDir%\Themes\win8beta\win8.msstyles

Change to:

[VisualStyles]

Path=%ResourceDir%\Themes\win8beta\aero.msstyles

  • 3 weeks later...

Guys, I'd really appreciate if someone can tell me how to convert this style which is for the Add-on 'FlashBlock' to Built-in click-to-play function:

http://userstyles.or...e-much-prettier

I'd like it as is, squarer, not rounded corners. Truly, thank you in advance!

This is the built-in image, and if you can notice, on some sites it has glitches at the corners:

http://i.minus.com/ibmUyj8iIdE9Uk.PNG

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Subscription upon subscription... That old Xzibit Pimp my ride meme comes to mind
    • EA reached out to our reporter that mainly does gaming content and reviewed loads of other games, why would this be shocking to anyone? I admit maybe we were considered this time around because of the extra coverage UFC was getting and they wanted a broader audience for this release? IDK. I can tell you that we aren't paid to do the reviews, the fun part of it is (mostly) being able to keep what we review and giving an honest opinion on what we're reviewing.
    • Save over $430 on Sterling Stock Picker (lifetime subscription) by Steven Parker Today's highlighted Neowin deal comes via our Apps + Software section of the Neowin Deals store, where you can save 88% off on a lifetime subscription to Sterling Stock Picker. Sterling Stock Picker (SSP) is an award-winning platform designed to make stock investing accessible to everyone, regardless of expertise. The software offers multiple methods to identify winning stocks that align with your personal values, investment preferences, and risk tolerance. By handling all the complex calculations, it allows you to focus on making informed investment decisions. The patent-pending North Star technology provides clear guidance on whether to buy, sell, hold, or avoid a particular stock. Ask Finley, your personal AI financial coach Finley is your personal AI financial coach providing real-time data access, strategic investment advice, risk assessment, and educational support to help you make informed decisions. Whether you're a seasoned investor or just starting, Finley is equipped to help you achieve your financial goals. Feel free to ask any questions about your portfolio or the stock market. PERSONALIZED FINANCIAL GUIDANCE Custom Recommendations: Get stock picks tailored to your risk tolerance, portfolio performance, and investment goals. Dynamic Insights: Access detailed financial, technical, earnings, growth, and risk analysis for smarter investing. ENHANCED PORTFOLIO MANAGEMENT Done-For-You Portfolio Builder: Easily construct a diversified portfolio based on your risk tolerance and investment goals. Analysis and Suggestions: Receive data-driven portfolio adjustments to optimize returns based on your risk acceptance score. Risk Assessment Overview: Understand your risk level and receive stock recommendations aligned with your investment strategy. STRATEGIC INVESTMENT ADVICE Stock Rockets: Discover top-performing companies with over 50% quarterly revenue growth and the highest North Star rankings. Concentrated Portfolio Strategy: Focus on high-potential stocks instead of broad diversification to maximize growth. Industry and Sector Insights: Stay ahead with detailed performance narratives and sector-specific trends. EDUCATIONAL SUPPORT & COMMUNITY Verbose Explanations: Break down complex financial concepts with in-depth explanations for beginners. Investment Strategies: Learn and apply various investment strategies with expert-backed insights. Community Chat Forum: Connect with fellow investors to share insights, ask questions, and discuss investment strategies. Build your Stock Portfolio in 3 easy steps! Discover Your Risk Tolerance: Take a quick 5-minute questionnaire to assess your ability to handle risk effortlessly. Search Stocks Aligned With Your Personal Values: Use an intuitive stock-picking interface to confidently find winning stocks. Build Your Portfolio: Utilize the Done-For-You Portfolio Builder to simplify investing and remove the guesswork. Good to know: Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: desktop or mobile Only available to new users Updates included A lifetime subscription to Sterling Stock Picker normally has a suggested price of $486, but you can pick it up for just $54.90 for a limited time - that represents a saving of $431.10 (88% off). For a full description, specs, and license info, click the link below. Sterling Stock Picker lifetime subscription for $54.90 (was $486) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
  • Recent Achievements

    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
    • One Month Later
      eurospharma62 earned a badge
      One Month Later
    • Week One Done
      With What earned a badge
      Week One Done
    • Week One Done
      Harris Gilbert earned a badge
      Week One Done
    • One Month Later
      Vincian earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      543
    2. 2
      +Edouard
      171
    3. 3
      PsYcHoKiLLa
      82
    4. 4
      ATLien_0
      64
    5. 5
      neufuse
      64
  • Tell a friend

    Love Neowin? Tell a friend!