Recommended Posts

#browser-bottombox,
#status-bar,
#status-bar *,
#FindToolbar {
  -moz-appearance: -moz-win-glass !important;
  background: transparent !important;
  border: 0 !important;
  text-shadow: 0 0 3px white !important;
}

Is there any way of having the glass status bar, with the green progress bar showing too, when sites are loading? In your stylish code, the progress bar disappeared.

I released a new version of my LeftSideStar addon which should fix the issue. http://soapyhamhocks.deviantart.com/art/LeftSideStar-for-Firefox-4-173619789

That did the trick. Thanks! :D

Was there anything to remove the dropdown arrow next to the "back" button?

Soapy, a bit of a different question for ya:

I currently use this script http://userstyles.org/styles/132 to remove icons from menus (because I find them cluttersome) but it still has an empty bar on the left side (where the icons would be).

Is there a way to remove that bar?

#browser-bottombox,
#status-bar,
#status-bar *,
#FindToolbar {
  -moz-appearance: -moz-win-glass !important;
  background: transparent !important;
  border: 0 !important;
  text-shadow: 0 0 3px white !important;
}

Thanks!^^

Could you share please?^^

#status-bar *{
opacity: 0.99 !important;
color: white !important;
text-shadow: 0px 0px 0px white, 0px 0px 0px white, 0px 0px 0px white !important;
}

Sorry, I had some problems. This one works great.

#status-bar *{
opacity: 0.99 !important;
color: white !important;
text-shadow: 0px 0px 0px white, 0px 0px 0px white, 0px 0px 0px white !important;
}

Sorry, I had some problems. This one works great.

Thanks also^^

Hello,

this is what I'm currently working on:

after.png

Link is here: http://userstyles.org/styles/35240

I'd appreciate your opinions guys. :)

I have some issues in my style, as written in userstyle details, and I hope you have better ideas to fix it than me. ;)

What I didn't write in description, but I want to fix, is to move nav-bar and menu button 1 px left to keep it in one line with whole window. I found it impossible, however (Mozilla Team neither, they are not able to do what they did in their own mockup). :(

Edit: Ah, one more thing. When there are more cards, and they do not fit in screen space and <- -> are shown, and then I close tabs and there are a few of them so they fit in screen space, tab bar moves 3 px left. Why?

Hello,

this is what I'm currently working on:

after.png

Link is here: http://userstyles.org/styles/35240

I'd appreciate your opinions guys. :)

I have some issues in my style, as written in userstyle details, and I hope you have better ideas to fix it than me. ;)

What I didn't write in description, but I want to fix, is to move nav-bar and menu button 1 px left to keep it in one line with whole window. I found it impossible, however (Mozilla Team neither, they are not able to do what they did in their own mockup). :(

Edit: Ah, one more thing. When there are more cards, and they do not fit in screen space and <- -> are shown, and then I close tabs and there are a few of them so they fit in screen space, tab bar moves 3 px left. Why?

The button looks great. One thing I'm trying to figure out is how to move the entire button a little to the right? I've tried messing around with the code, but it just moves the text around. Other than that, I think its really nice.

The button looks great. One thing I'm trying to figure out is how to move the entire button a little to the right? I've tried messing around with the code, but it just moves the text around. Other than that, I think its really nice.

Okay. Sooo.

#appmenu-button-container {
    padding: 0px 0px 6px 6px !important;
    width: 84px !important;
    border-bottom: 1px solid #a0a0a0 !important; /* comment this line if you want to use tabs on top version */
}

#appmenu-button-container is on the top of the window. And guess what, it contains button! :D It has no margins, but bottom and left paddings are both 6px to keep button in it i good position. So, to move it for example by 10 pixels right, you need to change numbers to: 0px 0px 6px 16px.

#main-window[sizemode="normal"] #appmenu-button-container {
    padding-left: 0px !important;
}

Thanks to that code, when window is not maximized, it moves button to the left edge since not maximized window has it own margin. So, you need to add 10 pixels to there too.

However, since tab bar is in one line with this button, you need to make two more changes. Both are in the following block:

/* REPOSITION TAB BAR */

#navigator-toolbox[tabsontop="true"] #TabsToolbar {
    margin-top: -26px !important;
    margin-left: 84px !important;
    margin-right: 116px !important;
}

#main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"] #TabsToolbar {
    margin-left: 79px !important;
}

...and I believe you already know where to add 10 pixels here ;)

Yup, it's margin-left.

I'm glad it worked.

I added animation to Menu Button so everyone who downloaded my style might want to update it ;) Much more sexy now.

When I used your updated code, Stylish gave me an error. This is the error I got:

"84:32 Expected end of value but found 'inset'. Error in parsing value for 'border'. Declaration dropped."

Not sure what it means.

When I used your updated code, Stylish gave me an error. This is the error I got:

"84:32 Expected end of value but found 'inset'. Error in parsing value for 'border'. Declaration dropped."

Not sure what it means.

It makes no difference, it works just fine. And this error had to be earlier too, cause I didn't add anything about inset in last update. However, I updated it just for Youuuu! And error no longer exists ;)

It makes no difference, it works just fine. And this error had to be earlier too, cause I didn't add anything about inset in last update. However, I updated it just for Youuuu! And error no longer exists ;)

This is what it looks like:

AquaFFButton.jpg

The screenshot also includes other stylish scripts I have installed.

This is what it looks like:

(...)

The screenshot also includes other stylish scripts I have installed.

I guess Tabs in Titlebar or Tab Overlap is in conflict. But check yourself, disable them all except mine one and then enable one by one, you'll find what caused it.

I guess Tabs in Titlebar or Tab Overlap is in conflict. But check yourself, disable them all except mine one and then enable one by one, you'll find what caused it.

You were right, it was the "Tabs in Titlebar" stylish code, that was causing the conflict. But personally, I think I like the way you originally had the button. But, thats just my opinion.

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

    • No registered users viewing this page.
  • Posts

    • No, "a great deal" for 32GB of DDR5 is $50, not $350.
    • Linux 7.1 stable launch looms as Linus Torvalds releases the final release candidate by Paul Hill Linus Torvalds has just released what’s expected to be the final release candidate of Linux 7.1, rc7. The Linux founder said that this RC is not small, but smaller than recent releases, which is a good sign because he expects the stable version to drop next week if things continue on this trajectory. Linux kernels see a merge window for the first two weeks of their life, where developers add new features, then there are about seven or eight weeks of release candidates before the stable version. Typically, there are seven release candidates, but if more time is needed, then an eighth release candidate is released too. This week’s RC’s biggest area of fixes was for GPUs, with networking just behind. Torvalds said that the rest of the release was “pretty random and spread out” with some architecture fixes, driver fixes, filesystem improvements, and build fixes for more unusual configs. In terms of specific pieces of hardware receiving improvements in this update, we had more AMD Zen6 models supported and fixes for AMD SDMA 7.1 and GFX11. Hardware that got improvements includes Lenovo laptops, HONOR laptops, and MSI laptops. Here are the changelogs for those: ASoC: amd: acp: Add DMI quirk for Lenovo Yoga Pro 7 15ASH11 Input: atkbd - add DMI quirk for Lenovo Yoga Air 14 (83QK) Input: atkbd - skip deactivate for HONOR BCC-N's internal keyboard ASoC: amd: yc: Add MSI Raider A18 HX A9WJG to quirk table ASoC: amd: yc: Enable internal mic on MSI Bravo 17 C7VF When the stable Linux 7.1 is released, it will be up to distribution maintainers, such as Canonical and Red Hat, to release the update to their users via the update manager. Some versions of Linux will get it before others, and some will never get it at all. Fedora and Arch-based distros will be among the first to get it, though. If you don’t get it, the security fixes will be backported to your system’s kernel, so you won’t be at risk, but you won’t get newer hardware support, which is fine if your computer works now.
    • Ideally, the algorithm is smart enough to see the real sender ID and non-spoofed address to block it. Ideally.
  • Recent Achievements

    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • 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
  • Popular Contributors

    1. 1
      +primortal
      493
    2. 2
      PsYcHoKiLLa
      248
    3. 3
      Steven P.
      71
    4. 4
      ATLien_0
      68
    5. 5
      +Edouard
      68
  • Tell a friend

    Love Neowin? Tell a friend!