Recommended Posts

You could try this instead:

#main-window[sizemode="maximized"][tabsontop="true"][tabsintitlebar="true"] #TabsToolbar {
  margin-top: -1px;
}

Are you skinning the richlistitems? You could try border-style: solid if you don't already have that.

Yes, i'm skinning the richlistitems, but using boder-style: solid, doesn't work for me. The line around the selected item still there.

I'm using this script for richlistitem in Download Manager:

#downloadView > richlistitem[selected=true] {
  border: 1px solid hsla(218,38%,64%,.35) !important;
  border-radius: 5px !important;
  background-image: -moz-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,.2)) !important;
  background-color: hsla(0,0%,100%,.35) !important;
  background-repeat: no-repeat !important;
  background-clip: padding-box !important;
  box-shadow: 0 0 3px hsla(213,44%,40%,.10) inset,
              0 1px 0 hsla(0,0%,100%,.5) !important;
  color: #252F3B !important;
  font-weight: bold !important;
}


#downloadView > richlistitem {
  margin-bottom: 3px !important;
  border: 1px solid hsla(218,38%,64%,.35) !important;
  border-radius: 5px !important;
  background-image: -moz-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,.2)) !important;
  background-repeat: no-repeat !important;
  background-clip: padding-box !important;
  box-shadow: 0 0 3px hsla(213,44%,40%,.10) inset,
              0 1px 0 hsla(0,0%,100%,.5) !important;
}

thanks

Yes, i'm skinning the richlistitems, but using boder-style: solid, doesn't work for me. The line around the selected item still there.

I'm using this script for richlistitem in Download Manager:

thanks

Add 'outline: none !important;'

Soapy, or anyone... What do you think it's going wrong?

Normal:

iby8wE.png

Pressing "Alt" - OK:

ibt7nQ.png

Pressing "Customize" - Not OK:

iby1Yq.png

I've Tabs in Title Bar of course ( the native code, not custom ). I suspect the soapy's code given above for AppMenuButton creates the problem... eh?

P.S. By the way, what's the name of that Menu to remove the white background?

How did you get that firefox icon as the app button instead of text? Thanks

Hello guys!

I've made a custom download manager and about:config page, using some scripts found here.

I hope you enjoy.

Thanks to Soapy for some helps! :cool:

It was uploaded to userstyles.org

About:config:

http://userstyles.org/styles/42758?r=1295023929

Download Manager:

http://userstyles.org/styles/42759?r=1295024012

See you guys!

I've got a bit of old Stylish code from this thread that seems to be misbehaving lately. Whenever I startup Firefox, or sometimes navigate to certain webpages, I see the add-on bar randomly at the bottom, with no buttons on it. Also, when I do view it normally, the bar looks really weird

GC, I'm using this code on my customizations, try it.

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

#browser-bottombox, #addon-bar > #status-bar {
	background: transparent !important;
	border: none !important;
}
#addon-bar {
	-moz-appearance: none !important;
	border: none !important;
/*	margin-bottom: -4px !important;*/
}
#addonbar-closebutton, #addonbar-spring {
	display:none !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
	position: fixed;
	bottom: 0;
	left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
	padding: 1px 10px 3px 10px;
	border-top: 20px solid transparent !important;
	border-left: 20px solid transparent !important;
	border-right: 20px solid transparent !important;
	border-radius: 22px 22px 0 0;
	margin-right: 20px !important;
	background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	background-clip: padding-box;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset;
	position: fixed;
	bottom: -24px;
	right: 20px;
	opacity: 0;
	-moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in, right 0.01s 0.75s;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
	bottom: -2px;
	right: -2px;
	opacity: 1;
	-moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}
#FindToolbar {
	border: none !important;
}
#FindToolbar .findbar-container {
	margin-bottom: -2px !important;
	margin-left: -2px !important;
	border-radius: 0 2px 0 0;
	background:	-moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset;
}
#FindToolbar .find-status-icon[status="notfound"] + .findbar-find-status, #FindToolbar .find-status-icon[status="wrapped"] + .findbar-find-status {
  	padding-right: 5px !important;
}
#FindToolbar .find-status-icon[status="notfound"], #FindToolbar .find-status-icon[status="wrapped"] {
      margin-left: -1px !important;
}
#FindToolbar .find-status-icon:not([status="notfound"]):not([status="wrapped"]) + .findbar-find-status {
      display: none !important;
}

GC, I'm using this code on my customizations, try it.

Most excellent, this is worthy of ditching the old one :D

Also, I found out that the weird bar at the bottom of my browser is not due to any of my styles, it seems to be some sort of bug with Tab Mix Plus. I'll be letting them know about it ASAP.

A few questions I have:

1. Soapy, is there a slimmed down version of your Firefox 4 - Windows 7 style that removes the tabs in the titlebar sections? (as that is now default on Firefox Beta 9 onwards)

2. What should I alter in the Firefox 4 - Windows 7 style in order to move the buttons circled in red in the picture below, to the right?

3. Finally, does anyone have a style/script that would change the navbar colour from blueish to completely white? (refer to pictures below for a rough idea)

Av1zt.png

slnkc.png

Thanks heaps guys.

A few questions I have:

1. Soapy, is there a slimmed down version of your Firefox 4 - Windows 7 style that removes the tabs in the titlebar sections? (as that is now default on Firefox Beta 9 onwards)

2. What should I alter in the Firefox 4 - Windows 7 style in order to move the buttons circled in red in the picture below, to the right?

3. Finally, does anyone have a style/script that would change the navbar colour from blueish to completely white? (refer to pictures below for a rough idea)

Thanks heaps guys.

1. Just updated my style.

2. You mean remove the tab styling from the buttons? Search for '/* Tabs */' and remove those two bits of code with '.toolbarbutton-1'.

3.

#navigator-toolbox[tabsontop=true] #nav-bar {
  background: -moz-linear-gradient(#FBFCFD, #E6F0FA 50%, #DCE6F4 50%, #DDE9F7) !important;
}

You can just mess around with the colors until you find something you like.

1. Just updated my style.

2. You mean remove the tab styling from the buttons? Search for '/* Tabs */' and remove those two bits of code with '.toolbarbutton-1'.

3.

#navigator-toolbox[tabsontop=true] #nav-bar {
  background: -moz-linear-gradient(#FBFCFD, #E6F0FA 50%, #DCE6F4 50%, #DDE9F7) !important;
}

You can just mess around with the colors until you find something you like.

Wow, thanks for the quick reply. I updated to the newest version of your style and it automatically fixed problem number 2 so that's good. I'll play around with the colours a bit now.

Two things I've noticed:

1. The 'install this user style' button on userstyles.org doesn't work at all so you have to manually copy all the code and do it that way, which is annoying

2. In this latest beta if you are using private browsing mode and close firefox, the next time you start it up it remains in private browsing mode instead of resetting to normal mode.

Ruiderson, the Download-Manager style is really perfect! The "about:config" gives me error, but, anyway.

Thanks Deo Domuique!

But, what type of error you had in about:config?

Is not the default warning screen?

If possible, post a print screen about that. :cool:

Thanks

ruiderson, really awesome styles :woot:.

I really like your download manager style, although i changed the margins and paddings to 10px, much better this way. Additionally you style looks even cooler when combined with the Download manager Tweak add-on (LiNK) With some more tweaking (buttons and maybe hiding the navigation toolbar) it could become amazing.

I disabled all my styles cause the mess is even bigger...

Take a look... I don't think it supposed to be like that:

idS7Zm.png

The search-box extremely big and overall not painted correctly, I think. Seems it's working on you, dunno what is going on. Maybe it's my fault...

Or... I'm completely wrong and working normal?...

*Soappy, in your updated version, why didn't you add the code you gave me to change tabs pressing on top-edge? Just wondering...

Can someone tell me how to remove that border where the mouse-pointer is?

idRZXo.png

I have it only on NoScript-like buttons...

Well... The mouse-pointer not appeared but I meant on Add-on Bar that "Click&Clean" button...

Also, I found out that the weird bar at the bottom of my browser is not due to any of my styles, it seems to be some sort of bug with Tab Mix Plus. I'll be letting them know about it ASAP.

What weird bar?

Screenshot?

Tab Mix Plus 0.3.8.5pre.110110a no issues here.

I take this opportunity to correct the style of my previous post about addon-bar:

Better alignment of the icons:

"padding: 4px 10px 0 10px;"

#browser-bottombox, #addon-bar > #status-bar {
	background: transparent !important;
	border: none !important;
}
#addon-bar {
	-moz-appearance: none !important;
	border: none !important;
}
#addonbar-closebutton, #addonbar-spring {
	display:none !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
	position: fixed;
	bottom: 0;
	left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
	padding: 4px 10px 0 10px !important;
	border-top: 20px solid transparent !important;
	border-left: 20px solid transparent !important;
	border-right: 20px solid transparent !important;
	border-radius: 22px 22px 0 0;
	margin-right: 20px !important;
	background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	background-clip: padding-box;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset;
	position: fixed;
	bottom: -24px;
	right: 20px;
	opacity: 0;
	-moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in, right 0.01s 0.75s;
}
#addon-bar .toolbarbutton-1 {
	padding-bottom: 4px !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
	bottom: -2px;
	right: -2px;
	opacity: 1;
	-moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}
#FindToolbar {
	border: none !important;
}
#FindToolbar .findbar-container {
	margin-bottom: -2px !important;
	margin-left: -2px !important;
	border-radius: 0 2px 0 0;
	background:	-moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset;
}
#FindToolbar .find-status-icon[status="notfound"] + .findbar-find-status, #FindToolbar .find-status-icon[status="wrapped"] + .findbar-find-status {
  	padding-right: 5px !important;
}
#FindToolbar .find-status-icon[status="notfound"], #FindToolbar .find-status-icon[status="wrapped"] {
 	 margin-left: -1px !important;
}
#FindToolbar .find-status-icon:not([status="notfound"]):not([status="wrapped"]) + .findbar-find-status {
 	 display: none !important;
}

ruiderson, really awesome styles :woot:.

I really like your download manager style, although i changed the margins and paddings to 10px, much better this way. Additionally you style looks even cooler when combined with the Download manager Tweak add-on (LiNK) With some more tweaking (buttons and maybe hiding the navigation toolbar) it could become amazing.

Yes, I forgot to sugest it! I'm Using this extension to put dowload manager as a tab and using this script to hide the toolbar, but keeping the top rounded corners (I dunno if this is the better script and have other way to do this, but it works for me). I hope it works for you! :laugh: :

#main-window[stylish-url="chrome://mozapps/content/downloads/downloads.xul"][tabsontop="true"] #navigator-toolbox > *:not([id="TabsToolbar"]):not([id="toolbar-menubar"]){
margin-bottom: -34px !important; 
}
#main-window[stylish-url="chrome://mozapps/content/downloads/downloads.xul"][tabsontop="true"] #unified-back-forward-button {
display: none !important;
}

I disabled all my styles cause the mess is even bigger...

Take a look... I don't think it supposed to be like that:

idS7Zm.png

The search-box extremely big and overall not painted correctly, I think. Seems it's working on you, dunno what is going on. Maybe it's my fault...

Or... I'm completely wrong and working normal?..

Deo Domuique, I've updated the script. Please visit:

http://userstyles.org/styles/42758?r=1295023929

But this time, the search field is too short. When I resize the search field to a number more then 175px, I have this bug:

10995636.jpg

A blank space after the icon.

I've fixed the big size of search field whith this code:

#textbox.compact{
-moz-appearance:none !important;
background: white !important;
-moz-border-radius: 5px !important;
border: 1px solid #aab4c2!important;
position: fixed !important;
width: 173px !important;  
right: 4px !important;
top: 2px !important;
}

Someone can help us? hahaha

Sorry for the long post.

I keep seeing people with a "Firefox 4 styled" Stylish button instead of the default one.

Is there a script for that?

(Sorry for the double post, can't edit the last one :/)

Just realized that "Stratiform" changes the Stylish button.

What weird bar?

Screenshot?

Tab Mix Plus 0.3.8.5pre.110110a no issues here.

I take this opportunity to correct the style of my previous post about addon-bar:

Better alignment of the icons:

"padding: 4px 10px 0 10px;"

code...

Ok cool, I updated the script, looks better!

I will take a screenshot of the weird bar TMP is giving me when I get home from work. onemen said he is not seeing the issue on XP, so I think he has dismissed it for now.

Can anyone help me edit my "Better App Tabs" stylish script to mimic the default colors and hover behavior.

SNAG-0020.png

I just need the App Tabs to do the same as the default Minefield tabs (color, hover color) as I find the app tabs too dark!

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

#TabsToolbar > .toolbarbutton-1:not(#alltabs-button):not(#new-tab-button) {
  -moz-appearance: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-size: 200% !important;
  -moz-border-image: url("chrome://browser/skin/tabbrowser/tab.png") 4 5 3 6 / 4px 5px 3px 6px !important;
  -moz-border-radius: 10px 8px 0 0 !important;
}
.tabs-newtab-button,
#TabsToolbar > .toolbarbutton-1:not(#alltabs-button):not(#new-tab-button)  {
  background-position: -5px -2px !important;
  background-image: -moz-linear-gradient(top,rgba(198,201,206,.70),rgba(151,160,172,.70)),
                    -moz-linear-gradient(bottom, rgba(0,0,0,.8) 20%, rgba(0,0,0,0) 60%) !important;
}
.tabs-newtab-button:hover,
#TabsToolbar > .toolbarbutton-1:not(#alltabs-button):not(#new-tab-button):hover {
  background-image: -moz-linear-gradient(top,rgba(198,201,206,.8),rgba(151,160,172,.8)),
                    -moz-linear-gradient(bottom, rgba(0,0,0,.8) 20%, rgba(0,0,0,0) 60%) !important;
}
.tabbrowser-tab:not([selected="true"]) {
  text-shadow: 0 1px 0 rgba(255,255,255,.3) !important;
}

Thanks in advance!

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

    • No registered users viewing this page.
  • Posts

    • Does anyone here know if these updates are integrated into the UUP dump isos?
    • Motrix Next 3.9.4 by Razvan Serea Motrix Next is a modern, open-source cross-platform download manager built as the official next-generation successor to the original Motrix project. It has been completely rewritten using Tauri 2, Vue 3, TypeScript, and Rust, while still relying on the powerful Aria2 download engine for high-speed multi-protocol transfers. The app supports HTTP, HTTPS, FTP, BitTorrent, ED2K and magnet links, offering advanced features like multi-connection acceleration, task scheduling, bandwidth control, and batch download management. With a significantly reduced install size (around 20MB), it focuses on being lightweight, fast, and resource-efficient compared to traditional Electron-based download tools. Designed for Windows, macOS, and Linux, Motrix Next delivers a clean, modern UI inspired by Material Design 3 principles, with smooth animations and a minimal workflow. It improves usability through better download organization, system tray integration, and enhanced torrent handling including selective file downloads and tracker management. Motrix Next features: Multi-protocol downloads — HTTP, FTP, BitTorrent, Magnet, .torrent, ED2K, and Metalink tasks BitTorrent — Selective file download, DHT, peer exchange, encryption controls, metadata caching, GeoIP peer flags, and tracker probing Browser extension integration — Embedded Extension API with independent authentication, download confirmation, smart auto-submit, filename hints, referer/cookie forwarding, and real-time controls (Chrome Web Store · Edge Add-ons) Safe filename handling — Content-Disposition, RFC 2047, non-UTF-8, percent-encoded, and extensionless URL resolution with path traversal sanitization Download organization — Favorite and recent folders, optional file-type categorization, stale-record cleanup, and completed history backed by SQLite Concurrent downloads — Independent controls for active tasks, HTTP connections per server, segments per file, and BT peer limits Speed control — Global and per-task upload/download limits with day-of-week and time-of-day scheduling System integration — Tray operation, optional tray speed display, macOS Dock badge/progress, protocol handlers for magnet://, thunder://, and motrixnext:// Lightweight mode — Destroys the WebView on minimize-to-tray while Rust keeps the engine, task monitor, notifications, history, and extension routing alive Notifications and power options — Native task start/complete/failure notifications, keep-awake during downloads, and optional shutdown after completion Network controls — Scoped proxy support for downloads, app updates, and tracker updates, plus system proxy detection Auto-update channels — Stable, Beta, and Latest Across Channels policies with separate download and install phases Diagnostics — Structured logs, exportable diagnostic ZIPs, database integrity checks, automatic DB rebuild, and Linux GPU rendering fallback Personalization — Light/dark/system theme, 10 color schemes, 26 languages, and first-launch system language detection Motrix Next 3.9.4 changelog: Motrix Next 3.9.4 promotes the 3.9.4 beta cycle to stable. This release refreshes bundled engine binaries, improves task detail readability and copy actions, expands link handling for magnet and ED2K workflows, polishes responsive navigation and text wrapping, updates browser extension documentation, and refines network preference controls. New Features Task Detail copy actions — Added copyable values for task metadata and reusable render functions for long text fields. Magnet and ED2K lifecycle support — Added task lifecycle handling for magnet and ED2K links. History cleanup for deleted tasks — Deleted tasks can now remove matching history records. User-Agent management — Added user-agent management and improved related network preference controls. Browser extension documentation — Added the Firefox Add-ons link for the Motrix Next extension. Improvements Engine binaries — Updated bundled binaries for supported architectures. Task Detail readability — Long task names, URLs, tracker values, and copyable metadata now render more clearly. Deletion messaging — Refined localized task deletion text for clarity and consistency. Text wrapping — Improved URI input wrapping and task name multiline display. Navigation layout — Improved sub-navigation responsiveness. Disk allocation default — Changed the default file allocation method to trunc. Proxy controls — Improved proxy button styling in network preferences. Download: Motrix Next 64-bit | ARM64 | macOS ~20.0 MB (Open Source) Links: Website | macOS / Linux | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • NVIDIA officially supports Ubuntu, as linked above with the GeForce NOW Hands on I did in collaboration with Paul Hill.
    • TO be clear I am not running linux today, however I keep thinking about it. And I want to make sure there are minimal obstacles if I decide to make that switch in the coming months.
    • Yes, I actually glossed over the Linux part from the OP. You could always go for a 9070 XT and if you really want to play Ray Traced games in the future, GeForce Now is pretty damn good on Linux https://www.neowin.net/news/nvidias-native-geforce-now-app-for-linux-bridges-the-gaming-gap-hands-on/
  • 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
      250
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      69
    5. 5
      FloatingFatMan
      67
  • Tell a friend

    Love Neowin? Tell a friend!