yungsang
this is yungsang’s page
style.css.line.line-title .text {
border-bottom: 2px solid #666;
margin-bottom: 9px;
padding-bottom: 9px;
}
.line img {
max-height: 800px;
max-width: auto;
}
.line img.icon {
height: 20px;
width: auto;
}
/* GitHub-like style quote */
.line .quote {
border-left: 0;
padding-left: 0;
background-color: white;
font-style: normal;
font-weight: normal;
}
.line:not(.cursor-line) .quote {
border-left: 4px solid #ddd;
padding-left: calc(0.879em - 4px);
}
.line:not(.cursor-line) .quote span {
color: #777;
}
.line:not(.cursor-line) .quote > span:first-child,
.line:not(.cursor-line) .quote > span:nth-child(2) {
display: none;
}
/* Paragraph */
.line:not(.cursor-line) .text:not(.code-block) .indent-mark {
display: none;
}
.line .text:not(.code-block) .indent[style|="margin"] {
line-height: 1.5em;
}
.line .text:not(.code-block) .indent[style="margin-left: 1.5em;"] {
margin-left: 1em !important;
font-size: 1.5em;
border-bottom: 1px solid #eee;
}
.line .text:not(.code-block) .indent[style="margin-left: 3em;"] {
margin-left: 2.4em !important;
font-size: 1.25em;
}
h2
h3
h4
h5
スタイルが設定出来るようになっているのだから出力される HTML の仕様変更は痛い。