mirror of
https://shylinux.com/x/ContextOS
synced 2025-06-26 18:07:30 +08:00
add some
This commit is contained in:
parent
91a01c234e
commit
d0ad38096f
@ -8,3 +8,11 @@ fieldset.web.mall.region>div.output>table.content td:nth-child(3) { text-align:r
|
|||||||
fieldset.web.mall.region>div.output>table.content td:nth-child(4) { text-align:right; }
|
fieldset.web.mall.region>div.output>table.content td:nth-child(4) { text-align:right; }
|
||||||
fieldset.web.mall.region>div.output>table.content td:nth-child(5) { text-align:right; }
|
fieldset.web.mall.region>div.output>table.content td:nth-child(5) { text-align:right; }
|
||||||
fieldset.web.mall.region>div.output>fieldset.web.mall.region.float>div.action { display:none; }
|
fieldset.web.mall.region>div.output>fieldset.web.mall.region.float>div.action { display:none; }
|
||||||
|
body.cmd.white { background-color:#cadef7; }
|
||||||
|
body.cmd.black { background-color:#0d3e7d; }
|
||||||
|
body.cmd.yellow { background-color:#0d3e7d; }
|
||||||
|
body.cmd.white.web.code.vimer { background-color:#f2f7fd; }
|
||||||
|
body.cmd.black.web.code.vimer { background-color:#092247; }
|
||||||
|
body.cmd.yellow.web.code.vimer { background-color:#092247; }
|
||||||
|
body.cmd.dark.web.chat.macos.desktop { background-color:#0c3267; }
|
||||||
|
body.cmd.light.web.chat.macos.desktop { background-color:#8ebff2; }
|
||||||
|
8
src/template/web.chat.header/theme/yellow.css
Normal file
8
src/template/web.chat.header/theme/yellow.css
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
body.yellow {
|
||||||
|
--body-bg-color:#0b376e;
|
||||||
|
--box-border:darkcyan solid 1px;
|
||||||
|
--plugin-bg-color:#061c3c9e; --plugin-fg-color:yellow;
|
||||||
|
--input-bg-color:transparent; --panel-output-bg-color:transparent;
|
||||||
|
--code-bg-color:var(--plugin-bg-color);
|
||||||
|
}
|
||||||
|
body.yellow table.content.action td:last-child { background-color:var(--th-bg-color); }
|
Loading…
x
Reference in New Issue
Block a user