From 8fc456190349cf22491191cc47d031d81c48f763 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 16:54:41 +0200 Subject: update --- .jekyll-metadata | Bin 27689 -> 28805 bytes _includes/site.min.css | 1 + _layouts/index.html | 6 ++---- _layouts/page.html | 6 ++---- _layouts/post.html | 6 ++---- 5 files changed, 7 insertions(+), 12 deletions(-) create mode 100644 _includes/site.min.css diff --git a/.jekyll-metadata b/.jekyll-metadata index c8cda86..0b51cb9 100644 Binary files a/.jekyll-metadata and b/.jekyll-metadata differ diff --git a/_includes/site.min.css b/_includes/site.min.css new file mode 100644 index 0000000..824c05a --- /dev/null +++ b/_includes/site.min.css @@ -0,0 +1 @@ +*{box-sizing:border-box}body{font-family:'Times New Roman',Times,serif;font-size:16px;line-height:1.6;color:#000;margin:0;padding:0 0 50px}article,footer,header,main,nav{max-width:700px;margin:0 auto}header,main ul{margin-top:30px}header a,nav ul li a{text-decoration:none}header a{font-size:150%;font-weight:700;color:#000}nav ul{margin-top:10px;padding:0}nav ul li{display:inline-block}nav ul li a{color:#888;font-size:85%;margin-right:10px}h1{font-size:200%}h2{font-size:160%}h3{font-size:140%}h4{font-size:120%}article img{max-width:100%;display:block;border:2px solid #f1f1f1;border-radius:2px}time{display:block;font-size:85%;color:#444}main ul{padding:0 20px}main ul li{margin-bottom:20px}main ul div{font-size:116%}blockquote{margin:40px 0 40px 20px;border-left:5px solid #eee;padding:5px 0 10px 20px}.highlighter-rouge,table,table td,table th{border:2px solid #f1f1f1}table{width:100%;border-collapse:collapse;border-spacing:0}table td,table th{text-align:left;padding:5px 10px}.highlighter-rouge{padding:0 15px;font-size:80%;border-radius:2px;overflow:auto}.highlighter-rouge table,.highlighter-rouge table td{border:0!important}::selection{background:#ff0;color:#000}::-moz-selection{background:#ff0;color:#000}@media only screen and (max-width:768px){body{padding:0 20px}footer,header,nav{text-align:center}.responsive-table{width:100%;overflow:scroll}}@media print{body{padding:50px auto}} \ No newline at end of file diff --git a/_layouts/index.html b/_layouts/index.html index f612da7..ca7055c 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -31,6 +31,8 @@ + + @@ -54,10 +56,6 @@ {% include footer.html %} - - diff --git a/_layouts/page.html b/_layouts/page.html index af43ea7..debf6ed 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -33,6 +33,8 @@ + + @@ -49,10 +51,6 @@ {% include footer.html %} - - diff --git a/_layouts/post.html b/_layouts/post.html index 2fb4a75..17416f2 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -30,6 +30,8 @@ + + @@ -72,10 +74,6 @@ {% include footer.html %} - - -- cgit v1.2.3