Skip to content

Commit

Permalink
Update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
xcatliu committed Apr 6, 2017
1 parent b57ab55 commit 4a51493
Show file tree
Hide file tree
Showing 18 changed files with 114 additions and 85 deletions.
25 changes: 3 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,11 @@
# Color - Mobi.css Plugin
# [mobi-plugin-color](https://mobi-css.github.io/mobi-plugin-color/)

[![Build Status](https://img.shields.io/travis/mobi-css/mobi-plugin-color.svg)](https://travis-ci.org/mobi-css/mobi-plugin-color) [![npm package](https://img.shields.io/npm/v/mobi-plugin-color.svg)](https://www.npmjs.org/package/mobi-plugin-color) [![npm downloads](http://img.shields.io/npm/dm/mobi-plugin-color.svg)](https://www.npmjs.org/package/mobi-plugin-color)

The color plugin for [Mobi.css](http://getmobicss.com)
Add more colors to your website.

## Introduction

> Mobi.css is a themeable, pluginable, mobile-first css framework.
This is the color plugin for [Mobi.css](http://getmobicss.com), you can use it within [Mobi.css](http://getmobicss.com) framework, or simply use the [standalone css library](https://github.com/mobi-css/mobi-plugin-color/releases) without using Mobi.css framework.

You can also insert the CDN link to your `<head>` to try the standalone version:
## unpkg

```html
<link rel="stylesheet" href="https://unpkg.com/mobi-plugin-color/dist/mobi-plugin-color.min.css" />
```

## Docs

Please checkout [here](https://mobi-css.github.io/mobi-plugin-color/) for usage.

## Community

Like Mobi.css? Please join the community to discuss new features, open an issue or create pull requests!

- [GitHub organization](http://github.com/mobi-css)
- [Follow us on twitter](https://twitter.com/mobi_css)
- [Join gitter discuss](https://gitter.im/mobi-css)
- [Read our blogs](https://medium.com/@mobi_css)
16 changes: 6 additions & 10 deletions dist/mobi-plugin-color.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*!
* mobi-plugin-color v0.1.1
* https://mobi-css.github.io/mobi-plugin-color/
*/

/*! mobi-plugin-color v0.1.1 https://github.com/mobi-css/mobi-plugin-color */
.text-success,
a.text-success {
color: #5eba5e; }
Expand Down Expand Up @@ -36,16 +32,16 @@ a.text-inverse {
background-color: #333; }

.bg-primary-faded {
background-color: rgba(38, 128, 217, 0.1); }
background-color: #d4e6f7; }

.bg-success-faded {
background-color: rgba(94, 186, 94, 0.1); }
background-color: #dff1df; }

.bg-warning-faded {
background-color: rgba(240, 167, 66, 0.1); }
background-color: #fcedd9; }

.bg-danger-faded {
background-color: rgba(219, 87, 87, 0.1); }
background-color: #f8dddd; }

.bg-faded {
background-color: rgba(51, 51, 51, 0.05); }
background-color: #f2f2f2; }
5 changes: 1 addition & 4 deletions dist/mobi-plugin-color.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mobi-plugin-color.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 6 additions & 10 deletions docs/css/mobi-plugin-color.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*!
* mobi-plugin-color v0.1.1
* https://mobi-css.github.io/mobi-plugin-color/
*/

/*! mobi-plugin-color v0.1.1 https://github.com/mobi-css/mobi-plugin-color */
.text-success,
a.text-success {
color: #5eba5e; }
Expand Down Expand Up @@ -36,16 +32,16 @@ a.text-inverse {
background-color: #333; }

.bg-primary-faded {
background-color: rgba(38, 128, 217, 0.1); }
background-color: #d4e6f7; }

.bg-success-faded {
background-color: rgba(94, 186, 94, 0.1); }
background-color: #dff1df; }

.bg-warning-faded {
background-color: rgba(240, 167, 66, 0.1); }
background-color: #fcedd9; }

.bg-danger-faded {
background-color: rgba(219, 87, 87, 0.1); }
background-color: #f8dddd; }

.bg-faded {
background-color: rgba(51, 51, 51, 0.05); }
background-color: #f2f2f2; }
5 changes: 1 addition & 4 deletions docs/css/mobi-plugin-color.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/mobi-plugin-color.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4a51493

Please sign in to comment.