settings
code:style.css
.line .quote {
font-style: normal;
}
body {
font-family: '游ゴシック','Yu Gothic',san-serif;
}
.line .quote {
font-style: normal;
}
.line .meta {
}
.navbar-default {
}
.navbar-default .navbar-nav>li>a {
}
.grid li.page-list-item a {
box-shadow: 0 1px 0 rgba(0,0,0,0);
}
ul.grid li.page-list-item a .header{
}
ul.grid-md.grid li.page-list-item a .header{
}
ul.grid-lg.grid li.page-list-item a .header{
}
.grid li.page-list-item a:hover{
box-shadow: none;
}
.page {
box-shadow: 0 1px 0 rgba(0,0,0,0.16);
}
form {
}
.page-list-item .description img.inline-icon {
height: 100%;
width: 100%
}
code:style.css
.brand-icon {
display: none;
}
code:style.css
.empy-links{
display:none;
}
code:style.css
.line a.link, .line a.page-link {
text-decoration: none;
}
.line a:hover {
text-decoration: underline;
}
code:style.css
.line .image {
max-width: 100%;
max-height: none;
}
code:style.css
.line .quote {
font-style: normal ;
font-size: 70% ;
padding-left: 0 ;
border-width: thin ;
}
.line .quote .c-0 {
visibility: hidden ;
}
.line .quote .c-0 + a:last-child {
float: right ;
margin-right: 1em ;
}
code:style.css
.grid li.page-list-item a .icon {
position: relative;
}
.grid li.page-list-item a .icon{
padding: 0;
margin: auto;
}
.grid li.page-list-item a .icon img {
display: table-cell;
width: auto;
max-height: 90px;
max-width: 90%;
vertical-align: middle;
border-radius: 5px;
}
.grid li.page-list-item a .header{
padding; 8px 10px;
}
.grid li.page-list-item a .title{
font-size: 13px;
}
code:style.css
.page-list-item.pin + .page-list-item:not(.pin) {
clear: both;
}
code:style.css
.deco-\# {
}
.deco-\! {
}
code:style.css
.col-brand .project-home {
margin: 16px 0 0 28px; font-size: 18px;
display: inline-block; max-width: calc(100% - 80px);
overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.col-brand .project-home:hover, .col-brand .project-home:focus,
.col-brand .project-home:active { text-decoration: none; opacity: .6 }
.col-brand .project-home .icon { margin-right: 10px; font-size:.9em }
code:style.css
.line:not(.cursor-line) .deco-\| { display: inline-flex }
.line .deco-\| img.image { object-fit: contain }
.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) }
width: 100%; height: 100%; margin: 0; object-fit: cover }
.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
.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;}
code:style.css
.page-list.clearfix .grid li.page-list-item a .description {
display: none;
}
右下のページ数非表示
code:style.css
.status-bar {
display: none;
}
code:style.css
.telomere {
display: none;
}
pinのページを高さ変更
code:style.css
li.grid-style-item.pin{
height:100% ;
}
[! [画像URL][画像URL][画像URL]] で均等配置
code:style.css
span.deco-\! {
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
span.deco-\! img {
padding: 0 .2em;
}
/* カーソル乗ってるところでは無効 */
.cursor-line .deco-\! { display: block }
右上のソート・表示サイズのやつ
code:style.css
.right-box {
opacity: 0.1;
transition: opacity 0.5s;
}
.right-box:hover {
opacity: 1;
}
code:style.css
display: none;
}
エラーくん に助けてもらいました。誠にありがとうございました。