settings
このページにあるJavaScript / CSSは全員に適用されます。
自分の書いているコードが何をするかを理解した上で書き込んでください。
hr.icon
参考
hr.icon
CSS
code:style.css
.container::before {
content: '背中より成果で語れ';
display: block;
font-family: serif;
font-size: 2rem;
text-align: center;
padding: 1em 0;
}
code:style.css
/* タグアイコンの共通スタイル (1) */
display: inline-block; width: 0; text-indent: -9999px }
/* タグアイコンの共通スタイル (2) */
display: inline-block; min-width: 1.15em; padding-left: 1px;
font: normal 110%/normal "Font Awesome 5 Free"; text-align: center }
/* ここから各アイコンの設定 */
/* ? */
/* > */
.line:not(.cursor-line) ahref$='/%3E'type='link':not(.icon)::after { content: '\f14d'; color: lightgrey; font-weight: 400; } /* < */
.line:not(.cursor-line) ahref$='/%3C'type='link':not(.icon)::after { content: '\f274'; color: lightgrey; font-weight: 400; } /* インデントの装飾 */
.line .indent-mark .dot {
}
.line .indent-mark .c-1 + .dot {
}
.line .indent-mark .c-2 + .dot {
}
.line .indent-mark .c-3 + .dot {
}
/* 外部リンクにアイコンを付加する */
.line span:not(.modal-image):not(.pointing-device-map) > a.link:not(.icon)::after {
font-family: 'Font Awesome 5 Free';
content: ' \f35d';
font-weight: 900;
display: inline-block;
}
/* 背景色調整関係 */
.deco-\! {
}
.deco-\% {
}
.deco-\# {
}
.deco-\~ {
}
/* タグを四角で囲む */
padding: 2px 4px;
border-radius: 2px;
margin: 0 4px;
}
}
/* hr.icon の誤クリックを防ぐ */
pointer-events: none;
}
code:style.css
.grid li.page-list-item.pin a {
}
.grid li.page-list-item:not(.pin) a {
box-shadow: rgba(255,255,255,0.4) 0 5px 10px 2px;
}
.grid li.page-list-item.pin a .title,
.grid li.page-list-item.pin a .description {
}
.grid li.page-list-item:not(.pin) a .description {
}
.section-0.section-title {
font-family: "IBM Plex Sans JP", sans-serif;
font-weight: 700;
font-style: normal;
}
body, div#editor.editor, .grid li {
font-family: "IBM Plex Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
}
}
.container {
max-width: 1600px;
}
.page-column {
grid-template-columns: 46px minmax(200px, 1470px) min-content;
grid-template-areas: "spacer page menu";
}
/* ピン留めされたページを独立した行にする */
.page-list-item.pin + .page-list-item:not(.pin) {
grid-column-start: 1;
}