KameLayoutの使い方
UserCSSを利用したい方
settingsページのstyle.cssに以下のプログラムをコピペしてください
code:style.css
@import "/api/code/kameLayout/settings/style.css";
UserScriptを利用したい方
マイページのscript.jsに以下のプログラムをコピペしてください
code:script.js
import "/api/code/kameLayout/kame/script.js";
UserCSSをさらにカスタマイズしたい方
settingsページのstyle.cssで@importした後追記してください
code:style.css
@import "/api/code/kameLayout/settings/style.css";
.navbar-brand::before {content: '🐇';} /*左上のアイコンを変えてみる*/
.page-list-itemdata-page-title*="settings"{display: none !important;} /*settingsページを非表示*/
/* ピン止め1番目の画像と名前を設定 */
.grid li.pindata-page-title="kame":first-of-type a .content {
background-image: url(https://scrapbox.io/files/6628f9a62ae9e20024aa51ca.png);
}
:root{--bulletin-board: "This is Sample Text on 電光掲示板";}