settings
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);
}
background-color: rgba(12, 12, 13, 0.2);
}
background-color: rgba(12, 12, 13, 0.3);
}
code:style.css
.line strong {
font-weight: bold !important;
}
code:style.css
body, .editor, .grid li {
font-family: "Shippori Mincho B1", "YuMincho", serif;
}
.line.line-title {
font-weight: normal;
}
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 {
}
.lines {
text-align: center;
}
.page {
box-shadow: none;
}
display: none;
}
.line.line-title {
font-size: var(--title-size, 1.5em);
-webkit-font-smoothing: antialiased;
}