settings
#Scrapbox CSS
code:style.css
/* =========================
『タイトル』ページだけ色分け
========================= */
/* プレイリスト、アルバム、番組 */
.grid li.page-list-itemdata-page-title^="『" a .header .title,
.related-page-list .grid li.page-list-itemdata-page-title^="『" a .header .title {
color: #4D648D; /* blueberry */
font-weight: 700;
}
.grid li.page-list-itemdata-page-title^="『" a,
.related-page-list .grid li.page-list-itemdata-page-title^="『" a {
background: linear-gradient(135deg, #EBEBEB 0%, #C4DFE6 100%); /* seafoam */
border: 1px dotted #4D648D; /* blueberry */
border-radius: 20px;
}
/* 曲名 */
.grid li.page-list-itemdata-page-title^="\"" a .header .title,
.related-page-list .grid li.page-list-itemdata-page-title^="\"" a .header .title {
color: #556DAC; /* lapis */
font-weight: 700;
}
.grid li.page-list-itemdata-page-title^="\"" a,
.related-page-list .grid li.page-list-itemdata-page-title^="\"" a {
background: linear-gradient(135deg, #EBEBEB 0%, #D0E1F9 100%); /* periwinkle */
border: 1px dotted #556DAC; /* lapis */
border-radius: 20px;
}
/* スケール */
.grid li.page-list-itemdata-page-title*="Scale" a .header .title,
.related-page-list .grid li.page-list-itemdata-page-title*="Scale" a .header .title {
color: #E73F0B; /* */
font-weight: 700;
}
.grid li.page-list-itemdata-page-title*="Scale" a,
.related-page-list .grid li.page-list-itemdata-page-title*="Scale" a {
background: linear-gradient(135deg, #EBEBEB 0%, #FEF2E4 100%); /* ripe apple */
border: 1px dotted #E73F0B; /* */
}
/* key */
.grid li.page-list-itemdata-page-title$="key" a .header .title,
.related-page-list .grid li.page-list-itemdata-page-title$="key" a .header .title {
color: #E73F0B; /* */
font-weight: 700;
}
.grid li.page-list-itemdata-page-title$="key" a,
.related-page-list .grid li.page-list-itemdata-page-title$="key" a {
background: linear-gradient(135deg, #EBEBEB 0%, #FEF2E4 100%); /* ripe apple */
border: 1px dotted #E73F0B; /* */
}
/* コード */
.grid li.page-list-itemdata-page-title*="→" a .header .title,
.related-page-list .grid li.page-list-itemdata-page-title*="→" a .header .title {
color: #E73F0B; /* */
font-weight: 700;
}
.grid li.page-list-itemdata-page-title*="→" a,
.related-page-list .grid li.page-list-itemdata-page-title*="→" a {
background: linear-gradient(135deg, #EBEBEB 0%, #FEF2E4 100%); /* ripe apple */
border: 1px solid #E73F0B; /* */
}