From 3afe516c424e68dea88678d2438013844199112f Mon Sep 17 00:00:00 2001 From: Marc Harter Date: Mon, 28 Nov 2011 20:28:19 -0600 Subject: [PATCH] Updated demo page --- index.html | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 82e6b58..32ae2f9 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,9 @@ font-size: 2em; margin: 0 } + select { + font-size: 0.8em; + } a { text-decoration: none; color: #a13; @@ -52,14 +55,18 @@ Fork me on GitHub

Humane JS

-

A simple, modern, framework-independent, well-tested, unobtrusive, notification system.

- Samples (click to view): Theme: - +

+ A simple, modern, framework-independent, well-tested, unobtrusive, notification system. +
Utilizes CSS transitions when available, falls back to JS animation when not. Includes mobile support. +

+

Select A Theme: + +

humane("Welcome Back");
@@ -117,11 +124,11 @@ 

Browser Support

  • Android (experimental support)
  • -

    Themes

    -

    Humane is intended to be easily themable. There are currently a few themes, but I hope this grows. Send me a pull request and update the wiki with your favorite look and feel.

    +

    Create A Custom Theme

    +

    Humane is easily themable using Stylus. There are currently a few themes, but I hope this grows. Send me a pull request and update the wiki with your favorite look and feel.

    Download and Usage

    - Visit github page to download and get more details. +

    Visit github page to download and get more details.