From b1973f3bd793e9fedfa41ae5fd39781f94cc791d Mon Sep 17 00:00:00 2001 From: Zhongwei Sun Date: Thu, 5 Feb 2015 10:37:15 +0800 Subject: [PATCH] update --- pelican/themes/notmyidea/static/css/main.css | 9 ++++++--- pelican/themes/notmyidea/templates/article_infos.html | 6 +++--- pelican/themes/notmyidea/templates/index.html | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/pelican/themes/notmyidea/static/css/main.css b/pelican/themes/notmyidea/static/css/main.css index 224b0199..e37918bc 100644 --- a/pelican/themes/notmyidea/static/css/main.css +++ b/pelican/themes/notmyidea/static/css/main.css @@ -10,7 +10,9 @@ /* Imports */ @import url("reset.css"); +/* @import url("pygment.css"); +*/ @import url("typogrify.css"); /***** Global *****/ @@ -99,7 +101,8 @@ li { margin-top: 0.5em;} margin-bottom: 1px; } -.readmore { float: right } +.readmore { +} dl {margin: 0 0 1.5em 0;} dt {font-weight: bold;} @@ -111,8 +114,8 @@ pre { -webkit-border-radius: 5px; display: block; padding: 0.5em; - background: #4dd6f9; - color: #0f0f0e; + background: #001f3f; + color: hsla(210, 100%, 75%, 1.0); margin-bottom: 1em; font-family: monospace, Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; overflow-x: auto; diff --git a/pelican/themes/notmyidea/templates/article_infos.html b/pelican/themes/notmyidea/templates/article_infos.html index 718967e0..6ffd30a8 100644 --- a/pelican/themes/notmyidea/templates/article_infos.html +++ b/pelican/themes/notmyidea/templates/article_infos.html @@ -1,17 +1,17 @@