Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zzap/Cikonss


https://github.com/zzap/Cikonss

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

Cikonss
=========

Cikonss are created in order to be pure CSS, responsive and cross-browser usable. By "cross-browser" I mean IE8 as well. This means that CSS2 is in use which leads to limited shapes (and icons) available.

![Cikonss](http://cikonss.developerka.org/assets/cikonss.png)

Some of icons do have border-radius property but this is mainly for fine styling in browsers that supports this property. This doesn't effect in loosing the shape of the icon.

##Demos

- [Cikonss - main page](http://cikonss.developerka.org/)
- [Small Cikonss](http://cikonss.developerka.org/small-icons.html)
- [Mid Cikonss](http://cikonss.developerka.org/mid-icons.html)
- [Large Cikonss](http://cikonss.developerka.org/large-icons.html)
- [Extra Large Cikonss](http://cikonss.developerka.org/extra-large-icons.html)
- [Huge Cikonss](http://cikonss.developerka.org/huge-icons.html)

##Usage

Include cikonss.css file in the head of your html file, like so:

``

Now you can simply choose out of 43 icons, 5 sizes and 3 variants. An icon is made of two `` elements. Parent element defines:

- **general style:** `.icon` *(mandatory)*
- **the size:** `.icon-small`, `.icon-mid`, `.icon-large`, `.icon-extra-large`, `.icon-huge` *(mandatory)*
- **variant:** `.icon-square`, `.icon-rounded` *(optional)*

`...`

Child element is the actual icon - available classes are in [preview](http://cikonss.developerka.org/index.html#preview) section. Mandatory code for an icon would look like this:

``

##License

[MIT license](http://opensource.org/licenses/MIT)