Skip to content

Commit

Permalink
Add HTML, JS and CSS for manual
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Halm committed Dec 18, 2011
1 parent ea22dfe commit 1fa68b2
Show file tree
Hide file tree
Showing 9 changed files with 2,509 additions and 0 deletions.
549 changes: 549 additions & 0 deletions html/css/main.css

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions html/css/text.css
@@ -0,0 +1,32 @@
/* CSS Document */
body {
margin: 0;
padding: 0;
font-size: 11px;
color: #8a3942;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #f9ebe8;
}

.ygtvlabel {
padding-top: 3px;
background-color: #f9ebe8;
text-decoration: none;
color: #126d40;
font-weight: bold;
font-size: 10px;
}

.ygtvlabel:hover {
color: #a5444d;
}

.labelcell {
padding-top: 4px;
}

div#rule_horiz {
border-top: 2px solid #ebd3d3;
margin: 10px 0 10px 0;
}

Binary file added html/css/treeview-sprite.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions html/css/treeview.css
@@ -0,0 +1,37 @@
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
.ygtvtn{width:18px;height:22px;background:url(treeview-sprite.gif) 0 -5600px no-repeat;}

.ygtvtm{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -4000px no-repeat;}

.ygtvtmh{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -4800px no-repeat;}

.ygtvtp{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -6400px no-repeat;}

.ygtvtph{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -7200px no-repeat;}

.ygtvln{width:18px;height:22px;background:url(treeview-sprite.gif) 0 -1600px no-repeat;}

.ygtvlm{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 0px no-repeat;}

.ygtvlmh{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -800px no-repeat;}

.ygtvlp{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -2400px no-repeat;}

.ygtvlph{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -3200px no-repeat;}

.ygtvloading{width:18px;height:22px;background:url(../../cinnamon/docs/0.1/manual/treeview-loading.gif) 0 0 no-repeat;}

.ygtvdepthcell{width:18px;height:22px;background:url(treeview-sprite.gif) 0 -8000px no-repeat;}

.ygtvblankdepthcell{width:18px;height:22px;}

.ygtvitem{}.ygtvchildren{*zoom:1;}

.ygtvlabel,.ygtvlabel:link,.ygtvlabel:visited,.ygtvlabel:hover{margin-left:2px;text-decoration:none;padding-top:0px;}

.ygtvspacer{height:22px;width:18px;}
Binary file added html/img/parsley-spicelib.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions html/index.htm
@@ -0,0 +1,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3c.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Parsley + Spicelib Developer Manual</title>
</head>
<frameset cols="350px,*" frameborder="0" framespacing="0" >
<frame title="navigation" id="navigation" name="navigation" src="toc.htm" scrolling="auto" marginheight="0" marginwidth="0" border="1" />
<frame title="content" id="content" name="content" src="splash.htm" scrolling="yes" marginheight="0" marginwidth="0" border="0"/>
</frameset><noframes></noframes>
</html>

0 comments on commit 1fa68b2

Please sign in to comment.