2024-09-03 17:22:28 +00:00
|
|
|
.content-bar {
|
2024-11-05 00:04:52 +00:00
|
|
|
float: left;
|
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
width: 20%;
|
|
|
|
height: 100%;
|
|
|
|
border-right: 1px solid grey;
|
2024-09-03 17:22:28 +00:00
|
|
|
}
|
|
|
|
|
2024-09-16 20:29:57 +00:00
|
|
|
.content-bar-top {
|
2024-11-05 00:04:52 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
height: 30%;
|
|
|
|
width: 100%;
|
|
|
|
overflow: auto;
|
|
|
|
border-bottom: 1px solid grey;
|
2024-09-23 22:53:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.content-bar-top-body {
|
2024-11-05 00:04:52 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-top: 10px;
|
2024-09-16 20:29:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.content-bar-bottom {
|
2024-11-05 00:04:52 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
height:70%;
|
|
|
|
width: 100%;
|
|
|
|
overflow: auto;
|
2024-09-16 20:29:57 +00:00
|
|
|
}
|
|
|
|
|
2024-09-23 22:53:47 +00:00
|
|
|
.content-bar-bottom-body {
|
2024-11-05 00:04:52 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-top: 10px;
|
2024-09-23 22:53:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2024-09-16 20:29:57 +00:00
|
|
|
.content-pane {
|
2024-11-05 00:04:52 +00:00
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
width: 80%;
|
|
|
|
height: 100%;
|
|
|
|
overflow-y: auto;
|
2024-09-16 20:29:57 +00:00
|
|
|
}
|
|
|
|
|
2024-09-23 22:53:47 +00:00
|
|
|
.content-pane-body {
|
2024-11-05 00:04:52 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
padding-left: 10px;
|
2024-09-03 17:22:28 +00:00
|
|
|
}
|
|
|
|
|
2024-10-18 09:35:47 +00:00
|
|
|
hr.section-separator {
|
|
|
|
width:50%;
|
|
|
|
margin-left:0;
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2024-09-03 17:22:28 +00:00
|
|
|
hr.method-separator {
|
|
|
|
width:25%;
|
|
|
|
margin-left:0;
|
2024-10-18 09:35:47 +00:00
|
|
|
text-align:left;
|
2024-09-03 17:22:28 +00:00
|
|
|
}
|
2024-11-05 00:04:52 +00:00
|
|
|
|
|
|
|
h3.content-bar-index-section-header {
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3.index-section-header {
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-family: Serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desc {
|
|
|
|
font-family: Serif;
|
|
|
|
}
|