From 4c21818df401687c9abde71dfe0e7292419dbe72 Mon Sep 17 00:00:00 2001 From: janettechuu Date: Thu, 25 Dec 2014 22:52:18 +0800 Subject: [PATCH 1/4] Update style.css --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 9879c8d..7af25e7 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2355,7 +2355,7 @@ body { font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-size: 0.875rem; - background-color: #f3f0eb; + background-color: #ffffff; } /** * Global @@ -2904,7 +2904,7 @@ body { color: #000; font-size: 12px; padding: 10px; - background-color: #1abc9c; + background-color: #ffffff; border-radius: 7px; -moz-opacity: 0.3; -khtml-opacity: 0.3; From 1482c0a42b2121d4efd8e3f4827ebd00f7fbdff7 Mon Sep 17 00:00:00 2001 From: Chu Janette Date: Fri, 26 Dec 2014 19:16:03 +0800 Subject: [PATCH 2/4] Changes in background colour to #fff --- assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 7af25e7..d1c4e29 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2987,7 +2987,7 @@ body { font-size: 0.75rem; padding: 10px; padding: 0.625rem; - background-color: #d7d7d7; + background-color: #fff; border-radius: 7px; -moz-opacity: 0.3; -khtml-opacity: 0.3; @@ -3199,7 +3199,7 @@ body { .login input.input-submit { color: #fff; border: 0; - background-color: #2eb18d; + background-color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; @@ -3220,7 +3220,7 @@ body { } .login .login-error { display: block; - background-color: #f76643; + background-color: #fff; color: #fff; font-size: 10pt; line-height: 10pt; From 40038016be1077648cb11429530a3a8addc304ec Mon Sep 17 00:00:00 2001 From: Chu Janette Date: Fri, 26 Dec 2014 19:21:59 +0800 Subject: [PATCH 3/4] Changes in font-family HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif --- assets/css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index d1c4e29..e2df53c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -188,7 +188,7 @@ code, kbd, pre, samp { - font-family: monospace, monospace; + font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 1em; } /* Forms @@ -558,7 +558,7 @@ th { /* FONT PATH * -------------------------- */ @font-face { - font-family: 'FontAwesome'; + font-family: 'HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif'; src: url('http://postach.io/static/themes/_assets/fontawesome/font/fontawesome-webfont.eot?v=3.1.0'); src: url('http://postach.io/static/themes/_assets/fontawesome/font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('http://postach.io/static/themes/_assets/fontawesome/font/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('http://postach.io/static/themes/_assets/fontawesome/font/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('http://postach.io/static/themes/_assets/fontawesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg'); font-weight: normal; @@ -568,7 +568,7 @@ th { * -------------------------- */ [class^="icon-"], [class*=" icon-"] { - font-family: FontAwesome; + font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: normal; font-style: normal; text-decoration: inherit; @@ -2486,7 +2486,7 @@ blockquote { font-size: 16px; font-size: 1rem; font-weight: 400; - font-family: "Vollkorn"; + font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif"; line-height: 1.625; } blockquote cite { @@ -2573,7 +2573,7 @@ code { } pre { background: #ebebeb; - font-family: "Courier 10 Pitch", Courier, monospace; + font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif", Courier, monospace; margin-bottom: 15px; margin-bottom: 0.9375rem; padding: 15px; From 1f6e167f13c659f5f8927a4d82710ecff7e39a97 Mon Sep 17 00:00:00 2001 From: Chu Janette Date: Fri, 26 Dec 2014 20:29:05 +0800 Subject: [PATCH 4/4] Add pages Add categories --- theme.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme.html b/theme.html index 80fb0ac..4ba9f76 100644 --- a/theme.html +++ b/theme.html @@ -50,7 +50,11 @@

  • Home
  • {% if pages %} {% for page in pages %} -
  • {{ page.title }}
  • +
  • Video
  • + {% endfor %} + {% endif %} + +
  • {{ page.title }}
  • {% endfor %} {% endif %}