Terminal.load default.rin

This commit is contained in:
Devine Lu Linvega
2017-05-24 14:48:35 -10:00
parent c36e5cc612
commit 07a959f777
10 changed files with 88 additions and 46 deletions

View File

@@ -26,8 +26,9 @@ body { margin:0px; padding:0px; overflow:hidden; font-family:"input_mono_medium"
#terminal #hint .setting { display: inline-block; color:#fff; font-style: italic }
#modal { position: fixed; bottom:80px; right:20px; height:100px; background:#111; border-radius:3px; overflow:hidden; display: block}
#modal.text { display: block;background: white;width:calc(60vw - 60px);height:calc(100vh - 160px);padding:30px;font-size:12px; white-space:pre; column-count: 2; line-height: 16px}
#modal.text .module { font-family: 'input_mono_regular';}
#modal.text { display: block;background: #000;width: calc(100vw - 100px);height: calc(100vh - 160px);padding: 30px;font-size: 12px;white-space: pre;column-count: 3;line-height: 20px;color:white}
#modal.text .module { font-family: 'input_mono_regular'; border-bottom:1px solid #333; display: block; line-height: 30px}
/*#modal.text .module:before { content: "-";margin-left:-15px;margin-right:15px;display:inline-block }*/
#modal.text .setting { font-style: italic; color:#999;}
#modal.text .mode { text-decoration: underline}
#modal.image img { display: block; max-height: 100%; width:inherit;}