Scheduled PSN downtime tomorrow in Back Page News

Minimal 2 - Preview


94 replies to this topic * * * * * 3 votes

#1 BoneyardBrew

    Photoshop Junkie

  • 1,764 posts
  • Joined: 15-April 09
  • OS: Windows 7

Posted 24 July 2010 - 02:18

This concept has been inspired by netbook users and aims to provide them with more content, and less wasted space.

Posted Image
Download

Note:
To bring back the favicons on the tabs, use the following code in Stylish.

.tabbrowser-tab .tab-icon-image {
  display: inherit !important;
}

Known Bugs:
  • Unfinished Tabs on Bottom
  • Old Close Buttons on the Sidebar
  • No Fullscreen Controls
  • Menubar Doesn't Appear Sometimes

Please do not modify or re-release without permission.


#2 Ionium

    Resident Elite

  • 1,141 posts
  • Joined: 17-October 04

Posted 24 July 2010 - 02:25

This is nice, too bad it's not for FF 3.6

#3 BoneyardBrew

    Photoshop Junkie

  • 1,764 posts
  • Joined: 15-April 09
  • OS: Windows 7

Posted 24 July 2010 - 02:35

View PostIonium, on 24 July 2010 - 02:25, said:

This is nice, too bad it's not for FF 3.6
Thanks!

This theme wasn't possible at all in Firefox 3.6 due to the inability to draw in the titlebar.

#4 Darrian

    The Apathetic

  • 1,853 posts
  • Joined: 22-October 01

Posted 24 July 2010 - 03:40

I absolutely love it. My only issue is that I can't use any of the custom menu buttons I've made or change the text in the menu button to read "Firefox" even though I'm using Minefield. I'm sure this is due to the method we were using to do that; they were dropmarker arguments, and you've somehow removed the dropmarker in your theme (which looks really good, it's just inconvenient for my scripts). Any ideas on how we could manipulate the menu button text in Stylish while using this theme? Or is there some code we could use to bring the dropmarker back?

#5 Unrealistic

    Laughter is all we have.

  • 1,610 posts
  • Joined: 11-January 09

Posted 24 July 2010 - 03:50

Looks great. I will test it soon :)

#6 +SoapyHamHocks

    Resident Elite

  • 1,501 posts
  • Joined: 06-March 04

Posted 24 July 2010 - 03:53

View PostDarrian, on 24 July 2010 - 03:40, said:

I absolutely love it. My only issue is that I can't use any of the custom menu buttons I've made or change the text in the menu button to read "Firefox" even though I'm using Minefield. I'm sure this is due to the method we were using to do that; they were dropmarker arguments, and you've somehow removed the dropmarker in your theme (which looks really good, it's just inconvenient for my scripts). Any ideas on how we could manipulate the menu button text in Stylish while using this theme? Or is there some code we could use to bring the dropmarker back?

Post the code you're using and I'll get it working.

#7 Darrian

    The Apathetic

  • 1,853 posts
  • Joined: 22-October 01

Posted 24 July 2010 - 03:59

The most basic version would probably be
#appmenu-button .button-text { display:none !important; }
#appmenu-button dropmarker:before { content: "Firefox" !important; }
. If I had an alternative to this I could use it with everything else.

#8 +SoapyHamHocks

    Resident Elite

  • 1,501 posts
  • Joined: 06-March 04

Posted 24 July 2010 - 04:02

View PostDarrian, on 24 July 2010 - 03:59, said:

The most basic version would probably be
#appmenu-button .button-text { display:none !important; }
#appmenu-button dropmarker:before { content: "Firefox" !important; }
. If I had an alternative to this I could use it with everything else.
Alright, I think I removed some code in the theme. I'll see what I can do.

#9 Darrian

    The Apathetic

  • 1,853 posts
  • Joined: 22-October 01

Posted 24 July 2010 - 04:04

Thanks :)

#10 Azies

    Resident Elite

  • 1,141 posts
  • Joined: 19-January 10

Posted 24 July 2010 - 04:05

Downloading this theme as soon as I can download Firefox 4 Beta 1, need a compact good looking FF theme.

#11 +SoapyHamHocks

    Resident Elite

  • 1,501 posts
  • Joined: 06-March 04

Posted 24 July 2010 - 04:06

View PostDarrian, on 24 July 2010 - 04:04, said:

Thanks :)

Not really an ideal solution, but it works.

#appmenu-button .button-text { 
  display:none !important;
}

#appmenu-button > .button-box:before {
  content: "Firefox" !important;
  padding: 0 0 0 15px !important;
}


#12 Darrian

    The Apathetic

  • 1,853 posts
  • Joined: 22-October 01

Posted 24 July 2010 - 04:20

Good enough, I should be able to work with that. Thanks a lot!

Update: Well, it kind of works; when I plugged it into my Phoenix button script it put the text before the icon instead of after.

Update 2: Changed "before" to "after" and it worked ;)

#13 xPerFeXioN

    Neowinian

  • 36 posts
  • Joined: 23-June 09

Posted 24 July 2010 - 04:38

Can someone help me make the bookmarks Bar Aero and make the text more visible while its Aero. Also make it a little slimmer than it is by default to go with the theme.

So far I have this. Most of it I picked up from SoapyHamHocks post earlier.
#PersonalToolbar {
  border-top: 0 !important;
  -moz-appearance: none !important;
  background: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(255,255,255,.1), rgba(255,255,255,.1)) !important;
  padding: 0 !important;
}

#PersonalToolbar .bookmark-item:not(menuitem){
  color: white !important;
  padding: 0 5px !important;
}


#14 +SoapyHamHocks

    Resident Elite

  • 1,501 posts
  • Joined: 06-March 04

Posted 24 July 2010 - 04:46

View PostxPerFeXioN, on 24 July 2010 - 04:38, said:

Can someone help me make the bookmarks Bar Aero and make the text more visible while its Aero. Also make it a little slimmer than it is by default to go with the theme.

So far I have this. Most of it I picked up from SoapyHamHocks post earlier.

What about something like this?
#PersonalToolbar {
  border: 0 !important;
  -moz-appearance: -moz-win-glass !important;
  background: transparent !important;
  padding: 0 !important;
  margin: -4px 0 1px 0 !important;
}

#PersonalToolbar .bookmark-item:not(menuitem){
  text-shadow: 0 0 5px rgba(255,255,255,.75),
               0 1px 0 rgba(255,255,255,.3) !important;
}


#15 xPerFeXioN

    Neowinian

  • 36 posts
  • Joined: 23-June 09

Posted 24 July 2010 - 04:53

View PostSoapyHamHocks, on 24 July 2010 - 04:46, said:

What about something like this?
#PersonalToolbar {
  border: 0 !important;
  -moz-appearance: -moz-win-glass !important;
  background: transparent !important;
  padding: 0 !important;
  margin: -4px 0 1px 0 !important;
}

#PersonalToolbar .bookmark-item:not(menuitem){
  text-shadow: 0 0 5px rgba(255,255,255,.75),
               0 1px 0 rgba(255,255,255,.3) !important;
}

Thanks that worked beautifully! oh one more thing is there a way to make the active tab stand out more maby make it darker? I really cant tell the difference right now.