Web browsers

Too big spaces between the mail groups in Google Mail Preview (dense) theme.

Chrome custom stylesheet

0

A few days ago I changed my Gmail theme into Preview (dense). It is clean and it suits to other Google services. It fine except one thing: it’s “denceness” is not as good as I want to. The problem is space between mail groups in Inbox. The headers of the group have too big spacing between them (padding-top) and due to that, the page is stretched too much (look at the image attached).

The solution?

Since I cannot edit any CSS files from Gmail’s themes, I had to find a way to change it in the browser. Many apps have their own custom stylesheets that we can edit to make our favorite pages look better. Most of them let us access them from the menu. But not Google Chrome.

To define custom styles for our page we have to change file hidden in the Chrome app directory structure. In Windows it’s placed under: user_dir\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets\Custom.css. 

Update [Oct 20 2011]! In Linux OS it is ~/.config/google-chrome/Default/User StyleSheets.

In the file (empty by default) you need to put your custom CSS code. In my case it was:

.Wg{
	padding-top:4px !important;
}

The !important directive is needed, since the CSS will be ignored as being less important than page stylesheet. Voila! Now we have really dense theme. You can see difference on the image.

Note that when you save the Custom.css file Chrome immediately changes the style for the page (if opened). It useful, when you want to try many options without reloading the page. Another option is running Developers Tools of course.

The last problem is how to make custom stylesheets for different pages. For now, I haven’t been looking for solution, since I don’t need one. If you know any, let me know in the comment.

Jolicloud

Few words about new Jolicloud

2

Well. I’ve been thinking and suddenly I came up with an idea of writing a few sentences about new (1.1) version of Jolicloud. I must admit that it is really improved comparing to version 1.0. The upgrade brought us many interesting and pretty useful changes, that made this system working better.

I was attending in the two upgrade approaches. One on my computer and the second on the Asus Eee PC netbook of my friend. On none of them upgrade went well. In my case (Windows installation version) it crashed, when I went, following the advice displayed on the screen, to the kitchen for my coffee. When I got back there was black screen with shell and some error like: “Something went wrong. Dropping to shell”. Well, no chance of repair. After the reboot the system crushed. After the reinstall on my Windows, everything is fine.

On the netbook it was even funnier. It was clean install made from the ISO image, so it was like normal GNU/Linux distribution. Upgrade failed of course. My friend tried making an upgrade from the shell, which took us about 6 hours for all the packages download, install and configure. After then the system shown the message about error of the package manager, which could not install jolicloud-common package. After another hours of running some repairs the system started, but there was no program bar on the top. I still don’t know how it ended. So, if you can, just make clean install of Jolicloud, instead of counting on the upgrade system.

Now let’s see some improvements made in this new version. (more…)

Usuwanie toolbara Yahoo z PDF Creatora w Firefox

2

PDF Creator to na prawdę potężne narzędzie. Potrafi praktycznie każdy dokument zamienić na bardzo dobrej jakoś plik PDF, który można następnie udostępnić swoim znajomym, klientom czy współpracownikom.

Niestety instalacja najnowszej wersji tego programu (0.9.8) zawiodła mnie. Podczas instalacji pojawia się pytanie o uczynienie Yahoo domyślną przeglądarką. Jednak odznaczenie tej “możliwości” wcale nie oznacza, że będziemy mieli święty spokój i nie zobaczymy nic zaskakującego w naszym Firefox. (more…)

Nowa Opera

0

Właśnie rozpocząłem moją przygodę z nową Operą. Z przeglądarką tą jestem już od pięciu lat, ale nowa wersja (10.00) jest na prawdę niesamowita. Co prawda wyżera całą masę pamięci (u mnie około 130 MB, jeśli nie więcej, po włączeniu Opera Unite), ale przy komputerach obecnej generacji nie stanowi to szczególnego problemu. Używa się lekko, sprawnie i wygodnie.

Jak widać Opera stawia teraz na społeczność: My Opera, Opera Unite. Usługi te pozwalają świetnie dzielić się swoimi plikami. Niejednokrotnie stawałem przed dylematem: jak przekazać plik znajomemu? Teraz jest to dziecinnie proste, dzięki serwerom Opera Unite.

Jeżeli chodzi o My Opera, może to być nieco spóźniona akcja. Wielu ludzi ma już blogi, albumy zdjęć i inne tego typu bajerki na innych serwisach i nie koniecznie będą chcieli łatwo z tego zrezygnować. Mimo to bardzo przydatne byłoby wprowadzenie podręcznego systemu dodawania wpisów do Bloga, podobne do tego z Internet Explorera 8, gdzie możemy szybko zaznaczyć tekst i zacytować we własnych wpisach na blogu.

EDIT: Opera wygryzła mi prawie 250 MB RAMu Mało to nie jest, ale na przeciętnym dzisiaj sprzęcie nie ma problemu.

Go to Top