Australis for Firefox


Recommended Posts

Is there a way to change the font color of the inactive tabs to black?

.tabbrowser-tab:not([selected]) .tab-text {
  color: black !important;
  text-shadow: none !important;
}

Link to comment
Share on other sites

1.0

change log:

Fixed messed up extension icons when placed in the TabsToolbar

Fixed size of some buttons when placed in the TabsToolbar

Fixed some issues with the searchbar

Fixed popup windows

Fixed throbber in 'About Firefox' not being animated

Fixed transparent toolbars in browser-bottombox

Tweaked ABP icon style

Reduced padding on toolbarbutton-icon within menu buttons

Due to some issues I was having I've disabled the conditional forward button with tabs on bottom for now.

Download

  • Like 2
Link to comment
Share on other sites

I wonder, could someone tell me how to remove the forward button? Because mine is still there after installing the theme, and has been in all the versions I've used of this theme as well. I'm on Firefox 6.0 if that matters, but it's also in 5.0 which I used previously.

Link to comment
Share on other sites

Sweet skin, I've actually been using SeaMonkey browser instead of Firefox due to lack of quality skins, but I'm using FF again. Thanks.

Thank you very much for this theme. You never cease to amaze me with your work. :)

This!

Awesome thanks guys :D

I wonder, could someone tell me how to remove the forward button? Because mine is still there after installing the theme, and has been in all the versions I've used of this theme as well. I'm on Firefox 6.0 if that matters, but it's also in 5.0 which I used previously.

Make sure you don't have anything between the forward button and the urlbar. Sometimes you end up with some invisible elements there. I suggest trying to restore default set via the customize dialog.

Link to comment
Share on other sites

This is fantastic skin! One quick question...how do I make the ACTIVE tab white? As opposed to the baby blue...

Well the active tabs are images and I only created a grey and blue one. You can use the grey one with this code:

#navigator-toolbox[tabsontop=true] #nav-bar {
  box-shadow: 0 1px 0 0 #f7f7f7 inset,
          	0 -1px 0 0 rgba(0,0,0,.05) !important;
  background-image: -moz-linear-gradient(#f5f5f5,#e9e9e9) !important;
}

#navigator-toolbox[tabsontop=true] > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {
  background-color: #e9e9e9 !important;
}

.tabbrowser-tab[selected="true"] .tab-stack {
  -moz-border-image: url('chrome://browser/skin/tabbrowser/mrcurve-grey.png') 0 28 0 28 / 0 28px 0 28px !important;
}

It is just for the default curved tab though.

Link to comment
Share on other sites

Well the active tabs are images and I only created a grey and blue one. You can use the grey one with this code:

#navigator-toolbox[tabsontop=true] #nav-bar {
  box-shadow: 0 1px 0 0 #f7f7f7 inset,
          	0 -1px 0 0 rgba(0,0,0,.05) !important;
  background-image: -moz-linear-gradient(#f5f5f5,#e9e9e9) !important;
}

#navigator-toolbox[tabsontop=true] > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {
  background-color: #e9e9e9 !important;
}

.tabbrowser-tab[selected="true"] .tab-stack {
  -moz-border-image: url('chrome://browser/skin/tabbrowser/mrcurve-grey.png') 0 28 0 28 / 0 28px 0 28px !important;
}

It is just for the default curved tab though.

OK! This is like a MILLION times better...lol. But really! Thanks! In the future, if it strikes you, think white.

Link to comment
Share on other sites

Hey SoapyHamHocks

Nice style, looks awesome, maybe in future releases You can add some darker colors for active tab and navbar as well ;) ??

But there is one problem, users using third party Windows Themes (specially very dark prepared to use with FullGlass.exe) can have problems with Firefox menus and popups text color, best to explain is show screen:

beztytuuulx.th.jpg

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...

1.1

post-49492-0-97476000-1318720428.png

Change log:

Updated urlbar dropmarker and reload,stop,go icons.

Updated urlbar popup style.

Updated Addon Manager style.

New Error page style.

Small icons now appear like system glass buttons.

Support for Personas.

Other misc fixes.

Download

  • Like 2
Link to comment
Share on other sites

Beautiful. I'm using it! I wonder if strengthening the shadow on inactive tabs text would increase readability though. Not a big deal anyway. Cheers!

Link to comment
Share on other sites

  • 1 month later...

Thanks for all the great comments guys :)

I have 1 question: How do I get the full size Firefox button in this theme?

Use this code in Stylish or userChrome.css:

#appmenu-button .button-icon {
  list-style-image: none !important;
}

#appmenu-button {
  padding: 0 1.5em .05em !important;
  min-width: 0 !important;
  width: auto !important;
}

#appmenu-button .button-text {
  visibility: visible !important;
}

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.