settings
settings
テスト
-
code:style.css
.navbar-default {
}
/* 13254C F05A5A 29A972 FC9306 2A76E6 02A789 FFD323 EB3338 4ABB0C */
html, body,
.grid li {
font-family: "Noto Sans JP", sans-serif ;
}
.quick-launch .project-home .title {
font-size: 30px;
font-weight: bold;
font-family: "Noto Sans JP", sans-serif ;
}
@media (max-width: 767px)
{
.quick-launch .project-home .title {
font-size: 18px;
}
}
code:style.css
.navbar .navbar-menu>li>a {
}
.list li.page-list-item a .title-with-description {
font-weight: bold;
}
.line .quote {
font-style: normal;
}
.line .indent-mark .dot {
display: block;
position: absolute;
right: 10px;
top: 12px;
width: 4px;
height: 4px;
border-radius: 100%;
}
body {
}
.line .quote {
font-style: normal;
}
.line .meta {
}
.navbar-default .navbar-nav>li>a {
}
ul.grid li.page-list-item a {
/*box-shadow: 0px 0.2px 1px 1px rgba(0,0,0,0.2);*/
box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
}
ul.grid li.page-list-item a .header{
border-top: solid 0px #000; }
ul.grid-md.grid li.page-list-item a .header{
border-top: solid 0px #000; }
ul.grid-lg.grid li.page-list-item a .header{
border-top: solid 0px #000; }
ul.grid li.page-list-item a .icon{
padding: 0 0px;
}
/* トップのページリストのピン止めされている場合だけボールドにする */
ul.grid.grid li.page-list-item a .title {
font-weight: bold;
font-size: 14px;
}
ul.grid.grid li.page-list-item.pin a .title {
font-weight: bold;
font-size: 15px;
}
ul.grid li.page-list-item a .description {
}
.page {
/*box-shadow: 0px 0.5px 1px 1px rgba(0,0,0,0.2);*/
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.col-page {
max-width: 1184px;
width: 90%;
}
/* スマホの時に、ページの枠を無くす */
@media (max-width: 767px) {
.col-page {
padding: 0 0;
width: 100%;
}
}
.col-page-side {
width: 0px;
}
.editor {
}
/*
.line strong.level-2 {
line-height: 2.1;
}
.line strong.level-3 {
line-height: 2.1;
} */
/* 各ページのタイトル */
.line.line-title {
font-weight : bold;
font-size: 28px;
}
@media (max-width: 767px) {
.line.line-title {
font-size: 24px;
line-height: 1.5;
}
}
.page-list-item .description img.inline-icon {
height: 100%;
width: 100%
}
.search-form .form-group input {
background-color: rgba(255, 255, 255, 1.0);
border-color: rgba(223,225,229,0);
border-radius: 24px;
box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
padding: 0 15px;
}
.search-form .form-group button .kamon{
margin-right: 8px;
}
.search-form .form-group input:focus {
}
トップページを見やすくする
code:style.css
/* サムネ画像をフィットさせる */
.grid li.page-list-item a .icon {
position: relative;
}
.grid li.page-list-item a .header {
padding: 10px 12px 5px;
}
/* 最小表示 */
.grid li.page-list-item a .title {
height: 58px;
}
.grid li.page-list-item a .icon img {
display: table-cell;
width: auto;
margin-bottom: 5px;
max-height: 85px;
max-width: 88%;
vertical-align: middle;
border-radius: 5px;
position: absolute;
top: calc(50% + 45px);
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
/* 中間表示 */
.grid-md li.page-list-item a .title {
height: 60px;
}
.grid-md li.page-list-item a .icon img {
display: table-cell;
width: auto;
margin-bottom: 5px;
max-height: 130px;
max-width: 95%;
vertical-align: middle;
border-radius: 5px;
position: absolute;
top: calc(50% + 50px);
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
/* 最大表示 */
.grid-lg li.page-list-item a .title {
height: 70px;
}
.grid-lg li.page-list-item a .icon img {
display: table-cell;
width: auto;
margin-bottom: 5px;
max-height: 200px;
max-width: 95%;
vertical-align: middle;
border-radius: 5px;
position: absolute;
top: calc(50% + 77px);
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.grid.grid-lg li.page-list-item a .description.fix {
height: 0px;
}
/*
.grid li.page-list-item a .hover {
background-color: rgba(255, 153, 200, 0.2);
}
*/
code: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: 0px } /* ↓新着のテロメアの色と太さ */
.line .telomere .telomere-border.unread { background-color: #ffffff; width: 0px } code:style.css
/* 1. Scrapboxアイコンをバーガーアイコンに置き換え */
.navbar-brand img, .navbar-brand span { display: none !important }
code:style.css
.navbar-form .dropdown.open .dropdown-menu {
min-width: 100%; max-height: calc(100vh - 130px) !important; overflow-y: auto }
code:style.css
/* ピンしたページのスタイル */
.grid li.page-list-item a .pin {
background-color: transparent;
background-image: none;
}
.grid li.page-list-item.grid-style-item.pin {
box-shadow: 4px 4px 6px 1px rgba(0,0,0,0.1);
border: solid 1px rgba(40,40,40,0.1);
}
画像を並べて表示する
code:style.css
/* マトリクス記法 */
.line:not(.cursor-line) .deco-\| { display: inline-flex }
.line .deco-\| img.image { object-fit: contain; margin: 0 }
/* 太字記法と組み合わせて列数を変える */
.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 { object-fit: cover; width: 100%; height: 100% } /* 並べた画像の間にスキマが欲しい場合はこの2行を追加・ぴっちり敷き詰めたい場合はこの2行は不要 */
.line .deco-\| > span, .line class^="level" .deco-\| > span { overflow: hidden } .line .deco-\| img.image, .line class^="level" .deco-\| img.image { margin: .2em } code:style.css
/**** 文章構造化 ****/
/* 大項目 */
.deco-\~ { color: #3b943b; display:inline-block; width:100%; margin-bottom: .4em; border-bottom: 2px dashed #57BC57; font-weight:700; }
/* 中項目 背景あり囲み*/
.deco-\% { padding: 0.4rem 1.5rem; display:inline-block; max-width:100%; background: #e2f7e0; margin:.4em 0; font-weight:700;} /* 小項目 緑色下線 */
.deco-\+ { display:inline-block; max-width:100%; margin-bottom: .4em; border-bottom: 3px solid #a0d9a0; font-weight:700; }
/* 灰色囲み飾り */
.deco-\" { padding: 0.2rem 1.3rem; display:inline-block; max-width:100%; background: #EEEEEE; margin-bottom: .4em 0; border-radius: 25px; }
/**** 書式 ****/
/* 右寄せ */
.deco-\<:not(.deco-\<.deco-\/.deco-\>) {
position: absolute;
width: 100%;
text-align: right;
}
/**** ハイライト ****/
/* 黄色マーカー */
.deco-\' { background: linear-gradient(#FFF59D 0%, #FFF59D 100%); /*黄色マーカー*/ } /* 赤文字 */
画像を拡大表示
code:style.css
.line .image { max-height: 320px; border-radius: 5px;}
.level-1 img { width: 75%; max-height: none !important; }
.level-2 img { width: 100%; max-height: none !important; }
.level-3 img { width: 75%; max-height: none !important; }
.level-5 img { max-height: none !important; }
.deco-\= img { border: solid 1px #bbb; border-radius: 0px !important; } .deco-\& img { height: 120px; max-height: none !important; }
code:style.css
/* #で始まるタグをラベル風にする */
display: inline-block;
padding: 2px 8px;
margin: 0 8px 10px 0;
font-size: 1.0em;
border-radius: 3px;
transition: .3s;
-webkit-transform: scale(1);
transform: scale(1);
}
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
トップページのピン留で改行
code:style.css
.page-list-item.pin + .page-list-item:not(.pin) {
clear: both;
}
helpfeel記法を目立たなくする
code:style.css
code.helpfeel {
background-color: transparent !important;
}
code.helpfeel .entry {
}
code.helpfeel .prefix {
}
YouTubeのサムネールを小さく
code:style.css
.iframe-video-player iframe{
width: 480px;
height: 270px;
}
iconを中央揃えに
code:style.css
.line img.icon :not.strong-icon {
height: 1.3em;
vertical-align: middle;
margin-bottom: 3px;
}