Update documentation to 1.1-1.

This commit is contained in:
bakpakin
2015-05-04 20:34:24 +08:00
parent d995a345d9
commit 5e5ae82a8c
2 changed files with 552 additions and 558 deletions
+524 -538
View File
File diff suppressed because it is too large Load Diff
+27 -19
View File
@@ -28,7 +28,7 @@ del,ins {
text-decoration: none; text-decoration: none;
} }
li { li {
list-style: disc; list-style: bullet;
margin-left: 20px; margin-left: 20px;
} }
caption,th { caption,th {
@@ -124,8 +124,8 @@ pre.example {
} }
pre { pre {
background-color: rgb(245, 245, 245); background-color: rgb(245,245,255); // rgb(245, 245, 245);
border: 1px solid silver; border: 1px solid #cccccc; //silver;
padding: 10px; padding: 10px;
margin: 10px 0 10px 0; margin: 10px 0 10px 0;
overflow: auto; overflow: auto;
@@ -139,7 +139,7 @@ table.index td { text-align: left; vertical-align: top; }
#container { #container {
margin-left: 1em; margin-left: 1em;
margin-right: 1em; margin-right: 1em;
background-color: #f0f0f0; background-color: #ffffff;
} }
#product { #product {
@@ -153,25 +153,31 @@ table.index td { text-align: left; vertical-align: top; }
} }
#main { #main {
background-color: #f0f0f0; background-color:#FFFFFF; // #f0f0f0;
border-left: 2px solid #cccccc; border-left: 1px solid #cccccc;
} }
#navigation { #navigation {
position: fixed;
top: 0;
left: 0;
float: left; float: left;
width: 14em; width: 14em;
vertical-align: top; vertical-align: top;
background-color: #f0f0f0; background-color:#FFFFFF; // #f0f0f0;
border-right: 2px solid #cccccc;
overflow: visible; overflow: visible;
overflow-y: scroll;
height: 100%;
padding-left: 1em;
} }
#navigation h2 { #navigation h2 {
background-color:#e7e7e7; background-color:#FFFFFF;//:#e7e7e7;
font-size:1.1em; font-size:1.1em;
color:#000000; color:#000000;
text-align: left; text-align: left;
padding:0.2em; padding:0.2em;
border-top:1px solid #dddddd;
border-bottom:1px solid #dddddd; border-bottom:1px solid #dddddd;
} }
@@ -195,16 +201,19 @@ table.index td { text-align: left; vertical-align: top; }
#content { #content {
margin-left: 14em; margin-left: 14em;
padding: 1em; padding: 1em;
padding-left: 2em;
width: 700px; width: 700px;
border-left: 2px solid #cccccc; border-left: 2px solid #cccccc;
border-right: 2px solid #cccccc; // border-right: 2px solid #cccccc;
background-color: #ffffff; background-color: #ffffff;
} }
#about { #about {
clear: both; clear: both;
padding: 5px; padding-left: 1em;
margin-left: 14em; // avoid the damn sidebar!
border-top: 2px solid #cccccc; border-top: 2px solid #cccccc;
border-left: 2px solid #cccccc;
background-color: #ffffff; background-color: #ffffff;
} }
@@ -252,10 +261,9 @@ table.module_list td {
border-style: solid; border-style: solid;
border-color: #cccccc; border-color: #cccccc;
} }
table.module_list td.name { background-color: #f0f0f0; min-width: 200px; } table.module_list td.name { background-color: #f0f0f0; ; min-width: 200px; }
table.module_list td.summary { width: 100%; } table.module_list td.summary { width: 100%; }
table.function_list { table.function_list {
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
@@ -268,18 +276,18 @@ table.function_list td {
border-style: solid; border-style: solid;
border-color: #cccccc; border-color: #cccccc;
} }
table.function_list td.name { background-color: #f0f0f0; min-width: 200px; } table.function_list td.name { background-color: #f6f6ff; ; min-width: 200px; }
table.function_list td.summary { width: 100%; } table.function_list td.summary { width: 100%; }
ul.nowrap {
overflow:auto;
white-space:nowrap;
}
dl.table dt, dl.function dt {border-top: 1px solid #ccc; padding-top: 1em;} dl.table dt, dl.function dt {border-top: 1px solid #ccc; padding-top: 1em;}
dl.table dd, dl.function dd {padding-bottom: 1em; margin: 10px 0 0 20px;} dl.table dd, dl.function dd {padding-bottom: 1em; margin: 10px 0 0 20px;}
dl.table h3, dl.function h3 {font-size: .95em;} dl.table h3, dl.function h3 {font-size: .95em;}
ul.nowrap {
overflow:auto;
whitespace:nowrap;
}
/* stop sublists from having initial vertical space */ /* stop sublists from having initial vertical space */
ul ul { margin-top: 0px; } ul ul { margin-top: 0px; }
ol ul { margin-top: 0px; } ol ul { margin-top: 0px; }