1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
volcanos/index.css
2020-07-07 09:57:32 +08:00

254 lines
4.3 KiB
CSS

body {
background:black;
padding:0;
margin:0;
}
fieldset {
color:cyan;
padding:2px;
}
legend {
margin-left:10px;
}
legend:hover {
cursor:pointer;
background:red;
}
div.hidden {
display:none;
}
fieldset>form.option {
padding:0 5px;
}
fieldset>form.option>br {
clear:both;
}
fieldset>form.option>div.item {
margin-right:3px;
float:left;
}
fieldset>form.option>div.item label {
margin-right:3px;
}
fieldset>form.option>div.item input.args.char {
width:20px;
}
fieldset>form.option>div.item input.args.tiny {
width:40px;
}
fieldset>form.option>div.item input.args {
width:80px;
}
fieldset>form.option>div.item input.args.cmd {
background-color:black;
color:white;
width:160px;
}
fieldset>form.option>div.item input.args.long {
width:240px;
}
fieldset>form.option>div.item input.args.full {
width:480px;
}
fieldset>form.option>div.item input.opts {
width:80px;
}
fieldset>form.option>div.item textarea.args {
background-color:cyan;
width:300px;
height:50px;
}
fieldset>form.option>div.item.text>input {
background-color:cyan;
}
fieldset>form.option>div.item.button>input {
background:black;
color:cyan;
}
fieldset>form.option>div.item.select>select {
background:black;
color:cyan;
}
fieldset>form.option>div.item.textarea {
margin-top:4px;
clear:both;
}
fieldset>div.action {
clear:none;
}
fieldset>div.action>div.item {
float:left;
margin:2px 0;
}
fieldset>div.action>div.item>select {
color:cyan;
background:black;
/* margin:3px 0; */
}
fieldset>div.action>div.item>input {
color:cyan;
background:black;
}
fieldset>div.action>div.item>input:hover {
background:gray;
}
fieldset>div.action>div.item.space {
width:10px;
}
fieldset>div.status>div.item {
float:left;
padding:4px;
}
fieldset>div.status>div.item>label {
font-size:14px;
color:gray;
}
fieldset>div.output {
margin-top:4px;
clear:both;
overflow:auto;
position:relative;
}
fieldset>div.output div.code a {
color:yellow;
}
fieldset>div.output>div.project {
float:left;
/* position:fixed; */
}
fieldset>div.output>div.project>div.item {
clear:both;
}
fieldset>div.output>div.project>div.item:hover {
border:solid 1px red;
}
fieldset>div.output>pre.profile {
float:right;
}
fieldset>div.output>div.profile>div.item {
clear:both;
}
fieldset>div.output>div.profile>div.item:hover {
border:solid 1px red;
}
fieldset>div.output>pre.display {
position:sticky; bottom:0;
max-height:120px;
clear:both;
}
fieldset>div.output>pre.display:hover {
max-height:640px;
}
fieldset div.code {
color:white;
font-size:14px;
font-family:monospace;
background-color:#343a34f2;
white-space:pre;
padding:10px;
overflow:auto;
border:solid 3px green;
/* max-height:640px; */
}
fieldset table {
font-size:14px;
cursor:pointer;
border:solid 1px green;
overflow: auto;
}
fieldset table tr:hover {
background-color:#0fbd45;
}
fieldset table tr.select {
background-color:#0fbd45;
}
fieldset table tr.over {
background:red;
}
fieldset table th {
font-family:monospace;
background-color:#0fbd45;
cursor:pointer;
padding: 0 6px;
}
fieldset table td {
max-width:1200px;
font-family:monospace;
padding: 0 6px;
white-space: pre;
}
fieldset table td:hover {
background-color:red;
}
fieldset table td.select {
background-color:red;
}
div.toast {
color:yellow;
background:black;
border:solid 2px red;
position:fixed;
padding:5px;
z-index:100;
}
div.toast div.title {
font-size:14px;
color:gray;
}
div.toast div.content {
text-align:center;
}
div.toast div.duration {
font-size:14px;
color:gray;
}
div.carte {
color:cyan;
background:black;
border:solid 2px red;
position:fixed;
z-index:100;
}
div.carte div.item {
padding:0 5px;
}
div.carte div.item:hover {
background:red;
border:solid 2px yellow;
cursor:pointer;
}
div.upload {
color:yellow;
background:black;
border:solid 2px red;
position:fixed;
padding:5px;
z-index:100;
}
div.upload div.item {
float:left;
}
fieldset.input {
background-color:black;
position:fixed;
left:0; top:0;
}
fieldset.input {
z-index:99;
}
fieldset.input.date {
z-index:101;
}
fieldset.input.key {
z-index:101;
}