Recommended Posts

This is how I do it:

.progress-remainder {
background-image: none !important;
}

.progress-bar {
background-image: -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) !important;
background-color: royalblue !important; 
-moz-border-radius: 0 0 0 5px !important;
}

This works great , Thanks!

This is how I do it:

.progress-remainder {
background-image: none !important;
}

.progress-bar {
background-image: -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) !important;
background-color: royalblue !important; 
-moz-border-radius: 0 0 0 5px !important;
}

How do I edit it's position and height (width) ? I want to make it Fission style ...

How do I edit it's position and height (width) ? I want to make it Fission style ...

Like this (you may need to adjust height and margin-top depending on your configuration):

.progress-remainder {
background-image: none !important;
}

.progress-bar {
background-image: -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) !important;
background-color: royalblue !important; 
-moz-border-radius: 3px 0 0 3px !important;
}

#urlbar-progress{
height: 22px !important;
margin-top: -22px !important;
margin-bottom: 0px !important;
}

Like this (you may need to adjust height and margin-top depending on your configuration):

Jesus man, you're a Guru :laugh:. Thanks a lot!! Using your codes made this (win 7 style loading bar):

#urlbar-progress{
height: 22px !important;
margin-top: -22px !important;
margin-bottom: 0px !important;
margin-left: 28px !important;
}

.progress-bar
{
   -moz-appearance: progresschunk !important;
   background-color: transparent !important;
   opacity: .4 !important;
   -moz-border-radius: 3px 0 0 3px !important;
background-image: -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) !important;
}

Of course, if you don't like the grey background add this to it:

.progress-remainder {
background-image: none !important;
}

Question: is there a way to make the left spacing dynamic so it doesn't cover the page icon, even for large ones (maybe I'm not very clear but you might got the idea ) ?

Jesus man, you're a Guru :laugh:. Thanks a lot!! Using your codes made this (win 7 style loading bar):

#urlbar-progress{
height: 22px !important;
margin-top: -22px !important;
margin-bottom: 0px !important;
margin-left: 28px !important;
}

.progress-bar
{
   -moz-appearance: progresschunk !important;
   background-color: transparent !important;
   opacity: .4 !important;
   -moz-border-radius: 3px 0 0 3px !important;
background-image: -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) !important;
}

Of course, if you don't like the grey background add this to it:

.progress-remainder {
background-image: none !important;
}

Question: is there a way to make the left spacing dynamic so it doesn't cover the page icon, even for large ones (maybe I'm not very clear but you might got the idea ) ?

Can you give the url of a site that uses a larger icon? I have an idea, but nothing to test it on.

Does anybody know if it's possible to hide favicons on tabs? The script I was using has been broken for a while now.

http://userstyles.org/styles/browse/global/hide%20favicons?per_page=100&sort=created_date&sort_direction=desc

You may be able to tweak the above to work?? The Ultra Minimalist.

Anyone got the stylish identifier for the hover URL text? I mean the new text that appears on the right side of the URL bar when you hover over a link.

I would like to change it's color.

Anyone got the stylish identifier for the hover URL text? I mean the new text that appears on the right side of the URL bar when you hover over a link.

I would like to change it's color.

Yeah, I want that too, but just to make it a little darker! :D

Sorry for double post!

I would also like to find out the stylish identifier for the new progress bar over tabs !

The "fission like-style" for the new url progress bar is also affecting my tab progress bars. I want to prevent it from doing that or ,if not possible, to disable the tab progress bars ...

Anyone got the stylish identifier for the hover URL text? I mean the new text that appears on the right side of the URL bar when you hover over a link.

I would like to change it's color.

overlink text (just change the color to your liking):

.urlbar-over-link-host-label, 
.urlbar-over-link-path-label {
   color: red !important;
}

overlink text (just change the color to your liking):

.urlbar-over-link-host-label, 
.urlbar-over-link-path-label {
   color: red !important;
}

Something wrong with your post! :D Anyway, thanks for the code! Any ideas what the stylish identifier for the progress bar in tabs might be?

Something wrong with your post! :D Anyway, thanks for the code! Any ideas what the stylish identifier for the progress bar in tabs might be?

Yeah Firefox is acting silly today. Anyway:

#tabbrowser-tabs .progress-bar

#tabbrowser-tabs .progress-remainder

Question: is there a way to make the left spacing dynamic so it doesn't cover the page icon, even for large ones (maybe I'm not very clear but you might got the idea ) ?

The only thing I could figure out for this was just to hide the label, which you may or may not consider to be a viable option:

#identity-icon-labels {
display: none !important;
}

:)

Yeah Firefox is acting silly today. Anyway:

#tabbrowser-tabs .progress-bar

#tabbrowser-tabs .progress-remainder

:)

Thanks a lot, you're a lifesaver! Tried a lot of silly combinations, was pretty close at one point actually ! Thanks again!

The only thing I could figure out for this was just to hide the label, which you may or may not consider to be a viable option:

No worries, that's not such a big issue (even if fission was doing that somehow :huh: ).

My new problem: to keep my win 7 -like progress bar without it affecting my tab progress bar. Tried this, but it disables the style for both of them for some reason:

    #urlbar-progress{
    height: 21px !important;
    margin-top: -21px !important;
    margin-bottom: 0px !important;
    margin-left: 28px !important;
    margin-right: 2px !important;
    }

    .progress-bar :not(#tabbrowser-tabs .progress-bar)
    {
     -moz-appearance: progresschunk !important;
     background-color: transparent !important;
     opacity: .5 !important;
     }

Thanks a lot, you're a lifesaver! Tried a lot of silly combinations, was pretty close at one point actually ! Thanks again!

No worries, that's not such a big issue (even if fission was doing that somehow :huh: ).

My new problem: to keep my win 7 -like progress bar without it affecting my tab progress bar. Tried this, but it disables the style for both of them for some reason:

    #urlbar-progress{
    height: 21px !important;
    margin-top: -21px !important;
    margin-bottom: 0px !important;
    margin-left: 28px !important;
    margin-right: 2px !important;
    }

    .progress-bar :not(#tabbrowser-tabs .progress-bar)
    {
     -moz-appearance: progresschunk !important;
     background-color: transparent !important;
     opacity: .5 !important;
     }

Invalid :not() selector. Do it like this instead:

     #urlbar-progress .progress-bar {
     -moz-appearance: progresschunk !important;
     background-color: transparent !important;
     opacity: .5 !important;
     }

Invalid :not() selector. Do it like this instead:

     #urlbar-progress .progress-bar {
     -moz-appearance: progresschunk !important;
     background-color: transparent !important;
     opacity: .5 !important;
     }

You are wright, that is the simpler approach. Thought about that to be honest, but used the wrong identifier (something like " #urlbar .progress-bar"). Anyway, considering I never used CSS codes before Firefox 4, I learned a thing or two ... :)

Thanks a lot again! I owe you a "virtual" beer ... Actually, come to think of it, I owe you something like a dozen ! :laugh:

You are wright, that is the simpler approach. Thought about that to be honest, but used the wrong identifier (something like " #urlbar .progress-bar"). Anyway, considering I never used CSS codes before Firefox 4, I learned a thing or two ... :)

Thanks a lot again! I owe you a "virtual" beer ... Actually, come to think of it, I owe you something like a dozen ! :laugh:

No problem, I'm glad to help someone out.

:)

So which is the correct stylish code to get the tab progress bar? I've tried the codes above, but none worked. Are add-ons required for it to work?

.progress-remainder {
background-image: none !important;
}

.progress-bar {
background-image: -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) !important;
background-color: royalblue !important; 
-moz-border-radius: 0 0 0 5px !important;
}

The above worked for me. Just place it in userchrome.css I changed the royalblue to red.

So which is the correct stylish code to get the tab progress bar? I've tried the codes above, but none worked. Are add-ons required for it to work?

In order to have the tab progress bars you must be using the latest Firefox 4 nightly. It is not yet available in the official beta.

Sorry for the double post! :unsure:

Jesus man, you're a Guru :laugh:. Thanks a lot!! Using your codes made this (win 7 style loading bar):

#urlbar-progress{
height: 22px !important;
margin-top: -22px !important;
margin-bottom: 0px !important;
margin-left: 28px !important;
}

.progress-bar
{
   -moz-appearance: progresschunk !important;
   background-color: transparent !important;
   opacity: .4 !important;
   -moz-border-radius: 3px 0 0 3px !important;
background-image: -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) !important;
}

Of course, if you don't like the grey background add this to it:

.progress-remainder {
background-image: none !important;
}

Question: is there a way to make the left spacing dynamic so it doesn't cover the page icon, even for large ones (maybe I'm not very clear but you might got the idea ) ?

DeathWolf over at mozillaZine gave me a really good idea for this. Let's set the background-color as transparent, then configure the background-image gradient so that it's transparent at the left. Something like this (test it and let me know what you think):

.progress-remainder {
background-image: none !important;
}

#urlbar-progress .progress-bar {
background-image: -moz-linear-gradient(left, transparent 10%, rgba(102, 51, 255, 0.4) 90%, rgba(102, 51, 255,0.8)) !important;
background-color: transparent !important; 
}

#urlbar-progress{
height: 22px !important;
margin-top: -22px !important;
margin-bottom: 0px !important;
margin-left: 28px !important;
}

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

    • No registered users viewing this page.
  • Posts

    • I really hope the author's health is ok. Squirreling away a official backup of this software. Looks like the internet archive already cached a copy as well - https://web.archive.org/web/20...ldbit-soft.fi/software.html
    • AMD is supported out of the box in linux because of their open source driver. Nvidia does not. All my systems are amd and all of them work nicely on linux arch without doing anything.
    • Never had a problem with TPM and started using that many years ago in Win10. Through several motherboards and OS versions, it just does what it does without complaint. My games library doesn't even know it's there. Secure boot does a lot more than support anti-cheat, as it came along long before anti-cheat software. I've used it religiously since before I started using TPM, and I always liked it for being able to nullify virus contagions that try their best to come in underneath the firmware during boot, so that the OS doesn't see them, etc. That is its purpose, imo. I'll never understand why people who elect to use another OS feel compelled to run down Windows... I guess they need to do that to feel secure about their choices? I run Windows because it supports all the software (including games) natively that I want to buy, and I've never had to run down another OS to make me feel better about it. (Although it's certainly possible to do that, of course...) Win10 is on a ventilator atm, and Win11 is very close to being free, and I finally got to stop running StartAllBack as I moved to the Experimental/Dev channel and my 26300.8553 build supports the moveable taskbar and it's running fine at the top of the screen! Finally, my last major dislike of Win11 is being rectified! So, I'm not at all surprised to see Win11's share of the Steam survey hitting 70%.
    • I can answer about the Linux bit. I only used AMD GPUs. I currently have a 9060XT (8GB) that fits my needs, I'm not a gamer, so I don't need that much GDDR. But lately, NVIDIA has grown a lot in the recent years. Oh, the horrors of NVIDIA drivers not working. But they have been getting better. I know a lot of members onm here that are running cachyOS and other distros, and are fine with a 4090/5090 variants. Really, though, I would stick with AMD variants.
    • Everything they say you can already do yourself on the registry by changing some things.
  • Recent Achievements

    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      479
    2. 2
      PsYcHoKiLLa
      252
    3. 3
      Steven P.
      71
    4. 4
      +Edouard
      69
    5. 5
      FloatingFatMan
      68
  • Tell a friend

    Love Neowin? Tell a friend!