settings
code:style.css
.line .quote {
font-style: normal;
background: rgba(255,255,255,0.7);
}
body {
background-color: rgba(255,255,255,0.7);
font-family: '游教科書体 横用','YuKyo_Yoko-Medium',serif;
}
.editor, .stream, li.page-list-item {font-family: unset !important;}
.line .meta {
border-color: rgba(255,255,255,0.7);
}
.page {
box-shadow: 0 1px 0 rgba(255,255,255,0.7);
background-color: rgba(255,255,255,0.7);
}
form {
border:1px rgba(255,255,255,0.7) solid;
}
.page-list-item .description img.inline-icon {
height: 100%;
width: 100%
}
.page-list-item .description img.inline-icon {
height: 100%;
width: 100%
}
code:style.css
.page,
.grid li.page-list-item a,
.grid.grid-md li.page-list-item a,
.grid.grid-lg li.page-list-item a {
border-radius: 15px;
background: rgba(255, 255, 255, 0.7);
}
.grid li.page-list-item a .header {
position: absolute;
bottom: 0px;
z-index: 1;
background: rgba(255, 255, 255, 0.7);
border-top: 1px;
}
.grid li.page-list-item a .icon img {
position: absolute;
top: 0px;
left: 0px;
}
.grid li.page-list-item a:hover {
border-radius: 10px ;
box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.7) ;
}
.container {
max-width: none;
}
code:style.css
body {
}
code:style.css
.line .dot {
display: none !important;
}