Skip to content

Commit

Permalink
updated theme font and demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed Jun 30, 2011
1 parent d4c9a37 commit 640f572
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 7 deletions.
4 changes: 3 additions & 1 deletion humane-themes/bold-dark.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import 'http://fonts.googleapis.com/css?family=Ubuntu&v2';

/* recommended base settings */
html, body { height: 100%; }
.humane {
Expand All @@ -24,7 +26,7 @@ div.humane.humane-show:hover { opacity: 0.2; }

/* custom settings */
.humane {
font-family : Verdana, sans-serif;
font-family : Ubuntu, Verdana, sans-serif;
font-size : 25px;
letter-spacing : -1px;
top : 25%;
Expand Down
4 changes: 3 additions & 1 deletion humane-themes/bold-light.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import 'http://fonts.googleapis.com/css?family=Ubuntu&v2';

/* recommended base settings */
html, body { height: 100%; }
.humane {
Expand All @@ -24,7 +26,7 @@ div.humane.humane-show:hover { opacity: 0.2; }

/* custom settings */
.humane {
font-family : Verdana, sans-serif;
font-family : Ubuntu, Verdana, sans-serif;
font-size : 25px;
letter-spacing : -1px;
top : 25%;
Expand Down
4 changes: 3 additions & 1 deletion humane-themes/libnotify.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import 'http://fonts.googleapis.com/css?family=Ubuntu&v2';

/* recommended base settings */
html, body { height: 100%; }
.humane {
Expand All @@ -24,7 +26,7 @@ div.humane.humane-show:hover { opacity: 0.2; }

/* custom settings */
.humane {
font-family : Verdana, sans-serif;
font-family : Ubuntu, sans-serif;
font-size : 15px;
letter-spacing : -1px;
top : 10px;
Expand Down
22 changes: 18 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,31 @@
<html>
<head>
<title>Humane JS</title>
<link href='http://fonts.googleapis.com/css?family=Ubuntu&v2' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cabin+Sketch:700&v2' rel='stylesheet' type='text/css'>
<style>
body {
font-family: Verdana, sans-serif;
font-family: Ubuntu, sans-serif;
padding: 80px;
background-color: #eee;
background-color: #f0f0f0;
}
h1,h3 {
text-shadow: 0 -1px 1px #aaa;
font-family: 'Cabin Sketch', serif;
text-shadow: -1px 0px 1px #aaa;
}
h1 {
font-size: 4em;
margin: 0
}
h3 {
font-size: 2em;
margin: 0
}
pre {
background-color: #ddd;
font-size: 0.9em;
background-color: #fff;
border: 1px solid #aaa;
border-radius: 6px;
padding: 10px;
}
blockquote {
Expand Down

0 comments on commit 640f572

Please sign in to comment.