qira/web/qira_layout.css

155 lines
2.0 KiB
CSS
Raw Normal View History

2014-09-05 21:43:56 +04:00
html, body {
2014-09-06 02:02:21 +04:00
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
2014-09-05 21:43:56 +04:00
}
2015-03-31 07:57:58 +03:00
2014-09-05 21:43:56 +04:00
/* universal things */
input {
font-family: monospace;
}
td {
font-family: monospace;
}
.dynamic-info {
width: 100%;
background-color: #AAAAAA;
}
.splitter {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
overflow: hidden;
}
.fill {
overflow-y: hidden;
2014-09-05 21:43:56 +04:00
}
/* 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;*/
2015-03-31 07:57:58 +03:00
background-color: #ddd;
2014-09-05 21:43:56 +04:00
}
#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-06 22:12:07 +04:00
width: 620px;
2014-09-05 21:43:56 +04:00
height: 100%;
/*border: 1px solid black;*/
border-left: 1px solid black;
border-right: 1px solid black;
padding: 4px;
box-sizing: border-box;
z-index: 1;
position: relative;
2014-09-05 21:43:56 +04:00
}
.panelthing {
border: 1px solid gray;
background-color: #DDDDDD;
}
/* instruction dump */
2014-09-05 23:59:41 +04:00
#static {
2014-09-05 21:43:56 +04:00
padding: 5px;
2014-09-05 23:59:41 +04:00
overflow-x: auto;
}
#idump {
2014-09-05 21:43:56 +04:00
padding: 5px;
overflow-y: hidden;
overflow-x: auto;
}
.container {
background-color: #AAAAAA;
2014-09-05 21:43:56 +04:00
}
.container:after {
content: "";
display: table;
clear: both;
}
.col {
float: left;
background-color: #AAAAAA;
2014-09-05 21:43:56 +04:00
}
2014-09-05 21:48:46 +04:00
#vtimelinebox {
padding-top: 4px;
height: 100%;
width: 100%;
2014-09-05 21:48:46 +04:00
/*background-color: #AAAAAA;*/
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
box-sizing: border-box;
z-index: 1;
position: absolute;
top: 0;
2014-09-05 21:48:46 +04:00
}
.tags {
border: 1px solid grey;
width: 49.8%;
display: inline-block;
height: 100%;
min-height: 18px;
position: absolute;
top: 0;
2019-03-24 09:59:04 +03:00
background-color: #BBBBBB;
}
#itags-static {
border-color: #cc0000;
}
#dtags-static {
border-color: #888800;
left: 50%;
}