MozillaZine

[Theme] Classic Compact

Announce and Discuss the Latest Theme and Extension Releases.
roparr2

User avatar
 
Posts: 963
Joined: January 9th, 2008, 2:01 am
October 18th, 2009, 8:50 am

Post Posted October 18th, 2009, 8:50 am

It's just the folder icons that interest me, so I can get more folders on the Bookmark toolbar. But I've already added MultiRow Bookmarks.
Self-build: Win XP Pro SP3/ 3 GB RAM/ 3GHZ P4 dual core 32-bit
Self-build backup: Win XP Pro SP3 P3 750 MHZ
FF 3.5.5/TB 2.0.0.23 - 3 POP3 accounts --- Originally joined 2004

KLB
 
Posts: 938
Joined: December 21st, 2003, 9:25 am
Location: Portland Maine
October 18th, 2009, 9:49 am

Post Posted October 18th, 2009, 9:49 am

As far as I know, all bookmark toolbar icons use the same style rule. The way I fit more stuff on the bar is to keep the titles short.
Classic Compact A very compact yet clean Firefox theme
EnvironmentalChemistry.com News Careers Resources
InternetSAR.org Helping Search and Rescue

roparr2

User avatar
 
Posts: 963
Joined: January 9th, 2008, 2:01 am
October 18th, 2009, 10:05 am

Post Posted October 18th, 2009, 10:05 am

My folder names are only 2 letters, but I also have just a 17" CRT monitor. So if I changed the size of the folder icons, all the other toolbar icons would shrink, too?

Anyway, finally gave in to Multirow, but will take a while to get used to the new arrangement.
Self-build: Win XP Pro SP3/ 3 GB RAM/ 3GHZ P4 dual core 32-bit
Self-build backup: Win XP Pro SP3 P3 750 MHZ
FF 3.5.5/TB 2.0.0.23 - 3 POP3 accounts --- Originally joined 2004

KLB
 
Posts: 938
Joined: December 21st, 2003, 9:25 am
Location: Portland Maine
October 18th, 2009, 1:14 pm

Post Posted October 18th, 2009, 1:14 pm

I have a 15" laptop display, but I have it pushed up to 1400x1050. For me using Classic Compact, the address bar is only about 1/4" high.
Classic Compact A very compact yet clean Firefox theme
EnvironmentalChemistry.com News Careers Resources
InternetSAR.org Helping Search and Rescue

roparr2

User avatar
 
Posts: 963
Joined: January 9th, 2008, 2:01 am
October 18th, 2009, 5:50 pm

Post Posted October 18th, 2009, 5:50 pm

You have better eyes.
Self-build: Win XP Pro SP3/ 3 GB RAM/ 3GHZ P4 dual core 32-bit
Self-build backup: Win XP Pro SP3 P3 750 MHZ
FF 3.5.5/TB 2.0.0.23 - 3 POP3 accounts --- Originally joined 2004

KLB
 
Posts: 938
Joined: December 21st, 2003, 9:25 am
Location: Portland Maine
October 18th, 2009, 6:23 pm

Post Posted October 18th, 2009, 6:23 pm

roparr2 wrote:You have better eyes.


Maybe, but it took time for me to get used to it. I started out at 1024x768 and then over the years stepped it up incrementally as I got used to it. What I discovered is that my screen was clearer at 1400x1050 because this was the native resolution for my laptop screen. I also turned off Windows XP clear type so all the letters are nice and sharp.

I do a lot of programming so I need as much horizontal row length as possible for long lines of code.
Classic Compact A very compact yet clean Firefox theme
EnvironmentalChemistry.com News Careers Resources
InternetSAR.org Helping Search and Rescue

KLB
 
Posts: 938
Joined: December 21st, 2003, 9:25 am
Location: Portland Maine
November 2nd, 2009, 7:42 am

Post Posted November 2nd, 2009, 7:42 am

If there are any reasonably good graphics designers out there, I am in need of assistance. When Classic Compact is used in conjunction with my extension "Classic Compact Options" there is an option to merge the menu bar into one button. This button has an icon, that doesn't look so good because my icon design skills aren't that great. I'd really like to replace the icon with a better looking icon in my next release of Classic Compact, which has become necessary in order to support changes FF v3.6.

Any assistance with designing a new icon would be greatly appreciated. The existing icon is:

Image
Classic Compact A very compact yet clean Firefox theme
EnvironmentalChemistry.com News Careers Resources
InternetSAR.org Helping Search and Rescue

roparr2

User avatar
 
Posts: 963
Joined: January 9th, 2008, 2:01 am
November 3rd, 2009, 12:46 am

Post Posted November 3rd, 2009, 12:46 am

roparr2 wrote:Can I make the folder icons smaller?

KLB wrote:You might be able to add something to your userChrome.css along the lines of the following:
Code: Select all
.bookmark-item > .toolbarbutton-icon {width:14px !important;height 14px !important}

16px is the normal size. I don't know what will happen if you try to make icons smaller. Some icons might look goofy.


Doesn't work. Icons didn't resize. Have tried it several times since I posted.
Self-build: Win XP Pro SP3/ 3 GB RAM/ 3GHZ P4 dual core 32-bit
Self-build backup: Win XP Pro SP3 P3 750 MHZ
FF 3.5.5/TB 2.0.0.23 - 3 POP3 accounts --- Originally joined 2004

patrickjdempsey

User avatar
 
Posts: 482
Joined: October 23rd, 2008, 11:43 am
Location: Asheville NC
November 3rd, 2009, 1:45 am

Post Posted November 3rd, 2009, 1:45 am

try this:

Code: Select all
#wrapper-personal-bookmarks .toolbarpaletteitem-box,
.bookmark-item > .toolbarbutton-icon {
  width: 12px !important;
  height: 12px !important;
}


14px will make them fuzzy because it isn't a good fractional scaling. 12px is 3/4... they will be a little soft, but not too bad.
That's alot of grains of salt huh?

roparr2

User avatar
 
Posts: 963
Joined: January 9th, 2008, 2:01 am
November 3rd, 2009, 11:46 am

Post Posted November 3rd, 2009, 11:46 am

I've tried several others, and this is the first one that worked!! :D Doesn't matter if the icons are fuzzy, I just need max space and lots of bkmk folders on my Multirow Toolbar. Thanks.
Self-build: Win XP Pro SP3/ 3 GB RAM/ 3GHZ P4 dual core 32-bit
Self-build backup: Win XP Pro SP3 P3 750 MHZ
FF 3.5.5/TB 2.0.0.23 - 3 POP3 accounts --- Originally joined 2004

cristof77
 
Posts: 2
Joined: November 6th, 2009, 7:16 am
November 6th, 2009, 7:31 am

Post Posted November 6th, 2009, 7:31 am

Hi Ken.

I have a bug to submit, I didn't see it in previous post (but I haven't read all of them!).
Here the problem: Since I've install Classic Option add-on, in all the options menu of firefox, I have the same graphiq for every butons. They all appear uncheked. So I can't see what's the option cheked and uncheked, and can't see what i'm doing when I click on them.

Did some utilisator already uncounter this problem?
I'd love not to have to uninstall classic because i'm sensible of the ergonomic gain it offers me. :D

I'm on XP SP3, with firefox 3.5.5.
Thanks for reading!

KLB
 
Posts: 938
Joined: December 21st, 2003, 9:25 am
Location: Portland Maine
November 6th, 2009, 8:17 am

Post Posted November 6th, 2009, 8:17 am

Cristof77,

I believe your problem is that in Classic Compact Options you have the option "OS System Colors" set to "very dark/black backgrounds". You need to set this option to "light/gray backgrounds (default)".
Classic Compact A very compact yet clean Firefox theme
EnvironmentalChemistry.com News Careers Resources
InternetSAR.org Helping Search and Rescue

heavymetalhead
 
Posts: 1
Joined: November 6th, 2009, 12:49 pm
November 6th, 2009, 12:58 pm

Post Posted November 6th, 2009, 12:58 pm

hi Ken,

I love your Classic Compact theme and it's the only one I've ever wanted to use. I'm reinstalling it in FX after a Windows crash and I'm getting the following error when I try to download it from the AddOn page:

Firefox could not install the file at

https://addons.mozilla.org/downloads/fi ... ar?src=api

because: Invalid file hash (possible download corruption)
-261

Please help!!

KLB
 
Posts: 938
Joined: December 21st, 2003, 9:25 am
Location: Portland Maine
November 6th, 2009, 3:15 pm

Post Posted November 6th, 2009, 3:15 pm

The download issue has been fixed, but it will take a couple hours for it to become visible on AMO. I ran a fowl of bugs in the AMO website.
Classic Compact A very compact yet clean Firefox theme
EnvironmentalChemistry.com News Careers Resources
InternetSAR.org Helping Search and Rescue

masher
 
Posts: 4
Joined: November 5th, 2009, 4:52 am
November 7th, 2009, 8:36 am

Post Posted November 7th, 2009, 8:36 am

hi, can you make this theme for seamonkey? its nice, compact and who use seamonkey are waiting for one like this.

Return to Extension/Theme Releases


Who is online

Users browsing this forum: No registered users and 4 guests