qira/web/qira_layout.css

128 lines
1.6 KiB
CSS
Raw Normal View History

2014-09-05 21:43:56 +04:00
html, body {
height: 100%;
margin: 0;
overflow: auto;
padding: 0;
}
/* universal things */
input {
font-family: monospace;
}
td {
font-family: monospace;
}
body {
margin: 0px 0px 0px 0px;
height: 100%;
}
#container2 {
max-height: 15%;
}
/* controls */
#controls {
padding-top: 4px;
padding-bottom: 4px;
}
.control {
font-family: monospace;
font-size: 12pt;
/*width: 165px;*/
border: 1px solid black;
/*padding: 2px;
margin: 3px;*/
}
#control_fork {
/*margin-left: 0px;
width: 50px;*/
}
#control_changeeditor {
/*margin-left: 0px;
width: 30px;
margin-right: 0px;*/
}
#control_analysis {
/*margin-left: 0px;
width: auto;
padding-left: 5px;
padding-right: 5px;*/
}
/* everything in the right panel */
#onlypanel {
2014-09-05 23:59:41 +04:00
width: 650px;
2014-09-05 21:43:56 +04:00
height: 100%;
/*background-color: #AAAAAA;*/
/*border: 1px solid black;*/
border-left: 1px solid black;
border-right: 1px solid black;
padding: 4px;
box-sizing: border-box;
}
.panelthing {
border: 1px solid gray;
background-color: #DDDDDD;
}
/* instruction dump */
2014-09-05 23:59:41 +04:00
#static {
height: 270px;
2014-09-05 21:43:56 +04:00
padding: 5px;
2014-09-05 23:59:41 +04:00
overflow-y: hidden;
overflow-x: auto;
}
#idump {
height: 270px;
/*padding: 5px;
2014-09-05 21:43:56 +04:00
overflow: hidden;
width: 614px;*/
padding: 5px;
overflow-y: hidden;
overflow-x: auto;
}
.container {
background-color: #AAAAAA;
}
.container:after {
content: "";
display: table;
clear: both;
}
.col {
float: left;
}
#container0 {
height: 100%;
}
2014-09-05 21:48:46 +04:00
#vtimelinebox {
padding-top: 4px;
height: 100%;
width: 110px;
/*background-color: #AAAAAA;*/
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
box-sizing: border-box;
}