settings
code:style.css
.level-1 img { width: 30px; height: 30px; object-fit: contain; }
.level-2 img { width: 33.3%; }
.level-3 img { width: 50% }
.level-4 img { width: 66.7% }
.level-5 img { width: 83.3% }
.level-6 img { width: 100% }
.grid .page-list-item.pin a {
border; 0;
}
.grid .page-list-item.pin .pin {
display: none;
}
.grid li.page-list-item a .header.pinned {
border: 0;
}
.grid li.page-list-item a {
border-radius: 4px;
}
html body {
}
.page {
padding: 32px;
}
@media (max-width: 768px) {
body {
margin-bottom: 0;
}
.status-bar {
height: 0;
}
.app {
padding-top: 41px;
}
.page {
padding: 16px;
}
.col-page {
padding: 0;
}
.page-sort-menu .splitter {
height: 0px;
}
.quick-launch.layout-page {
position: absolute;
right: 16px;
top: 60px;
}
.quick-launch.layout-page .flex-box {
display: none;
}
}
.line-title .text {
font-weight: bold;
}
.level-2::before {
content: '### ';
}
.level-3::before {
content: '## ';
}
.level-4::before {
content: '# ';
}
.level-2,
.level-3 {
display: inline-block;
margin-bottom: 1.0rem;
}
.brand-icon {
background-image: url('/api/pages/potato4d/potato4d/icon');
border-radius: 50%;
}
.grid li.page-list-item:nth-child(4n+2) a .header {
border-top: hsl(8deg 79% 68%) solid 10px;
}
.grid li.page-list-item:nth-child(4n+3) a .header {
border-top: hsl(58deg 79% 68%) solid 10px;
}
.grid li.page-list-item:nth-child(4n) a .header {
border-top: hsl(108deg 79% 68%) solid 10px;
}
.grid li.page-list-item:nth-child(4n+1) a .header {
border-top: hsl(158deg 79% 68%) solid 10px;
}
.grid li.page-list-item:first-child a .header {
border-top: none;
}
.quick-launch .flex-box .btn.project-home {
height: 40px;
position: fixed;
right: calc(50% - 590px);
top: 0;
z-index: 1000;
display: block;
font-size: 0;
}
.quick-launch .flex-box .btn.project-home:hover {
background-color: transparent;
}
.quick-launch .flex-box .btn.project-home::after {
font-family: 'Font Awesome 5 Free';
content: '\f015';
font-size: 1.5rem;
}
.col-page-side {
display: none !important;
}
.telomere {
display: none;
}
.text:has(.quote) .indent-mark {
display: none;
}
@media (min-width: 768px) {
.col-menu .navbar-menu .dropdown a.dropdown-toggle {
display: none;
}
}