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
- Host: GitHub
- URL: https://github.com/meskarune/simplebubble.adiummessagestyle
- Owner: meskarune
- Created: 2014-12-25T01:51:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T20:15:33.000Z (over 8 years ago)
- Last Synced: 2025-01-27T06:15:17.763Z (5 months ago)
- Language: HTML
- Size: 43.9 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Bubble
=============Simple HTML5/CSS3 Empathy theme

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

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 linksTodo:
* 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