libs-base/Tools/default-styles.css

75 lines
977 B
CSS
Raw Normal View History

2024-09-03 19:22:28 +02:00
.content-bar {
float: left;
position: fixed;
top: 0px;
left: 0px;
width: 20%;
height: 100%;
border-right: 1px solid grey;
2024-09-03 19:22:28 +02:00
}
2024-09-16 22:29:57 +02:00
.content-bar-top {
2024-09-03 19:22:28 +02:00
position: absolute;
2024-09-16 22:29:57 +02:00
top: 0px;
left: 0px;
height: 30%;
width: 100%;
overflow: auto;
border-bottom: 1px solid grey;
}
.content-bar-top-body {
position: absolute;
top: 0px;
left: 0px;
padding-left: 10px;
padding-top: 10px;
2024-09-16 22:29:57 +02:00
}
.content-bar-bottom {
position: absolute;
bottom: 0px;
left: 0px;
height:70%;
width: 100%;
overflow: auto;
}
.content-bar-bottom-body {
position: absolute;
top: 0px;
left: 0px;
padding-left: 10px;
padding-top: 10px;
}
2024-09-16 22:29:57 +02:00
.content-pane {
position: fixed;
top: 0px;
right: 0px;
width: 80%;
height: 100%;
overflow-y: auto;
}
.content-pane-body {
2024-09-16 22:29:57 +02:00
position: absolute;
top: 0px;
left: 0px;
padding-left: 10px;
2024-09-03 19:22:28 +02:00
}
2024-10-18 11:35:47 +02:00
hr.section-separator {
width:50%;
margin-left:0;
text-align:left;
}
2024-09-03 19:22:28 +02:00
hr.method-separator {
width:25%;
margin-left:0;
2024-10-18 11:35:47 +02:00
text-align:left;
2024-09-03 19:22:28 +02:00
}