mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
opt css
This commit is contained in:
parent
9e4d9bbae8
commit
c74590b7ce
@ -1,5 +1,5 @@
|
|||||||
body, fieldset, table, tr, th, td { padding:0; border:0; margin:0; }
|
body, fieldset, table, tr, th, td { padding:0; border:0; margin:0; }
|
||||||
body { background-color:black; color:cyan; font-size:14px; }
|
body { background-color:black; color:cyan; font-size:14px; font-family:sans-serif; }
|
||||||
|
|
||||||
legend { background-color:#339999; color:white; padding:0px 10px; margin-top:4px 5px; }
|
legend { background-color:#339999; color:white; padding:0px 10px; margin-top:4px 5px; }
|
||||||
select { background-color:black; color:cyan; padding:0 10px; height:1.92rem; }
|
select { background-color:black; color:cyan; padding:0 10px; height:1.92rem; }
|
||||||
@ -137,8 +137,8 @@ body.print fieldset.River>div.output div.list div.item { background-color:white;
|
|||||||
|
|
||||||
body.mobile legend { font-size:1.6rem; }
|
body.mobile legend { font-size:1.6rem; }
|
||||||
body.mobile input { font-size:1.4rem; }
|
body.mobile input { font-size:1.4rem; }
|
||||||
body.mobile input[type=text] { padding-top:3px; height:2rem; }
|
body.mobile input[type=text] { padding-top:3px; height:2.3rem; }
|
||||||
body.mobile select { font-size:1.4rem; margin-top:3px; height:2rem; }
|
body.mobile select { font-size:1.4rem; margin-top:3px; height:40px; }
|
||||||
body.mobile>div.carte { font-size:1.6rem; }
|
body.mobile>div.carte { font-size:1.6rem; }
|
||||||
body.mobile>div.carte div.item { font-size:1.6rem; }
|
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 { font-size:1.4rem; }
|
||||||
@ -164,8 +164,9 @@ body.mobile.landscape fieldset.Footer.foot { position:unset; }
|
|||||||
* { tab-size:4; }
|
* { tab-size:4; }
|
||||||
textarea { tab-size:2; }
|
textarea { tab-size:2; }
|
||||||
legend { font-size:1.2rem; }
|
legend { font-size:1.2rem; }
|
||||||
input, select, option, table.content, div.item, div.tabs, div.code, code.story, div.story[data-type=spark] { font-size:1.1rem; font-family:monospace; }
|
table.content th, table.content td, div.item, div.tabs, div.code, code.story, div.story[data-type=spark] { font-size:1.1rem; font-family:monospace; }
|
||||||
div.status>div.item>label { font-size:0.6rem; font-family:monospace; }
|
div.status>div.item>label { font-size:0.6rem; font-family:monospace; }
|
||||||
|
svg { font-family:monospace; }
|
||||||
|
|
||||||
/* display */
|
/* display */
|
||||||
form.option, div.action { display:contents; }
|
form.option, div.action { display:contents; }
|
||||||
|
@ -1,2 +1 @@
|
|||||||
fieldset.draw.spide div.output { font-family:monospace; }
|
|
||||||
fieldset.draw.spide div.output div.toggle { display:none; }
|
fieldset.draw.spide div.output div.toggle { display:none; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user