1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-04-29 23:17:25 +08:00
parent 695b5b658e
commit 64190c395d

View File

@ -1,5 +1,5 @@
* { tab-size:4; box-sizing:border-box; padding:0; border:0; margin:0; }
body { font-size:16px; }
body { background-color:black; font-size:16px; }
legend { padding:0 20px; }
input:not([type=file]) { padding:0 10px; }
input:not([type=button]) { width:120px; }
@ -18,6 +18,7 @@ table.content.action th:last-child { position:sticky; right:2px; }
table.content.action td:last-child { max-width:200px; position:sticky; right:2px; }
h1 { text-align:center; margin:20px 0; } h2 { margin:20px 0; } h3 { margin:20px 0; } ul { padding-left:40px; margin:20px 0; }
hr, td.hr { border-bottom:gray dashed 1px; margin:5px; }
img { margin-bottom:-8px; }
/* fieldset */
fieldset>legend { margin-right:10px; }
fieldset>form.option>div.item { margin-right:10px; }
@ -117,7 +118,7 @@ div.tabs>div:hover span.icon { visibility:visible; }
div.tabs>div.select span.icon { visibility:visible; }
div.action>div.tabs:hover span.icon { visibility:visible; }
fieldset.plug>form.option>div.icon { margin-left:5px; }
fieldset.plugin:not(.float):not(.full)>form.option>div.icon { display:none; }
fieldset.plugin:not(.float):not(.full):not(.cmd)>form.option>div.icon { display:none; }
fieldset.story>form.option>div.button.icons>input { display:none; }
fieldset.float>form.option>div.button.icons>input { display:none; }
fieldset.full>form.option>div.button.icons>input { display:none; }