settings
設定のページだよ!
https://live.staticflickr.com/277/31753433634_4e3b4bb374_b.jpg
code:style.css
/*
*/
code:style.css
body {
background-image: linear-gradient(90deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1));
}
.container {
max-width: 1520px;
}
.grid li.page-list-item a .title {
max-height: 40px;
}
.grid li.page-list-item a .content {
height: 100%;
justify-content: space-between;
}
.grid li.page-list-item a .icon {
padding: 0;
}
.page {
border-radius: 0;
}
@media (min-width: 1100px) {
.page {
padding-bottom: 150px;
background-position: center bottom 20px;
background-repeat: no-repeat;
background-size: 140px 140px;
}
}
.line {
font-family: 'Kosugi Maru', sans-serif;
}
.title, .line-title {
font-family: 'M PLUS 1p', sans-serif;
}
.line img {
max-width: 100%;
max-height: 100% !important;
display: inline-block;
}
.line img:not(.icon):not(.inline-icon) {
filter: drop-shadow(5px 1px 5px #999); }
.line .quote {
padding: 5px 10px;
border-left: none;
}
pointer-events: none;
}
.page-list-item {
position: relative;
}
content: "日記";
position: absolute;
bottom: 0;
right: 0;
padding: 2px 4px 1px;
}
.navbar .navbar-menu > li.stream-btn {
display: block;
}