mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
48 lines
2.7 KiB
CSS
48 lines
2.7 KiB
CSS
fieldset.word>form.option>div.item>input[name=path] { width:320px; }
|
|
body.mobile fieldset.word>form.option>div.item>input[name=path] { width:180px; }
|
|
body.webview fieldset.word>form.option>div.item>input[name=path] { width:160px; }
|
|
fieldset.word>div.navmenu { background-color:inherit; overflow:auto; min-width:120px; clear:both; float:left; }
|
|
fieldset.word>div.navmenu div.list { margin-left:20px; }
|
|
fieldset.word>div.navmenu div.item { font-size:1.4em; font-weight:bold; font-family:cursive; padding:4px 20px; }
|
|
fieldset.word>div.navmenu>div.item { font-size:1.6em; }
|
|
fieldset.word>div.output { padding:10px; }
|
|
fieldset.word>div.output>p.story { margin:10px; }
|
|
fieldset.word>div.output>fieldset.story:not(:hover)>form.option { display:none; }
|
|
fieldset.word>div.output>fieldset.story:not(:hover)>div.action { display:none; }
|
|
fieldset.word a { word-break:break-all; }
|
|
fieldset.word img { word-break:break-all; }
|
|
|
|
fieldset.word svg.story.auto defs marker { stroke:red; fill:red; }
|
|
fieldset.word svg.story.auto rect { stroke:yellow; fill:black; }
|
|
fieldset.word svg.story.auto text { stroke:yellow; fill:yellow; }
|
|
fieldset.word svg.story.auto line { stroke:red; stroke-width:1; }
|
|
fieldset.word svg.story.auto path { stroke:red; stroke-width:1; }
|
|
body.white fieldset.word svg.story.auto defs marker { stroke:red; fill:red; }
|
|
body.white fieldset.word svg.story.auto rect { stroke:blue; fill:yellow; }
|
|
body.white fieldset.word svg.story.auto text { stroke:blue; fill:blue; }
|
|
body.white fieldset.word svg.story.auto line { stroke:red; stroke-width:1; }
|
|
body.white fieldset.word svg.story.auto path { stroke:red; stroke-width:1; }
|
|
|
|
fieldset.word.play.float>div.action { display:contents; }
|
|
fieldset.word.play.float>div.status { clear:none; }
|
|
fieldset.word.play.float>div.output>div.project { background-color:#4682b46b; padding:10px; position:fixed; right:0; top:32px; z-index:10; }
|
|
fieldset.word.play.float div.content div.page { text-align:center; display:none; }
|
|
fieldset.word.play.float div.content div.page.show { display:block; }
|
|
fieldset.word.play.float div.content.grid div.page { background-color:#a4cbecb5; margin:10px; height:200px; width:200px; overflow:auto; display:block; float:left; }
|
|
fieldset.word.play.float h1 { text-align:center; }
|
|
fieldset.word.play.float h2 { text-align:center; }
|
|
fieldset.word.play.float h3 { text-align:center; }
|
|
fieldset.word.cmd>legend { display:none; }
|
|
fieldset.word.cmd>form.option { display:none; }
|
|
fieldset.word.cmd>div.action { display:none; }
|
|
fieldset.word.cmd>div.status { display:none; }
|
|
|
|
div.story[data-type=spark] label {
|
|
-webkit-user-select:none; /*webkit浏览器*/
|
|
-khtml-user-select:none; /*早期浏览器*/
|
|
-moz-user-select:none; /*火狐*/
|
|
-ms-user-select:none; /*IE10*/
|
|
user-select:none;
|
|
}
|
|
|