Flow for Firefox - 1.2


Recommended Posts

Is it possible to put a white boarder around the content within the window of Firefox, like other windows do in Aero.

If you know what I mean?

We're working on that right now. :)

Link to comment
Share on other sites

Is it possible to put a white boarder around the content within the window of Firefox, like other windows do in Aero.

If you know what I mean?

post-49492-0-74579400-1301158307.png

This is about the best I can do. I think it looks pretty good though.

Link to comment
Share on other sites

This is incredible! I just need to figure out whether to use this or Stratiform!

AHHH! STOP! MAKING! GOOD! THEMES!! :angry:

Link to comment
Share on other sites

I'm so totally in love with this theme... :blush:

Can't wait for the maximized window fix. :)

Just one question: why does this appear as an extension? Shouldn't it be a theme?

This is incredible! I just need to figure out whether to use this or Stratiform!

AHHH! STOP! MAKING! GOOD! THEMES!! :angry:

Just use both. Problem solved. :p

Link to comment
Share on other sites

I'm so totally in love with this theme... :blush:

Can't wait for the maximized window fix. :)

Just one question: why does this appear as an extension? Shouldn't it be a theme?

Well it's technically not a theme. We just load some CSS and JavaScript over the default theme to give it this appearance. We can do some more advanced things this way without the need of a theme plus a helper add-on.

Link to comment
Share on other sites

Search%20Google%20-%20Mozilla%20Firefox.png

I like (Y). Possible to replace menu with that firefox icon like in stratiform?

Also possible to remove the background behind the favicon in the address bar?

Link to comment
Share on other sites

Possible to replace menu with that firefox icon like in stratiform?

Why yes, just enable the Slim app menu in Stratiform and add this to your userChrome.css or in a Stylish browser style:

#appmenu-button > .button-box::before {
  display: none !important;
}

That'll remove the button text so only the Firefox icon is shown. :)

Link to comment
Share on other sites

To move the bookmark star to the left of the urlbar use LeftSideStar

To get the simulated Aero Glass inner border use ChromeMarginDoohickey and set the chromemargin to 6 o 7 on the slider.

To show a home button in the urlbar use:

#urlbar-homebutton {
  display: inherit !important;
}

This is so beautiful that I could cry. :D Thanks, really. Love the home button in the urlbar.

Link to comment
Share on other sites

Why yes, just enable the Slim app menu in Stratiform and add this to your userChrome.css or in a Stylish browser style:

#appmenu-button > .button-box::before {
  display: none !important;
}

That'll remove the button text so only the Firefox icon is shown. :)

Yep that's works thanks. For the favicon bg :

#identity-box {
  background-color: #ffffff !important;
  background-image: none !important;
}

Link to comment
Share on other sites

To move the bookmark star to the left of the urlbar use LeftSideStar

To get the simulated Aero Glass inner border use ChromeMarginDoohickey and set the chromemargin to 6 or 7 on the slider.

To show a home button in the urlbar use:

#urlbar-homebutton {
  display: inherit !important;
}

Would it be possible to put the bookmarks button in there, too?

Link to comment
Share on other sites

Would it be possible to put the bookmarks button in there, too?

Yea that's next on my list of things to do. I forgot to mention downloads button is also there to show:

#urlbar-downloadbutton {
  display: inherit !important;
}

Link to comment
Share on other sites

This is brilliant! I really like having the Home button integrated into the URL bar! Is there anyway to move it past the address bar's dropmarker, so it is beside the refresh button?

Link to comment
Share on other sites

This is brilliant! I really like having the Home button integrated into the URL bar! Is there anyway to move it past the address bar's dropmarker, so it is beside the refresh button?

If your layout is default this should work:

.urlbar-history-dropmarker {
  -moz-transform: translateX(-16px) !important;
}

#urlbar-homebutton {
  -moz-transform: translateX(22px) !important;
}

Link to comment
Share on other sites

Beautiful, as always. You, SoapyHamHocks and SpewBoy have been impressing me time and time again since Strata40.

One thing though, using Status-4-ever to get the link hover in the address bar like it was in the betas overlaps the dropdown arrow when hovering a link when I use that CSS to have the home button in the address bar.

Also the home button disappears.

Idealy I'd like the home button to stay and move the link hover text a bit to the left so it doesnt overlap the dropdown arrow. Is that possible?

Here's a screenshot if you dont get what I'm trying to say.

post-67543-0-58454600-1301193404.jpg

And what I'd like it to look like. (rough, c/p job in paint, heh)

post-67543-0-56460000-1301193547.jpg

If its a pain to do, dont bother; I'll just find a work around.

Link to comment
Share on other sites

Beautiful, as always. You, SoapyHamHocks and SpewBoy have been impressing me time and time again since Strata40.

One thing though, using Status-4-ever to get the link hover in the address bar like it was in the betas overlaps the dropdown arrow when hovering a link when I use that CSS to have the home button in the address bar.

Also the home button disappears.

Idealy I'd like the home button to stay and move the link hover text a bit to the left so it doesnt overlap the dropdown arrow. Is that possible?

Thanks, glad you like our work.

To fix your issue try this:

.urlbar-input-layer-children {
  opacity: 1 !important;
}

.urlbar-over-link-layer {
  -moz-padding-end: 15px !important;
}

Link to comment
Share on other sites

Thanks. That fixes the text overlapping the dropdown arrow (I knew this one would be rather easy to fix) but sadly the Home Button still disappears.

Sorry for bothering you with my stupid requests.

Link to comment
Share on other sites

Thanks. That fixes the text overlapping the dropdown arrow (I knew this one would be rather easy to fix) but sadly the Home Button still disappears.

Sorry for bothering you with my stupid requests.

Really? When I tested it all seemed fine. I can't tell from your screenshot, but do you have the bookmark star on the right side? If so you can try changing the padding-end value in the code I gave you.

Link to comment
Share on other sites

No, I'm using your LeftSideStar. You know how the Star would disappear when hovering over a link in the betas? Thats exactly whats happening with the Home button.

I believe this is the part that doesnt work.

.urlbar-input-layer-children {
  opacity: 1 !important;
}

Link to comment
Share on other sites

Yea that's next on my list of things to do. I forgot to mention downloads button is also there to show:

#urlbar-downloadbutton {
  display: inherit !important;
}

And the rss button too? I still don't understand why they changed it.

Lol I feel like I'm making demands, sorry! :rofl:

Link to comment
Share on other sites

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

    • No registered users viewing this page.