settings
code:style.css
.level-1 img { width: 20%; max-height: none; }
.level-2 img { width: 40%; max-height: none; }
.level-3 img { width: 70%; max-height: none; }
.presentation .level-1 img { width: 100%; max-height: none; }
.presentation .level-2 img { width: 100%; max-height: none; }
.presentation .level-3 img { width: 100%; max-height: none; }
code:style.css
.grid li.page-list-item a .title {
overflow: hidden;
text-align: center;
font-size: 0px;
height: 0px;
font-weight: bold;
display: -webkit-flex;
display: flex;
-webkit-align-items: center; /* 縦方向中央揃え(Safari用) */
align-items: center; /* 縦方向中央揃え */
-webkit-justify-content: center; /* 横方向中央揃え(Safari用) */
justify-content: center; /* 横方向中央揃え */
}
code:style.css
.grid li.page-list-item a .icon img {
width: 99%;
max-height: 99%;
text-align: center;zr
vertical-align: middle;
margin: 0px auto 0px auto;
}
.grid li.page-list-item a .header {
border-top: 0 ;
}
code:style.css
.grid li.page-list-item a .header{
}
.grid li.two-two.page-list-item a .title {
}
.grid li.page-list-item a .content{
}
.grid li.page-list-item a .{
}
code:style.css
display: none;
}
code:style.css
display: none;
}
code:style.css
display: none;
}