Recommended Posts

That is totally awesome!

Care to share how did you do this? I dont use firefox but might as well start using i if I can have a ui like this.

i second this motion, please share your stylish code or the hacked file if you did it that way

That is totally awesome!

Care to share how did you do this? I dont use firefox but might as well start using i if I can have a ui like this.

Thanks a lot! The theme is extremely close to it's first release, so I highly recommend you follow me on Tumblr (I noticed you have one as well) to stay up to date on our progress. It's a new system I'm using to keep our fans up to date on our theme development and concepts.

i second this motion, please share your stylish code or the hacked file if you did it that way

Thanks! We plan on releasing it soon, and I would also recommend you give my Tumblr page a visit every so often to stay updated on our progress.

I believe that's actually a new theme he's working on called Minimal.

You hit the nail on the head. (Y)

I didn't know you fellow Neowinians were interested in this theme. I'll be sure to make a thread here when the theme reaches Beta stage. :)

@BoneyardBrew,

Very nice and I have bookmarked your site to 'keep up on the progress' of your 'Minimal theme' for this new and exciting FF 4.xx build...I see that you have member SoapyHamHocks working with you on 'cleanup and theme integration'...

Great....I know that it will eventually be a very popular theme, and wish you both success on achieving this goal..

As those of us that have been around since the 'Phoenix' build dates keeping up a GUI_theme with the ever changing code changes and build progressions_regressions can be a challenging experience!

Ok, after a lot of 'trial_error' attempts with various codes within my userChrome.css file, I came up with this: Official FF4.0beta1installed

ff40beta1ss.th.jpg

Uploaded with ImageShack.us

For those of our collective membership, who have run into the ever present re-appearing of the 'Send Feedback' button after each browser restart, two options are available to make it not present:

Posted Mon 12th Jul 2010 8:01pm

supernova_00 wrote:I'm not sure if this was covered since I missed most of the last two weeks threads but how the heck do I get rid of the feedback button? I hide it via the customize panel but it comes back after a restart.

In Stylish:

Code: Select all

#feedback-menu-button {

display:none !important;

}

Posted Mon 12th Jul 2010 8:08pm

supernova_00 wrote:I'm not sure if this was covered since I missed most of the last two weeks threads but how the heck do I get rid of the feedback button? I hide it via the customize panel but it comes back after a restart.

using official beta build ?

if so, it's add-ons, delete it.

Found a bug if you move the tabs in titlebar popup windows end up getting screwed up.

What code would I need to mod to tell stylish to push the address bar down (Using padding or whatever) only for pop up windows?

2jbjmzm.png

also Appmenu button if you change the color of it you MUST also change the color in #appmenu-button[open=true] or it does not behave like default set color:

#appmenu-button[open="true"]{
    background: -moz-linear-gradient(top, rgba(40,95,178,1), rgba(78,147,229,1)) !important;
}

Example color I used was the blue one Darrian just posted. As you can see you just enter the same color values as #appmenu-button. Very simple fix.

I have the same problem. According to this thread:

http://forum.userstyles.org/comments.php?DiscussionID=20801

The problem is fixed in the latest nightlies. However, I did not experience that at all. In addition, this user claims the dropdown goes away on latest nightlies, but in my experience, it is still there as of 7-13-2010 (maybe they removed it only to restore it later). Here is my userchrome.css:

#appmenu-button-container {
position: fixed !important;
}

#appmenu-button {
display: none;
}

#main-window[sizemode="normal"] > #navigator-toolbox[tabsontop="true"] #TabsToolbar{
margin-right: 85px !important;
margin-left: 0px !important;
padding-top: 15px !important;
}

#main-window[sizemode="maximized"] > #navigator-toolbox[tabsontop="true"] #TabsToolbar{
margin-right: 85px !important;
margin-left: 0px !important;
padding-top: 0px !important;
}

This works fine except in popup windows (presumably when no tabs are present).

How do you adjust when there is no tab section?

i know everyone is trying to get their tabs on top look working for them but i am wondering if its possible to put the buttons on top next to the app button. i have made a mockup of the look that i am after. i am just wanting to know if this is possible through stylish and if it is can someone point me in the direction of some code. thanks

post-48365-12790597694624.png

@BoneyardBrew,

Very nice and I have bookmarked your site to 'keep up on the progress' of your 'Minimal theme' for this new and exciting FF 4.xx build...I see that you have member SoapyHamHocks working with you on 'cleanup and theme integration'...

Great....I know that it will eventually be a very popular theme, and wish you both success on achieving this goal..

As those of us that have been around since the 'Phoenix' build dates keeping up a GUI_theme with the ever changing code changes and build progressions_regressions can be a challenging experience!

Thanks, I appreciate it.

SoapyHamHocks usually does almost 100% of the coding, but I've been trying to get my feet wet in that territory. I've been designing the first few rough builds myself in CSS to see how far I can get without having to ask for help, and so far it's gone pretty well.

I think it's also great that I know the language well enough to be able to lighten the load on Soapy instead of leaving him bombarded with all of the coding for himself. :)

Thanks again for the post!

lol...as I find myself playing around with these dam .css codes, and I have finally gone back to only a 'Aero looking status bar'...tweak while keeping the rest of the GUI default...

The tabs are much cleaner then anything that I could achieve with codes, and really do not mind the 'gap' between the Firefox-App button and my Min, Max, Close buttons, as long as I have Aero and a nice looking wall that compliments the overall GUI....

Definately looking forward to FF4.0b2 + builds...

ff40b1glassstatusbar.th.jpg

Uploaded with ImageShack.us

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

    • No registered users viewing this page.
  • Posts

    • While I miss Outlook for a couple of small things, I use Thunderbird now because I don't like how MS wants to force you to change things.
    • Chrome has history of being the browser everyone uses because Internet Explorer sucks, not realizing that Edge changed that, but people got into the habit of using Chrome. I use Brave and I've never been happier with a browser. It does what it is meant to do and gets out of the way.
    • Wino Mail -> Microsoft Outlook (the new one). Link: https://github.com/bkaankose/Wino-Mail Just sayin.
    • Microsoft launches Godot Sample to streamline Xbox PC game development on the engine by Pulasthi Ariyasinghe Microsoft today announced a new endeavor that aims to make it simpler for Godot developers to get their products into the Xbox PC ecosystem. Dubbed the "XBOX Godot Sample," this is a new public reference for developers using the open-source engine. This is set to serve as an example of how Microsoft GDK, Xbox Services, and PlayFab can be integrated into their projects. The sample is available now on GitHub as a working example. This covers key features in gaming projects that developers may need to release their projects on Xbox PC, with everything from matchmaking and game sign-in to gamepad compatibility with Godot being covered. This release is being called the first step in giving Godot developers the tools to bring their games over to Xbox PC, with more changes to come based on feedback and issue reports. However, the company was clear that this is not related to bringing Godot projects to Xbox consoles. The engine's open development model stops it from accessing console SDKs due to the requirement of NDAs and legal contracts. Here's how it explained this Godot sample project's focus: This is a source-only sample, not a product. It's MIT-licensed at the wrapper layer; the GDK and PlayFab dependencies still require their own installs and license acceptance, consistent with our other XBOX samples. There is no set update cadence for support or maintenance. We’ll watch the repo, monitor issues, and iterate where it makes sense, but this isn't a commercial release. That said, we’re excited to hear your feedback and see any community PRs, as we evolve this together. This is the first step in bringing Godot for XBOX on PC. We plan to evolve it over time based on what the community tells us is most valuable. This sample is built specifically for XBOX on PC. It doesn’t include support for XBOX Series X|S or XBOX One. If you’re already building for XBOX Series X|S or XBOX One, please talk with your XBOX representative. If not, you can get started by signing up here. Game developers can find the XBOX Godot Sample by heading to GitHub over here. Documentation on how to get started with Godot for building an Xbox PC project can be seen here.
  • Recent Achievements

    • Collaborator
      Asgardi earned a badge
      Collaborator
    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      469
    2. 2
      PsYcHoKiLLa
      243
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      73
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!