diff --git a/assets/css/main.css b/assets/css/main.css index a770c42..ffd9297 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,7 +1,7 @@ /* --- General --- */ body { - font-family: 'Courier Prime', 'Times New Roman', serif; + font-family: 'Lora', 'Times New Roman', serif; font-size: 18px; color: #404040; position: relative; @@ -16,7 +16,7 @@ p a { color: #008AFF; } h1,h2,h3,h4,h5,h6 { - font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 800; } a { @@ -48,7 +48,7 @@ hr.small { } .main-explain-area { - font-family: 'Courier Prime', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 15px inherit; } @@ -83,28 +83,18 @@ img { margin-top: 30px; } -.discourse-comments { - margin-top: 30px; -} - @media only screen and (min-width: 768px) { .disqus-comments { margin-top: 40px; } } -@media only screen and (min-width: 768px) { - .discourse-comments { - margin-top: 40px; - } -} - /* --- Navbar --- */ .navbar-custom { background: #F5F5F5; border-bottom: 1px solid #EAEAEA; - font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } .navbar-custom .nav li a { @@ -180,9 +170,9 @@ img { .navbar-custom .avatar-container .avatar-img-border { width: 100%; - box-shadow: 0px 0px 0px rgba(0, 0, 0, .8); - -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .8); - -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, .8); + box-shadow: 1px 1px 2px rgba(0, 0, 0, .8); + -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8); + -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8); } .navbar-custom .avatar-container .avatar-img { @@ -256,7 +246,7 @@ footer .list-inline { padding: 0; } footer .copyright { - font-family: Ubuntu; + font-family: Open Sans; text-align: center; margin-bottom: 0; } @@ -322,7 +312,7 @@ footer .theme-by { margin: 0 0 10px; } .post-preview .post-entry { - font-family: 'Courier Prime', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } .post-preview .post-read-more { font-weight: 800; @@ -385,7 +375,7 @@ footer .theme-by { font-size: 27px; line-height: 1.1; display: block; - font-family: 'Courier Prime', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 300; margin: 10px 0 0; } @@ -410,7 +400,7 @@ footer .theme-by { padding: 5px 10px; font-size: 11px; color: #EEE; - font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; right: 0; bottom: 0; display: none; @@ -484,7 +474,7 @@ footer .theme-by { /* --- Pager --- */ .pager li a { - font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 14px; font-weight: 800; diff --git a/partials/footer.hbs b/partials/footer.hbs index 5bb3e00..6e29a1b 100644 --- a/partials/footer.hbs +++ b/partials/footer.hbs @@ -23,31 +23,31 @@ {{/if}} -
  • - +{{!--
  • + - +
  • - + - +
  • -{{!--
  • +
  • -
  • --}} -
  • +
  • +
  • --}} @@ -59,19 +59,14 @@ -

    - Theme: modified - beautiful-ghost - based on - beautiful-jekyll. + Theme ported by + beautiful-jekyll

    @@ -83,4 +78,4 @@ -{{> google-analytics}} +{{!> google-analytics}} diff --git a/partials/head.hbs b/partials/head.hbs index 5e719de..920e23b 100644 --- a/partials/head.hbs +++ b/partials/head.hbs @@ -15,8 +15,8 @@ - - + + @@ -24,13 +24,11 @@ - - diff --git a/partials/header_post_page.hbs b/partials/header_post_page.hbs index bc37ee3..02213ca 100644 --- a/partials/header_post_page.hbs +++ b/partials/header_post_page.hbs @@ -2,7 +2,7 @@ {{#post}} -{{!> header_image}} -{{> no_header_image}} +{{> header_image}} +{{!> no_header_image}} {{/post}} diff --git a/post.hbs b/post.hbs index 809366d..d4027ad 100644 --- a/post.hbs +++ b/post.hbs @@ -22,7 +22,7 @@ {{/post}} - {{> disqus}} + {{!> disqus}}