[Ext] Personal Titlebar

Announce and Discuss the Latest Theme and Extension Releases.
Post Reply
User avatar
yuoo2k
Posts: 721
Joined: November 1st, 2005, 9:03 am
Location: Taiwan

Re: [Ext] Personal Titlebar

Post by yuoo2k »

XeonG wrote:On testing my only suggestion would more customization and control.. like if there was a way to have the [Titlebar Text] or [BookmarkToolbar Items] any other element(s) anchored to the right side of the toolbar, with text aligned to the right aswel (much like my fake screenshot demonstrates).

Try to create a text file named "userChrome.css" under the "chrome" folder in your profile.
PS: Firefox Menu->Help->Troubleshooting Information->Profile Directory [Open Containing Folder].
And, use the following user customized style:

Code: Select all

#titlebar-text {
  text-align: right;
}
XeonG
Posts: 28
Joined: January 18th, 2011, 3:46 am

Re: [Ext] Personal Titlebar

Post by XeonG »

Thanks, yeah I totally forget I could just do that myself, with stylish even.

I guess I was thinking more along the lines of it being some sort option provided by your extension.
BrunoReX
Posts: 80
Joined: December 13th, 2007, 12:46 pm

Re: [Ext] Personal Titlebar

Post by BrunoReX »

Was this deleted from AMO?
And... why?
User avatar
yuoo2k
Posts: 721
Joined: November 1st, 2005, 9:03 am
Location: Taiwan

Re: [Ext] Personal Titlebar

Post by yuoo2k »

BrunoReX wrote:Was this deleted from AMO? And... why?

No, personal titlebar is still on AMO, the new version is now waiting for AMO editor's review.
It should be public after AMO editor approved my full review request.

At this moment, please download from here:
http://forum.moztw.org/viewtopic.php?t=30922
molio
Posts: 5
Joined: February 11th, 2011, 7:03 am

Re: [Ext] Personal Titlebar

Post by molio »

Can I be added to only part of menu bar?
For example, I am not necessary "help".
For example, I added to only "File, View, History, Tools" menu.
I hope it. thank you.
User avatar
yuoo2k
Posts: 721
Joined: November 1st, 2005, 9:03 am
Location: Taiwan

Re: [Ext] Personal Titlebar

Post by yuoo2k »

molio wrote:Can I be added to only part of menu bar?
For example, I am not necessary "help".
For example, I added to only "File, View, History, Tools" menu.

v1.0.20110212: https://addons.mozilla.org/en-US/firefo ... /versions/
+ Added: Allow customize each Menu Bar Menu's display from Customize Toolbar panel.
molio
Posts: 5
Joined: February 11th, 2011, 7:03 am

Re: [Ext] Personal Titlebar

Post by molio »

Great. Excellent!!
But I might be greedy.
When the menu bar display, Can I stop the customization?
I want to customize a title bar,don't want to customize a menu bar
Or, I want Key operation to appear another full menu bar.
Thank you.
User avatar
yuoo2k
Posts: 721
Joined: November 1st, 2005, 9:03 am
Location: Taiwan

Re: [Ext] Personal Titlebar

Post by yuoo2k »

molio wrote:When the menu bar display, Can I stop the customization?
I want to customize a title bar,don't want to customize a menu bar
Or, I want Key operation to appear another full menu bar.

Well, I think it exceeds this extension's original purpose, I'm not planing to do that.

My suggestion:
There are some other extensions can do hide/show toolbar, some of them allow to customize the hot key, you may want to combine the Personal Titlebar with them. Thank you.
molio
Posts: 5
Joined: February 11th, 2011, 7:03 am

Re: [Ext] Personal Titlebar

Post by molio »

yuoo2k wrote:Well, I think it exceeds this extension's original purpose, I'm not planing to do that.

All right.
Thanks for suggestions.
I try it. Thank you.
dedonoe
Posts: 15
Joined: March 10th, 2011, 2:14 pm

Re: [Ext] Personal Titlebar

Post by dedonoe »

Great extension!

I have only one question or help maybe.

How can i remove the shadow under the menu bar text?
Image

to be like this:
Image

Thank you for your help.

Edit:
I'ts not a extension problem, it is Persona (White glossy look) thing. Is there any way to remove the shadow?
User avatar
yuoo2k
Posts: 721
Joined: November 1st, 2005, 9:03 am
Location: Taiwan

Re: [Ext] Personal Titlebar

Post by yuoo2k »

dedonoe wrote:How can i remove the shadow under the menu bar text?

Add the following setting in your userChrome.css:

Code: Select all

#personal-titlebar tabs tab,
#personal-titlebar toolbarbutton,
#personal-titlebar toolbaritem > label,
#personal-titlebar menubar > menu {
  text-shadow: none !important;
  color: #000 !important;
}
dedonoe
Posts: 15
Joined: March 10th, 2011, 2:14 pm

Re: [Ext] Personal Titlebar

Post by dedonoe »

yuoo2k wrote:
dedonoe wrote:How can i remove the shadow under the menu bar text?

Add the following setting in your userChrome.css:

Code: Select all

#personal-titlebar tabs tab,
#personal-titlebar toolbarbutton,
#personal-titlebar toolbaritem > label,
#personal-titlebar menubar > menu {
  text-shadow: none !important;
  color: #000 !important;
}


Thanks for the help and for the great addon yuoo2k :)
User avatar
yuoo2k
Posts: 721
Joined: November 1st, 2005, 9:03 am
Location: Taiwan

Re: [Ext] Personal Titlebar

Post by yuoo2k »

v1.0.20110316: https://addons.mozilla.org/en-US/firefo ... /versions/
+ Fixed: Incompatible with "PrefBar" extension.
User avatar
happysurf
Posts: 351
Joined: January 20th, 2011, 3:14 am

Re: [Ext] Personal Titlebar

Post by happysurf »

I have a bug, follow this steps for reproduce it;
- With Personal Titlebar enabled > print preview;
- Click to close for come back to web page, now the XP theme titlebar overlapped the Firefox one.
Any idea?
Surf the Internet is a dirty job but someone has to do it.
User avatar
yuoo2k
Posts: 721
Joined: November 1st, 2005, 9:03 am
Location: Taiwan

Re: [Ext] Personal Titlebar

Post by yuoo2k »

happysurf wrote:I have a bug, follow this steps for reproduce it;
- With Personal Titlebar enabled > print preview;
- Click to close for come back to web page, now the XP theme titlebar overlapped the Firefox one.
Any idea?

Hello,
I can't reproduce this problem, would you please try again in a new profile with only ABH2 installed.
Post Reply