generated at
settings



以下、/syunichisuge/settings を参考にカスタム

/ogasawara/settings を参考に背景・検索窓・リストビューをカスタム
style.css
.line .quote { font-style: normal; background: #F5F5F5; } body { background-color: ##F5F5F5; font-family: '游ゴシック','Yu Gothic',san-serif; } .line .quote { font-style: normal; } .line .meta { border-color: #ffffff; } .navbar-default { background-color: #B2B9C5; } .navbar-default .navbar-nav>li>a { color: #637282; } .grid li.page-list-item a { box-shadow: 0 1px 0 rgba(0,0,0,0); } ul.grid li.page-list-item a .header{ border-top: solid 1px #000000; } ul.grid-md.grid li.page-list-item a .header{ border-top: solid 1px #000000; } ul.grid-lg.grid li.page-list-item a .header{ border-top: solid 1px #000000; } .grid li.page-list-item a:hover{ box-shadow: none; } .page { box-shadow: 0 1px 0 rgba(0,0,0,0.16); background-color: #fff; } form { border:1px #ddd solid; } .page-list-item .description img.inline-icon { height: 100%; width: 100% }

style.css
/* スリムなテロメア */ .line .telomere .telomere-border, .line .telomere .telomere-border.unread { transition: none; box-sizing: content-box; border-color: #ffffff } .line .telomere .telomere-border:hover, .line .telomere .telomere-border.unread:hover { box-sizing: border-box; width: auto; border-color: #8f9899; background-color: transparent } /* ↓新着以外のテロメアの色と太さ */ .line .telomere .telomere-border { background-color: #ffffff; width: 2px } /* ↓新着のテロメアの色と太さ */ .line .telomere .telomere-border.unread { background-color: #ffffff; width: 5px }


style.css
.deco-\# { color: #000; /* 黒文字 */ background-color: #ff0; /* 黄背景 */ } .deco-\! { /* 重要な部分は!を付けると赤文字に */ color: #ff0000; }

style.css
/* はりつくメニューバー */ @media screen and (min-height: 600px) and (min-width: 768px) { body:not(.presentation) { padding-top: 90px; padding-right: 0 !important } body:not(.presentation) .page-menu { position: fixed; top: 90px } .navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 990; overflow: unset } .dropdown.open .dropdown-menu { position: absolute; left: auto; top: auto; max-height: calc(100vh - 100px); overflow-y: auto } .dropdown.open .dropdown-menu.global-menu { left: 0; top: 54px } .page-menu .dropdown.open .dropdown-menu { position: absolute; top: 0 } }

style.css
/* マトリクス記法 */ .line:not(.cursor-line) .deco-\| { display: inline-flex } .line .deco-\| img.image { object-fit: contain } /* 太字記法と組み合わせて列数を変える */ .line [class^="level-"] .deco-\| { flex-wrap: wrap } .line .level-1 .deco-\| > span { width: calc(100%/1) } .line .level-2 .deco-\| > span { width: calc(100%/2) } .line .level-3 .deco-\| > span { width: calc(100%/3) } .line .level-4 .deco-\| > span { width: calc(100%/4) } .line .level-5 .deco-\| > span { width: calc(100%/5) } .line [class^="level-"] .deco-\| img.image { width: 100%; height: 100%; margin: 0; object-fit: cover } /* 並べた画像の間にスキマが欲しい場合はこの2行を追加・ぴっちり敷き詰めたい場合はこの2行は不要 */ .line .deco-\| > span, .line [class^="level-"] .deco-\| > span { overflow: hidden } .line .deco-\| img.image, .line [class^="level-"] .deco-\| img.image { margin: .2em }

style.css
.navbar-form .dropdown.open .dropdown-menu { min-width: 100%; max-height: calc(100vh - 130px) !important; overflow-y: auto }

style.css
/* #で始まるタグをラベル風にする */ a[type="hashTag"]{ display: inline-block; padding: 2px 8px; margin: 0 8px 10px 0; background: #fff; color: #000000; font-size: 0.8em; border: 1px solid #000000; border-radius: 3px; /* transition: .3s; */ -webkit-transform: scale(1); transform: scale(1); } a[type="hashTag"]:hover{ color: #f44242; border: 1px solid #f44242; }

via /scrasobox/settings ピンの形状と色をカスタマイズ
style.css
/* ピンしたページのスタイル */ .grid li.page-list-item a .pin { background-color: transparent; background-image: none } .grid li.page-list-item a .pin::after { content: '_'; font-family: 'Yu-Gothic'; font-size: 10px; color: #000000; bottom: 0; display: inline-block;}

カスタム
style.css
.quick-launch .project-home>.title { color: #fff; } .quick-launch .project-home .icon-home { color: #fff; } .page-menu .tool-btn, .related-page-list .tool-btn, .quick-launch .tool-btn { color: #fff; }

リストからsettingsを消すUserCSS
style.css
.grid li.page-list-item > a[href^="/448/settings"] { display: none; }