mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
38 lines
549 B
CSS
38 lines
549 B
CSS
body { padding-top: 20px; }
|
|
|
|
.fixed {
|
|
font-family: Menlo,Monaco,"Courier New",monospace;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.scrub { width: 640px; }
|
|
.scrub input { width: 100%; }
|
|
|
|
.combine {
|
|
display: inline-block;
|
|
}
|
|
|
|
.screen-container {
|
|
white-space:nowrap;
|
|
}
|
|
|
|
.screen {
|
|
vertical-align:top;
|
|
display:inline-block;
|
|
background-color:#000;
|
|
}
|
|
|
|
.dlist {
|
|
display:inline-block;
|
|
float:none;
|
|
background-color: whiteSmoke;
|
|
height: 480px;
|
|
color: #fff;
|
|
overflow: scroll;
|
|
position: relative;
|
|
}
|
|
|
|
.dlist pre {
|
|
white-space: pre;
|
|
word-wrap: normal;
|
|
}
|