settings
code:style.css
/* 背景色変更 */
}
/* ナビゲーションバー */
.navbar{
.navbar-form {
}
/* 記事タイトル */
.line.line-title,
.text-input.line-title {
font-weight: bold;
}
/* 各カードのスタイル */
/* カードにホバーしたとき */
transition: ease-out .3s;
}
box-shadow: -4px 6px 10px 0px rgb(155 206 203 / 30%);
transition: ease-out .3s;
}
opacity: 1;
}
.grid li.page-list-item a .hover {
transition: .3s;
}
/* カード内のリンク色 */
.page-list-item .description .page-link {
}
.page-list-item .description .link {
}
.page-list-item .description code {
}
/* ピン留め */
.grid li.page-list-item a .pin {
}
.grid li.page-list-item a {
box-shadow: -4px 6px 7px 0px rgb(160 160 160 / 10%);
}
/* 直前に更新した箇所の色: テロメア */
.line .telomere .telomere-border.updated-after-load {
border-color: var(--telomere-updated, #1089da); }
.line .telomere .telomere-border.unread:not(.updated-after-load) {
border-color: var(--telomere-unread, #1089da) }
/* 直前に更新した箇所の色: unread bar */
.scroll-bar-overlay .unread-bar {
background-color: var(--telomere-updated, #1089da); }
/* 新規記事作成ボタン */
.new-button {
}
.new-button:hover {
}
/* リンク */
/* 空リンクとリンクの色 */
/* アイコンの背景だけ消す */
background: none;
}
/* font-weight: bold; */
/* display: inline-block; */
padding: 0px 5px;
margin: 0 8px 8px 0;
border-radius: 3px;
}
/* display: inline-block; */
padding: 0px 5px;
margin: 0 8px 8px 0;
border-radius: 3px;
}
/* ハッシュタグ */
/* display: inline-block; */
padding: 2px 8px;
/* margin: 0 8px 8px 0; */
background: none;
font-size: 0.8em;
border-radius: 20px;
}
/* ハッシュタグにホバーしたときの色 */
}
/* display: inline-block; */
padding: 2px 8px;
margin: 0 8px 8px 0;
background: none;
font-size: 0.8em;
border-radius: 20px;
}
/* 文字色の装飾 */
.deco-\# {
}
.deco-\" {
}
.deco-\! {
}
.deco-\% {
-webkit-background-clip: text; /* テキストでくり抜く */
-webkit-text-fill-color: transparent; /* くり抜いた部分は背景を表示 */
}
span.deco-- {
/* background: -webkit-linear-gradient(0deg, #ACB6E5, #86FDE8); /* 背景色にグラデーションを指定 */ */ /* -webkit-background-clip: text; /* テキストでくり抜く */ */
/* -webkit-text-fill-color: transparent; /* くり抜いた部分は背景を表示 */ */
}
/* インデントの装飾 */
.line .indent-mark .dot {
width: 8px;
height: 2px;
border-radius: 5px;
}
.line .indent-mark .c-1 + .dot {
}
.line .indent-mark .c-2 + .dot {
}
.line .indent-mark .c-3 + .dot {
}
/* 見出し4のスタイル */
strong.level.level-4 {
padding: 1rem 2rem;
border-left: 6px double #fff; margin-bottom: 16px;
display: block;
}
/* 見出し3のスタイルt */
strong.level.level-3::after {
content: "";
display: block;
height: 2px;
width: 100%;
border-radius: 5px;
}
/* 引用エリア */
.line .quote {
border-left: none;
padding: 5px;
font-style: italic;
border-radius: 5px;
}
.line .quote:before {
content: "“";
font-size: 1.5em;
position: absolute;
}
.line .quote:after {
content: "”";
font-size: 1.5em;
position: absolute;
}
/* 関連記事リスト */
/* リンクされた記事 */
.grid li.relation-label.links a,.grid li.relation-label.project-links a {
}
.grid li.relation-label.links .arrow,.grid li.relation-label.project-links .arrow {
}
/* 同じタグの記事 */
.related-page-list div.links-2-hop ul.grid:hover .relation-label a {
transition: ease-out .1s;
}
.related-page-list div.links-2-hop ul.grid:hover .relation-label .arrow {
transition: ease-out .1s;
}
.grid li.relation-label a {
transition: ease-out .1s;
}
.related-page-list div.links-2-hop ul.grid .relation-label .arrow {
transition: ease-out .1s;
}
/* 関連記事エリアの色 */
.grid li.page-list-item a .header {
}
.grid li.page-list-item.unread .content .header {
}