diff options
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/footer.html | 4 | ||||
| -rw-r--r-- | _includes/highlight.css | 77 | ||||
| -rw-r--r-- | _includes/site.css | 5 |
3 files changed, 83 insertions, 3 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index dc281c6..89ae5a1 100644 --- a/_includes/footer.html +++ b/_includes/footer.html | |||
| @@ -1,3 +1 @@ | |||
| 1 | <footer> | <footer></footer> | |
| 2 | @@footer@@ | ||
| 3 | </footer> | ||
diff --git a/_includes/highlight.css b/_includes/highlight.css new file mode 100644 index 0000000..009bb21 --- /dev/null +++ b/_includes/highlight.css | |||
| @@ -0,0 +1,77 @@ | |||
| 1 | .highlight table td { padding: 5px; } | ||
| 2 | .highlight table pre { margin: 0; } | ||
| 3 | .highlight, .highlight .w { | ||
| 4 | color: #586e75; | ||
| 5 | } | ||
| 6 | .highlight .err { | ||
| 7 | color: #002b36; | ||
| 8 | background-color: #dc322f; | ||
| 9 | } | ||
| 10 | .highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs { | ||
| 11 | color: #657b83; | ||
| 12 | } | ||
| 13 | .highlight .cp { | ||
| 14 | color: #b58900; | ||
| 15 | } | ||
| 16 | .highlight .nt { | ||
| 17 | color: #b58900; | ||
| 18 | } | ||
| 19 | .highlight .o, .highlight .ow { | ||
| 20 | color: #93a1a1; | ||
| 21 | } | ||
| 22 | .highlight .p, .highlight .pi { | ||
| 23 | color: #93a1a1; | ||
| 24 | } | ||
| 25 | .highlight .gi { | ||
| 26 | color: #859900; | ||
| 27 | } | ||
| 28 | .highlight .gd { | ||
| 29 | color: #dc322f; | ||
| 30 | } | ||
| 31 | .highlight .gh { | ||
| 32 | color: #268bd2; | ||
| 33 | background-color: #002b36; | ||
| 34 | font-weight: bold; | ||
| 35 | } | ||
| 36 | .highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv { | ||
| 37 | color: #6c71c4; | ||
| 38 | } | ||
| 39 | .highlight .kc { | ||
| 40 | color: #cb4b16; | ||
| 41 | } | ||
| 42 | .highlight .kt { | ||
| 43 | color: #cb4b16; | ||
| 44 | } | ||
| 45 | .highlight .kd { | ||
| 46 | color: #cb4b16; | ||
| 47 | } | ||
| 48 | .highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 { | ||
| 49 | color: #859900; | ||
| 50 | } | ||
| 51 | .highlight .sr { | ||
| 52 | color: #2aa198; | ||
| 53 | } | ||
| 54 | .highlight .si { | ||
| 55 | color: #d33682; | ||
| 56 | } | ||
| 57 | .highlight .se { | ||
| 58 | color: #d33682; | ||
| 59 | } | ||
| 60 | .highlight .nn { | ||
| 61 | color: #b58900; | ||
| 62 | } | ||
| 63 | .highlight .nc { | ||
| 64 | color: #b58900; | ||
| 65 | } | ||
| 66 | .highlight .no { | ||
| 67 | color: #b58900; | ||
| 68 | } | ||
| 69 | .highlight .na { | ||
| 70 | color: #268bd2; | ||
| 71 | } | ||
| 72 | .highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx { | ||
| 73 | color: #859900; | ||
| 74 | } | ||
| 75 | .highlight .ss { | ||
| 76 | color: #859900; | ||
| 77 | } | ||
diff --git a/_includes/site.css b/_includes/site.css index 5b49c7f..f169803 100644 --- a/_includes/site.css +++ b/_includes/site.css | |||
| @@ -40,3 +40,8 @@ h5 { | |||
| 40 | h6 { | 40 | h6 { |
| 41 | font-size: 100%; | 41 | font-size: 100%; |
| 42 | } | 42 | } |
| 43 | |||
| 44 | .highlighter-rouge { | ||
| 45 | border: 1px solid #ddd; | ||
| 46 | padding: 0 10px; | ||
| 47 | } | ||
