Site updated: 2018-04-29 21:32:24
Showing
css/highlights/agate.css
0 → 100644
| @charset "UTF-8"; | ||
| /* | ||
| Arduino® Light Theme - Stefania Mellai <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #434f54; | ||
| background: #fff; } | ||
| .highlight .code .subst { | ||
| color: #434f54; } | ||
| .highlight .code .keyword, .highlight .code .attribute, .highlight .code .selector-tag, .highlight .code .doctag, .highlight .code .name { | ||
| color: #00979d; } | ||
| .highlight .code .built_in, .highlight .code .literal, .highlight .code .bullet, .highlight .code .code, .highlight .code .addition { | ||
| color: #d35400; } | ||
| .highlight .code .regexp, .highlight .code .symbol, .highlight .code .variable, .highlight .code .template-variable, .highlight .code .link, .highlight .code .selector-attr, .highlight .code .selector-pseudo { | ||
| color: #00979d; } | ||
| .highlight .code .type, .highlight .code .string, .highlight .code .selector-id, .highlight .code .selector-class, .highlight .code .quote, .highlight .code .template-tag, .highlight .code .deletion { | ||
| color: #005c5f; } | ||
| .highlight .code .title, .highlight .code .section { | ||
| color: #800; | ||
| font-weight: bold; } | ||
| .highlight .code .comment { | ||
| color: rgba(149, 165, 166, 0.8); } | ||
| .highlight .code .meta-keyword { | ||
| color: #728e00; } | ||
| .highlight .code .meta { | ||
| color: #728e00; | ||
| color: #434f54; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } | ||
| .highlight .code .strong { | ||
| font-weight: bold; } | ||
| .highlight .code .function { | ||
| color: #728e00; } | ||
| .highlight .code .number { | ||
| color: #8a7b52; } |
css/highlights/arta.css
0 → 100644
| /* | ||
| Date: 17.V.2011 | ||
| Author: pumbur <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #aaa; | ||
| background: #222; } | ||
| .highlight .code .subst { | ||
| color: #aaa; } | ||
| .highlight .code .section { | ||
| color: #fff; } | ||
| .highlight .code .comment, .highlight .code .quote, .highlight .code .meta { | ||
| color: #444; } | ||
| .highlight .code .string, .highlight .code .symbol, .highlight .code .bullet, .highlight .code .regexp { | ||
| color: #fc3; } | ||
| .highlight .code .number, .highlight .code .addition { | ||
| color: #0c6; } | ||
| .highlight .code .built_in, .highlight .code .builtin-name, .highlight .code .literal, .highlight .code .type, .highlight .code .template-variable, .highlight .code .attribute, .highlight .code .link { | ||
| color: #32aaee; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .name, .highlight .code .selector-id, .highlight .code .selector-class { | ||
| color: #64a; } | ||
| .highlight .code .title, .highlight .code .variable, .highlight .code .deletion, .highlight .code .template-tag { | ||
| color: #b16; } | ||
| .highlight .code .section, .highlight .code .doctag, .highlight .code .strong { | ||
| font-weight: bold; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } |
css/highlights/ascetic.css
0 → 100644
| /* | ||
| Original style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #000; | ||
| background: #fff; } | ||
| .highlight .code .string, .highlight .code .variable, .highlight .code .template-variable, .highlight .code .symbol, .highlight .code .bullet, .highlight .code .section, .highlight .code .addition, .highlight .code .attribute, .highlight .code .link { | ||
| color: #888; } | ||
| .highlight .code .comment, .highlight .code .quote, .highlight .code .meta, .highlight .code .deletion { | ||
| color: #ccc; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .section, .highlight .code .name, .highlight .code .type, .highlight .code .strong { | ||
| font-weight: bold; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } |
| /* | ||
| Brown Paper style from goldblog.com.ua (c) Zaripov Yura <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #363c69; | ||
| background: #b7a68e url("brown-papersq.png"); } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .literal { | ||
| color: #059; | ||
| font-weight: bold; } | ||
| .highlight .code .highlight, .highlight .code .subst { | ||
| color: #363c69; } | ||
| .highlight .code .string, .highlight .code .title, .highlight .code .section, .highlight .code .type, .highlight .code .attribute, .highlight .code .symbol, .highlight .code .bullet, .highlight .code .built_in, .highlight .code .addition, .highlight .code .variable, .highlight .code .template-tag, .highlight .code .template-variable, .highlight .code .link, .highlight .code .name { | ||
| color: #2c009f; } | ||
| .highlight .code .comment, .highlight .code .quote, .highlight .code .meta, .highlight .code .deletion { | ||
| color: #802022; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .literal, .highlight .code .doctag, .highlight .code .title, .highlight .code .section, .highlight .code .type, .highlight .code .name, .highlight .code .strong { | ||
| font-weight: bold; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } |
17.8 KB
| @charset "UTF-8"; | ||
| /* | ||
| Colorbrewer theme | ||
| Original: https://github.com/mbostock/colorbrewer-theme (c) Mike Bostock <[email protected]> | ||
| Ported by Fabrício Tavares de Oliveira | ||
| */ | ||
| .highlight { | ||
| color: #000; | ||
| background: #fff; } | ||
| .highlight .code .subst { | ||
| color: #000; } | ||
| .highlight .code .string, .highlight .code .meta, .highlight .code .symbol, .highlight .code .template-tag, .highlight .code .template-variable, .highlight .code .addition { | ||
| color: #756bb1; } | ||
| .highlight .code .comment, .highlight .code .quote { | ||
| color: #636363; } | ||
| .highlight .code .number, .highlight .code .regexp, .highlight .code .literal, .highlight .code .bullet, .highlight .code .link { | ||
| color: #31a354; } | ||
| .highlight .code .deletion, .highlight .code .variable { | ||
| color: #88f; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .title, .highlight .code .section, .highlight .code .built_in, .highlight .code .doctag, .highlight .code .type, .highlight .code .tag, .highlight .code .name, .highlight .code .selector-id, .highlight .code .selector-class, .highlight .code .strong { | ||
| color: #3182bd; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } | ||
| .highlight .code .attribute { | ||
| color: #e6550d; } |
css/highlights/dark.css
0 → 100644
| /* | ||
| Dark style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #ddd; | ||
| background: #444; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .literal, .highlight .code .section, .highlight .code .link { | ||
| color: #fff; } | ||
| .highlight .code .subst { | ||
| color: #ddd; } | ||
| .highlight .code .string, .highlight .code .title, .highlight .code .name, .highlight .code .type, .highlight .code .attribute, .highlight .code .symbol, .highlight .code .bullet, .highlight .code .built_in, .highlight .code .addition, .highlight .code .variable, .highlight .code .template-tag, .highlight .code .template-variable { | ||
| color: #d88; } | ||
| .highlight .code .comment, .highlight .code .quote, .highlight .code .deletion, .highlight .code .meta { | ||
| color: #777; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .literal, .highlight .code .title, .highlight .code .section, .highlight .code .doctag, .highlight .code .type, .highlight .code .name, .highlight .code .strong { | ||
| font-weight: bold; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } |
css/highlights/darkula.css
0 → 100644
css/highlights/docco.css
0 → 100644
css/highlights/dracula.css
0 → 100644
css/highlights/far.css
0 → 100644
| /* | ||
| FAR Style (c) MajestiC <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #0ff; | ||
| background: #000080; } | ||
| .highlight .code .subst { | ||
| color: #0ff; } | ||
| .highlight .code .string, .highlight .code .attribute, .highlight .code .symbol, .highlight .code .bullet, .highlight .code .built_in, .highlight .code .builtin-name, .highlight .code .template-tag, .highlight .code .template-variable, .highlight .code .addition { | ||
| color: #ff0; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .section, .highlight .code .type, .highlight .code .name, .highlight .code .selector-id, .highlight .code .selector-class, .highlight .code .variable { | ||
| color: #fff; } | ||
| .highlight .code .comment, .highlight .code .quote, .highlight .code .doctag, .highlight .code .deletion { | ||
| color: #888; } | ||
| .highlight .code .number, .highlight .code .regexp, .highlight .code .literal, .highlight .code .link { | ||
| color: #0f0; } | ||
| .highlight .code .meta { | ||
| color: #008080; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .title, .highlight .code .section, .highlight .code .name, .highlight .code .strong { | ||
| font-weight: bold; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } |
| /* | ||
| Description: Foundation 4 docs style for highlight.js | ||
| Author: Dan Allen <[email protected]> | ||
| Website: http://foundation.zurb.com/docs/ | ||
| Version: 1.0 | ||
| Date: 2013-04-02 | ||
| */ | ||
| .highlight { | ||
| color: #000; | ||
| background: #eee; } | ||
| .highlight .code .link, .highlight .code .emphasis, .highlight .code .attribute, .highlight .code .addition { | ||
| color: #070; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } | ||
| .highlight .code .strong, .highlight .code .string, .highlight .code .deletion { | ||
| color: #d14; } | ||
| .highlight .code .strong { | ||
| font-weight: bold; } | ||
| .highlight .code .quote, .highlight .code .comment { | ||
| color: #998; | ||
| font-style: italic; } | ||
| .highlight .code .section, .highlight .code .title { | ||
| color: #900; } | ||
| .highlight .code .class .title, .highlight .code .type { | ||
| color: #458; } | ||
| .highlight .code .variable, .highlight .code .template-variable { | ||
| color: #369; } | ||
| .highlight .code .bullet { | ||
| color: #970; } | ||
| .highlight .code .meta { | ||
| color: #34b; } | ||
| .highlight .code .code, .highlight .code .number, .highlight .code .literal, .highlight .code .keyword, .highlight .code .selector-tag { | ||
| color: #099; } | ||
| .highlight .code .regexp { | ||
| background-color: #fff0ff; | ||
| color: #808; } | ||
| .highlight .code .symbol { | ||
| color: #990073; } | ||
| .highlight .code .tag, .highlight .code .name, .highlight .code .selector-id, .highlight .code .selector-class { | ||
| color: #070; } |
css/highlights/github.css
0 → 100644
| /* | ||
| github.com style (c) Vasily Polovnyov <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #333; | ||
| background: #f8f8f8; } | ||
| .highlight .code .comment, .highlight .code .quote { | ||
| color: #998; | ||
| font-style: italic; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .subst { | ||
| color: #333; | ||
| font-weight: bold; } | ||
| .highlight .code .number, .highlight .code .literal, .highlight .code .variable, .highlight .code .template-variable, .highlight .code .tag .attr { | ||
| color: #008080; } | ||
| .highlight .code .string, .highlight .code .doctag { | ||
| color: #d14; } | ||
| .highlight .code .title, .highlight .code .section, .highlight .code .selector-id { | ||
| color: #900; | ||
| font-weight: bold; } | ||
| .highlight .code .subst { | ||
| font-weight: normal; } | ||
| .highlight .code .type, .highlight .code .class .title { | ||
| color: #458; | ||
| font-weight: bold; } | ||
| .highlight .code .tag, .highlight .code .name, .highlight .code .attribute { | ||
| color: #000080; | ||
| font-weight: normal; } | ||
| .highlight .code .regexp, .highlight .code .link { | ||
| color: #009926; } | ||
| .highlight .code .symbol, .highlight .code .bullet { | ||
| color: #990073; } | ||
| .highlight .code .built_in, .highlight .code .builtin-name { | ||
| color: #0086b3; } | ||
| .highlight .code .meta { | ||
| color: #999; | ||
| font-weight: bold; } | ||
| .highlight .code .deletion { | ||
| background: #fdd; } | ||
| .highlight .code .addition { | ||
| background: #dfd; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } | ||
| .highlight .code .strong { | ||
| font-weight: bold; } |
| /* | ||
| Google Code style (c) Aahan Krish <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #000; | ||
| background: #fff; } | ||
| .highlight .code .comment, .highlight .code .quote { | ||
| color: #800; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .section, .highlight .code .title, .highlight .code .name { | ||
| color: #008; } | ||
| .highlight .code .variable, .highlight .code .template-variable { | ||
| color: #660; } | ||
| .highlight .code .string, .highlight .code .selector-attr, .highlight .code .selector-pseudo, .highlight .code .regexp { | ||
| color: #080; } | ||
| .highlight .code .literal, .highlight .code .symbol, .highlight .code .bullet, .highlight .code .meta, .highlight .code .number, .highlight .code .link { | ||
| color: #066; } | ||
| .highlight .code .title, .highlight .code .doctag, .highlight .code .type, .highlight .code .attr, .highlight .code .built_in, .highlight .code .builtin-name, .highlight .code .params { | ||
| color: #606; } | ||
| .highlight .code .attribute, .highlight .code .subst { | ||
| color: #000; } | ||
| .highlight .code .formula { | ||
| background-color: #eee; | ||
| font-style: italic; } | ||
| .highlight .code .selector-id, .highlight .code .selector-class { | ||
| color: #9b703f; } | ||
| .highlight .code .addition { | ||
| background-color: #baeeba; } | ||
| .highlight .code .deletion { | ||
| background-color: #ffc8bd; } | ||
| .highlight .code .doctag, .highlight .code .strong { | ||
| font-weight: bold; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } |
css/highlights/grayscale.css
0 → 100644
| /* | ||
| grayscale style (c) MY Sun <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #333; | ||
| background: #fff; } | ||
| .highlight .code .comment, .highlight .code .quote { | ||
| color: #777; | ||
| font-style: italic; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .subst { | ||
| color: #333; | ||
| font-weight: bold; } | ||
| .highlight .code .number, .highlight .code .literal { | ||
| color: #777; } | ||
| .highlight .code .string, .highlight .code .doctag, .highlight .code .formula { | ||
| color: #333; | ||
| background: url("data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC") repeat; } | ||
| .highlight .code .title, .highlight .code .section, .highlight .code .selector-id { | ||
| color: #000; | ||
| font-weight: bold; } | ||
| .highlight .code .subst { | ||
| font-weight: normal; } | ||
| .highlight .code .class .title, .highlight .code .type, .highlight .code .name { | ||
| color: #333; | ||
| font-weight: bold; } | ||
| .highlight .code .tag { | ||
| color: #333; } | ||
| .highlight .code .regexp { | ||
| color: #333; | ||
| background: url("data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==") repeat; } | ||
| .highlight .code .symbol, .highlight .code .bullet, .highlight .code .link { | ||
| color: #000; | ||
| background: url("data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==") repeat; } | ||
| .highlight .code .built_in, .highlight .code .builtin-name { | ||
| color: #000; | ||
| text-decoration: underline; } | ||
| .highlight .code .meta { | ||
| color: #999; | ||
| font-weight: bold; } | ||
| .highlight .code .deletion { | ||
| color: #fff; | ||
| background: url("data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==") repeat; } | ||
| .highlight .code .addition { | ||
| color: #000; | ||
| background: url("data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC") repeat; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } | ||
| .highlight .code .strong { | ||
| font-weight: bold; } |
| /* | ||
| Original highlight.js style (c) Ivan Sagalaev <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #444; | ||
| background: #f0f0f0; } | ||
| .highlight .code .subst { | ||
| color: #444; } | ||
| .highlight .code .keyword, .highlight .code .attribute, .highlight .code .selector-tag, .highlight .code .meta-keyword, .highlight .code .doctag, .highlight .code .name { | ||
| font-weight: bold; } | ||
| .highlight .code .built_in, .highlight .code .literal, .highlight .code .bullet, .highlight .code .code, .highlight .code .addition { | ||
| color: #1f811f; } | ||
| .highlight .code .regexp, .highlight .code .symbol, .highlight .code .variable, .highlight .code .template-variable, .highlight .code .link, .highlight .code .selector-attr, .highlight .code .selector-pseudo { | ||
| color: #bc6060; } | ||
| .highlight .code .type, .highlight .code .string, .highlight .code .number, .highlight .code .selector-id, .highlight .code .selector-class, .highlight .code .quote, .highlight .code .template-tag, .highlight .code .deletion { | ||
| color: #800; } | ||
| .highlight .code .title, .highlight .code .section { | ||
| color: #800; | ||
| font-weight: bold; } | ||
| .highlight .code .comment { | ||
| color: #888; } | ||
| .highlight .code .meta { | ||
| color: #2b6ea1; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } | ||
| .highlight .code .strong { | ||
| font-weight: bold; } |
css/highlights/hopscotch.css
0 → 100644
css/highlights/hybrid.css
0 → 100644
css/highlights/idea.css
0 → 100644
| /* | ||
| Intellij Idea-like styling (c) Vasily Polovnyov <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #000; | ||
| background: #fff; } | ||
| .highlight .code .subst, .highlight .code .title { | ||
| font-weight: normal; | ||
| color: #000; } | ||
| .highlight .code .comment, .highlight .code .quote { | ||
| color: #808080; | ||
| font-style: italic; } | ||
| .highlight .code .meta { | ||
| color: #808000; } | ||
| .highlight .code .tag { | ||
| background: #efefef; } | ||
| .highlight .code .section, .highlight .code .name, .highlight .code .literal, .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .type, .highlight .code .selector-id, .highlight .code .selector-class { | ||
| font-weight: bold; | ||
| color: #000080; } | ||
| .highlight .code .attribute, .highlight .code .number, .highlight .code .regexp, .highlight .code .link { | ||
| font-weight: bold; | ||
| color: #00f; } | ||
| .highlight .code .number, .highlight .code .regexp, .highlight .code .link { | ||
| font-weight: normal; } | ||
| .highlight .code .string { | ||
| color: #008000; | ||
| font-weight: bold; } | ||
| .highlight .code .symbol, .highlight .code .bullet, .highlight .code .formula { | ||
| color: #000; | ||
| background: #d0eded; | ||
| font-style: italic; } | ||
| .highlight .code .doctag { | ||
| text-decoration: underline; } | ||
| .highlight .code .variable, .highlight .code .template-variable { | ||
| color: #660e7a; } | ||
| .highlight .code .addition { | ||
| background: #baeeba; } | ||
| .highlight .code .deletion { | ||
| background: #ffc8bd; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } | ||
| .highlight .code .strong { | ||
| font-weight: bold; } |
css/highlights/ir-black.css
0 → 100644
| /* | ||
| IR_Black style (c) Vasily Mikhailitchenko <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #f8f8f8; | ||
| background: #000; } | ||
| .highlight .code .comment, .highlight .code .quote, .highlight .code .meta { | ||
| color: #7c7c7c; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .tag, .highlight .code .name { | ||
| color: #96cbfe; } | ||
| .highlight .code .attribute, .highlight .code .selector-id { | ||
| color: #ffffb6; } | ||
| .highlight .code .string, .highlight .code .selector-attr, .highlight .code .selector-pseudo, .highlight .code .addition { | ||
| color: #a8ff60; } | ||
| .highlight .code .subst { | ||
| color: #daefa3; } | ||
| .highlight .code .regexp, .highlight .code .link { | ||
| color: #e9c062; } | ||
| .highlight .code .title, .highlight .code .section, .highlight .code .type, .highlight .code .doctag { | ||
| color: #ffffb6; } | ||
| .highlight .code .symbol, .highlight .code .bullet, .highlight .code .variable, .highlight .code .template-variable, .highlight .code .literal { | ||
| color: #c6c5fe; } | ||
| .highlight .code .number, .highlight .code .deletion { | ||
| color: #ff73fd; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } | ||
| .highlight .code .strong { | ||
| font-weight: bold; } |
css/highlights/magula.css
0 → 100644
| /* | ||
| Description: Magula style for highligh.js | ||
| Author: Ruslan Keba <[email protected]> | ||
| Website: http://rukeba.com/ | ||
| Version: 1.0 | ||
| Date: 2009-01-03 | ||
| Music: Aphex Twin / Xtal | ||
| */ | ||
| .highlight { | ||
| background-color: #f4f4f4; } | ||
| .highlight .code .highlight, .highlight .code .subst { | ||
| color: #000; } | ||
| .highlight .code .string, .highlight .code .title, .highlight .code .symbol, .highlight .code .bullet, .highlight .code .attribute, .highlight .code .addition, .highlight .code .variable, .highlight .code .template-tag, .highlight .code .template-variable { | ||
| color: #050; } | ||
| .highlight .code .comment, .highlight .code .quote { | ||
| color: #777; } | ||
| .highlight .code .number, .highlight .code .regexp, .highlight .code .literal, .highlight .code .type, .highlight .code .link { | ||
| color: #800; } | ||
| .highlight .code .deletion, .highlight .code .meta { | ||
| color: #00e; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .doctag, .highlight .code .title, .highlight .code .section, .highlight .code .built_in, .highlight .code .tag, .highlight .code .name { | ||
| font-weight: bold; | ||
| color: #000080; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } | ||
| .highlight .code .strong { | ||
| font-weight: bold; } |
css/highlights/mono-blue.css
0 → 100644
css/highlights/monokai.css
0 → 100644
css/highlights/obsidian.css
0 → 100644
css/highlights/pojoaque.css
0 → 100644
css/highlights/pojoaque.jpg
0 → 100644
1.16 KB
css/highlights/rainbow.css
0 → 100644
| /* | ||
| School Book style from goldblog.com.ua (c) Zaripov Yura <[email protected]> | ||
| */ | ||
| .highlight { | ||
| background: #f6f6ae url("./school-book.png"); | ||
| border-top: solid 2px #d2e8b9; | ||
| border-bottom: solid 1px #d2e8b9; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .literal { | ||
| color: #059; | ||
| font-weight: bold; } | ||
| .highlight .code .highlight, .highlight .code .subst { | ||
| color: #3e5915; } | ||
| .highlight .code .string, .highlight .code .title, .highlight .code .section, .highlight .code .type, .highlight .code .symbol, .highlight .code .bullet, .highlight .code .attribute, .highlight .code .built_in, .highlight .code .builtin-name, .highlight .code .addition, .highlight .code .variable, .highlight .code .template-tag, .highlight .code .template-variable, .highlight .code .link { | ||
| color: #2c009f; } | ||
| .highlight .code .comment, .highlight .code .quote, .highlight .code .deletion, .highlight .code .meta { | ||
| color: #e60415; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .literal, .highlight .code .doctag, .highlight .code .title, .highlight .code .section, .highlight .code .type, .highlight .code .name, .highlight .code .selector-id, .highlight .code .strong { | ||
| font-weight: bold; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } |
486 Bytes
| /* | ||
| Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #839496; | ||
| background: #002b36; } | ||
| .highlight .code .comment, .highlight .code .quote { | ||
| color: #586e75; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .addition { | ||
| color: #859900; } | ||
| .highlight .code .number, .highlight .code .string, .highlight .code .meta .meta-string, .highlight .code .literal, .highlight .code .doctag, .highlight .code .regexp { | ||
| color: #2aa198; } | ||
| .highlight .code .title, .highlight .code .section, .highlight .code .name, .highlight .code .selector-id, .highlight .code .selector-class { | ||
| color: #268bd2; } | ||
| .highlight .code .attribute, .highlight .code .attr, .highlight .code .variable, .highlight .code .template-variable, .highlight .code .class .title, .highlight .code .type { | ||
| color: #b58900; } | ||
| .highlight .code .symbol, .highlight .code .bullet, .highlight .code .subst { | ||
| color: #cb4b16; } | ||
| .highlight .code .meta { | ||
| color: #cb4b16; } | ||
| .highlight .code .meta .keyword { | ||
| color: #cb4b16; } | ||
| .highlight .code .selector-attr, .highlight .code .selector-pseudo, .highlight .code .link { | ||
| color: #cb4b16; } | ||
| .highlight .code .built_in, .highlight .code .deletion { | ||
| color: #dc322f; } | ||
| .highlight .code .formula { | ||
| background: #073642; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } | ||
| .highlight .code .strong { | ||
| font-weight: bold; } |
| /* | ||
| Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #657b83; | ||
| background: #fdf6e3; } | ||
| .highlight .code .comment, .highlight .code .quote { | ||
| color: #93a1a1; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .addition { | ||
| color: #859900; } | ||
| .highlight .code .number, .highlight .code .string, .highlight .code .meta .meta-string, .highlight .code .literal, .highlight .code .doctag, .highlight .code .regexp { | ||
| color: #2aa198; } | ||
| .highlight .code .title, .highlight .code .section, .highlight .code .name, .highlight .code .selector-id, .highlight .code .selector-class { | ||
| color: #268bd2; } | ||
| .highlight .code .attribute, .highlight .code .attr, .highlight .code .variable, .highlight .code .template-variable, .highlight .code .class .title, .highlight .code .type { | ||
| color: #b58900; } | ||
| .highlight .code .symbol, .highlight .code .bullet, .highlight .code .subst { | ||
| color: #cb4b16; } | ||
| .highlight .code .meta { | ||
| color: #cb4b16; } | ||
| .highlight .code .meta .keyword { | ||
| color: #cb4b16; } | ||
| .highlight .code .selector-attr, .highlight .code .selector-pseudo, .highlight .code .link { | ||
| color: #cb4b16; } | ||
| .highlight .code .built_in, .highlight .code .deletion { | ||
| color: #dc322f; } | ||
| .highlight .code .formula { | ||
| background: #eee8d5; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } | ||
| .highlight .code .strong { | ||
| font-weight: bold; } |
css/highlights/sunburst.css
0 → 100644
| /* | ||
| Sunburst-like style (c) Vasily Polovnyov <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #f8f8f8; | ||
| background: #000; } | ||
| .highlight .code .comment, .highlight .code .quote { | ||
| color: #aeaeae; | ||
| font-style: italic; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .type { | ||
| color: #e28964; } | ||
| .highlight .code .string { | ||
| color: #65b042; } | ||
| .highlight .code .subst { | ||
| color: #daefa3; } | ||
| .highlight .code .regexp, .highlight .code .link { | ||
| color: #e9c062; } | ||
| .highlight .code .title, .highlight .code .section, .highlight .code .tag, .highlight .code .name { | ||
| color: #89bdff; } | ||
| .highlight .code .class .title, .highlight .code .doctag { | ||
| text-decoration: underline; } | ||
| .highlight .code .symbol, .highlight .code .bullet, .highlight .code .number { | ||
| color: #3387cc; } | ||
| .highlight .code .params, .highlight .code .variable, .highlight .code .template-variable { | ||
| color: #3e87e3; } | ||
| .highlight .code .attribute { | ||
| color: #cda869; } | ||
| .highlight .code .meta { | ||
| color: #8996a8; } | ||
| .highlight .code .formula { | ||
| background-color: #0e2231; | ||
| color: #f8f8f8; | ||
| font-style: italic; } | ||
| .highlight .code .addition { | ||
| background-color: #253b22; | ||
| color: #f8f8f8; } | ||
| .highlight .code .deletion { | ||
| background-color: #420e09; | ||
| color: #f8f8f8; } | ||
| .highlight .code .selector-class { | ||
| color: #9b703f; } | ||
| .highlight .code .selector-id { | ||
| color: #8b98ab; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } | ||
| .highlight .code .strong { | ||
| font-weight: bold; } |
css/highlights/tomorrow.css
0 → 100644
css/highlights/vs.css
0 → 100644
| /* | ||
| Visual Studio-like style based on original C# coloring by Jason Diamond <[email protected]> | ||
| */ | ||
| .highlight { | ||
| display: block; | ||
| overflow-x: auto; | ||
| padding: 0.5em; | ||
| background: #fff; | ||
| color: #000; } | ||
| .highlight .code .comment, .highlight .code .quote, .highlight .code .variable { | ||
| color: #008000; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .built_in, .highlight .code .name, .highlight .code .tag { | ||
| color: #00f; } | ||
| .highlight .code .string, .highlight .code .title, .highlight .code .section, .highlight .code .attribute, .highlight .code .literal, .highlight .code .template-tag, .highlight .code .template-variable, .highlight .code .type, .highlight .code .addition { | ||
| color: #a31515; } | ||
| .highlight .code .deletion, .highlight .code .selector-attr, .highlight .code .selector-pseudo, .highlight .code .meta { | ||
| color: #2b91af; } | ||
| .highlight .code .doctag { | ||
| color: #808080; } | ||
| .highlight .code .attr { | ||
| color: #f00; } | ||
| .highlight .code .symbol, .highlight .code .bullet, .highlight .code .link { | ||
| color: #00b0e8; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } | ||
| .highlight .code .strong { | ||
| font-weight: bold; } |
css/highlights/xcode.css
0 → 100644
| /* | ||
| XCode style (c) Angel Garcia <[email protected]> | ||
| */ | ||
| .highlight { | ||
| color: #000; | ||
| background: #fff; } | ||
| .highlight .code .comment, .highlight .code .quote { | ||
| color: #006a00; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .literal { | ||
| color: #aa0d91; } | ||
| .highlight .code .name { | ||
| color: #008; } | ||
| .highlight .code .variable, .highlight .code .template-variable { | ||
| color: #660; } | ||
| .highlight .code .string { | ||
| color: #c41a16; } | ||
| .highlight .code .regexp, .highlight .code .link { | ||
| color: #080; } | ||
| .highlight .code .title, .highlight .code .tag, .highlight .code .symbol, .highlight .code .bullet, .highlight .code .number, .highlight .code .meta { | ||
| color: #1c00cf; } | ||
| .highlight .code .section, .highlight .code .class .title, .highlight .code .type, .highlight .code .attr, .highlight .code .built_in, .highlight .code .builtin-name, .highlight .code .params { | ||
| color: #5c2699; } | ||
| .highlight .code .attribute, .highlight .code .subst { | ||
| color: #000; } | ||
| .highlight .code .formula { | ||
| background-color: #eee; | ||
| font-style: italic; } | ||
| .highlight .code .addition { | ||
| background-color: #baeeba; } | ||
| .highlight .code .deletion { | ||
| background-color: #ffc8bd; } | ||
| .highlight .code .selector-id, .highlight .code .selector-class { | ||
| color: #9b703f; } | ||
| .highlight .code .doctag, .highlight .code .strong { | ||
| font-weight: bold; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } |
css/highlights/zenburn.css
0 → 100644
| /* | ||
| Zenburn style from voldmar.ru (c) Vladimir Epifanov <[email protected]> | ||
| based on dark.css by Ivan Sagalaev | ||
| */ | ||
| .highlight { | ||
| color: #dcdcdc; | ||
| background: #3f3f3f; } | ||
| .highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .tag { | ||
| color: #e3ceab; } | ||
| .highlight .code .template-tag { | ||
| color: #dcdcdc; } | ||
| .highlight .code .number { | ||
| color: #8cd0d3; } | ||
| .highlight .code .variable, .highlight .code .template-variable, .highlight .code .attribute { | ||
| color: #efdcbc; } | ||
| .highlight .code .literal { | ||
| color: #efefaf; } | ||
| .highlight .code .subst { | ||
| color: #8f8f8f; } | ||
| .highlight .code .title, .highlight .code .name, .highlight .code .selector-id, .highlight .code .selector-class, .highlight .code .section, .highlight .code .type { | ||
| color: #efef8f; } | ||
| .highlight .code .symbol, .highlight .code .bullet, .highlight .code .link { | ||
| color: #dca3a3; } | ||
| .highlight .code .deletion, .highlight .code .string, .highlight .code .built_in, .highlight .code .builtin-name { | ||
| color: #cc9393; } | ||
| .highlight .code .addition, .highlight .code .comment, .highlight .code .quote, .highlight .code .meta { | ||
| color: #7f9f7f; } | ||
| .highlight .code .emphasis { | ||
| font-style: italic; } | ||
| .highlight .code .strong { | ||
| font-weight: bold; } |
css/index.css
0 → 100644
This diff is collapsed.
css/layout.scss
0 → 100644
css/rtl.css
deleted
100644 → 0
css/style.css
deleted
100644 → 0
This diff is collapsed.
15.3 KB
images/avatar.jpg
0 → 100644
2.2 KB
images/default.jpg
0 → 100644
69.5 KB
30.9 KB
images/favicon.ico
deleted
100644 → 0
14.7 KB
images/icon.png
0 → 100644
19.3 KB
images/mock-up.png
0 → 100644
254 KB
| <!DOCTYPE html> | ||
| <html lang=en> | ||
| <head> | ||
| <!-- so meta --> | ||
| <meta charset="utf-8"> | ||
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
| <meta name="HandheldFriendly" content="True"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> | ||
| <meta property="og:type" content="website"> | ||
| <meta property="og:title" content="TheBestJohn"> | ||
| <meta property="og:url" content="http://blog.thebestjohn.com/index.html"> | ||
| <meta property="og:site_name" content="TheBestJohn"> | ||
| <meta property="og:locale" content="en"> | ||
| <meta name="twitter:card" content="summary"> | ||
| <meta name="twitter:title" content="TheBestJohn"> | ||
| <link rel="shortcut icon" href="/images/favicon.ico"> | ||
| <link rel="icon" type="image/png" href="/images/favicon-192x192.png" sizes="192x192"> | ||
| <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png"> | ||
| <!-- title --> | ||
| <title>TheBestJohn</title> | ||
| <!-- styles --> | ||
| <link rel="stylesheet" href="/css/style.css"> | ||
| <!-- persian styles --> | ||
| <link rel="stylesheet" href="/css/rtl.css"> | ||
| <!-- rss --> | ||
| </head> | ||
| <body class="max-width mx-auto px3 ltr"> | ||
| <div class="content index my4"> | ||
| <header id="header"> | ||
| <a href="/"> | ||
| <div id="logo" style="background-image: url(/images/logo.png);"></div> | ||
| <div id="title"> | ||
| <h1>TheBestJohn</h1> | ||
| </div> | ||
| </a> | ||
| <div id="nav"> | ||
| <ul> | ||
| <li class="icon"> | ||
| <a href="#"><i class="fas fa-bars fa-2x"></i></a> | ||
| </li> | ||
| <li><a href="/">Home</a></li> | ||
| <li><a href="/about/">About</a></li> | ||
| <li><a href="/archives/">Writing</a></li> | ||
| </ul> | ||
| </div> | ||
| </header> | ||
| <section id="about"> | ||
| <p> | ||
| Find me on | ||
| <a class="icon" target="_blank" href="http://github.com/thebestjohn"> | ||
| <i class="fab fa-github"></i><!-- | ||
| ---></a><!-- | ||
| ---><!-- | ||
| ---> and | ||
| <a class="icon" target="_blank" href="mailto:[email protected]"> | ||
| <i class="fas fa-envelope"></i><!-- | ||
| ---></a><!-- | ||
| ---><!-- | ||
| --->. | ||
| </p> | ||
| </section> | ||
| <section id="writing"> | ||
| <span class="h1"><a href="/archives">Writing</a></span> | ||
| <ul class="post-list"> | ||
| <li class="post-item"> | ||
| <div class="meta"> | ||
| <time datetime="2018-04-27T17:40:00.000Z" itemprop="datePublished">2018-04-27</time> | ||
| </div> | ||
| <span> | ||
| <a class="" href="/posts/static-site-what/">Static Site what?!</a> | ||
| </span> | ||
| </li> | ||
| </ul> | ||
| </section> | ||
| </div> | ||
| <footer id="footer"> | ||
| <div class="footer-left"> | ||
| Copyright © 2018 TheBestJohn | ||
| </div> | ||
| <div class="footer-right"> | ||
| <nav> | ||
| <ul> | ||
| <li><a href="/">Home</a></li> | ||
| <li><a href="/about/">About</a></li> | ||
| <li><a href="/archives/">Writing</a></li> | ||
| </ul> | ||
| </nav> | ||
| </div> | ||
| </footer> | ||
| </body> | ||
| </html> | ||
| <!-- styles --> | ||
| <link rel="stylesheet" href="/lib/font-awesome/css/fontawesome-all.min.css"> | ||
| <link rel="stylesheet" href="/lib/justified-gallery/css/justifiedGallery.min.css"> | ||
| <!-- jquery --> | ||
| <script src="/lib/jquery/jquery.min.js"></script> | ||
| <script src="/lib/justified-gallery/js/jquery.justifiedGallery.min.js"></script> | ||
| <script src="/js/main.js"></script> | ||
| <!-- search --> | ||
| <!-- Google Analytics --> | ||
| <!-- Baidu Analytics --> | ||
| <!-- Disqus Comments --> | ||
| <script type="text/javascript"> | ||
| var disqus_shortname = 'thebestjohn'; | ||
| (function(){ | ||
| var dsq = document.createElement('script'); | ||
| dsq.type = 'text/javascript'; | ||
| dsq.async = true; | ||
| dsq.src = '//' + disqus_shortname + '.disqus.com/count.js'; | ||
| (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); | ||
| }()); | ||
| </script> | ||
| extends includes/layout | ||
| block content | ||
| include includes/post-list | ||
| include includes/pagination |
js/classList.min.js
0 → 100644
js/dynamicMenu.js
0 → 100644
js/dynamicMenu.min.js
0 → 100644
js/index.min.js
0 → 100644
js/main.js
deleted
100644 → 0
js/search.js
deleted
100644 → 0
js/sharer.js
0 → 100644
js/sharer.min.js
0 → 100644
This diff is collapsed.
File deleted
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.