settings
いろいろいじってみてはいるものの、結局コピペ頼りという。先人の方々ありがとうございます。
背景チェンジ
code:style.css
body{
background-image:
repeating-linear-gradient( -45deg, #f2fff9 0px 52px, transparent 52px 78px); }
←の形・色変更
code:style.css
.line .indent-mark .dot {
top: 10px ;
width: 5px ;
height: 5px ;
}
code:style.css
display: none ;/*=の後の""内に入れる文字を変えれば他のも非表示にできる*/
}
画像のみページも……
code:style.css
display: none ;
}
code:style.css
.icon {
border-radius: 60%;
}
マーカー
code:style.css
.deco-\'{
color:#525252;
background: linear-gradient(#ffffff00 67%, #a0fab0 80%); font-weight: bold;
}
code:style.css
.navbar-brand img,
.navbar-brand span,
.brand-icon {
display: none !important;
}
.navbar-brand::before {
content: "";
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
width: 40px;
height: 40px;
}
code:style.css
.line .telomere .telomere-border.unread { border-color: #62bf9b; width: 5px } code:style.css
/* アイコンサイズを大きくする */
.line img.icon { height: 5.0em; top: -0.2em }
そるてぃらいち.icon参考(通常は文字と同サイズ)
code:style.css
/* #で始まるタグをラベル風にする */
display: inline-block;
padding: 2px 8px;
margin: 0 8px 10px 0;
font-size: 0.8em;
border-radius: 3px;
transition: .3s;
-webkit-transform: scale(1);
transform: scale(1);
}
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
code:style.css
/* ハッシュタグの最初の#を消す */
display: none;
}
code:style.css
.page-list-item.pin + .page-list-item:not(.pin) {
clear: both !important ;
}
code:style.css
/* 外部リンクにiconをつける */
font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
font-weight: 900;
font-size: 0.8rem;
content: ' \f35d';
display: inline-block;
}
code:style.css
.navbar {
}
code:style.css
.title {
color: white;
font-family: "Zen Kurenaido", sans-serif; font-weight: 400; font-style: normal;
}