Settings
https://gyazo.com/12ee85889cde6dc67d4ec58c38d0f95b
Navbar
code:style.css
.navbar-default {
padding: 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;
}
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 {
font-size: 0.8em;
padding: 4px 0;
}
.line span.code-block {
}
.line span.code-block code.code-body {
}
.line span.code-block span.code-block-start {
padding: 4px 8px;
}
.line span.code-block span.code-block-start span {
}
.line span.code-block span.code-block-start a {
}
Syntax Highlight
code:style.css
.hljs {
}
.hljs::selection,
.hljs ::selection {
}
/* purposely do not highlight these things */
.hljs-formula,
.hljs-params,
.hljs-property
{}
/* base03 - #585858 - Comments, Invisibles, Line Highlighting */ .hljs-comment {
}
/* base04 - #b8b8b8 - Dark Foreground (Used for status bars) */ .hljs-tag {
}
/* base05 - #d8d8d8 - Default Foreground, Caret, Delimiters, Operators */ .hljs-subst,
.hljs-punctuation,
.hljs-operator {
}
.hljs-operator {
opacity: 0.7;
}
/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
.hljs-bullet,
.hljs-variable,
.hljs-template-variable,
.hljs-selector-tag,
.hljs-name,
.hljs-deletion {
}
/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
.hljs-symbol,
.hljs-number,
.hljs-link,
.hljs-attr,
.hljs-variable.constant_,
.hljs-literal {
}
/* base0A - Classes, Markup Bold, Search Text Background */
.hljs-title,
.hljs-class .hljs-title,
.hljs-title.class_
{
}
.hljs-strong {
font-weight:bold;
}
/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
.hljs-code,
.hljs-addition,
.hljs-title.class_.inherited__,
.hljs-string {
}
/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
.hljs-built_in,
.hljs-doctag, /* guessing */
.hljs-quote,
.hljs-keyword.hljs-atrule,
.hljs-regexp {
}
/* base0D - Functions, Methods, Attribute IDs, Headings */
.hljs-function .hljs-title,
.hljs-attribute,
.ruby .hljs-property,
.hljs-title.function_,
.hljs-section {
}
/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
.hljs-type,
/* .hljs-selector-id, */
/* .hljs-selector-class, */
/* .hljs-selector-attr, */
/* .hljs-selector-pseudo, */
.hljs-template-tag,
.diff .hljs-meta,
.hljs-keyword {
}
.hljs-emphasis {
font-style: italic;
}
/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> */
.hljs-meta,
/* prevent top level .keyword and .string scopes from leaking into meta by accident */
.hljs-meta .hljs-keyword,
.hljs-meta .hljs-string
{
}
.hljs-meta .hljs-keyword,
/* for v10 compatible themes */
.hljs-meta-keyword {
font-weight: bold;
}