An open API service indexing awesome lists of open source software.

https://github.com/meskarune/simplebubble.adiummessagestyle

Simple HTML5/CSS3 Empathy theme
https://github.com/meskarune/simplebubble.adiummessagestyle

Last synced: 3 months ago
JSON representation

Simple HTML5/CSS3 Empathy theme

Awesome Lists containing this project

README

        

Simple Bubble
=============

Simple HTML5/CSS3 Empathy theme

![theme preview](http://i.imgur.com/tK394PU.png?1)

This theme is a simple fast empathy theme that uses pure CSS to create the chat
bubble effect. It is very easy to change the colors to match your desktop,
just copy an existing file in the Variants folder, rename it and change the CSS
hex color values. There are numerous colors available, as well as dark and light
verions and an alternating bubble theme.

The Dark version is here: https://github.com/meskarune/SimpleBubbleDark.AdiumMessageStyle

![dark theme with image preview](http://i.imgur.com/GCczIyx.png)

Installation
============

Create the following directory:

mkdir -p ~/.local/share/adium/message-styles/SimpleBubble.AdiumMessageStyle

Copy the theme files there

Features:
* responsive bubbles that resize with window resizing
* simple and fast
* made to work with empathy
* image links are turned into embeded thumbnail links

Todo:

* dark version - done
* Alternating Theme - done
* CSS fade in animation? (is this needed?)
* Custom font - done (currently Open Sans)
* Display image links inline - done, might need some testing/work