Roundcube Community Forum

 

Chameleon Blue - customization of Chameleon by Kolab Community

Started by Skolzyashiy, June 23, 2015, 04:30:31 PM

Previous topic - Next topic

Skolzyashiy

Chameleon Blue basically are blue customization of Chameleon by Kolab Community:




Installation

Download latest release here.
Merge "skins" folder with your Roundcube instance/skins directory.

Chameleon depends on Larry, so this skin must be installed too.
Enjoy!



druckmusik

Quote from: Skolzyashiy on June 23, 2015, 04:30:31 PM
Chameleon Blue basically are blue customization of Chameleon by Kolab Community:

Great skin!
Thank you.
Just two feature requests (don't know it thats easy possible):

- show contact-photos already in the mail-list
- not only show the number of unread items beside the folders, but also the count of ALL itmes in a folder

see the attached example.


Stefan

Skolzyashiy

Unfortunately I can not add these cool features. Seems it needs to change oiriginal Larry theme. Currently I can only fix color/icons bugs or miscoloring.



ramgs

This is an excellent modern skin. Thanks for your work.

I'd like to ask for only a couple of minor modifications, or help in making them myself.

1) Is it possible to move the "move to" button form the more menu to the toolbar? This is the case when displaying single messages (when you double click on messages), but not when viewing the message list in a folder.

2) In a message listing, the subject is a little greyed. Can it be made full black normally bold? Actually, I wouldn't mind the whole of the unread message line foreground to be slightly coloured. I know all this is CSS, but I fear that changing one option will affect too many things. Could you please point me to the right one?

Thanks kindly.


Skolzyashiy

Quote from: ramgs on January 03, 2016, 04:09:43 AM
This is an excellent modern skin. Thanks for your work.

Thanks to Kolab :) I`ve only colorized this theme.


Quote from: ramgs on January 03, 2016, 04:09:43 AM
1) Is it possible to move the "move to" button form the more menu to the toolbar? This is the case when displaying single messages (when you double click on messages), but not when viewing the message list in a folder.

I don`t see such option in options, so I can`t help you, because it may need to modify the html code of Larry skin templates. There is 5 files with id="messagetoolbar" and this buttons..

Quote from: ramgs on January 03, 2016, 04:09:43 AM
2) In a message listing, the subject is a little greyed. Can it be made full black normally bold? Actually, I wouldn't mind the whole of the unread message line foreground to be slightly coloured. I know all this is CSS, but I fear that changing one option will affect too many things. Could you please point me to the right one?

If I understand correctly, you need to change 642 line in mail.css in Larry skin folder and then minimize this css and copy it to mail.min.css
.headers-table td.header a, .ui-dialog-content.popup span.adr a { color: here }

Quote from: antoniob on January 18, 2016, 06:56:05 PM
Nice theme! Thank you.

You are welcome! And thanks for the $$ :)


ramgs

Thanks for your reply.

I actually needed an earlier line, which I found by searching for a color tag:

Line 353:
.messagelist tbody td a {
        color: #333;
        ...
}


Changing that to #000 did the trick. I'll be trying some similar variations, based on your lead.