mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
292 lines
5.3 KiB
CSS
292 lines
5.3 KiB
CSS
html, body {
|
|
background-color:#d8d8d8;
|
|
padding:0px;
|
|
height:100%;
|
|
width:100%;
|
|
margin:0px;
|
|
}
|
|
fieldset {
|
|
position:relative;
|
|
background-color:#d8d8d8;
|
|
padding:0px;
|
|
min-width:10px;
|
|
overflow:auto;
|
|
margin:0px;
|
|
}
|
|
legend {
|
|
margin-left:10px;
|
|
}
|
|
|
|
fieldset>form.option {
|
|
padding:0 5px;
|
|
margin-right:3px;
|
|
float:left;
|
|
}
|
|
fieldset>form.option div {
|
|
margin-right:3px;
|
|
float:left;
|
|
}
|
|
fieldset>form.option div.hide {
|
|
display:none;
|
|
}
|
|
fieldset>form.option div.clear {
|
|
clear:both;
|
|
}
|
|
fieldset>form.option label {
|
|
margin-right:3px;
|
|
}
|
|
fieldset>form.option input.args.cmd {
|
|
color:white;
|
|
background-color: black;
|
|
width:160px;
|
|
}
|
|
fieldset>form.option input.args.char {
|
|
width:20px;
|
|
}
|
|
fieldset>form.option input.args.tiny {
|
|
width:40px;
|
|
}
|
|
fieldset>form.option input.args {
|
|
width:80px;
|
|
}
|
|
fieldset>form.option input.args.long {
|
|
width:240px;
|
|
}
|
|
fieldset>form.option input.args.full {
|
|
width:480px;
|
|
}
|
|
fieldset>form.option div.item.textarea {
|
|
float:left;
|
|
clear:both;
|
|
}
|
|
fieldset>div.action {
|
|
padding:6px;
|
|
clear:both;
|
|
}
|
|
fieldset>div.action div.space {
|
|
display:inline-block;
|
|
width:10px;
|
|
}
|
|
fieldset>div.output {
|
|
clear:both;
|
|
/* max-height:800px; */
|
|
padding:5px;
|
|
}
|
|
fieldset>div.output div.item {
|
|
padding:2px;
|
|
}
|
|
fieldset>div.output div.item:hover {
|
|
cursor:pointer;
|
|
background-color:red;
|
|
border:ridge 2px yellow;
|
|
}
|
|
fieldset>div.output div.item.select {
|
|
background-color:red;
|
|
border:ridge 2px yellow;
|
|
}
|
|
fieldset>div.output table td {
|
|
/* word-break:break-word; */
|
|
}
|
|
fieldset>div.output table td.when {
|
|
/* word-break:break-word; */
|
|
text-align:center;
|
|
}
|
|
fieldset>div.output table.edit {
|
|
}
|
|
fieldset>div.output table.edit td {
|
|
min-width:4px;
|
|
padding:0px;
|
|
}
|
|
fieldset>div.output table.edit td>input {
|
|
width:600px;
|
|
padding:0px;
|
|
}
|
|
fieldset>div.output table.edit {
|
|
}
|
|
|
|
fieldset.dialog {
|
|
background-color:lightgray;
|
|
padding:10px;
|
|
display:none;
|
|
position:absolute;
|
|
z-index:10;
|
|
}
|
|
fieldset.dialog>div.output {
|
|
padding:10px;
|
|
float:left;
|
|
}
|
|
fieldset.dialog>div.output table th {
|
|
min-width:130px;
|
|
}
|
|
fieldset.dialog>div.output table td {
|
|
min-width:100px;
|
|
}
|
|
fieldset.dialog>div.create {
|
|
padding:10px;
|
|
border:solid 1px red;
|
|
margin-left:10px;
|
|
float:left;
|
|
}
|
|
fieldset.dialog>div.create table {
|
|
min-width:240px;
|
|
}
|
|
|
|
fieldset.item {
|
|
float:left;
|
|
}
|
|
fieldset.item:hover {
|
|
background-color:gold;
|
|
border:ridge 2px red;
|
|
}
|
|
fieldset.item.select {
|
|
background-color:gold;
|
|
border:ridge 2px red;
|
|
}
|
|
fieldset.item>form.option>div.item {
|
|
padding:0;
|
|
border:0;
|
|
}
|
|
fieldset.item>form.option>div.item:hover {
|
|
border:0;
|
|
}
|
|
fieldset.item>form.option>div.item.select {
|
|
border:0;
|
|
}
|
|
fieldset.item>div.output {
|
|
overflow:auto;
|
|
}
|
|
fieldset.item>div.output>canvas {
|
|
background-color:#8dd09e;
|
|
}
|
|
fieldset.item>div.output>div.action>button.trap {
|
|
background-color:lightblue;
|
|
border:2px blue solid;
|
|
}
|
|
fieldset.item>div.output>div.action>div.space {
|
|
width:10px;
|
|
display:inline-block;
|
|
}
|
|
fieldset.item>div.output>div.status>div {
|
|
float:left;
|
|
height:20px;
|
|
border:1px solid black;
|
|
}
|
|
fieldset.item>div.output>div.status>input.cmd {
|
|
float:left;
|
|
background-color:black;
|
|
color:lightgreen;;
|
|
font-size:16px;
|
|
width:250px;
|
|
}
|
|
|
|
fieldset.item>div.output>div.code svg {
|
|
border: solid 2px red;
|
|
}
|
|
|
|
fieldset.item div.border-left {
|
|
position:absolute;
|
|
width:2px;
|
|
height:inherit;
|
|
height:-webkit-fill-available;
|
|
background:green;
|
|
cursor:ew-resize;
|
|
}
|
|
fieldset.item div.border-right {
|
|
position:absolute;
|
|
right:0px;
|
|
width:2px;
|
|
height:inherit;
|
|
height:-webkit-fill-available;
|
|
background:green;
|
|
cursor:ew-resize;
|
|
}
|
|
fieldset.item div.border-bottom {
|
|
position:absolute;
|
|
bottom:0px;
|
|
height:2px;
|
|
width:-webkit-fill-available;
|
|
background:green;
|
|
cursor:ns-resize;
|
|
}
|
|
|
|
fieldset table {
|
|
font-size:14px;
|
|
overflow: auto;
|
|
border:solid 1px green;
|
|
}
|
|
fieldset table caption {
|
|
font-size:18px;
|
|
font-style:italic;
|
|
border:solid 1px green;
|
|
}
|
|
fieldset table tbody {
|
|
overflow:auto;
|
|
}
|
|
fieldset table tr:hover {
|
|
background-color:lightgreen;
|
|
}
|
|
fieldset table tr.select {
|
|
background-color:lightgreen;
|
|
}
|
|
fieldset table th {
|
|
font-family:monospace;
|
|
background-color:lightgreen;
|
|
cursor:pointer;
|
|
padding: 0 6px;
|
|
}
|
|
fieldset table th.order {
|
|
background-color:red;
|
|
cursor:pointer;
|
|
}
|
|
fieldset table td {
|
|
max-width:1200px;
|
|
font-family:monospace;
|
|
padding: 0 6px;
|
|
/* white-space: pre; */
|
|
}
|
|
fieldset table td.clip {
|
|
background-color:red;
|
|
}
|
|
fieldset table td:hover {
|
|
background-color:red;
|
|
}
|
|
fieldset table td.select {
|
|
background-color:red;
|
|
}
|
|
|
|
fieldset div.stack:hover {
|
|
background-color:red;
|
|
}
|
|
fieldset div.stack {
|
|
cursor:pointer;
|
|
width:fit-content;
|
|
}
|
|
fieldset div.stack.fold {
|
|
font-weight:bold;
|
|
}
|
|
fieldset ul.stack {
|
|
border:solid 2px #0000;
|
|
margin:0px;
|
|
}
|
|
fieldset ul.stack:hover {
|
|
border:solid 2px red;
|
|
}
|
|
|
|
fieldset div.code {
|
|
color:white;
|
|
font-size:14px;
|
|
font-family:monospace;
|
|
background-color:#272822;
|
|
white-space:pre;
|
|
padding:10px;
|
|
overflow:auto;
|
|
border:solid 3px green;
|
|
max-height:640px;
|
|
}
|
|
fieldset div.code span.red {
|
|
color:red;
|
|
}
|
|
fieldset div.code span.green {
|
|
color:green;
|
|
}
|