Settings
https://gyazo.com/12ee85889cde6dc67d4ec58c38d0f95b
Body
code:style.css
body {
}
.stream h1 {
}
Navbar
code:style.css
.navbar-default {
padding: 2px 0 4px;
}
Button
code:style.css
.new-button {
}
filter: brightness(1.2);
}
Page List Item
code:style.css
.grid li.page-list-item a .title {
height: 60px;
}
.grid li.page-list-item a .pin {
}
Relation Label
code:style.css
.related-page-list li.relation-label a {
}
.related-page-list li.relation-label .arrow {
}
.related-page-list li.relation-label.links a {
}
.related-page-list li.relation-label.links .arrow {
}
.related-page-list li.relation-label.empty-links a {
}
.related-page-list li.relation-label.empty-links .arrow {
}
Quote
code:style.css
.line .quote {
padding-left: 16px;
border-left: solid 4px #ccc; }
Link
code:style.css
a, a.link, a.page-link {
}
text-decoration: underline;
}
.line a.link img.image {
}
.line a.link img.image:hover {
}
.page-list-item .description .link {
}
.page-list-item .description .page-link {
}
.stream .page .link {
}
.stream .page .page-link {
}
Hashtag
code:style.css
padding: 0.2em 0.4em;
font-size: 0.8em;
border-radius: 0.2em;
}
List
code:style.css
.line .indent-mark .dot {
top: 12px;
width: 6px;
height: 4px;
border-radius: 0;
}
Table
code:style.css
.table-block .table-block-start {
padding: 2px 4px;
}
.table-block .table-block-start a {
}
.table-block .table-block-start code {
}
Cursor
code:style.css
.cursor {
width: 3px;
background-color: rgba(192,192,192,.5);
animation: blink 1s infinite;
}
.cursor svg {
display: none;
}
@keyframes blink {
0% { opacity: 0 }
49% { opacity: 0 }
50% { opacity: 1 }
}
Code
code:style.css
.line code.code {
padding: 4px 0;
font-size: 0.8em;
}
.line span.code-block .code-block-start {
padding: 2px 4px;
}
.line span.code-block .code-block-start a {
}
.line span.code-block .code-block-start code {
}
.line span.code-block .code-block-start span {
}
.page-list-item .description code {
padding: 4px;
font-size: 0.8em;
}
.stream .line code.code {
padding: 4px;
}
.stream span.code-block .code-block-start code {
}
highlight.js
code:style.css
/*
Google Code style (c) Aahan Krish <geekpanth3r@gmail.com>
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: white;
color: black;
}
.hljs-comment,
.hljs-quote {
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-section,
.hljs-title,
.hljs-name {
}
.hljs-variable,
.hljs-template-variable {
}
.hljs-string,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-regexp {
}
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-meta,
.hljs-number,
.hljs-link {
}
.hljs-title,
.hljs-doctag,
.hljs-type,
.hljs-attr,
.hljs-built_in,
.hljs-builtin-name,
.hljs-params {
}
.hljs-attribute,
.hljs-subst {
}
.hljs-formula {
font-style: italic;
}
.hljs-selector-id,
.hljs-selector-class {
}
.hljs-addition {
}
.hljs-deletion {
}
.hljs-doctag,
.hljs-strong {
font-weight: bold;
}
.hljs-emphasis {
font-style: italic;
}