diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 05:41:14 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 05:41:14 +0200 |
| commit | 102a156146db518f2b56eb61ba89b128faade6cc (patch) | |
| tree | 862ecb9ca696ad9d0fe672fe70ef70bae304183b /_includes | |
| parent | 1fdc52bd0e67371d0e9b2b27923d49c451b35a11 (diff) | |
| download | mitjafelicijan.com-102a156146db518f2b56eb61ba89b128faade6cc.tar.gz | |
update
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/highlight.css | 77 | ||||
| -rw-r--r-- | _includes/site.css | 64 |
2 files changed, 0 insertions, 141 deletions
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 @@ | |||
| 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 deleted file mode 100644 index 6c54a11..0000000 --- a/_includes/site.css +++ /dev/null | |||
| @@ -1,64 +0,0 @@ | |||
| 1 | html, | ||
| 2 | body { | ||
| 3 | margin: 0; | ||
| 4 | padding: 0; | ||
| 5 | } | ||
| 6 | |||
| 7 | body { | ||
| 8 | font-family: 'Times New Roman', Times, serif; | ||
| 9 | font-size: 1em; | ||
| 10 | } | ||
| 11 | |||
| 12 | article, | ||
| 13 | main, | ||
| 14 | footer, | ||
| 15 | header { | ||
| 16 | max-width: 800px; | ||
| 17 | margin: 0 auto; | ||
| 18 | } | ||
| 19 | |||
| 20 | h1 { | ||
| 21 | font-size: 200%; | ||
| 22 | } | ||
| 23 | |||
| 24 | h2 { | ||
| 25 | font-size: 180%; | ||
| 26 | } | ||
| 27 | |||
| 28 | h3 { | ||
| 29 | font-size: 160%; | ||
| 30 | } | ||
| 31 | |||
| 32 | h4 { | ||
| 33 | font-size: 140%; | ||
| 34 | } | ||
| 35 | |||
| 36 | h5 { | ||
| 37 | font-size: 120%; | ||
| 38 | } | ||
| 39 | |||
| 40 | h6 { | ||
| 41 | font-size: 100%; | ||
| 42 | } | ||
| 43 | |||
| 44 | .highlighter-rouge { | ||
| 45 | border: 1px solid #ddd; | ||
| 46 | padding: 0 10px; | ||
| 47 | } | ||
| 48 | |||
| 49 | @media only screen and (max-width:768px) { | ||
| 50 | body { | ||
| 51 | padding: 0 20px | ||
| 52 | } | ||
| 53 | footer, | ||
| 54 | header, | ||
| 55 | nav { | ||
| 56 | text-align: center | ||
| 57 | } | ||
| 58 | } | ||
| 59 | |||
| 60 | @media print { | ||
| 61 | body { | ||
| 62 | padding: 50px auto | ||
| 63 | } | ||
| 64 | } | ||
