mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
377 lines
23 KiB
CSS
377 lines
23 KiB
CSS
* { box-sizing:border-box; }
|
|
body, iframe, fieldset, table, tr, th, td { padding:0; border:0; margin:0; }
|
|
body { background-color:black; color:cyan; font-size:16px; }
|
|
legend { background-color:cadetblue; color:white; padding:0 20px; margin-right:2px; float:left; }
|
|
select { background-color:black; color:cyan; padding:0 10px; margin:0 2px; border:0; }
|
|
textarea { background-color:cyan; width:400px; padding:5px; border:0; margin:2px; }
|
|
input[type=password] { background-color:cyan; color:black; padding:0 5px; margin:0 2px; border:0; width:90px; }
|
|
input[type=text] { background-color:cyan; color:black; padding:0 5px; margin:0 2px; border:0; width:90px; }
|
|
input[name=cmd] { background-color:black; color:white; width:320px; }
|
|
input[name=url] { width:320px; }
|
|
input[name=text] { width:160px; }
|
|
input[name=date] { width:150px; }
|
|
input[name=path] { width:160px; }
|
|
input[name=line] { width:40px; }
|
|
input[name=limit] { width:48px; }
|
|
input[name=offend] { width:48px; }
|
|
input[name=id] { width:48px; }
|
|
input[name=ID] { width:48px; }
|
|
input[type=button] { background-color:black; color:cyan; border:0; margin:0 2px; }
|
|
input[type=button][name=restart] { background-color:blue; }
|
|
input[type=button][name=start] { background-color:blue; }
|
|
input[type=button][name=open] { background-color:blue; }
|
|
input[type=button][name=stop] { background-color:red; }
|
|
input[type=button][name=trash] { background-color:red; }
|
|
input[type=button][name=delete] { background-color:red; }
|
|
input[type=button][name=remove] { background-color:red; }
|
|
|
|
div.layout.flex>div { float:left; }
|
|
table.layout { border-spacing:0; }
|
|
table.layout td { vertical-align:top; }
|
|
table.layout td.content div.toggle { background-color:#4682b46b; color:white; font-size:24px; position:absolute; }
|
|
table.layout td.content div.toggle>div { display:table-cell; }
|
|
table.layout td.content div.toggle.project { padding-top:50px; height:100px; width:15px; top:20%; left:0px; border-top-right-radius:10px; border-bottom-right-radius:10px; }
|
|
table.layout td.content div.toggle.profile { padding-top:50px; height:100px; width:15px; top:20%; right:0px; border-top-left-radius:10px; border-bottom-left-radius:10px; }
|
|
table.layout td.content div.toggle.display { margin-top:-15px; height:15px; width:100px; position:sticky; left:40%; border-top-left-radius:10px; border-top-right-radius:10px; overflow:hidden; }
|
|
table.layout td.content div.toggle.display>div { text-align:center; width:100px; transform: rotate(-90deg) translate(5px, 0px); }
|
|
table.content thead { position:sticky; top:2px; }
|
|
table.content th { background-color:steelblue; padding:2px 6px; }
|
|
table.content td { padding:2px 6px; }
|
|
table.content.action th:last-child { position:sticky; right:0; }
|
|
table.content.action td:last-child { background-color:steelblue; position:sticky; right:0; }
|
|
div.story[data-type=spark] { background-color:#2169a9a6; color:white; padding:5px 10px; border-left:solid 5px blue; margin:10px; }
|
|
div.code { background-color:#343a3445; color:white; padding:10px; border:solid 2px green; }
|
|
|
|
div.output { position:relative; }
|
|
div.output div.project div.item { padding:2px 10px; }
|
|
div.output div.project div.list { margin-left:10px; }
|
|
div.output div.project div.switch { transform: rotate(90deg) translate(1px, 0px); width:12px; float:left; }
|
|
div.output div.project div.switch.open { transform: rotate(180deg) translate(-4px, 4px); }
|
|
div.output div.project div.zone>div.name { background-color:steelblue; color:white; text-align:center; padding:3px; clear:both; }
|
|
div.output div.project div.zone>div.list>div.zone>div.name { background-color:#09466fc2; padding-left:20px; text-align:left; }
|
|
div.output div.project div.zone>div.list>div.zone>div.name:hover { background-color:#3c7da8d9; }
|
|
div.output div.project div.item>div.name { padding-left:20px; }
|
|
div.output div.project div.zone>div.action>div.item { padding:0; margin:0; float:right; clear:none; }
|
|
div.output div.project div.zone>div.action>div.item input[type=text] { background-color:#ff000000; padding-left:10px; color:white; }
|
|
|
|
fieldset.contexts {
|
|
background:radial-gradient(black, #00000073); color:white;
|
|
position:fixed; left:20px; top:100px; z-index:10;
|
|
}
|
|
fieldset.simple>legend { display:none; }
|
|
fieldset.simple>form.option { display:none; }
|
|
fieldset.simple>div.status { display:none; }
|
|
fieldset.simple div.toggle { display:none; }
|
|
fieldset.plugin { background-color:#061c3c9e; padding:10px; margin:10px; }
|
|
fieldset.float { background-color:#0e3369; color:white; padding:0; margin:0; }
|
|
fieldset.full { background-color:#0e3369; color:white; padding:0; margin:0; left:0; top:0; overflow:auto; }
|
|
fieldset.plugin>form.option input[type=button][name=close]{ display:none; }
|
|
fieldset.float>form.option input[type=button][name=close]{ display:block; }
|
|
fieldset.full>form.option input[type=button][name=close]{ display:block; }
|
|
fieldset.plugin>div.status { border-top:1px solid darkcyan; }
|
|
fieldset.story>div.status { border-top:1px solid darkcyan; }
|
|
fieldset.panel>div.status { display:none; }
|
|
fieldset.cmd>div.output { overflow:hidden; }
|
|
|
|
fieldset.output { padding:0; margin:0; }
|
|
fieldset.output>form.option { display:none; }
|
|
fieldset.output>div.action { display:none; }
|
|
fieldset.output>div.status { display:none; }
|
|
fieldset.output div.toggle { display:none; }
|
|
|
|
fieldset.input.key { overflow:auto; }
|
|
fieldset.input.key div.action { display:none; }
|
|
fieldset.input.key.simple div.status { display:none; }
|
|
fieldset.input.key.simple th { display:none; }
|
|
fieldset.input.key.simple td { min-width:40px; }
|
|
fieldset.input.date select { width:63px; }
|
|
fieldset.input.date select[name=year] { width:88px; }
|
|
fieldset.input.date select[name=month] { width:70px; }
|
|
fieldset.input.date table { text-align:center; width:280px; }
|
|
fieldset.input.date div.action div.space { width:0; clear:both; }
|
|
fieldset.input.date div.output td { padding:2px 10px; }
|
|
fieldset.input.date div.output td.prev { color:gray; }
|
|
fieldset.input.date div.output td.next { color:gray; }
|
|
fieldset.input.date div.output td span.lunar { font-size:8px; display:block; clear:both; }
|
|
fieldset.input.date div.output td span.lunar.fest { color:red; }
|
|
fieldset.input.date div.output td span.lunar.term { color:green; }
|
|
fieldset.input.date div.status { text-align:center; }
|
|
|
|
body>div.float { background-color:#0e3369b3; color:white; padding:5px; }
|
|
body>div.toast div.title { color:yellow; float:left; }
|
|
body>div.toast div.duration { color:gray; float:right; }
|
|
body>div.toast div.content { text-align:center; color:yellow; }
|
|
body>div.toast div.progress { border:solid 2px green; margin-left:-2px; height:10px; clear:both; }
|
|
body>div.toast div.progress div.current { background-color:red; height:10px; }
|
|
body>div.toast div.action { display:block; }
|
|
body>div.toast div.action>div.item.space { height:unset; }
|
|
body>div.carte { padding:0; }
|
|
body>div.carte div.item { background-color:#0e3369b3; padding:3px 12px; }
|
|
body>div.carte div.space { border-bottom:solid 1px gray; }
|
|
body>div.input div.content { overflow:auto; }
|
|
body>div.input td { padding:5px; }
|
|
body>div.input select { width:181px; }
|
|
body>div.input input[type=text] { width:171px; }
|
|
body>div.input input[name=password] { padding:5px; border:0; width:171px; }
|
|
body>div.input input[name=username] { padding:5px; border:0; width:171px; }
|
|
body>div.input textarea { height:120px; width:171px; }
|
|
body>div.input.login { padding:10px; background-color:steelblue; min-width:240px; }
|
|
body>div.input.login input[type=button] { width:90px; }
|
|
body>div.upload div.item { float:left; }
|
|
body>div.upload div.output { border:solid 1px red; }
|
|
body>div.upload div.progress { background-color:red; height:10px; width:0; }
|
|
body>div.upload div.status div.cost { float:left; }
|
|
body>div.upload div.status div.show { float:right; }
|
|
body>div.upload div.status div.size { text-align:center; }
|
|
body>div.upload input[type=file] { width:320px; }
|
|
|
|
/* font */
|
|
* { tab-size:4; }
|
|
textarea { tab-size:2; height:60px; }
|
|
legend { font-size:1.2rem; height:31px; }
|
|
select, input { font-size:1.0rem; height:31px; }
|
|
table.content th, table.content td, div.zone>div.name, div.item, code.story, div.story[data-type=spark] { font-family:monospace; }
|
|
div.code { font-family:monospace; }
|
|
div.action>div.tabs { padding:5px 10px; height:31px; }
|
|
div.status>div.item { padding:4px; height:30px; }
|
|
div.status>div.item>label { font-size:0.6rem; font-family:monospace; }
|
|
svg { font-family:monospace; }
|
|
|
|
/* display */
|
|
form.option, div.action { display:contents; }
|
|
.hide, .hidden, form.option>div.item>label, div.action>div.item>label, fieldset.panel>legend, fieldset.output>legend, fieldset.input>legend { display:none; }
|
|
div.output, div.status, div.content, div.project div.item, div.item.textarea, div.code, div.story[data-type=spark], p.story, h1, h2, h3 { clear:both; }
|
|
form.option, form.option>div.item, div.action, div.action>div.item, div.action>div.tabs, div.project, div.status>div.item { float:left; }
|
|
div.code, div.story, div.action, div.output, div.status, div.project, div.content, div.profile, div.display, table.content, table.content td, body>div.toast { overflow:auto; }
|
|
div.code, div.story, div.item, div.content, table.content, textarea { white-space:pre; }
|
|
div.code, div.story, div.item { text-align:left; }
|
|
|
|
/* position cursor */
|
|
fieldset.auto, fieldset.full, fieldset.float, fieldset.input, body>div.toast, body>div.carte, body>div.input, body>div.upload { position:fixed; z-index:10; }
|
|
legend, select, input[type=button], div.tabs, div.item, th, td, h1, h2, h3 { cursor:pointer; }
|
|
div.title, div.story[data-type=spark] { cursor:copy; }
|
|
|
|
/* hover */
|
|
legend:hover { background-color:skyblue; }
|
|
select:hover { background-color:gray; color:cyan; }
|
|
input[type=text]:hover { background-color:white; }
|
|
input[name=cmd]:hover { background-color:cyan; color:black; }
|
|
input[type=button]:hover { background-color:gray; }
|
|
select, textarea, input[type=text] { box-shadow:4px 4px 20px 4px #626bd0; }
|
|
table.content tr.select, table.content tr:hover, h1:hover, h2:hover, h3:hover, div.item.select, div.item:hover, div.tabs.select, div.tabs:hover, .select { background-color:steelblue; }
|
|
table.content th:hover, table.content td.select, table.content td:hover { background-color:cornflowerblue; }
|
|
div.story[data-type=spark] span:hover { background-color:deepskyblue; box-shadow:4px 4px 20px 4px #29318e; }
|
|
body>div.carte div.item:hover { background-color:cornflowerblue; }
|
|
|
|
/* scrollbar */
|
|
body { overflow:-moz-scrollbars-none; -ms-overflow-style:none; }
|
|
body::-webkit-scrollbar { width:0 !important; height:0 !important; }
|
|
fieldset.panel.Action>div.output::-webkit-scrollbar { width:0 !important; height:0 !important; }
|
|
div.story[data-type=spark]::-webkit-scrollbar { width:0 !important; height:0 !important; }
|
|
div.project::-webkit-scrollbar { width:0 !important; height:0 !important; }
|
|
div.content::-webkit-scrollbar { width:0 !important; height:0 !important; }
|
|
|
|
/* table card */
|
|
div.output.card div.item.stop { color:gray; }
|
|
div.output.card div.item { padding:10px; border:solid 1px #e7e7e7; margin:10px; width:240px; float:left; }
|
|
div.output.card div.item>div.title { font-size:1.2rem; font-weight:bold; padding:10px; border-bottom:solid 1px #e7e7e7; }
|
|
div.output.card div.item>div.content { padding:10px; height:45px; }
|
|
body.white div.output.card div.item input[type=button] { background-color:#ff000000; }
|
|
|
|
/* white */
|
|
body.white { background-color:rgba(5,34,56,0.75); color:white; }
|
|
body.white select { background-color:yellowgreen; color:white; opacity:1; }
|
|
body.white textarea { background-color:white; }
|
|
body.white input[type=password] { background-color:white; }
|
|
body.white input[type=text] { background-color:white; }
|
|
body.white input[name=cmd] { background-color:black; color:white; }
|
|
body.white input[type=button] { background-color:cornflowerblue; color:white; }
|
|
body.white input[type=button][name=start] { background-color:blue; }
|
|
body.white input[type=button][name=open] { background-color:blue; }
|
|
body.white input[type=button][name=stop] { background-color:red; }
|
|
body.white input[type=button][name=trash] { background-color:red; }
|
|
body.white input[type=button][name=delete] { background-color:red; }
|
|
body.white input[type=button][name=remove] { background-color:red; }
|
|
body.white table.content th { background-color:skyblue; }
|
|
body.white fieldset.panel.Action { color:black; }
|
|
body.white fieldset.panel.Action div.action { color:white; }
|
|
body.white fieldset.plugin { background-color:#ffffffa1; }
|
|
body.white fieldset.float { background-color:#0e3369; color:white; }
|
|
body.white fieldset.full { background-color:#0e3369; color:white; }
|
|
body.white div.output div.project div.zone>div.list>div.zone>div.name { background-color:#09466f66; color:black; }
|
|
body.white fieldset.full div.output div.project div.zone>div.list>div.zone>div.name { background-color:#09466f66; color:white; }
|
|
|
|
/* white hover */
|
|
body.white legend:hover { background-color:skyblue; }
|
|
body.white select:hover { background-color:#99cc667d; }
|
|
body.white input[type=text]:hover { background-color:cyan; }
|
|
body.white input[name=cmd]:hover { background-color:white; color:black; }
|
|
body.white input[type=button]:hover { background-color:#1b7acc8c; }
|
|
body.white table.content tr:hover { background-color:#4682b46b; }
|
|
body.white table.content th:hover { background-color:#6495ed63; }
|
|
body.white table.content td:hover { background-color:#6495ed63; }
|
|
body.white table.content td.select { background-color:#6495ed63; }
|
|
body.white table.content.action td:last-child { background-color:skyblue; }
|
|
body.white div.item:hover { background-color:#4682b46b; }
|
|
body.white div.item.select { background-color:#4682b46b; }
|
|
body.white h1:hover { background-color:#4682b46b; }
|
|
body.white h2:hover { background-color:#4682b46b; }
|
|
body.white h3:hover { background-color:#4682b46b; }
|
|
|
|
/* print */
|
|
body.print { background-color:white; color:black; }
|
|
body.print legend, body.print select, body.print input, body.print input[type=button] { background-color:lightgray; color:black; box-shadow:0px 0px 0px 0px #626bd0; }
|
|
body.print input[type=text] { background-color:lightgray; }
|
|
body.print table.content th { background-color:lightgray; }
|
|
body.print table.content.action td:last-child { background-color:lightgray; }
|
|
body.print div.project div.zone>div.name { background-color:lightgray; }
|
|
body.print div.list div.item { background-color:white; }
|
|
body.print div.list div.item.select { background-color:lightgray; }
|
|
body.print div.item.select { background-color:lightgray; }
|
|
body.print div.story[data-type=spark] { background-color:lightgray; }
|
|
body.print fieldset.plugin { background-color:white; color:black; }
|
|
body.print fieldset.panel { background-color:white; color:black; }
|
|
body.print fieldset.draw div.output div.content svg { background-color:lightgray; }
|
|
body.print fieldset.draw div.output { background-color:lightgray; }
|
|
|
|
body.mobile { overflow:auto; }
|
|
body.mobile.simple { overflow:hidden; }
|
|
body.mobile legend { font-size:1.6rem; height:38px; }
|
|
body.mobile select { font-size:1.4rem; height:38px; border-radius:0; margin-right:10; }
|
|
body.mobile textarea { font-size:1.2rem; border-radius:0; }
|
|
body.mobile input[type=password] { font-size:1.2rem; height:38px; border-radius:0; margin-right:5px; }
|
|
body.mobile input[type=text] { font-size:1.2rem; height:38px; border-radius:0; margin-right:5px; }
|
|
body.mobile input[type=button] { font-size:1.2rem; height:38px; border-radius:0; }
|
|
body.mobile fieldset.float input[type=button] { font-size:1.4rem; height:38px; }
|
|
body.mobile fieldset.plugin { margin:10px 0; }
|
|
body.mobile fieldset.plugin.full { margin:0; }
|
|
body.mobile table.layout div.toggle { font-size:48px; }
|
|
body.mobile table.content th { padding:6px 6px; }
|
|
|
|
body.mobile table.layout td.content div.toggle.project { width:30px; }
|
|
body.mobile table.layout td.content div.toggle.profile { width:30px; }
|
|
body.mobile table.layout td.content div.toggle.display { margin-top:-30px; height:30px; }
|
|
|
|
body.mobile form.option>div.item { margin:0; height:38px; }
|
|
body.mobile div.action>div.item { margin:0; height:38px; }
|
|
body.mobile fieldset.word.float>div.output>div.project { top:38px; }
|
|
body.mobile>div.carte div.item { font-size:1.6rem; }
|
|
body.mobile>div.input.login input { font-size:1.4rem; }
|
|
body.mobile>div.input.login input[name=username] { width:264px; }
|
|
body.mobile>div.input.login input[name=password] { width:264px; }
|
|
body.mobile fieldset.input.date div.output td { padding:8px 20px; }
|
|
|
|
body.mobile fieldset.Header.head { width:-webkit-fill-available; }
|
|
body.mobile fieldset.Header.head { background-color:#000000b8; font-size:1.6rem; height:3rem; position:fixed; top:0; }
|
|
body.mobile fieldset.Header.head div.output { height:3rem; }
|
|
body.mobile fieldset.Header.head div.state.time { display:none; }
|
|
body.mobile fieldset.Header.head div.search>input { background-color:#21181838; color:white; margin:0; height:38px; width:-webkit-fill-available }
|
|
body.mobile fieldset.Header.head div.search { height:38px; width:-webkit-fill-available }
|
|
body.mobile fieldset.Header.head div.output div { height:38px; margin-left:0; }
|
|
body.mobile fieldset.River.left { background-color:#243950bf; font-size:1.6rem; min-width:240px; position:fixed; top:3rem; z-index:10; }
|
|
body.mobile fieldset.River>div.output { width:320px; }
|
|
body.mobile fieldset.River>div.output div.item { font-size:1.6rem; }
|
|
body.mobile fieldset.Action.main { margin-top:3rem; margin-bottom:3rem; }
|
|
body.mobile fieldset.Action.main.cmd { margin-top:0; margin-bottom:0; }
|
|
body.mobile fieldset.Action>div.output { overflow:hidden; }
|
|
body.mobile fieldset.Footer.foot { width:-webkit-fill-available; }
|
|
body.mobile fieldset.Footer.foot { background-color:#000000b8; font-size:1.6rem; height:3rem; position:fixed; bottom:0; }
|
|
body.mobile fieldset.Footer.foot div.output { height:3rem; }
|
|
body.mobile fieldset.Footer.foot div.output div { height:2.6rem; }
|
|
body.mobile fieldset.Footer.foot input[name=cmd] { height:38px; }
|
|
|
|
body.mobile.landscape fieldset.Header.head { position:unset; }
|
|
body.mobile.landscape fieldset.Header.head div.state.time { display:block; }
|
|
body.mobile.landscape fieldset.Action.main { margin-top:0; margin-bottom:0; }
|
|
body.mobile.landscape fieldset.Footer.foot { position:unset; }
|
|
body.mobile.landscape fieldset.Footer.foot input[name=cmd] { width:240px; }
|
|
|
|
body.mobile fieldset.draw.spide div.action { display:none; }
|
|
body.mobile fieldset.draw.trend div.action { display:none; }
|
|
body.mobile.landscape fieldset.draw.spide div.action { display:block; }
|
|
body.mobile.landscape fieldset.draw.trend div.action { display:block; }
|
|
body.mobile div.output.card div.item { height:160px; float:none; }
|
|
body.mobile.landscape div.output.card div.item { width:auto; float:left; }
|
|
body.mobile.landscape.simple div.output.card div.item { width:auto; float:left; }
|
|
|
|
|
|
body.simple fieldset.Header { border-bottom:solid 1px #e7e7e7; height:60px; }
|
|
body.simple fieldset.River { border-right:solid 1px #e7e7e7; }
|
|
body.simple fieldset.River>div.output { padding:10px 10px; width:200px; }
|
|
body.simple fieldset.River>div.output div.item { color:black; padding:10px 40px; border-left:none; }
|
|
body.simple fieldset.River>div.output div.item.select { background-color:white; }
|
|
body.simple fieldset.River>div.output div.item:hover { background-color:#0152d9; color:white; }
|
|
body.simple fieldset.River>div.output div.list div.item { background-color:white; color:black; border-left:none; }
|
|
body.simple fieldset.River>div.output div.list div.item.select { background-color:#0152d9; color:white; }
|
|
body.simple fieldset.River>div.output div.list div.item:hover { background-color:#0152d9; color:white; }
|
|
|
|
body.simple fieldset.Action>div.action { background-color:white; padding:10px; border-bottom:solid 1px red; height:38px; width:600px; }
|
|
body.simple fieldset.Action>div.action div.tabs { padding:10px; margin:10px; }
|
|
body.simple fieldset.Action.tabs>div.output { margin-top:58px; }
|
|
body.simple fieldset.Action>div.output>fieldset.plugin.inner { box-shadow:none; }
|
|
body.simple fieldset.Action>div.output>fieldset.plugin.inner>legend { display:none; }
|
|
body.simple fieldset.Action>div.output>fieldset.plugin.inner>form.option { display:none; }
|
|
body.simple fieldset.Action>div.output>fieldset.plugin.inner>div.action { display:none; }
|
|
|
|
body.simple div.output.card div.item { border-radius:5px; box-shadow:2px 2px 6px 1px gray; }
|
|
body.simple div.output.card div.item>div.title { border-bottom:solid 1px #e7e7e7; }
|
|
body.simple fieldset.feel.float { top:0; }
|
|
body.simple div.code { padding:0px; border:none; }
|
|
|
|
body.white.simple div.profile { background-color:whitesmoke; }
|
|
body.white.simple div.profile { color:black; }
|
|
body.white.simple div.display { background-color:whitesmoke; }
|
|
body.white.simple div.code { background-color:white; color:black; padding:0px; border:none; }
|
|
body.white.simple fieldset.plugin div.status { border-top:1px solid lightgray; }
|
|
body.white.simple>div.carte { background-color:white; border:solid 1px #e7e7e7; }
|
|
body.white.simple>div.carte div.item { background-color:white; color:black; }
|
|
body.white.simple div.carte div.item:hover { background-color:#e3e6f1; }
|
|
body.white.simple fieldset.plugin div.output.json div.item span { color:black; }
|
|
body.white.simple fieldset.plugin div.output.json div.item span.key { color:blue; }
|
|
body.white.simple fieldset.plugin div.output.json div.item span.nonce { color:lightgray; }
|
|
body.white.simple div.output.card div.item:hover { background-color:white; box-shadow:5px 5px 10px 5px gray; }
|
|
body.white.simple div.output.card input[type=button] { background-color:#0152d9; color:black; font-size:0.8rem; padding:5px 10px; box-shadow:2px 2px 6px 1px gray; }
|
|
body.white.simple div.output.card input[type=button]:hover { box-shadow:2px 2px 8px 2px gray; }
|
|
body.white.simple div.output div.project div.zone>div.action>div.item input[type=text] { color:black; }
|
|
|
|
body.white div.project.auto { background-color:whitesmoke; }
|
|
body.white div.profile.auto { background-color:whitesmoke; }
|
|
body.black div.project.auto { background-color:#1d3349; }
|
|
body.black div.profile.auto { background-color:#1d3349; }
|
|
|
|
/* misc */
|
|
div.output div.row div.col { float:left; border:solid 1px green; }
|
|
fieldset.panel.Action.cmd>div.toggle.project { display:none; }
|
|
fieldset.panel.Search div.story[data-type=spark] { padding:0px; margin:0px; }
|
|
fieldset.plugin.location>div.action input[type=text] { width:40px; }
|
|
fieldset.plugin.config form.option input[name=key] { width:240px; }
|
|
fieldset.plugin.parse.cmd>legend { display:none; }
|
|
fieldset.plugin.parse.cmd>form.option { display:none; }
|
|
fieldset.plugin.parse.cmd>div.action { display:none; }
|
|
fieldset.plugin.parse.cmd>div.status { display:none; }
|
|
fieldset.xterm div.toggle { display:none; }
|
|
fieldset.story.inner.float { background-color:black; }
|
|
|
|
body.black { overflow:hidden; }
|
|
body.white { overflow:hidden; }
|
|
body.black a { color:yellow; }
|
|
body.white fieldset.panel.Search a { color:yellow; }
|
|
body.mobile fieldset.plan>div.action { display:none; }
|
|
body.mobile.simple div.output.card div.item { width:-webkit-fill-available; }
|
|
|
|
div.layout.tabs>div.tabs { display:flex; overflow:auto; }
|
|
div.layout.tabs>div.tabs>div { padding:10px; height:32px; flex:1; }
|
|
div.layout.tabs>div.tabs>div:hover { background:steelblue; }
|
|
div.layout.tabs>div.list { width:100%; height:100%; flex:1; }
|
|
div.layout.tabs>div.list>div { height:100%; display:none; }
|
|
div.layout.tabs>div.list>div.select { display:block; }
|
|
div.layout.tabs.left { display:flex; }
|
|
div.layout.tabs.left>div.tabs { flex-direction:column; }
|
|
div.layout.tabs.left>div.tabs>div { writing-mode:tb; }
|
|
div.layout.tabs.right { display:flex; }
|
|
div.layout.tabs.right>div.tabs { flex-direction:column; }
|
|
div.layout.tabs.right>div.tabs>div { writing-mode:tb; }
|
|
div.layout.tabs.box>div.list { height:unset; }
|
|
div.layout.tabs.box>div.tabs { background-color:steelblue; text-align:center; padding:3px; display:block; }
|
|
|