Skip to content

Commit

Permalink
Incorporated changes up to 17 august. Added paypal donation badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skolzyashiy committed Sep 10, 2015
1 parent f647e72 commit 51734cf
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 29 deletions.
Binary file added modified_source/spanner.psd
Binary file not shown.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Chameleon Blue (roundcube skin)
===============================
#Chameleon Blue (roundcube skin)
[![Donate via paypal](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/kosko/10 "Consider donation")


Chameleon Blue basically are blue customization of [Chameleon](https://git.kolab.org/diffusion/RSC/) by Kolab Community.

Expand All @@ -8,10 +9,9 @@ Chameleon Blue basically are blue customization of [Chameleon](https://git.kolab



Installation
------------
##Installation


Merge "skins" folder with your Roundcube instance/skins directory.

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

Binary file added skins/chameleon-blue/images/spanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion skins/chameleon-blue/styles.css

Large diffs are not rendered by default.

49 changes: 26 additions & 23 deletions skins/chameleon-blue/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,15 @@ html.mozilla #mailboxlist > li:first-child,
top: 80px;
}

.boxcontent .boxwarning {
padding: 6px 80px 6px 6px;
min-height: 70px;
background: url(images/spanner.png) @light-color right center no-repeat;
border: none;
color: darken(@main-color, 25%);
font-size: 12pt;
}

/** font/text styles **/

h1.boxtitle,
Expand Down Expand Up @@ -3187,44 +3196,38 @@ div.messagetasklinks::before {
background-position: center -690px;
}

#files-folder-list ul li span.name,
#files-folder-list ul li.mailbox.collection span.name {
#files-folder-list ul li .name,
#files-folder-list ul li.mailbox.collection .name {
background-image: url(images/listicons.png);
color: @text-color;
line-height: 29px;
padding: 7px 8px 7px 35px;
}

#files-folder-list ul li.virtual span.name {
#files-folder-list ul li.virtual .name {
color: #aaa;
}

#files-folder-list ul li.mailbox.collection.audio span.name,
#files-folder-list ul li.mailbox.collection.audio.selected span.name {
background-position: 7px -2360px;
}

#files-folder-list ul li.mailbox.collection.video span.name,
#files-folder-list ul li.mailbox.collection.video.selected span.name {
background-position: 7px -2384px;
#files-folder-list ul li.mailbox.collection.selected .name {
color: #fff;
}

#files-folder-list ul li.mailbox.collection.image span.name,
#files-folder-list ul li.mailbox.collection.image.selected span.name {
background-position: 7px -2408px;
#files-folder-list ul li.mailbox.collection.audio .name,
#files-folder-list ul li.mailbox.collection.audio.selected .name {
background-position: 7px -2363px;
}

#files-folder-list ul li.mailbox.collection.document span.name,
#files-folder-list ul li.mailbox.collection.document.selected span.name {
background-position: 7px -2432px;
#files-folder-list ul li.mailbox.collection.video .name,
#files-folder-list ul li.mailbox.collection.video.selected .name {
background-position: 7px -2387px;
}

#files-folder-list ul li span.name {
background-position: 7px 5px;
#files-folder-list ul li.mailbox.collection.image .name,
#files-folder-list ul li.mailbox.collection.image.selected .name {
background-position: 7px -2411px;
}

#files-folder-list ul li.child span.name {
background-position: 7px -93px;
#files-folder-list ul li.mailbox.collection.document .name,
#files-folder-list ul li.mailbox.collection.document.selected .name {
background-position: 7px -2435px;
}

ul.toolbarmenu li span.saveas {
Expand Down

0 comments on commit 51734cf

Please sign in to comment.