Flock theme for Firefox

December 3, 2005  |  Published in Geekiness

While we’re on the whole theming business, but I thought I’d point to this: Flofox – Flock theme for Firefox [UNEASYsilence]. Makes Firefox look like the (interesting, and much prettier, but for me not currently worth running without a compatible SessionSaver extension) Flock browser.

The theme does look a bit odd on my Linux box though (running Firefox 1.5) — the favicons in the tab bar look a bit stretched. To fix this, simply edit your userChrome.css file and add the following lines to the end:

.tab-icon {
padding-top: 1px !important;
padding-bottom: 3px !important;
}

Looks fine for me now. Your mileage may vary, and all that — edit the padding amounts as necessary.