settings
code:style.css
/* テキスト で、ぼかし */
/* Original : /villagepump/曇りガラス記法 */
.line:not(.cursor-line) .deco-\|:not(:hover) { filter: blur(6px); }
/* サムネイルを枠内に収める-ちょっと改変 */
/* Original : /rmaruon-settings/center-thumbnails */
.grid li.page-list-item a .icon {
position: relative;
padding: 0;
margin: auto;
}
.grid li.page-list-item a .icon img {
display: table-cell;
width: auto;
max-height: 150px;
max-width: 90%;
vertical-align: middle;
border-radius: 3px;
}
/* ピン留めのラストで折り返し */
.page-list-item.pin + .page-list-item:not(.pin) {
grid-column-start: 1;
}
/* ノート色 */
.page, .page a, .page video, .page iframe,
.code-block-start, .code-block-start span {
}
/* リンク色 青(ページあり) */
}
/* リンク色 赤(ページなし) */
}
/* ハッシュタグに枠 */
display: inline-block;
background: rgb(0 0 0 / 0.35);
padding: 0 0.4em 0 0.7em;
text-decoration: none;
clip-path: polygon(0.5em 0, 0 50%, 0.5em 100%, 100% 100%, 100% 0);
}
.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; }
表示確認