Recommended Posts

I cant get my personas themes to work on bookmark toolbar. Default theme is ok but with persona its 100% transparent.

Do you know how to fix that? or atleast not making it transparent with personas.

I'm not sure how to make it take on the persona background but you give it a background-color by setting the background property. You may also need to set the font color depending on the persona.

Here's an example:

#PersonalToolbar { 
position: fixed !important;
top:61px !important; 
left: 0 !important; 
right: 0 !important;
background-color: rgb(207, 219, 236)!important;
color: #000 !important;
text-shadow: none !important;
visibility: collapse !important;
-moz-transition: visibility 1s, opacity 1s ease !important;
}

#personal-bookmarks { 
width: 100% !important;
}

#navigator-toolbox:hover > #PersonalToolbar {
visibility: visible !important;
opacity: 1;
-moz-transition: visibility !important;
} 

I'm not sure how to make it take on the persona background but you give it a background-color by setting the background property. You may also need to set the font color depending on the persona.

Here's an example:

#PersonalToolbar { 
position: fixed !important;
top:61px !important; 
left: 0 !important; 
right: 0 !important;
background-color: rgb(207, 219, 236)!important;
color: #000 !important;
text-shadow: none !important;
visibility: collapse !important;
-moz-transition: visibility 1s, opacity 1s ease !important;
}


#personal-bookmarks { 
width: 100% !important;
}

#navigator-toolbox:hover > #PersonalToolbar {
visibility: visible !important;
opacity: 1;
-moz-transition: visibility !important;
} 

thanks again worked

How can I remove this ugly border line on the bookmarks toolbar I get when using the following transparency style ?

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

#nav-bar, #PersonalToolbar {border: none !important;     background: transparent !important; text-shadow: #fff 0px 0px 10px, #fff 1px 1px 10px, #fff 1px 1px 3px !important;}

post-344974-0-71305400-1296335534.png

I'm not sure how to make it take on the persona background but you give it a background-color by setting the background property. You may also need to set the font color depending on the persona.

Here's an example:

#PersonalToolbar { 
position: fixed !important;
top:61px !important; 
left: 0 !important; 
right: 0 !important;
background-color: rgb(207, 219, 236)!important;
color: #000 !important;
text-shadow: none !important;
visibility: collapse !important;
-moz-transition: visibility 1s, opacity 1s ease !important;
}

#personal-bookmarks { 
width: 100% !important;
}

#navigator-toolbox:hover > #PersonalToolbar {
visibility: visible !important;
opacity: 1;
-moz-transition: visibility !important;
} 

very nice :yes: Can the toolbar insert time delayed, for example in 3s?

Also i search a solution to view the bookmarks toolbar and simultaneous place the bookmark button from the toolbar in my top window bar?

Two questions to the Stylish pros here^^

Is there any way to covert a old Stylish.rdf database to the new Stylish.sqlite format used in Stylish 1.1?

And is there any way to make the background of the new Status "What's happening?" bar transparent/gone?

Thanks in advance!^^

very nice :yes: Can the toolbar insert time delayed, for example in 3s?

Also i search a solution to view the bookmarks toolbar and simultaneous place the bookmark button from the toolbar in my top window bar?

1 - Yes like this:

#PersonalToolbar { 
position: fixed !important;
top:61px !important; 
left: 0 !important; 
right: 0 !important;
background-color: rgb(207, 219, 236)!important;
color: #000 !important;
text-shadow: none !important;
visibility: collapse !important;
-moz-transition: visibility 1s, opacity 1s ease !important;
}

#personal-bookmarks { 
width: 100% !important;
}

#navigator-toolbox:hover > #PersonalToolbar {
visibility: visible !important;
opacity: 1;
-moz-transition: visibility !important;
-moz-transition-delay: 3s!important;
}

2 - Might be possible, but not with css.

1 - Yes like this:

#PersonalToolbar { 
position: fixed !important;
top:61px !important; 
left: 0 !important; 
right: 0 !important;
background-color: rgb(207, 219, 236)!important;
color: #000 !important;
text-shadow: none !important;
visibility: collapse !important;
-moz-transition: visibility 1s, opacity 1s ease !important;
}

#personal-bookmarks { 
width: 100% !important;
}

#navigator-toolbox:hover > #PersonalToolbar {
visibility: visible !important;
opacity: 1;
-moz-transition: visibility !important;
-moz-transition-delay: 3s!important;
}

2 - Might be possible, but not with css.

does not work, the bookmark bar view immediately, if i move my mouse top

Also i search a solution to view the bookmarks toolbar and simultaneous place the bookmark button from the toolbar in my top window bar?

Try disabling the bookmarks menu in the context menu when using that code. It should leave the bookmarks button wherever you placed it. The bookmark toolbar will still show, but without the bookmark button. At least that's what it does on my system.

post-350326-0-21040100-1296504866.png

I did this awhile ago when I was trying to turn the addons manager into this. Did the best I could with my little knowledge of CSS:

42112_after.jpeg

http://userstyles.org/styles/42112

I'm still hoping someone can make an extension or whatever to achieve that desired goal. =P

Thanks.

I did this awhile ago when I was trying to turn the addons manager into this. Did the best I could with my little knowledge of CSS:

42112_after.jpeg

http://userstyles.org/styles/42112

I'm still hoping someone can make an extension or whatever to achieve that desired goal. =P

Thanks.

nice one thx

..but fdas.png

I've been informed about ACR, which is why I created: http://userstyles.org/styles/43599

I didn't know about Mac or Linux, which is one of the reasons I posted here (to get feedback).

Also, I still haven't figured out a way to make it work nicely for the Stylish and Greasemonkey parts. =\

I've been informed about ACR, which is why I created: http://userstyles.org/styles/43599

I didn't know about Mac or Linux, which is one of the reasons I posted here (to get feedback).

Also, I still haven't figured out a way to make it work nicely for the Stylish and Greasemonkey parts. =\

I cannot get this to work on Windows 7.

toolbar delay works... . .. but bookmarklinks and icons show up with no delay.

It doesn't do that on my setup. I tested it on a clean profile with only Stylish in both x86 and x64 versions of Minefield and on the official beta in Windows 7 x64. It works as it should.

toolbar delay works... . .. but bookmarklinks and icons show up with no delay.

I'm flying blind here since I can't reproduce that, but try this:

#PersonalToolbar { 
position: fixed !important;
top:68px !important; 
left: 0 !important; 
right: 0 !important;
background-color: rgb(207, 219, 236)!important;
border-bottom: 1px solid !important;
-moz-border-bottom-colors: threedshadow threedhighlight !important;
color: #000 !important;
text-shadow: none !important;
visibility: collapse !important;
-moz-transition: visibility 1s, opacity 1s ease !important;
}

#main-window[sizemode="normal"] #PersonalToolbar {
top:83px !important;
}

#personal-bookmarks { 
visibility: collapse!important;
-moz-transition: visibility 1s, opacity 1s ease !important;
width: 100% !important;
padding-left:5px !important;
padding-right: 5px !important;
}

#navigator-toolbox:hover > #PersonalToolbar,
#navigator-toolbox:hover > #PersonalToolbar > #personal-bookmarks {
visibility: visible !important;
-moz-transition: visibility !important;
-moz-transition-delay: 3s!important;
}

I'm flying blind here since I can't reproduce that, but try this:

#PersonalToolbar { 
position: fixed !important;
top:68px !important; 
left: 0 !important; 
right: 0 !important;
background-color: rgb(207, 219, 236)!important;
border-bottom: 1px solid !important;
-moz-border-bottom-colors: threedshadow threedhighlight !important;
color: #000 !important;
text-shadow: none !important;
visibility: collapse !important;
-moz-transition: visibility 1s, opacity 1s ease !important;
}

#main-window[sizemode="normal"] #PersonalToolbar {
top:83px !important;
}

#personal-bookmarks { 
visibility: collapse!important;
-moz-transition: visibility 1s, opacity 1s ease !important;
width: 100% !important;
padding-left:5px !important;
padding-right: 5px !important;
}

#navigator-toolbox:hover > #PersonalToolbar,
#navigator-toolbox:hover > #PersonalToolbar > #personal-bookmarks {
visibility: visible !important;
-moz-transition: visibility !important;
-moz-transition-delay: 3s!important;
}

ok I tried it on my Mac and my old "server" running XP all running firefox 4 beta10 Only my Mac running daily builds from 2feb.

...same problem on all my computers.. toolbar is delayed 3 sec but text(links and bookmarks icons)show up instantly when mouseover locationbar

I tried just put it in userChrome.css but with same result.

Strange its working for you.

...same problem on all my computers.. toolbar is delayed 3 sec but text(links and bookmarks icons)show up instantly when mouseover locationbar

i can confirm this, did not worked correctly

Mozilla/5.0 (Windows NT 6.1; rv:2.0b11pre) Gecko/20110202 Firefox/4.0b11pre

ok I tried it on my Mac and my old "server" running XP all running firefox 4 beta10 Only my Mac running daily builds from 2feb.

...same problem on all my computers.. toolbar is delayed 3 sec but text(links and bookmarks icons)show up instantly when mouseover locationbar

I tried just put it in userChrome.css but with same result.

Strange its working for you.

I don't understand how the child element can be displayed before the parent. Like I said, it's working fine for me.

try this:

#PersonalToolbar { 
position: fixed !important;
top:68px !important; 
left: 0 !important; 
right: 0 !important;
background-color: rgb(207, 219, 236)!important;
border-bottom: 1px solid !important;
-moz-border-bottom-colors: threedshadow threedhighlight !important;
color: #000 !important;
text-shadow: none !important;
visibility: collapse !important;
-moz-transition: visibility 1s, opacity 1s ease !important;
}

#main-window[sizemode="normal"] #PersonalToolbar {
top:83px !important;
}

#PlacesToolbar {
visibility: collapse!important;
-moz-transition: visibility 1s, opacity 1s ease !important;
}

#navigator-toolbox:hover > #PersonalToolbar,
#navigator-toolbox:hover #PlacesToolbar  {
visibility: visible !important;
-moz-transition: visibility !important;
-moz-transition-delay: 3s!important;
}

I don't understand how the child element can be displayed before the parent. Like I said, it's working fine for me.

try this:

#PersonalToolbar { 
position: fixed !important;
top:68px !important; 
left: 0 !important; 
right: 0 !important;
background-color: rgb(207, 219, 236)!important;
border-bottom: 1px solid !important;
-moz-border-bottom-colors: threedshadow threedhighlight !important;
color: #000 !important;
text-shadow: none !important;
visibility: collapse !important;
-moz-transition: visibility 1s, opacity 1s ease !important;
}

#main-window[sizemode="normal"] #PersonalToolbar {
top:83px !important;
}

#PlacesToolbar {
visibility: collapse!important;
-moz-transition: visibility 1s, opacity 1s ease !important;
}

#navigator-toolbox:hover > #PersonalToolbar,
#navigator-toolbox:hover #PlacesToolbar  {
visibility: visible !important;
-moz-transition: visibility !important;
-moz-transition-delay: 3s!important;
}

I have same problem withe this code .. strange

Please recommend some elementary reading material where I can know more about things like "@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);". I have a little knowledge about userContent.css and userChrome.css but I understand that stuff is also hidden away in the "omni.jar" and will work only from there and not from the two style sheets in my profile directory.

Meanwhile, I've installed the userstyle.org add on and I'm experimenting a bit with the codes many of you are putting up here.

foxy, is it possible that the code isn't copied correctly, i've seen before in this thread where the code tag has messed up the script for whatever reason, try putting it in a quote or pasting it in a .txt file and uploading it

worth a try i suppose

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!