settings
/icons/hr.icon
画像のサイズ変更
code:style.css
.level-1 img { width: 16.7%; max-height: none; }
.level-2 img { width: 33.3%; max-height: none; }
.level-3 img { width: 50%; max-height: none; }
.level-4 img { width: 66.7%; max-height: none; }
.level-5 img { width: 83.3%; max-height: none; }
.level-6 img { width: 100%; max-height: none; }
トップページのページ一覧の横幅
//code:style.css
div.page-list {
/*max-width: 1000px;*/
margin-left: auto;
margin-right: auto
}
トップページにおける各ページのサイズ
code:style.css
/*.page-list .grid li{width:220px;height:220px}*/
トップページにおける各ページの間隔
code:stle.css
/*.page-list ul.grid{gap:30px 80px !important}*/ /*縦間隔 横間隔 の順*/
サイトタイトル
code:style.css
a.project-home span.title{font-size:28px}
画像の外周に枠線を付ける
//code:style.css
.deco-\| img{
}
code記法, cli
code:style.css
code.code, code.cli{font-size:16px !important;font-family:monospace}
コード記法のフォント
code:style.css
.line code {font-size: 105%}
ハッシュタグをボタン風にする
code:style.css
display: inline-block;
margin: 4px;
font-size: 14px;
height: 32px;
width: auto;
padding-left: 8px;
padding-right: 8px;
padding-top: 2px;
padding-bottom: 2px;
border-radius: 2px;
border-style: none;
background-color: rgba(12, 12, 13, 0.1);
}