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

    • Less powerful than a PS5 at twice the price! I wonder if they use that for marketing? Totally DoA.
    • Astra 0.6.1 Beta by Razvan Serea Astra is an audiophile music player designed for local music libraries, supporting MP3, FLAC, WAV, AAC, OGG, M4A, OPUS, WMA, AIFF, and more via FFmpeg. It offers gapless playback with pre-buffering, multichannel audio remapping, and Dolby Atmos decoding, ensuring albums play seamlessly while maintaining high-fidelity sound. Astra features real-time DSP visualizers powered by a native C++ engine, including an oscilloscope, spectrum analyzer, and vectorscope. A fully parametric 10-band EQ with live frequency response, built-in presets, and AutoEQ headphone calibration import lets you precisely shape your sound. Playback controls include shuffle, repeat, and drag-and-drop queue management, while the library automatically extracts metadata, album artwork, and supports global search, favorites, and recently played tracking. Additional features include output device selection, delay calibration, customizable themes, fullscreen and mini-player modes, Discord Rich Presence, optional Last.fm scrobbling, and an opt-in local API for integrations. Astra delivers a complete, high-quality desktop audio experience with no telemetry, accounts, or streaming. Astra 0.6.1 Beta changelog: Lyrics Initial XLRC support via @boof2015/xlrc 0.2.0 (#131) XLRC sidecar scanning, manual import, and renderer support Word timing, furigana, translations, voice labels, and translation-priority controls for XLRC Fullscreen lyrics overhaul with additional layout polish Manual lyrics editor with LRC, XLRC, and plain-text modes Drag-and-drop lyrics import plus sync offset controls Clickable synced lyrics for seeking, with popout and transport lyrics updates (#138) Fixed lyrics info sidebar scrolling (#138) Added a workaround for LRCLIB instability Metadata & Library Metadata editor rebuilt as a side panel Virtual DB metadata overrides and optional direct file tag writing Bulk metadata editing for title, artist, album, album artist, genre, year, track/disc numbers, and artwork Undo/redo support for virtual metadata edits Clear overrides action and default save-mode preference Artist page grid view added, with later design and sizing refinements Improved Jump to Playing with smart source, queue, album, artist, and library track targets Fixed smart source jump behavior Playlists Fixed VLC-style M3U import failures (#127) Added playlist export to M3U/M3U8 (#118) Improved imported playlist path resolution and missing-entry preservation Shuffle added to playlist pages (#121) Remove tracks directly from playlist views (#128) Fixed create-playlist-from-track modal closing when clicking inside it (#137) Multi-select quality-of-life fixes Right-click context menus no longer clear multiselections UI & Navigation Fixed UI scaling regressions in sidebar and home surfaces (#122, #123) Fixed transport bar regression (#126) Fixed horizontal scrolling on Home and Library rails Fixed artist grid sizing while searching Updated playlist action buttons and related layout polish Additional fullscreen lyrics visual adjustments Visualization Scopes and visualizers now respect UI scaling settings (#155) Added shared canvas sizing logic for correct DPR/backing-store behavior Canvas sizing tests added for visualizer scaling regressions Discord RPC Discord Rich Presence activity structure refactored Compact status can prioritize title or artist Profile info line can show file info or album Title and artist links can target YouTube Music, Last.fm, or be disabled Optional small Astra badge for cover-art presence Configurable “clear when paused” timing Added Discord activity tests Scrobbling Fixed custom Last.fm2 API profiles being accidentally blocked Expanded scrobbler profile protocol handling coverage Stability & Tests Added/expanded tests for XLRC parsing, lyrics presentation, metadata editor state, playlist import/export path handling, artist grid layout, horizontal scrolling, canvas sizing, and Discord RPC activity building Download: Astra 0.6.1 Beta | 138.0 MB (Open Source) View: Astra Home Page | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • How does it compare to the "SeeStar S30 Pro" and the "Vespera PRO 2"?
    • Indeed. And note that those units are MUCH cheaper than this new Steam Machine...ahem.
  • Recent Achievements

    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
    • Dedicated
      tuben earned a badge
      Dedicated
    • Week One Done
      mnsgroup earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      503
    2. 2
      +Edouard
      209
    3. 3
      PsYcHoKiLLa
      100
    4. 4
      Michael Scrip
      85
    5. 5
      neufuse
      69
  • Tell a friend

    Love Neowin? Tell a friend!