Recommended Posts

Is it possible to have the autohide bookmarks style without enabling the bookmarks toolbar? I want to make the bookmarks button always visible.

you could try this: https://addons.mozilla.org/en-US/firefox/addon//

Also, how do I use DOM Inspector to view the class/id of the context menu or menu entries?

Also, for things like the window that comes up with Alt, Tools, Options.

Check in chrome://browser/content/browser.xul. Search by tag for for menu, meunupopup, or menuitem or by attribute if one is known (the label would be the most obvious one.). Most context menus are descendants of #mainPopupSet, toolbar menus are usually a descendant of the toolbar.

Here's an example where I searched for the "Undo" menuitem in the main context menu:

post-350326-0-46268100-1302794578.png

You may also want to take a look at this Domi helper add-on which would make it considerably easier:

https://addons.mozilla.org/en-US/firefox/addon/popupinspector/

How would I change these toolbar icons? I tried some scripts from userstyles but none worked?

They are GreaseMonkey & Master Password.

Screen%20shot%202011-04-13%20at%209.07.00%20PM.png

I don't use Master Password, so I don't know its ID, but here's GM(v.2011.04.13.nightly). You would probably be able to do MP the same way once you have its ID. :

#greasemonkey-tbb {
    list-style-image: url("PATH TO IMAGE or DATA/URI") !important;
    -moz-image-region: auto !important;
}

This is with reference to Fx4 and the Aurora build on WinXP SP3 and the latest (1.1.2b1) and previous version of Stylish.

The default (starting size) of stylish.sqlite is 160 KB even though it is empty. We go about adding, editing and deleting styles. At some point, it then jumps to 224 KB. To bring it back down, I copy the styles, just a few in my case, to text files and uninstall them from Stylish (but the size of stylish.sqlite still remains at 224 KB). I go into my profile and delete the 224 KB, but now empty, stylish.sqlite, restart Fx, and see a new 160 KB stylish.sqlite. I then bring back my styles from the text files and the size is still 160 KB but I guess that the "entropy", for want of a better word, has been reduced a bit. While regularly backing up the profile folder is a must in any case, I feel (without any scientific proof) that this exercise improves the "quality" of the stylish.sqlite file.

This is with reference to Fx4 and the Aurora build on WinXP SP3 and the latest (1.1.2b1) and previous version of Stylish.

The default (starting size) of stylish.sqlite is 160 KB even though it is empty. We go about adding, editing and deleting styles. At some point, it then jumps to 224 KB. To bring it back down, I copy the styles, just a few in my case, to text files and uninstall them from Stylish (but the size of stylish.sqlite still remains at 224 KB). I go into my profile and delete the 224 KB, but now empty, stylish.sqlite, restart Fx, and see a new 160 KB stylish.sqlite. I then bring back my styles from the text files and the size is still 160 KB but I guess that the "entropy", for want of a better word, has been reduced a bit. While regularly backing up the profile folder is a must in any case, I feel (without any scientific proof) that this exercise improves the "quality" of the stylish.sqlite file.

as a side note, windows users can actually use this method to vacuum all the sqlite DBs in your Fx profile folder(or any folder):

http://forum.userstyles.org/discussion/3438/vacuum-the-stylish-sqlite-db/p1

I don't use Master Password, so I don't know its ID, but here's GM(v.2011.04.13.nightly). You would probably be able to do MP the same way once you have its ID. :

#greasemonkey-tbb {
    list-style-image: url("PATH TO IMAGE or DATA/URI") !important;
    -moz-image-region: auto !important;
}

Thanks this worked perfect! How would I find out the ID?

as a side note, windows users can actually use this method to vacuum all the sqlite DBs in your Fx profile folder(or any folder):

http://forum.userstyles.org/discussion/3438/vacuum-the-stylish-sqlite-db/p1

Then there's also CCleaner, a separate freeware program, that can vacuum both Firefox and Chrome databases and do a lot of other stuff.

I need help, please!

I want to have a slightly darker color instead of the light grey that is visible in the three panels in this image.

Specs: WinXP SP3, Aurora build, no theme, no personas, but a Stylish code is in use that gives part of the image the non-standard look.post-369494-0-76928400-1302852702.png

Thanks, I found the ID in the inspector but have a slight problem.

There is only one toolbar icon ID and there are 2 toolbar icons, one is red for disabled and the other is green for enabled.

The ID changes both the enabled and disabled icons to the same icon when I applied in stylish which makes it hard to see first glance if it's enabled or disabled.

Is there a way I can move the text in the url bar to the right by 2 or 3 pixels? It seems like the first letter of the url text is being partially cut off in my firefox and I have no idea what's causing it. It's not a huge problem but it's bugging the hell out of me. :wacko:

Edit: Actually, it seems that stratiform is causing it.

I need help, please!

I want to have a slightly darker color instead of the light grey that is visible in the three panels in this image.

Specs: WinXP SP3, Aurora build, no theme, no personas, but a Stylish code is in use that gives part of the image the non-standard look.post-369494-0-76928400-1302852702.png

I think I got it kinda, sorta, the way I want with this:

dialog,
page,
pane,
panel,
prefs,
prefwindow *,
settings,
update,
window,
wizard
{
  -moz-appearance: none;
  background-color: #333 !important;
  color: #777 !important;
}

except for the fat borders that appear on the tabs in the last (Advanced) pane.

Thanks, I found the ID in the inspector but have a slight problem.

There is only one toolbar icon ID and there are 2 toolbar icons, one is red for disabled and the other is green for enabled.

The ID changes both the enabled and disabled icons to the same icon when I applied in stylish which makes it hard to see first glance if it's enabled or disabled.

try these selectors:

red-

#mapa_toolbar_button[status="2"]

green-

#mapa_toolbar_button[status="1"]

I think I got it kinda, sorta, the way I want with this:

dialog,
page,
pane,
panel,
prefs,
prefwindow *,
settings,
update,
window,
wizard
{
  -moz-appearance: none;
  background-color: #333 !important;
  color: #777 !important;
}

except for the fat borders that appear on the tabs in the last (Advanced) pane.

This is what I'm seeing:

post-369494-0-28819200-1302877594.png

It looks like each tab and the panel itself has a fat grey border. There are also little vertical bars on either side of "Accessibility", "Browsing", etc that needn't be there.

Hey foxxyn8,

how exactly did you make those tabs have no border-radius and be so close to eachother like in this image:

http://dl.dropbox.com/u/12843960/firefox_bookmarks.png

Also im trying to find a way to make this work but w/o success (though i've managed to do it properly for facebook since it doesnt have subdomains):

#main-window[stylish-url^="deviantart.com"] #urlbar{
  style;
}

if its:

#main-window[stylish-url^="http://www.deviantart.com"] #urlbar{

it works but only for that page, i need something that works on all deviantart.com domains/subdomains (cause we know how many subdomains that site has).

Sample of what it will look like once im done:

post-267886-0-34842400-1302923668.png

You can change "^=" to "*=" and that'll select any URL with "deviantart.com" in it.

lol i cant believe i didnt think about it, i should just quit webdesigning /facepalm (i will add the excuse of current time which is almost 7am :#).

Anyway, if anyone is interested to use the userstyle for that deviantArt url, feel free to ask

Hey foxxyn8,

how exactly did you make those tabs have no border-radius and be so close to eachother like in this image:

http://dl.dropbox.com/u/12843960/firefox_bookmarks.png

I didn't do that. I like my tabs with rounded corners, but whoever did it either created a new border image or completely remade the tabs with css

Also im trying to find a way to make this work but w/o success (though i've managed to do it properly for facebook since it doesnt have subdomains):

#main-window[stylish-url^="deviantart.com"] #urlbar{
  style;
}

if its:

#main-window[stylish-url^="http://www.deviantart.com"] #urlbar{

it works but only for that page, i need something that works on all deviantart.com domains/subdomains (cause we know how many subdomains that site has).

Sample of what it will look like once im done:

post-267886-0-34842400-1302923668.png

why not use [stylish-domain] instead of [stylish-url]

Ok, thanks for the quick replies, guyz.

I didnt use it cause i didnt know it existed xD, i started working on stylish yesterday so im pretty new to this (mostly in finding stuff through DOM inspector and some stylish related options).

I've managed to remove the border-radius from the tabs but im having trouble shrinking the distance between tabs (i think its about 2pixels long for me, while in that screenshot its 1px).

Hey can someone help me to put a white line at the top of the navigation bar just under the black border just under the tabs.

I've got this so far, but I'm not expert in CSS lol.

#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme):not(#PersonalToolbar) {
border: 2px solid transparent !important;
-moz-border-top-colors: rgb(40%,40%,40%) #F7FAFD !important;
-moz-border-left-colors:  rgb(40%,40%,40%) rgb(228,235,244) !important;
-moz-border-right-colors: rgb(40%,40%,40%) rgb(228,235,244) !important;
}

The problem with this is that I don't want the borders on the left and right of the nav bar. The nav bar slightly enlarges because of the extra borders which I don't want and the selected tab has the white line on it which I don't want.

Thanks.

#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme):not(#PersonalToolbar) {
	border-top: 1px solid #fff !important;
}

Not sure if this is what you are looking for

Is there any way to change appmenu button height, I can make it higher without any problem, but I like to change change height from default to bit smaller one?

try this (adjust as desired) :

#appmenu-button { 
    max-height:10px !important; 
    font-size: smaller !important;
}

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

    • No registered users viewing this page.
  • Posts

    • Weekend PC Game Deals: Resident Evil, Mafia, Like a Dragon, and more by Pulasthi Ariyasinghe Weekend PC Game Deals is where the hottest gaming deals from all over the internet are gathered into one place every week for your consumption. So kick back, relax, and hold on to your wallets. The Epic concluded its mystery giveaways this week with another double freebie promotion. As a part of this, you can now grab Rogue Waters and Songs of Conquest to keep. Songs of Conquest is a turn-based 4X strategy game where you'll be managing a kingdom, making tough decisions, and taking down enemy forces in tactical combat. Meanwhile, Rogue Waters is a roguelike where, as a pirate captain, you command a ship and crew through procedurally generated encounters. The double giveaway is coming to an end on June 11. On the same day, Warhammer 40K Speed Freeks will join in as the next freebie. Another Humble Choice offer was revealed earlier this week, bringing a refreshed eight-game selection to jump into. The June selection is Octopath Traveler 2, The Riftbreaker, Life is Strange: Double Exposure, INDIKA, Citizen Sleeper 2: Starward Vector, Construction Simulator, Hell Clock, and Overlooting to keep as Steam keys. The $15 bundle gives you all eight games from this month's Choice selection. The month-long promotion will come to an end on July 6, giving you ample time to decide on whether you want the titles. The Humble Store also brought in standard gaming collections this week. The IGN Live Bundle kicked things off with games like Control, Shadow Gambit: The Cursed Crew, Blair Witch, Rollerdrome, and The Last Campfire for $10. At the same time, the We Will Always be Here bundle carried in titles like Bad End Theater, Thirsty Suitors, Vampire Therapist, and Tavern Talk for $12. Next, the 2K Sports Champions Bundle comes touting games like NBA 2K26, PGA TOUR 2K25, OlliOlli World Rad Edition, and TopSpin 2K25 with a hefty $25 price tag. Lastly, the Redline Racing Bundle is touting games like Art of Rally, Descenders, Mudrunner, and Assetto Corsa Competizione with a $10 price tag. Big Deals The biggest promotions of this weekend come from franchise discounts for hits like Mafia, Like a Dragon, Resident Evil, and more. With all those and more, here's our hand-picked big deals list for the weekend: Mafia: The Old Country – $34.99 on Steam ARC Raiders – $31.99 on Steam Forza Horizon 5 – $29.99 on Steam Monster Hunter Wilds – $29.39 on Steam Satisfactory – $27.99 on Steam No Rest for the Wicked – $27.99 on Steam Satisfactory – $27.99 on Steam Esoteric Ebb – $19.99 on Steam Street Fighter 6 – $19.99 on Steam Cloudheim – $19.79 on Steam Pacific Drive – $17.99 on Steam Like a Dragon: Infinite Wealth – $17.49 on Steam ACE COMBAT 7: SKIES UNKNOWN – $14.99 on Steam Yakuza 0 Director's Cut – $14.99 on Steam Like a Dragon Gaiden: The Man Who Erased His Name – $14.99 on Steam Like a Dragon: Pirate Yakuza in Hawaii – $14.99 on Steam Grand Theft Auto V Enhanced – $14.99 on Steam Lost Judgment – $13.99 on Steam The Crew Motorfest – $13.99 on Steam Stronghold Crusader: Definitive Edition – $12.59 on Steam The Stanley Parable: Ultra Deluxe – $12.49 on Steam Blood West – $12.49 on Steam Yakuza Kiwami 2 – $11.99 on Steam Judgment – $11.99 on Steam Like a Dragon: Ishin! – $11.99 on Steam Alien: Isolation – $11.99 on Steam Goat Simulator: Remastered – $10.19 on Steam Resident Evil Village – $9.99 on Steam Yakuza 4 Remastered – $9.99 on Steam Yakuza 5 Remastered – $9.99 on Steam Yakuza 6: The Song of Life – $9.99 on Steam Caravan SandWitch – $9.99 on Steam Spyro Reignited Trilogy – $9.99 on Steam Assassin's Creed III Remastered – $9.99 on Steam The Expanse: A Telltale Series – $9.99 on Steam Sons Of The Forest – $8.99 on Steam Untitled Goose Game – $7.99 on Steam Resident Evil 2 – $7.99 on Steam Resident Evil 3 – $7.99 on Steam Resident Evil 7 Biohazard – $7.99 on Steam Yakuza: Like a Dragon – $7.99 on Steam Airborne Kingdom – $7.49 on Steam Assassin's Creed Syndicate – $7.49 on Steam The Wolf Among Us – $7.49 on Steam Amnesia: The Bunker – $7.49 on Steam Mini Motorways – $6.99 on Steam Age of History 3 – $6.99 on Steam Fabledom – $6.29 on Steam Trine 4: The Nightmare Prince – $5.99 on Steam Mafia: Definitive Edition – $5.99 on Steam Mafia II: Definitive Edition – $5.99 on Steam Resident Evil 6 – $4.99 on Steam Resident Evil 5 – $4.99 on Steam Resident Evil Revelations 2 – $4.99 on Steam Resident Evil 3 Nemesis (1999) – $4.99 on Steam Terra Memoria – $4.99 on Steam FOR HONOR – $4.49 on Steam Metro Exodus – $4.49 on Steam The Forest – $4.39 on Steam Mini Metro – $3.99 on Steam Songs of Conquest – $0 on Epic Store Rogue Waters – $0 on Epic Store Gravity Circuit – $0 on Steam DRM-free Specials The DRM-free store GOG has plenty of discounts to look over this weekend too. Here are some highlights: Trials of Mana - $14.99 on GOG SPORE Collection - $14.99 on GOG Stellaris - $12.49 on GOG FINAL FANTASY VIII - REMASTERED - $7.99 on GOG Final Fantasy IV (3D Remake) - $7.99 on GOG Final Fantasy III (3D Remake) - $7.99 on GOG FINAL FANTASY IX - $6.29 on GOG The Forgotten City - $6.25 on GOG Warlords Battlecry 3 - $5.99 on GOG Heroes of Might and Magic 3: Complete - $4.99 on GOG Heroes of Might and Magic 4: Complete - $4.99 on GOG SimCity 4 Deluxe Edition - $4.99 on GOG FINAL FANTASY VII - $4.79 on GOG Cultures 1+2 - $3.99 on GOG Outlast - $3.75 on GOG Dungeon Keeper 2 - $2.99 on GOG Theme Hospital - $2.99 on GOG Sid Meier's Alpha Centauri Planetary Pack - $2.99 on GOG Dungeon Keeper Gold - $2.99 on GOG Alba: A Wildlife Adventure - $2.55 on GOG Disciples 2 Gold - $1.99 on GOG Outcast - Second Contact - $1.49 on GOG Disciples: Sacred Lands Gold - $1.49 on GOG Port Royale 2 - $0.99 on GOG Keep in mind that availability and pricing for some deals could vary depending on the region. That's it for our pick of this weekend's PC game deals, and hopefully, some of you have enough self-restraint not to keep adding to your ever-growing backlogs. As always, there are an enormous number of other deals ready and waiting all over the interwebs, as well as on services you may already subscribe to if you comb through them, so keep your eyes open for those, and have a great weekend.
    • Exciting! It’s amazing how hearing Japanese can naturally enhance the perceived quality of any experience or product.
    • Your other comment in another article says otherwise, namely "Microsoft veteran wants to replace every single line of C/C++ code with Rust and AI".
    • Sued and... exonerated. Oh, they learned a lesson alright. They learned that anyone who uses the word "antiturst" in conjunction with "Microsoft" is an idiot, even if that person is Judge Thomas Penfield Jackson. That judge ruined the image of the US justice system. Microsoft Edge has a 5.14% market share. Also, Windows is no longer the #1 OS. None of this constitutes a monopoly. Google Chrome, however, has 70.25% share. Also, Google's Android is the #1 OS. Now that's closer to a monopoly.
  • Recent Achievements

    • Week One Done
      JKR earned a badge
      Week One Done
    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      490
    2. 2
      PsYcHoKiLLa
      271
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      64
  • Tell a friend

    Love Neowin? Tell a friend!