Recommended Posts

Foxynn... Bro! Is there a code to make my inactive Tabs from Minefield exactly like FireFox 4 beta 6?

On beta 6 the Tabs looking more transparent and not so dark, grey... Can you please?

This time, really is my last wish!

Drifus, your Script becomes always better. Well done bro!

When you hover on back-forward buttons... the design is a bit out of line... Dunno if this happens only to me cause I have custom Windows theme installed...

Also I think that could be great if I could separate a bit on bookmark-bar the Folders with normal bookmarks and RSS... Dunno how... Maybe if the Folders were with Bold or just a small icon or a small dot in front of? Just saying...

Do not get my idea under serious consideration. :p

Foxynn... Bro! Is there a code to make my inactive Tabs from Minefield exactly like FireFox 4 beta 6?

On beta 6 the Tabs looking more transparent and not so dark, grey... Can you please?

This time, really is my last wish!

Lucky you! I still have a copy of b6 installed lol.

.tabbrowser-tab:not([selected="true"]) {
  background: -moz-linear-gradient(hsla(0,0%,100%,.4), hsla(0,0%,75%,.4) 50%) no-repeat -5px -2px !important;
  background-size: 200% !important;
}

Styles updated.

Changelog:

- oct.21.2010

* polished some codes

* removed hide dropmarker from back/forward button (b8pre already removed)

* remove some margins and padding

* added padding-left navbar

* added mouse hover on tabbar not selected

* added mouse hover left gradient on urlbar and search bar

* changed tabbar select and non select transparency, better integration

* changed firefox appmenu button - Now the button is invisible, but still there. Visible on mouse hover only

* improved some cosmetics

* throbber style - using places/searching_16.png from default theme

2vud509.jpg

Changelog:

- oct.21.2010

* polished some codes

* removed hide dropmarker from back/forward button (b8pre already removed)

* remove some margins and padding

* added padding-left navbar

* added mouse hover on tabbar not selected

* added mouse hover left gradient on urlbar and search bar

* changed tabbar select and non select transparency, better integration

* changed firefox appmenu button - Now the button is invisible, but still there. Visible on mouse hover only

* changed detached back/forward buttons to square layout

* improved some cosmetics

* throbber style - using places/searching_16.png from default theme

14ditdz.jpg

Thank You for this. Everytime I install another browser it is your script that changes me back. I am vain, my browser has to look great as well as be functional.

Should be this, if it's not please post your code.

toolbox,
#FindToolbar { 
border: 0 !important; 
}

Well with this... Only one border left... Directly under the Tabs... What I must add? :)

Don't go offline now! I wouldn't sleep if I don't get rid of the last border! :D

Drifus... Also I think you can cut this part from your Script

/*Hide urlbar history dropmarker*/
.urlbar-history-dropmarker {
	display: none !important;
}

In 4b8 pre there isn't anyway anymore... But if your script is for b6 too... then ok!

Well with this... Only one border left... Directly under the Tabs... What I must add? :)

Don't go offline now! I wouldn't sleep if I don't get rid of the last border! :D

Tabs on top? If so then:

#nav-bar {
border: 0 !important;
} 

Sorry for the 2x post!

Drifus... Also I think you can cut this part from your Script

/*Hide urlbar history dropmarker*/
.urlbar-history-dropmarker {
	display: none !important;
}

In 4b8 pre there isn't anyway anymore... But if your script is for b6 too... then ok!

You're thinking of the back/forward dropmarker which has been removed in b8pre. The code you posted refers to the location bar dropmarker.

Foxxyn I love you anyway! ( I'm not gay at all. 100 percent straight :p )

Bro... I'd like to make the address & search boxes fully squared!... I wanna get rid of curved corners... How can I ?

http://userstyles.org/styles/36327

exactly like that script!... what's the exact code for that?

#urlbar, #search-container .searchbar-textbox {-moz-appearance:none !important;
border:1px solid rgba(256,256,256,.65) !important; background:rgba(256,256,256,.72)!important; -moz-box-shadow: 1px 0 0 rgba(0,0,0,.17), -1px 0 0 rgba(0,0,0,.17),0 0 0 1px rgba(0,0,0,.2),0 -1px 0 rgba(0,0,0,.43) !important;font:9pt "segoe UI";outline: 1px solid rgba(256,256,256,.3) !important; -moz-outline-radius:3px;-moz-border-radius:1.9px !important; padding:0px!important; margin-top:3px!important;margin-bottom:3px!important;text-shadow: white 0 0 0;}
#urlbar:hover, #search-container .searchbar-textbox:hover {background:rgba(256,256,256,.85)!important;} #urlbar[focused], #search-container .searchbar-textbox[focused] {background:white !important;}

I got this part but it does also the entire bar a bit bigger... Can you clear the code please for me? This code also gives me an error... When I hover on a link, the new link appearing normal on the right but the currently address which I'm in, on the left, disappearing! I'd like to keep also the option to change fonts! I did, "verdana"!

P.S. I embezzle your kindness... Really sorry about that. But customizing is a virus... Got sick and I don't know jack about Scripting... Unfortunately.

But I can ensure you, I learn in mean time at least! :p

Foxxyn I love you anyway! ( I'm not gay at all. 100 percent straight :p )

Bro... I'd like to make the address & search boxes fully squared!... I wanna get rid of curved corners... How can I ?

http://userstyles.org/styles/36327

exactly like that script!... what's the exact code for that?

#urlbar, #search-container .searchbar-textbox {-moz-appearance:none !important;
border:1px solid rgba(256,256,256,.65) !important; background:rgba(256,256,256,.72)!important; -moz-box-shadow: 1px 0 0 rgba(0,0,0,.17), -1px 0 0 rgba(0,0,0,.17),0 0 0 1px rgba(0,0,0,.2),0 -1px 0 rgba(0,0,0,.43) !important;font:9pt "segoe UI";outline: 1px solid rgba(256,256,256,.3) !important; -moz-outline-radius:3px;-moz-border-radius:1.9px !important; padding:0px!important; margin-top:3px!important;margin-bottom:3px!important;text-shadow: white 0 0 0;}
#urlbar:hover, #search-container .searchbar-textbox:hover {background:rgba(256,256,256,.85)!important;} #urlbar[focused], #search-container .searchbar-textbox[focused] {background:white !important;}

I got this part but it does also the entire bar a bit bigger... Can you clear the code please for me? This code also gives me an error... When I hover on a link, the new link appearing normal on the right but the currently address which I'm in, on the left, disappearing! I'd like to keep also the option to change fonts! I did, "verdana"!

Adjust the colors, it's very white right now:

#urlbar, #search-container .searchbar-textbox {
-moz-appearance:none !important;
border:1px solid rgba(255,255,255,.65) !important; 
background:rgba(255,255,255,.72)!important; 
box-shadow: 1px 0 0 rgba(0,0,0,.17), -1px 0 0 rgba(0,0,0,.17),0 0 0 1px rgba(0,0,0,.2),0 -1px 0 rgba(0,0,0,.43)   !important;
font:9pt "segoe UI";
outline: 0 !important;
border-radius: 0 !important; 
padding: 0 !important; 
margin-top: 1px !important;
margin-bottom: 1px !important;
text-shadow: none !important;
}

#urlbar:hover, #search-container .searchbar-textbox:hover {
background:rgba(255,255,255,.25)!important;
}

#urlbar[focused], #search-container .searchbar-textbox[focused] {
background:white !important;
}

Problems gone! I'm almost finish. Trying to cleanup and compact the entire code. When I'm done, for last time I'll post it here to tell me if I completely messed up or need some few adjustments to be perfect.

I got your icons for instance about:config etc...

Can you tell me if all these kind of scripts with extra images etc... absorbing more resources from Firefox?

I hope you got my point... I'm trying to understand how all these scripts working... While I change the default ones, am I stressing more and more the FireFox?

I got your icons for instance about:config etc...

Can you tell me if all these kind of scripts with extra images etc... absorbing more resources from Firefox?

I hope you got my point... I'm trying to understand how all these scripts working... While I change the default ones, am I stressing more and more the FireFox?

On the initial load maybe, but I use many base64 images and I don't notice any difference.

You mean only at startup time? I don't care at all...

Overall? For example... The old blue throbber was taking more CPU resources than new Green one... Now I use another, custom one... Well the point is... What happened to the old one? Working both now? The old in background?

All these custom scripts, replacing the defaults? The defaults becoming inactive? Or working all together?

Crazy nub questions probably...

You mean only at startup time? I don't care at all...

Overall? For example... The old blue throbber was taking more CPU resources than new Green one... Now I use another, custom one... Well the point is... What happened to the old one? Working both now? The old in background?

All these custom scripts, replacing the defaults? The defaults becoming inactive? Or working all together?

Crazy nub questions probably...

The default is being replaced, so no it won't be working in the background.

Drifus, your Script becomes always better. Well done bro!

When you hover on back-forward buttons... the design is a bit out of line... Dunno if this happens only to me cause I have custom Windows theme installed...

Also I think that could be great if I could separate a bit on bookmark-bar the Folders with normal bookmarks and RSS... Dunno how... Maybe if the Folders were with Bold or just a small icon or a small dot in front of? Just saying...

Do not get my idea under serious consideration. :p

Thanks Deo.

About back-forward: Could you provide a screehshot with this issue? I tested in the default aero theme and in my personal theme.

Bookmark-bar: Got it. Actually, I do not use bookmarks toolbar. I put some favs in the menu bar autohide and the main ones I put in the speeddial.

I am trying to locate the code to alter that.

Maybe:

.bookmark-item[container][livemark] { 
 }

Foxxyn8-guru, please, give us a light. :)

The code above will change every bookmark-feed. But Deo want only a spacer between bookmarks and "bookmark-feed" .

Deo, you also could use a native spacer from bookmarks.

Thank You for this. Everytime I install another browser it is your script that changes me back. I am vain, my browser has to look great as well as be functional.

Thank you for such sweet words. Glad you enjoyed it.

jl1o35.jpg

Drifus, just a bit... But told you... Maybe it's me and my custom Windows theme... Dunno...

The circle touches the tab a bit. It's not objectively a problem of course...

Well I know what I can do... LoL I use dots for Folders, Squares for RSS etc... UTF-8 Characters in front of bookmark's name.

Bookmark-bar: Got it. Actually, I do not use bookmarks toolbar. I put some favs in the menu bar autohide and the main ones I put in the speeddial.

I am trying to locate the code to alter that.

Maybe:

.bookmark-item[container][livemark] { 
 }

Foxxyn8-guru, please, give us a light. :)

The code above will change every bookmark-feed. But Deo want only a spacer between bookmarks and "bookmark-feed" .

Deo, you also could use a native spacer from bookmarks.

I don't use the bookmark toolbar either, but it seems what Deo wants is just for the Feeds folder to be visibly different from the normal bookmarks. So why no just bold it or change the text color. I'm with you as far as spacers go -- just use the native ones.

like:

.bookmark-item[livemark] {
font-weight: bold !important;
color: blue !important
}

Guys do not involve my name into this too... :p

I was just saying... That it could be nicer If you could distinguish the differences.

But anyway... What's the code for that if you wanna do it for folders too? Just [folders] instead of [livemark] ?

I wish I could surf without Bookmark bar... But seems impossible. I'm extremely used to it...

Guys do not involve my name into this too... :p

I was just saying... That it could be nicer If you could distinguish the differences.

But anyway... What's the code for that if you wanna do it for folders too? Just [folders] instead of [livemark] ?

if you want the folders different from feed folders and regular bookmarks do:

.bookmark-item[container]:not([livemark]):not(menu) 

I wish I could surf without Bookmark bar... But seems impossible. I'm extremely used to it...

I just use the bookmarks menu button. I put it in my tabbar.

jl1o35.jpg

Drifus, just a bit... But told you... Maybe it's me and my custom Windows theme... Dunno...

The circle touches the tab a bit. It's not objectively a problem of course...

Well I know what I can do... LoL I use dots for Folders, Squares for RSS etc... UTF-8 Characters in front of bookmark's name.

I see. It was my fault. I forgot to instruct: "Use small icons". Sorry.

I put the instruction in the userstyles 1 minute ago.

Thanks.

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

    • No registered users viewing this page.
  • Posts

    • They couldn't have done a better job, this is beautiful!
    • Oh, of course not. The real "victims" are the people who snipe kids in the head, have killed more journalist than all the worlds wars combined, do double tap strikes on medical personnel, claim history started on October 7th, have a $700 million dollar annual Hasbara budget and pay influencers $7k a post to spout exactly this kind of propaganda. How dare you question the most moral army in the world. Victimhood belongs to these genocidal freaks alone. Anyone who denies that is literally Hitler. If you're going to support a terrorist state, the least you could do is come up with better talking points.
    • Gears of War: E-Day brings 12-player co-op, smoother traversal mechanics, and more by Pulasthi Ariyasinghe Right as the Xbox Games Showcase came to an end today, The Gears of War developer The Coalition took over to show off its next project: E-Day. This prequel project was announced back in 2024, but now we have a lot more details about its campaign, new gameplay mechanics, and even a release date. The studio says this is the first time it has managed to get the time to build the entire game in a new engine, as it had worked non-stop on new titles for years while porting classic code and assets. With Unreal Engine 5 now powering Gears of War: E-Day, The Coalition says it started completely anew, with all assets, animations, environments, and others being built from scratch. The campaign will take place across three days in the city of Kalona. The story will follow the events through the eyes of Bravo Squad. This is made up of the returning classic duo Marcus and Dom, as well as the new characters Mags Carter and Lucas Reyes. Watch the trailer below to see Marcus in action without his iconic armor and gear, just as the Locust invasion kicks off. The story will draw on classic Gears novels like Aspho Fields as well, with the studio even collaborating with author Karen Traviss. "That continuity is what makes the destruction land," says the studio. "In E-Day, you watch a living city torn apart—homes still lit, meals half-finished—while people abandon their cars and run for cover. Small details—a child’s toy, an uneaten dinner—make the loss real as everyday places collapse under the Locust assault." The movement system is getting a big overhaul here. Players will be able to slide while running, jump across gaps, climb head-height covers, and even crawl on the ground to avoid fire from enemies. As for the returning horde mode, The Coalition teased a new 12-player PvE mode. This will involve three squads of Gears going up against the incoming Locusts in larger city maps than usual. The studio says that it is going to reimagine the classic formula just as co-op games are going through a resurgence. Multiplayer was touched on today too, where Versus is coming back touting four versus four Gears PVP action set across Kalona maps. More details about multiplayer will be revealed later. Open beta weekends are kicking off this August for fans wanting to jump in early too. Gears of War: E-Day is releasing on Xbox Series X|S and PC on October 6 with pre-orders available now. It will also be a part of Xbox Game Pass on day one. Microsoft has confirmed this as an Xbox platform exclusive, as there are no plans to bring it to PlayStation or Switch.
    • Microsoft announces the return of Xbox exclusives with Gears of War and Clockwork Revolution by Pulasthi Ariyasinghe Microsoft had plenty of announcements to make today at the Xbox Games Showcase celebrating 25 years of the gaming brand. Now, under the leadership of the new Xbox CEO Asha Sharma, Xbox games are going back to their original release methods. She appeared in the livestream itself to announce the return of Xbox console exclusives. This means two major upcoming games from first-party studios won't be coming to PlayStation or Nintendo consoles: Gears of War: E-Day from The Coalition and Clockwork Revolution from InExile. Both titles will only be coming out on Xbox Series X|S consoles and Windows PCs, ditching any plans they had for PlayStation. "These are not timed exclusives," confirmed Microsoft. "We’re committed to investing in and growing XBOX both on console and beyond." The company confirmed that any already announced Xbox titles for PlayStation, under previous leadership, will continue to arrive for the rival platform. This means games like the new Halo remake, Forza Horizon 6, Fable, and State of Decay 3 will still be available on PlayStation, either at launch or later. It sounds like any new projects announced by the company will avoid other consoles in the same way. Microsoft first opened the floodgates by bringing titles like Sea of Thieves, Grounded, Hi-Fi Rush, and Pentiment to PlayStation and Nintendo consoles back in 2024. Since then, almost every new game release from Xbox Game Studios has arrived for rival consoles alongside Xbox and PC. This decision follows Sony's plans to ditch its own multiplatform releases too. Outside of multiplatform live service titles, the PlayStation maker is even abandoning its PC porting endeavors that started years ago.
  • 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
      243
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      66
    5. 5
      FloatingFatMan
      65
  • Tell a friend

    Love Neowin? Tell a friend!