diff --git a/README.md b/README.md index 30669ca..26a42e8 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ 这是一款简洁小清新主题,代码托管于此,欢迎fork或star。主题目前只有Typecho版,希望各界高手能帮忙移植到WordPress和EMLOG等博客平台,万分感谢。 -详细的介绍及注意事项请看[发布页面](http://ben-lab.com/typecho/1805.html)。 \ No newline at end of file +详细的介绍及注意事项请看[发布页面](http://ben-lab.com/typecho/1805.html)。 diff --git a/footer.php b/footer.php index d6509a5..52258b6 100644 --- a/footer.php +++ b/footer.php @@ -15,12 +15,6 @@ footer(); ?> - \ No newline at end of file + diff --git a/header.php b/header.php index f852ab8..789d92a 100644 --- a/header.php +++ b/header.php @@ -51,8 +51,8 @@
  • 订阅
  • -
    - \ No newline at end of file + diff --git a/post.php b/post.php index 8781f4e..9c1cc80 100644 --- a/post.php +++ b/post.php @@ -19,43 +19,8 @@
    @@ -68,4 +33,4 @@
    need('comments.php'); ?> need('footer.php'); ?> - \ No newline at end of file + diff --git a/search.php b/search.php index 88eb3c0..0d93455 100644 --- a/search.php +++ b/search.php @@ -4,7 +4,7 @@ if(strpos($_SERVER["PHP_SELF"],"themes")) header('Location:/'); $this->need('header.php'); ?> have()): ?> -

    archiveTitle(' < ','',''); ?>

    +

    archiveTitle(' < ','',''); ?>” 的搜索结果

    need('index_list.php'); ?>
    @@ -13,6 +13,5 @@ 请更换关键词重新搜索 - need('footer.php'); ?> - \ No newline at end of file + diff --git a/style.css b/style.css index d9a3add..9388317 100644 --- a/style.css +++ b/style.css @@ -15,8 +15,8 @@ box-shadow:0px 2px 5px rgba(0,0,0,0.15); padding:30px; } -li { - list-style:none; +.post ol,.post ul{ + padding-left:26px; } #Center { padding:24px 0px 0px 0px; @@ -171,6 +171,7 @@ ol.page-navigator a { line-height:29px; height:29px; margin:0; + padding:0; } .share2 ul li ul.children { top:30px; @@ -663,4 +664,13 @@ a:hover { .nothumb { color:#555; margin-left: 10px; -} \ No newline at end of file +} +/*The bellow is added by Ding Junyao for print style*/ +@media print { +body{background:none;} +#Main{width:100%;} +#Center,#sidebar,.comment-box,.share2{display:none;} +#content a:after,.post a:after { + content:" <" attr(href) "> "; + } +}