From 102a156146db518f2b56eb61ba89b128faade6cc Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 05:41:14 +0200 Subject: update --- .jekyll-metadata | Bin 3327 -> 3534 bytes _includes/highlight.css | 77 ------------------------------------------------ _includes/site.css | 64 ---------------------------------------- _layouts/index.html | 3 +- _layouts/page.html | 5 ++-- _layouts/post.html | 5 ++-- assets/highlight.css | 77 ++++++++++++++++++++++++++++++++++++++++++++++++ assets/site.css | 64 ++++++++++++++++++++++++++++++++++++++++ 8 files changed, 147 insertions(+), 148 deletions(-) delete mode 100644 _includes/highlight.css delete mode 100644 _includes/site.css create mode 100644 assets/highlight.css create mode 100644 assets/site.css diff --git a/.jekyll-metadata b/.jekyll-metadata index 6eeaaf0..8e3c389 100644 Binary files a/.jekyll-metadata and b/.jekyll-metadata differ diff --git a/_includes/highlight.css b/_includes/highlight.css deleted file mode 100644 index 009bb21..0000000 --- a/_includes/highlight.css +++ /dev/null @@ -1,77 +0,0 @@ -.highlight table td { padding: 5px; } -.highlight table pre { margin: 0; } -.highlight, .highlight .w { - color: #586e75; -} -.highlight .err { - color: #002b36; - background-color: #dc322f; -} -.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs { - color: #657b83; -} -.highlight .cp { - color: #b58900; -} -.highlight .nt { - color: #b58900; -} -.highlight .o, .highlight .ow { - color: #93a1a1; -} -.highlight .p, .highlight .pi { - color: #93a1a1; -} -.highlight .gi { - color: #859900; -} -.highlight .gd { - color: #dc322f; -} -.highlight .gh { - color: #268bd2; - background-color: #002b36; - font-weight: bold; -} -.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv { - color: #6c71c4; -} -.highlight .kc { - color: #cb4b16; -} -.highlight .kt { - color: #cb4b16; -} -.highlight .kd { - color: #cb4b16; -} -.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 { - color: #859900; -} -.highlight .sr { - color: #2aa198; -} -.highlight .si { - color: #d33682; -} -.highlight .se { - color: #d33682; -} -.highlight .nn { - color: #b58900; -} -.highlight .nc { - color: #b58900; -} -.highlight .no { - color: #b58900; -} -.highlight .na { - color: #268bd2; -} -.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx { - color: #859900; -} -.highlight .ss { - color: #859900; -} diff --git a/_includes/site.css b/_includes/site.css deleted file mode 100644 index 6c54a11..0000000 --- a/_includes/site.css +++ /dev/null @@ -1,64 +0,0 @@ -html, -body { - margin: 0; - padding: 0; -} - -body { - font-family: 'Times New Roman', Times, serif; - font-size: 1em; -} - -article, -main, -footer, -header { - max-width: 800px; - margin: 0 auto; -} - -h1 { - font-size: 200%; -} - -h2 { - font-size: 180%; -} - -h3 { - font-size: 160%; -} - -h4 { - font-size: 140%; -} - -h5 { - font-size: 120%; -} - -h6 { - font-size: 100%; -} - -.highlighter-rouge { - border: 1px solid #ddd; - padding: 0 10px; -} - -@media only screen and (max-width:768px) { - body { - padding: 0 20px - } - footer, - header, - nav { - text-align: center - } -} - -@media print { - body { - padding: 50px auto - } -} diff --git a/_layouts/index.html b/_layouts/index.html index a9c649b..ed369a4 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -9,7 +9,8 @@ {{ page.title }} - + + diff --git a/_layouts/page.html b/_layouts/page.html index d9356d1..3c80ab1 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -9,9 +9,8 @@ {{ page.title }} - - - + + diff --git a/_layouts/post.html b/_layouts/post.html index f41699e..3c80ab1 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,9 +9,8 @@ {{ page.title }} - - - + + diff --git a/assets/highlight.css b/assets/highlight.css new file mode 100644 index 0000000..009bb21 --- /dev/null +++ b/assets/highlight.css @@ -0,0 +1,77 @@ +.highlight table td { padding: 5px; } +.highlight table pre { margin: 0; } +.highlight, .highlight .w { + color: #586e75; +} +.highlight .err { + color: #002b36; + background-color: #dc322f; +} +.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs { + color: #657b83; +} +.highlight .cp { + color: #b58900; +} +.highlight .nt { + color: #b58900; +} +.highlight .o, .highlight .ow { + color: #93a1a1; +} +.highlight .p, .highlight .pi { + color: #93a1a1; +} +.highlight .gi { + color: #859900; +} +.highlight .gd { + color: #dc322f; +} +.highlight .gh { + color: #268bd2; + background-color: #002b36; + font-weight: bold; +} +.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv { + color: #6c71c4; +} +.highlight .kc { + color: #cb4b16; +} +.highlight .kt { + color: #cb4b16; +} +.highlight .kd { + color: #cb4b16; +} +.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 { + color: #859900; +} +.highlight .sr { + color: #2aa198; +} +.highlight .si { + color: #d33682; +} +.highlight .se { + color: #d33682; +} +.highlight .nn { + color: #b58900; +} +.highlight .nc { + color: #b58900; +} +.highlight .no { + color: #b58900; +} +.highlight .na { + color: #268bd2; +} +.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx { + color: #859900; +} +.highlight .ss { + color: #859900; +} diff --git a/assets/site.css b/assets/site.css new file mode 100644 index 0000000..6c54a11 --- /dev/null +++ b/assets/site.css @@ -0,0 +1,64 @@ +html, +body { + margin: 0; + padding: 0; +} + +body { + font-family: 'Times New Roman', Times, serif; + font-size: 1em; +} + +article, +main, +footer, +header { + max-width: 800px; + margin: 0 auto; +} + +h1 { + font-size: 200%; +} + +h2 { + font-size: 180%; +} + +h3 { + font-size: 160%; +} + +h4 { + font-size: 140%; +} + +h5 { + font-size: 120%; +} + +h6 { + font-size: 100%; +} + +.highlighter-rouge { + border: 1px solid #ddd; + padding: 0 10px; +} + +@media only screen and (max-width:768px) { + body { + padding: 0 20px + } + footer, + header, + nav { + text-align: center + } +} + +@media print { + body { + padding: 50px auto + } +} -- cgit v1.2.3