settings
code:style.css
/* #で始まるタグをラベル風にする */
atype="hashTag" {
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;
color: #090909 !important;
background-color: rgba(12, 12, 13, 0.1);
}
atype="hashTag":hover {
background-color: rgba(12, 12, 13, 0.2);
}
atype="hashTag":active {
background-color: rgba(12, 12, 13, 0.3);
}
code:style.css
.line strong {
font-weight: bold !important;
}
code:style.css
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');
body, .editor, .grid li {
font-family: "Shippori Mincho B1", "YuMincho", serif;
}
.line.line-title {
font-weight: normal;
}
/* htmldata-os*='mac' .grid li.page-list-item a .title {
font-weight: bold;
} */
code:style.css
/* このページを隠す */
.page-list .grid li:first-child {
display: none;
}
code:style.css
/* 縦書き */
.header {
writing-mode: vertical-rl;
}
.header > .title {
display: block !important;
max-height: none !important;
}
.line.line-title {
writing-mode: vertical-rl;
margin-left: auto;
margin-right: 0;
display: inline-block;
}
.line .telomere {
display: none;
}
.lines {
text-align: right;
}
.col-page {
max-width: 360px;
}
span.text.code-block {
text-align: left;
}
.grid li.page-list-item a .description {
height: auto;
}
.grid li.page-list-item a .header {
height: 100%;
}
code:style.css
.grid li.page-list-item a .header {
border: none;
}
body {
background: var(--body-bg, #fefefe);
}
.lines {
text-align: center;
}
.page {
box-shadow: none;
}
atype=hashTag > span:nth-child(1) {
display: none;
}
.line.line-title {
font-size: var(--title-size, 1.5em);
-webkit-font-smoothing: antialiased;
}