Skip to content

Commit

Permalink
Version1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
{{ouyangyanhuo}} committed Aug 24, 2021
1 parent 85fdf64 commit f1176f7
Show file tree
Hide file tree
Showing 13 changed files with 1,833 additions and 27 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
一个为typecho移植的主题,源自于[hugo-tania](https://github.com/WingLim/hugo-tania)主题,原本是Hugo的主题,被移植到Typecho上

[![AdminMD](https://img.shields.io/badge/Magneto-SmileTheme-brightgreen?style=for-the-badge&logo=github)](https://www.symbk.cn/technology/523/)
![Version](https://img.shields.io/badge/Version-1.2-critical?style=for-the-badge&logo=gitee)
![Version](https://img.shields.io/badge/Version-1.2.1-critical?style=for-the-badge&logo=gitee)
![Repo-size](https://img.shields.io/github/repo-size/ouyangyanhuo/SmileTheme?style=for-the-badge&logo=google)
![License](https://img.shields.io/github/license/ouyangyanhuo/SmileTheme?style=for-the-badge&logo=twitter)
![Stars](https://img.shields.io/github/stars/ouyangyanhuo/SmileTheme?style=for-the-badge&logo=Instagram)
Expand All @@ -13,9 +13,11 @@

## 最近版本更新日志

1.✨新增了代码压缩功能
1.✨新增了SEO相关功能

2.优化了代码构成
2.优化了代码构成。

3.优化了代码压缩功能。

## 功能与特性
- 简洁风格
Expand Down
100 changes: 100 additions & 0 deletions assets/comments.all.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
.comment-author .avatar {
float:left;
margin-right:8px;
border-radius:100%
}
.comment-meta {
overflow:hidden;
line-height:1.4;
margin-bottom:10px
}
.comment .fn {
color:#bc403e
}
.comment-body {
padding:30px 0;
border-bottom:1px solid #eee;
position:relative
}
.comment-body p {
font-size:14px;
color:var(--comment-body-color);
}
.comment-body p:last-child {
margin-bottom:0
}
.comment-body .reply {
position:absolute;
top:10px;
right:0
}
.comment-body .reply .comment-reply-link {
color:#fff;
font-family:exoregular;
display:inline-block;
line-height:1.2;
border-radius:3px;
padding:3px 8px;
background-color:#bc403e;
font-size:12px
}
.comment-list {
padding-bottom:30px
}
.comment-reply-title,.comments-title {
font-size:18px;
color:rgba(0,0,0,.44);
margin-bottom:20px
}
.comment-form label {
display:block;
font-size:12px;
color:#999
}
.comment-form p {
margin-bottom:20px
}
.comment-form input[type=text] {
line-height:32px;
width:260px;
padding:0 10px
}
#comment,.comment-form input[type=text] {
border-radius:3px;
background-color:var(--comment-background-color);
border:1px solid #eee;
font-size:14px
}
#comment {
resize:none;
padding:10px;
box-sizing:border-box;
width:100%
}
.says {
display:none
}
.comment-meta {
font-size:14px;
color:rgba(0,0,0,.44)
}
.comments-pagination {
margin-bottom:15px
}
#submit {
background-color:var(--submit-color);
display:inline-block;
border:1px solid #eee;
padding:4px 8px;
font-size:14px;
color:#999;
cursor:pointer;
border-radius:3px
}
#submit:hover {
border-color:#bc403e;
color:#bc403e
}
.says {
display:none
}
1 change: 1 addition & 0 deletions assets/comments.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added assets/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions assets/features.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f1176f7

Please sign in to comment.