public
Fork of pilu/web-app-theme
Description: A simple theme for web apps
Homepage:
Clone URL: git://github.com/carlosbrando/web-app-theme.git
name age message
file .gitignore Sat Oct 17 17:34:40 -0700 2009 added gemspec [pilu]
file LICENSE Sat Jan 17 18:22:02 -0800 2009 added LICENSE and README [pilu]
file README.md Sat Oct 17 17:51:05 -0700 2009 updated readme [pilu]
file Rakefile Sat Oct 17 17:34:40 -0700 2009 added gemspec [pilu]
file VERSION Sat Oct 17 17:34:40 -0700 2009 added gemspec [pilu]
directory features/ Sun Sep 27 08:12:38 -0700 2009 fixed typo [pilu]
directory images/ Tue Mar 31 19:39:20 -0700 2009 Added new images. [carlosbrando]
file index.html Wed Sep 16 09:16:42 -0700 2009 Merge branch 'master' of git://github.com/pilu/... [Carlos Brando]
directory javascripts/ Tue Jan 20 17:46:11 -0800 2009 added scroll with jquery.scrollTo [pilu]
directory lib/ Sat Oct 17 17:34:40 -0700 2009 added gemspec [pilu]
directory rails_generators/ Sun Oct 18 06:53:23 -0700 2009 Merge branch 'master' of git://github.com/pilu/... [carlosbrando]
directory stylesheets/ Wed Sep 16 09:16:42 -0700 2009 Merge branch 'master' of git://github.com/pilu/... [Carlos Brando]
directory test/ Fri Sep 18 15:26:27 -0700 2009 fixed resource name generation [pilu]
file web-app-theme.gemspec Sat Oct 17 17:35:05 -0700 2009 Regenerated gemspec for version 0.3.0 [pilu]
README.md

Web App Theme

A simple layout by Andrea Franz that you can use in your web applications. Inspired by cool themes like Lighthouse, Basecamp, RadiantCMS and others, it wants to be an idea to start developing a complete web application layout.

Installation

Install the gem with:

sudo gem install web-app-theme -s http://gemcutter.org

You can also install it as a rails plugin:

script/plugin install git://github.com/pilu/web-app-theme.git

Contributing

  • Fork this repository.
  • Duplicate the 'themes/default' folder and rename it.
  • Modify the style.css file adding your favorite colors.
  • Add a link to your theme in the 'Switch Theme' block inside the index.html file.
  • Send a pull request.

Web App Theme screenshot

Contributors

Nelson Fernandez ('Bec' theme and refactoring)