azizasm / openemr-light-theme

Modern UI Theme for OpenEMR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenEMR Light Theme

This is a modern theme for the OpenEMR project. It uses the Foundation framework as a base.

Installing

This repo contains the various components needed to build a final style_light.css. To install into a working OpenEMR instance you can either download a zipped release from the releases page or clone the repo locally and build yourself. Once you have the style_light.css place it in <openemr_base_dir>/interface/themes/ directory.

Building

OpenEMR Light Theme uses Grunt to build the final output and Bower manage dependencies. You do not need to be familiar with these to build the final css, but they must be installed.

Steps to build

$ git clone git@github.com:robertdown/openemr-light-theme.git .
$ cd openemr-light-theme
$ npm install // Installs Grunt and Bower from npm via package.json
$ bower install // Grabs the various assets (i.e. Foundation)
$ grunt // Build files and place final output to css/style_light.css

Contributing

Contributions are welcome, fork, edit, submit a pull request

License

A full copy of the license can be viewed on the license page.

OpenEMR Light Theme Copyright © 2015 Robert Down Jr

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

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.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

About

Modern UI Theme for OpenEMR

License:GNU General Public License v2.0


Languages

Language:CSS 99.8%Language:JavaScript 0.2%