1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-04-13 02:53:03 +08:00
parent e802328fcc
commit 6f289c2f14
3 changed files with 13 additions and 8 deletions

5
src/main.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="https://www.w3.org/2000/svg" vertion="1.1" text-anchor="middle" dominant-baseline="middle" count=15 pid=p14><g><rect height="50" width="170" x="90" y="30" rx="4" ry="4" pid="p1" class="p1" ship="[{&quot;pid&quot;:&quot;p3&quot;,&quot;which&quot;:1,&quot;anchor&quot;:8}]" index="web.code.vimer" text="p9" args="usr/volcanos/,plugin/local/wiki/draw.js"></rect><text x="175" y="55" pid="p9" class="p9">vimer</text></g><g><rect height="50" width="230" x="480" y="240" rx="4" ry="4" pid="p2" class="p2" ship="[{&quot;pid&quot;:&quot;p3&quot;,&quot;which&quot;:2,&quot;anchor&quot;:2}]" text="p6" index="web.wiki.word"></rect><text x="595" y="265" pid="p6" class="p6" style="
/* color: red; */
/* stroke: red; */
/* fill: red; */
">word</text></g><line x1="175" y1="80" x2="595" y2="240" ship="[{&quot;pid&quot;:&quot;p1&quot;},{&quot;pid&quot;:&quot;p2&quot;}]" pid="p3" class="p3"></line><g><rect height="50" width="130" x="130" y="210" rx="4" ry="4" pid="p4" class="p4" index="web.code.xterm" text="p8" args="c0f62b"></rect><text x="195" y="235" pid="p8" class="p8">xterm</text></g><g class="sub" style="opacity: 1; display: block;" stroke="white" fill="blue"><g><rect height="70" width="180" x="580" y="90" rx="4" ry="4" pid="p5" class="p5" text="p7" index="cli.runtime"></rect><text x="670" y="125" pid="p7" class="p7">runtime</text></g></g><g><rect height="50" width="190" x="870" y="180" rx="4" ry="4" pid="p10" class="p10" text="p11" index="web.code.git.trend" args="icebergs"></rect><text x="965" y="205" pid="p11" class="p11">trend</text></g><g><rect height="50" width="220" x="1190" y="130" rx="4" ry="4" pid="p12" class="p12" text="p13" index="cli.runtime" args="diskinfo"></rect><text x="1300" y="155" pid="p13" class="p13">diskinfo</text></g><g><rect height="50" width="210" x="1140" y="290" rx="4" ry="4" pid="p14" class="p14" text="p15" index="web.code.git.spide" args="icebergs"></rect><text x="1245" y="315" pid="p15" class="p15">spide</text></g></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -1,9 +1,9 @@
body.dark { color:silver } body.dark { color:silver }
body.dark legend { background-color:#212121;color:silver;border-radius:5px;outline:none;box-shadow:none;background-color:#212121 } body.dark legend { background-color:#212121;color:silver;border-radius:5px;outline:none;box-shadow:none;background-color:#212121 }
body.dark legend:hover { color:white } body.dark legend:hover { color:white }
body.dark select { background-color:#212121;color:silver;border-radius:5px;outline:none;box-shadow:none } body.dark select { background-color:#212121;color:silver;border-radius:5px;outline:none;box-shadow:none; }
body.dark select:hover { color:white } body.dark select:hover { color:white }
body.dark input { background-color:#212121;color:silver;border-radius:5px;outline:none;box-shadow:none } body.dark input { background-color:#212121;color:silver;border-radius:5px;outline:none;box-shadow:none; }
body.dark input:hover { color:white } body.dark input:hover { color:white }
body.dark input:not([type=button]) { border-radius:0 } body.dark input:not([type=button]) { border-radius:0 }
body.dark input:not([type=button]):hover { border:blue solid 1px } body.dark input:not([type=button]):hover { border:blue solid 1px }
@ -52,10 +52,10 @@ body.dark a { color:blue }
body.dark label { color:silver } body.dark label { color:silver }
body.dark fieldset.panel { background-color:black;color:silver } body.dark fieldset.panel { background-color:black;color:silver }
body.dark fieldset.panel>div.output { background-color:black;color:silver } body.dark fieldset.panel>div.output { background-color:black;color:silver }
body.dark fieldset.panel.Action div.output { background-color:#0d1117 } body.dark fieldset.panel.Action div.output { background-color:#0d1117; }
body.dark fieldset.plugin { background-color:black;border-radius:10px } body.dark fieldset.plugin { background-color:black;border-radius:10px; }
body.dark fieldset.plugin >div.status { border-top:gray solid 1px } body.dark fieldset.plugin >div.status { border-top:gray solid 1px }
body.dark fieldset.story { background-color:black;border-radius:10px } body.dark fieldset.story { background-color:black;border-radius:10px; }
body.dark fieldset.story >div.status { border-top:gray solid 1px } body.dark fieldset.story >div.status { border-top:gray solid 1px }
body.dark fieldset.input { background-color:black;border-radius:10px }body.dark fieldset.input div.output { background-color:black;border-radius:10px } body.dark fieldset.input { background-color:black;border-radius:10px }body.dark fieldset.input div.output { background-color:black;border-radius:10px }
body.dark fieldset.input { border-radius:0 } body.dark fieldset.input { border-radius:0 }

View File

@ -52,10 +52,10 @@ body.light a { color:blue }
body.light label { color:black } body.light label { color:black }
body.light fieldset.panel { background-color:white;color:black } body.light fieldset.panel { background-color:white;color:black }
body.light fieldset.panel>div.output { background-color:white;color:black } body.light fieldset.panel>div.output { background-color:white;color:black }
body.light fieldset.panel.Action div.output { background-color:white } body.light fieldset.panel.Action div.output { background-color:white; }
body.light fieldset.plugin { background-color:aliceblue;border-radius:10px } body.light fieldset.plugin { background-color:aliceblue;border-radius:10px; }
body.light fieldset.plugin >div.status { border-top:transparent solid 1px } body.light fieldset.plugin >div.status { border-top:transparent solid 1px }
body.light fieldset.story { background-color:aliceblue;border-radius:10px } body.light fieldset.story { background-color:aliceblue;border-radius:10px; }
body.light fieldset.story >div.status { border-top:transparent solid 1px } body.light fieldset.story >div.status { border-top:transparent solid 1px }
body.light fieldset.input { background-color:aliceblue;border-radius:10px }body.light fieldset.input div.output { background-color:aliceblue;border-radius:10px } body.light fieldset.input { background-color:aliceblue;border-radius:10px }body.light fieldset.input div.output { background-color:aliceblue;border-radius:10px }
body.light fieldset.input { border-radius:0 } body.light fieldset.input { border-radius:0 }