1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
2020-07-08 19:53:19 +08:00

35 lines
703 B
CSS

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.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>canvas {
background-color:#8dd09e;
}
fieldset table tr.hidden {
display:none;
}
fieldset table th.order {
background-color:red;
cursor:pointer;
}
fieldset table td.clip {
background-color:red;
}