Skip to content

Commit

Permalink
updated Docs folder with working demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeinselen committed May 28, 2011
1 parent 9ff1b55 commit 0c20614
Show file tree
Hide file tree
Showing 10 changed files with 224 additions and 195 deletions.
368 changes: 173 additions & 195 deletions Docs/demo.html

Large diffs are not rendered by default.

Binary file added Docs/examples/nature1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/examples/nature1thumb.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/examples/nature2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/examples/nature2thumb.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/examples/nature3.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/examples/nature3thumb.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Docs/examples/window.jpg
Binary file not shown.
Binary file removed Docs/examples/windowThumb.jpg
Binary file not shown.
51 changes: 51 additions & 0 deletions Docs/style.css
@@ -0,0 +1,51 @@
* {
margin: 0;
padding: 0;
}

body {
background-color: #e5e5e3;
color: #000;
font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

div#page {
width: 640px;
margin: auto;
font-size: 12px;
}

a {
color: #354c44;
}

h1, h2, h3 {
font-family: Georgia, "Times New Roman", Times, serif;
padding: 20px;
}

p {
padding: 5px 40px;
}

blockquote {
padding: 5px 80px;
}

.an7_imgdir {
display: block;
width: 270px;
margin: auto;
}

.an7_thumb img {
margin: 10px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.6);
-khtml-box-shadow: 0px 4px 8px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 4px 8px rgba(0,0,0,0.6);
box-shadow: 0px 4px 8px rgba(0,0,0,0.6);
}

0 comments on commit 0c20614

Please sign in to comment.