TheDesk Miho (ver.13)

This commit is contained in:
cutls
2018-02-18 01:44:03 +09:00
parent 10367c93c7
commit 357f417560
16 changed files with 182 additions and 73 deletions

View File

@@ -80,6 +80,7 @@
<label for="b_yes">はい</label>
<input class="with-gap" name="box" type="radio" id="b_no" value="no" />
<label for="b_no">いいえ</label><br>
<h5>新規通知のポップアップお知らせの表示秒数</h5>
0に設定すると表示されません<br>
@@ -93,6 +94,10 @@
画面全体の横幅÷コラム数がこの値を超えた時、横スクロールとなります。<br>
<input type="text" style="width:50px" id="width">px以上<br>
<h5>フォントサイズ</h5>
<span style="font-size:15px">15px(絶対指定)</span><br>
<input type="text" style="width:50px" id="size">px<br>
<h5>画像投稿設定</h5>
<input class="with-gap" name="img" type="radio" id="i_url" value="url" />
<label for="i_url">画像を投稿し、画像のURLを最後に表示</label>