mirror of
https://shylinux.com/x/volcanos
synced 2025-04-27 01:28:28 +08:00
117 lines
3.0 KiB
CSS
117 lines
3.0 KiB
CSS
fieldset.editor>form.option div.item input.args[name=line] {
|
|
width:40px;
|
|
}
|
|
fieldset.editor>div.action>div.file {
|
|
border:solid 2px red; padding:2px;
|
|
float:left; margin:2px 0;
|
|
cursor:pointer;
|
|
}
|
|
fieldset.editor>div.action>div.file.over {
|
|
background-color:blue;
|
|
}
|
|
fieldset.editor>div.action>div.file.select {
|
|
background-color:green; color:white;
|
|
}
|
|
|
|
fieldset.editor {
|
|
background:#0b2c54ab;
|
|
}
|
|
fieldset.editor>div.output {
|
|
background-color:#173d40ab;
|
|
}
|
|
fieldset.editor>div.output>table>tr:hover {
|
|
background-color:#99CCFF00;
|
|
}
|
|
fieldset.editor>div.output>table>tr>td {
|
|
padding:0; overflow:auto;
|
|
vertical-align:top;
|
|
}
|
|
fieldset.editor>div.output>table>tr>td:hover {
|
|
background-color:#99CCFF00;
|
|
}
|
|
|
|
fieldset.editor>div.output div.project {
|
|
max-width:180px; overflow:auto;
|
|
text-align:left; padding:0 10px;
|
|
font-size:14px; font-family:monospace;
|
|
color:white;
|
|
}
|
|
fieldset.editor>div.output div.project div.item {
|
|
cursor:pointer;
|
|
}
|
|
fieldset.editor>div.output div.project div.item:hover {
|
|
border:solid 2px red;
|
|
}
|
|
fieldset.editor>div.output div.project div.list {
|
|
padding-left:10px;
|
|
}
|
|
fieldset.editor>div.output div.profile {
|
|
padding:0; margin:0;
|
|
position:relative;
|
|
}
|
|
|
|
fieldset.editor>div.output table.content {
|
|
font-size:16px; font-family:monospace;
|
|
}
|
|
fieldset.editor>div.output table.content tr.select td.line {
|
|
background-color:red;
|
|
border:solid 1px yellow;
|
|
}
|
|
fieldset.editor>div.output table.content td.line {
|
|
text-align:right; margin:0;
|
|
border-right:solid 2px red;
|
|
padding:0 6px;
|
|
color:white;
|
|
}
|
|
fieldset.editor>div.output table.content td.line:hover {
|
|
background-color:green;
|
|
}
|
|
fieldset.editor>div.output table.content td.text {
|
|
text-align:left; height:20px;
|
|
border:solid 1px #173d4000;
|
|
padding:0; margin:0;
|
|
padding-left:10px;
|
|
color:white;
|
|
}
|
|
fieldset.editor>div.output table.content td.text:hover {
|
|
background-color:#06062700;
|
|
}
|
|
fieldset.editor>div.output table.content td.text span.comment {
|
|
color:cyan; background-color:blue;
|
|
}
|
|
fieldset.editor>div.output table.content td.text span.keyword {
|
|
color:yellow; font-weight:bold;
|
|
}
|
|
fieldset.editor>div.output table.content td.text span.function {
|
|
color:cyan; font-weight:bold;
|
|
}
|
|
fieldset.editor>div.output table.content td.text span.datatype {
|
|
color:lightgreen; font-weight:bold;
|
|
}
|
|
fieldset.editor>div.output table.content td.text span.string {
|
|
color:magenta;
|
|
}
|
|
|
|
fieldset.editor>div.output div.search {
|
|
background-color:#060627ab; color:white;
|
|
padding:6px; border:solid 1px red;
|
|
color:white;
|
|
}
|
|
fieldset.editor>div.output div.search div.tags {
|
|
text-align:left; overflow:auto;
|
|
}
|
|
fieldset.editor>div.output div.search td>div {
|
|
max-height:100px;
|
|
overflow:hidden;
|
|
}
|
|
|
|
body.white fieldset.editor div.output table {
|
|
background:#0b2c5400; color:white;
|
|
}
|
|
body.white fieldset.editor div.output table tr {
|
|
background:#0b2c5400;
|
|
}
|
|
body.white fieldset.editor div.output div.search table {
|
|
background:#0b2c5400; color:white;
|
|
}
|