2007-02-02 23:49:58 +08:00
|
|
|
div.sidebar {
|
|
|
|
font-family: Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
width: 155px;
|
2007-01-24 22:24:01 +08:00
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 0.5em;
|
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-02 23:49:58 +08:00
|
|
|
div.sidebar .selected a {
|
|
|
|
color: white;
|
|
|
|
background-color: #3ba6ec;
|
2007-01-24 22:24:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
|
|
|
border: 0px;
|
|
|
|
height: 95%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
padding-left: 0em;
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul li {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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-01-25 05:58:21 +08:00
|
|
|
text-align: right;
|
|
|
|
color: #555;
|
|
|
|
width: 3em;
|
|
|
|
padding-right: 1em;
|
|
|
|
border: 0px solid black;
|
|
|
|
border-right-width: 1px;
|
2007-01-24 22:24:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.code {
|
2007-01-25 05:58:21 +08:00
|
|
|
padding-left: 1em;
|
|
|
|
white-space: pre;
|
|
|
|
font-family: monospace, Monaco;
|
2007-01-31 00:29:33 +08:00
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
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
|
|
|
|
|
|
|
.funcinfo {
|
|
|
|
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
|
|
|
}
|
|
|
|
|