Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaisermann/comicbubbles
CSS-only 8 bit-like comic balloons
https://github.com/kaisermann/comicbubbles
balloon bubble comic comic-bubbles css css-only pixel-art
Last synced: 3 months ago
JSON representation
CSS-only 8 bit-like comic balloons
- Host: GitHub
- URL: https://github.com/kaisermann/comicbubbles
- Owner: kaisermann
- Created: 2016-01-30T00:15:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T15:00:09.000Z (over 7 years ago)
- Last Synced: 2024-09-12T11:58:24.207Z (5 months ago)
- Topics: balloon, bubble, comic, comic-bubbles, css, css-only, pixel-art
- Language: CSS
- Homepage:
- Size: 44.9 KB
- Stars: 18
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 8 Bit-like Comic Bubbles
Simple CSS only, one element, 8 Bit-like comic bubble. Based on [http://wigflip.com/ds/](http://wigflip.com/ds/).
## Classes
* **.cbbl**
* Obligatory. Defaults to left side balloon.
* **.cbbl.-right**
* Optional. Makes the bubble tail go to the right side.
* **.cbbl.-up**
* Optional. Makes the bubble tail come from the balloon's upper side. Works with _.-right_
* **.cbbl.-hover**
* Optional. Indicates that the bubble will change colors on mouse hover.
* **.cbbl.-btn**
* Optional. Indicates that the bubble will be used as a button (with click transform animation).
* **.cbbl.-no-selection**
* Optional. Makes the bubble unselectable by the user's cursor.## Installation
* `bower install --save comicbubbles`
* `npm install comicbubbles`
* `yarn add comicbubbles`## Examples & some usages
You can see some examples on codepen: http://codepen.io/chrispif/pen/xZWVrG
* Custom button;
* Section title;
* Input boxes (remove the input borders);
* And of course, actual speech bubbles.###### Sample code
````Hello
How are you?
````
Will produce:![](https://raw.githubusercontent.com/kaisermann/comicbubbles/master/comicbubbles.gif)
## Compatibility
IE 9+, Chrome, Safari, Firefox, Opera...
## Observations
1. To rebuild the project, just run '**gulp**' on your terminal.
2. To change the hover colors you can simply rebuild the project with a different value on the variables or you can just search and replace the default colors values.