Skip to content

Commit

Permalink
Doc: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
olear committed Apr 18, 2016
1 parent 8d56ebf commit ed20f53
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 13 deletions.
Binary file removed Documentation/source/_static/folder.png
Binary file not shown.
Binary file removed Documentation/source/_static/header.png
Binary file not shown.
5 changes: 0 additions & 5 deletions Documentation/source/guide/_static/dropdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
$(document).ready(function () {
$('ul li a').click(function(event){
$(this).siblings('ul').slideToggle('slow');
});
});
Binary file removed Documentation/source/guide/_static/folder.png
Binary file not shown.
Binary file removed Documentation/source/guide/_static/header.png
Binary file not shown.
85 changes: 77 additions & 8 deletions Documentation/source/guide/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ div.body h6 {
background:none;
}

li.toctree-l1 ul,
li.toctree-l2 ul,
li.toctree-l3 ul {
#mainMenu li.toctree-l1 ul,
#mainMenu li.toctree-l2 ul,
#mainMen li.toctree-l3 ul {
display:none;
}

Expand Down Expand Up @@ -64,16 +64,85 @@ table.knobsTable {
float:right;
margin-left:10px;
margin-bottom:10px;
background-color: #333333;
}

/*h3 {
h3 {
clear:both;
}*/
}

div#mainMenu {
width: 250px;
/*width: 250px;*/
height:80px;
float:right;
}

div#mainMenu li,
div#mainMenu ul {
margin:0;
padding:0;
list-style:none;
}
div#mainMenu li.toctree-l1 {
width:170px;
height: 80px;
float:left;
padding-top:30px;
text-align:center;
font-family: "Trebuchet MS", Helvetica, sans-serif;
}

div#mainMenu li.toctree-l1 a {
color: #7c7c7c;
}

div#header {
width: 100%;
height: 80px;
background-color: #ffffff;
border-bottom:2px solid #ebebeb;
}

#logo {
height:70px;
width:79px;
margin-top:5px;
margin-bottom:5px;
margin-left:15px;
float:left;
background: url('logo.png') no-repeat;
}

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
border:none;
}

div.body {
margin-top:10px;
margin-left:10px;
margin-right:10px;
}

div.document,
div.documentWrapper {
background:#ffffff;
}

div#header span {
width:80px;
height:80px;
border:1px dashed red;
}

div.related {
color: #7c7c7c;
background:none;
}
div.document {
margin-left:250px;
div.related li a {
color: #7c7c7c;
}

0 comments on commit ed20f53

Please sign in to comment.