forked from shri/kimonodigest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial Commit w/ all of the local work
- Loading branch information
0 parents
commit f03c2e7
Showing
53 changed files
with
12,113 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# https://git-scm.com/docs/gitignore | ||
# https://help.github.com/articles/ignoring-files | ||
# Example .gitignore files: https://github.com/github/gitignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"bitwise": true, | ||
"camelcase": true, | ||
"curly": true, | ||
"eqeqeq": false, | ||
"es3": false, | ||
"forin": true, | ||
"freeze": false, | ||
"immed": true, | ||
"indent": 4, | ||
"latedef": true, | ||
"newcap": true, | ||
"noarg": true, | ||
"noempty": true, | ||
"nonbsp": true, | ||
"nonew": true, | ||
"plusplus": false, | ||
"quotmark": "double", | ||
"undef": true, | ||
"unused": true, | ||
"strict": false, | ||
"trailing": true, | ||
"maxparams": 5, | ||
"maxdepth": 5, | ||
"maxstatements": 50, | ||
"maxlen": 150, | ||
|
||
"eqnull": true, | ||
|
||
"browser": false, | ||
"devel": false, | ||
"node": true, | ||
|
||
"white": true, | ||
|
||
"globals": { | ||
"$": true, | ||
"document": true, | ||
"brackets": true, | ||
"define": true, | ||
"Mustache": true, | ||
"window": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Bootstrap Material Design theme | ||
Copyright (C) 2014+ Federico Zivolo | ||
|
||
This program is free software: you can redistribute it and/or modify | ||
it under the terms you can find below. | ||
|
||
You can use this software for free only for no-profit projects. | ||
If you'd like to use this software in a commercial project you may | ||
contact the author (Federico Zivolo) of the software and ask for his | ||
permission and fulfill his conditions. | ||
|
||
You can edit and/or redistribute this software only providing a copy | ||
of this license with it. | ||
|
||
You cannot sell this software, any change to the software must be | ||
published under the same license of the original software, in case you | ||
don't want to publish your changes you can use a different license. | ||
It will be valid only if your changes are not published but | ||
keep private for personal projects or closed-source projects, in case | ||
you want to publish your changes you must switch again to the original | ||
license provided with the software. | ||
|
||
This software can be sold if used inside a software which uses it as | ||
dependency, in any case, this license must be included in the | ||
software. | ||
|
||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
|
||
This license could be edited in any moment without alert. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
Material Design for Bootstrap | ||
========================= | ||
|
||
This Bootstrap theme is an easy way to use the new Material Design guidelines by Google in your Bootstrap 3 based application. | ||
Just include the theme right after the Bootstrap CSS and include the javascript at the end of your document, everything will be converted to Material Design (paper) style. | ||
|
||
This theme is in early development and is not ready for production. | ||
|
||
Check out [the demo at this link](http://fezvrasta.github.io/bootstrap-material-design/). | ||
|
||
## How to install | ||
|
||
bower install bootstrap-material-design --save | ||
|
||
|
||
## Features | ||
|
||
Currently supported elements: | ||
|
||
- Input fields (text, numeric, email, etc) | ||
- Textarea | ||
- Buttons (ripple effect working) | ||
- Select | ||
- Navbar | ||
- Button groups | ||
- Input groups | ||
- Checkbox | ||
- Radio | ||
- Alerts | ||
- Progress bars | ||
- Jumbotron | ||
- Wells | ||
- Dialogs | ||
- Lists | ||
|
||
Todo elements: | ||
|
||
- Morphing icons | ||
- [Icons/grids/chips to card/fullscreen transitions](http://www.polymer-project.org/components/core-animated-pages/demo.html) | ||
- [Headers](http://www.polymer-project.org/components/core-header-panel/demo.html) | ||
- [Icon button](http://www.polymer-project.org/components/paper-icon-button/demo.html) | ||
- [Tabs](http://www.polymer-project.org/components/paper-tabs/demo.html) | ||
- [Toggle buttons](http://www.polymer-project.org/components/paper-toggle-button/demo.html) | ||
|
||
I'll try to write every component without the need of Javascript but just CSS, and use JS only if strictly needed. | ||
|
||
# Support me | ||
|
||
If you like this project you may support me by donating something on Gittip, starring this repository or reporting bugs and ideas in the issue section. | ||
|
||
[](https://www.gittip.com/FezVrasta/) | ||
[](https://github.com/FezVrasta/bootstrap-material-design/issues) | ||
|
||
# Documentation | ||
|
||
Material Design for Bootstrap provides some additional stuff to get the best from Material Design. | ||
|
||
### Variations: | ||
|
||
There are 17 additional color variations (in addition to the classic 4 variations) for buttons, inputs, checkboxes, radios, alerts, navbars, tabs, labels, paginations, progress bars and more. | ||
They can be used by adding the class suffix `-material-color` to the desired element and replacing `color` with the desired one. | ||
|
||
Example: | ||
|
||
<button class="btn btn-material-deeppurple">Deep purple button</button> | ||
|
||
These colors are taken from the Material Design color palette and are reported below: | ||
|
||
 | ||
|
||
### Buttons: | ||
|
||
Add `.btn-flat` to a button to make it flat, without shadows. | ||
Add `.btn-raised` to a button to add a permanent shadow to it. | ||
|
||
### Inputs: | ||
|
||
Add `.floating-label` to an input field with a `placeholder` to transform the placeholder in a floating label. | ||
|
||
Remember to use the proper HTML markup to get radio and checkboxes styled correctly (choose between *radio* or *checkbox*): | ||
|
||
<div class="radio/checkbox radio-primary"> | ||
<label> | ||
<input type="radio/checkbox" checked> | ||
Option one is this | ||
</label> | ||
</div> | ||
|
||
### Icons: | ||
|
||
Material Design for Bootstrap includes 490 original Material Design icons! | ||
These icons are extracted from the original Google sources and are licensed under the BSD license. | ||
They are provided as an iconic and easy to use font. | ||
|
||
Variations are available for every icon, including the original Bootstrap icons. | ||
|
||
The syntax to add a Material icon is: | ||
|
||
<i class="icon icon-material-favorite"></i> | ||
|
||
# Plugins | ||
|
||
Material Design for Bootstrap comes with styling support for various external scripts. At the moment only two scripts are supported but others will come: | ||
|
||
### SnackbarJS | ||
|
||
Create snackbars and toasts with [SnackbarJS plugin](https://github.com/FezVrasta/snackbarjs). The default toast style is the squared one (snackbar style). If you like to use the rounded style (toast style), please add the `toast` class to the `style` option of SnackbarJS. | ||
|
||
### RipplesJS | ||
|
||
This is part of Material Design for Bootstrap project and is a plain Javascript script which creates the ripple effect on click of the defined elements. | ||
At the moment RipplesJS does not have its own repository but it will probably have one in the future. | ||
|
||
### noUiSlider | ||
|
||
Make cross-browser sliders and get them styled with Material Design thanks to the support provided by this theme. | ||
Read more about [noUiSlider here](http://refreshless.com/nouislider/) | ||
|
||
|
||
# Compatibility | ||
|
||
Currently Material Design for Bootstrap supports Google Chrome (tested v37+), Mozilla Firefox (tested 30+), and Internet Explorer (tested 11+). Mobile browsers are not currently tested but it may work. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "Material Design for Bootstrap", | ||
"version": "0.0.8", | ||
"homepage": "http://fezvrasta.github.io/bootstrap-material-design", | ||
"authors": [ | ||
"Federico Zivolo <[email protected]>" | ||
], | ||
"description": "Material Design theme for Bootstrap 3", | ||
"main": "css-compiled/material.css", | ||
"keywords": [ | ||
"material", | ||
"design", | ||
"bootstrap", | ||
"theme", | ||
"google", | ||
"android" | ||
], | ||
"license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
} |
Oops, something went wrong.