settings
code:style.css
.line{
font-size:105%;
}
.line .indent-mark .dot{
border-radius:0%;
background-color:#04B404;
}
.line .section-title{
color:#151515;
}
body{
background-color:#C0ADE0;
}
.new-button { background-color: rgba(255, 111, 175, 0.1) !important; }
.horizontal-line { background-color: rgba(255, 220, 65, 0.9) !important; }
.vertical-line { background-color: rgba(255, 220, 65, 0.9) !important; }
.dropdown-toggle { color: #BBBBBB !important; } .navbar-default {
background-color: rgba(255, 210, 65, 0.8);
overflow: unset;
}
Indent
code:style.css
.line .indent-mark .dot {
top: 11px;
width: 6px;
height: 3px;
}
.indent-mark .char-index{
--ir-opacity: 0.06;
--ir-red: rgba(255, 111, 175, var(--ir-opacity));
--ir-orange: rgba(255, 165, 0, var(--ir-opacity));
--ir-yellow: rgba(255, 255, 0, var(--ir-opacity));
--ir-green: rgba( 17, 177, 17, var(--ir-opacity));
--ir-blue: rgba(114, 190, 255, var(--ir-opacity));
--ir-violet: rgba(238, 130, 238, var(--ir-opacity));
--ir-purple: rgba(177, 62, 177, var(--ir-opacity));
}
.indent-mark .char-index:nth-child(7n+1) { background-color: var(--ir-red) }
.indent-mark .char-index:nth-child(7n+2) { background-color: var(--ir-orange) }
.indent-mark .char-index:nth-child(7n+3) { background-color: var(--ir-yellow) }
.indent-mark .char-index:nth-child(7n+4) { background-color: var(--ir-green) }
.indent-mark .char-index:nth-child(7n+5) { background-color: var(--ir-blue) }
.indent-mark .char-index:nth-child(7n+6) { background-color: var(--ir-violet) }
.indent-mark .char-index:nth-child(7n) { background-color: var(--ir-purple) }
.indent-mark .char-index:nth-last-child(1) { background-color: transparent; }
テロメア
code:style.css
.editor .lines .telomere .telomere-border.unread {border-color: #cab8d9;} .editor .lines .telomere .telomere-border.unread.updated-after-load {border-color: #9e57d9;} 角丸
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;
}
.grid li.page-list-item a .header {
position: absolute;
bottom: 0px;
z-index: 1;
background: rgba(240, 240, 240, 0.9);
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 #729FCF ; }
.container {
max-width: none;
}
上のやつ
code:style.css
@media screen { .quick-launch .title { color: #ffffff;} .brand-icon, .navbar-brand img, .navbar-brand span,.grid-size-range { display: none !important }
.project-home {position: fixed; top: 5px; left: 25px; z-index: 1000; font-size: 1.5em !important;}}
.new-button { background-color: rgba(255, 111, 175, 0z) !important; }
.horizontal-line, .vertical-line { background-color: rgba(255, 111, 175, 0.3) !important; }
.random-jump-button, .dropdown-toggle { color: #BBBBBB !important; } .navbar-form .dropdown.open .dropdown-menu { min-width: 100%; max-height: calc(100vh - 130px) !important; overflow-y: auto }