2007-02-06 21:19:16 +08:00
|
|
|
#apigen-content {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2007-02-11 10:04:36 +08:00
|
|
|
#logo {
|
|
|
|
position: relative;
|
|
|
|
position: fixed;
|
|
|
|
}
|
|
|
|
|
2007-02-02 23:49:58 +08:00
|
|
|
div.sidebar {
|
|
|
|
font-family: Verdana, Helvetica, Arial, sans-serif;
|
2007-02-06 21:19:16 +08:00
|
|
|
font-size: 0.9em;
|
2007-02-02 23:49:58 +08:00
|
|
|
width: 155px;
|
2007-01-24 22:24:01 +08:00
|
|
|
vertical-align: top;
|
2007-02-02 23:49:58 +08:00
|
|
|
position: absolute;
|
|
|
|
top: 130px;
|
|
|
|
left: 4px;
|
|
|
|
bottom: 4px;
|
|
|
|
overflow: auto;
|
2007-01-24 22:24:01 +08:00
|
|
|
}
|
|
|
|
|
2007-02-13 09:01:23 +08:00
|
|
|
/* trick to not make IE ignore something (>) */
|
|
|
|
body > .sidebar {
|
|
|
|
position: fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.sidebar a, div.sidebar a:visited, div.sidebar a:hover {
|
|
|
|
color: blue;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.sidebar .selected a, div.sidebar .selected a:visited,
|
|
|
|
div.sidebar .selected a:hover {
|
2007-02-02 23:49:58 +08:00
|
|
|
color: white;
|
|
|
|
background-color: #3ba6ec;
|
2007-01-24 22:24:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
|
|
|
border: 0px;
|
|
|
|
height: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
padding-left: 0em;
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul li {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
2007-02-11 10:04:36 +08:00
|
|
|
h2 {
|
|
|
|
padding-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
2007-02-11 10:21:45 +08:00
|
|
|
h2.funcdef {
|
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
2007-02-12 23:45:56 +08:00
|
|
|
h2.funcdef:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2007-02-13 09:01:23 +08:00
|
|
|
.codeblock {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
2007-01-24 22:24:01 +08:00
|
|
|
.code a {
|
2007-01-25 05:58:21 +08:00
|
|
|
color: blue;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
2007-01-24 22:24:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.lineno {
|
2007-02-11 10:04:36 +08:00
|
|
|
height: 1.4em;
|
2007-01-25 05:58:21 +08:00
|
|
|
text-align: right;
|
2007-02-13 22:29:12 +08:00
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
2007-01-25 05:58:21 +08:00
|
|
|
color: #555;
|
|
|
|
width: 3em;
|
|
|
|
padding-right: 1em;
|
|
|
|
border: 0px solid black;
|
|
|
|
border-right-width: 1px;
|
2007-01-24 22:24:01 +08:00
|
|
|
}
|
|
|
|
|
2007-02-13 09:01:23 +08:00
|
|
|
.codecell {
|
2007-02-11 10:04:36 +08:00
|
|
|
height: 1.4em;
|
2007-02-13 22:29:12 +08:00
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
2007-01-25 05:58:21 +08:00
|
|
|
padding-left: 1em;
|
2007-02-13 09:01:23 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
pre.code {
|
|
|
|
line-height: 1.3em;
|
|
|
|
background-color: white;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
border: 0px;
|
2007-01-25 05:58:21 +08:00
|
|
|
font-family: monospace, Monaco;
|
2007-01-24 22:24:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.comment {
|
2007-01-25 05:58:21 +08:00
|
|
|
color: purple;
|
2007-01-24 22:24:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.string {
|
2007-01-25 05:58:21 +08:00
|
|
|
color: #777;
|
2007-01-24 22:24:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.keyword {
|
2007-01-25 05:58:21 +08:00
|
|
|
color: blue;
|
2007-01-24 22:24:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.alt_keyword {
|
2007-01-25 05:58:21 +08:00
|
|
|
color: green;
|
2007-01-24 22:24:01 +08:00
|
|
|
}
|
2007-01-25 05:58:21 +08:00
|
|
|
|
2007-02-12 23:45:56 +08:00
|
|
|
.funcdocinfo {
|
2007-01-25 05:58:21 +08:00
|
|
|
border: 1px solid black;
|
|
|
|
color: black;
|
|
|
|
padding: 1em;
|
2007-01-30 00:11:15 +08:00
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.callstackitem {
|
|
|
|
border: 1px solid black;
|
|
|
|
margin-bottom: 1em;
|
2007-01-25 05:58:21 +08:00
|
|
|
}
|
|
|
|
|
2007-02-07 08:24:21 +08:00
|
|
|
td.lineno {
|
|
|
|
line-height: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.code {
|
|
|
|
line-height: 1.1em;
|
|
|
|
}
|