/* ----- common ----- */ fieldset { margin-top:8px; } fieldset legend { font-size:16px; font-weight:bold; font-family:monospace; } fieldset form.option div { float:left; } fieldset form.option input { margin-right:10px; } fieldset form.option input.cmd { color:white; background-color:#272822; padding-left:10px; width:600px; } fieldset form.option select { margin-right:10px; } fieldset form.option hr { clear:both; } fieldset table.append { font-size:14px; overflow: auto; } fieldset table.append tr:hover { background-color:lightgreen; } fieldset table.append th { font-family:monospace; background-color:lightgreen; cursor:pointer; } fieldset table.append th.order { background-color:red; cursor:pointer; } fieldset table.append td { max-width:1200px; font-family:monospace; padding-left: 10px; padding-right: 20px; } fieldset table.append td.clip { background-color:red; } fieldset table.append td:hover { background-color:red; } fieldset code.result pre { color:white; font-size:14px; background-color:#272822; overflow:scroll; padding:5px; border:solid 2px green; border-left:solid 4px green; margin:0; } fieldset code.result pre.clipboard { height:2em; } /* ----- FlashList ----- */ fieldset.flasktext { } fieldset.flasklist div.detail { border:ridge 2px green; border-bottom:0px; margin-top:20px; padding:5px; } fieldset.flasklist div.action { border:ridge 2px green; border-top:0px; border-bottom:0px; } fieldset.flasklist code.output pre { border:ridge 2px green; margin:0px; padding:5px; border-top: 0px; } /* ----- KitList ----- */ fieldset.KitList { color:#e6dd37; font-size:14px; font-family:monospace; background-color:#498bb1a8; border:solid 3px red; width:60px; height:20px; overflow:scroll; position:fixed; } fieldset.KitList:hover, fieldset.KitList.max {} fieldset.KitList div:hover, fieldset.KitList li li:hover { background-color:red; } fieldset.KitList div.stick, fieldset.KitList li li.stick { background-color:red; } fieldset.KitList li>label.result{ background-color:rgba(0,0,0,0.2); padding:0 5px; border:2px solid green; margin-left: 10px; } fieldset.KitList li>input { background-color:rgba(0,0,0,0.2); }