Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ footer {
justify-content: center;
}
footer a {
color: #8ec5fc;
color: #e4778f;
}
footer > div {
margin: 5px 32px;
Expand Down Expand Up @@ -1297,7 +1297,9 @@ a {text-decoration: none;}
.blog-copyright {display: none}
.ab-user-url {
margin-top: 0;
}.ab-user-url a {
}
.ab-user-url a {
color: rgba(0,0,0,.55);
font-size: 13px;
}
.user-mdata-i p {
Expand Down Expand Up @@ -1447,4 +1449,4 @@ a {text-decoration: none;}
margin-top: 24px;
}

}
}
8 changes: 5 additions & 3 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ function themeConfig($form) {
_t('缩略图设置'), _t('默认选择“有图文章显示缩略图,无图文章随机显示缩略图”'));
$form->addInput($slimg->multiMode());

$bg = new Typecho_Widget_Helper_Form_Element_Text('bg', null, null, _t('背景图片'), _t('填入外部连接更新'));
$bg = new Typecho_Widget_Helper_Form_Element_Text('bg', null, null, _t('背景图片'), _t('填写好看的背景图片URL哟~'));
$form->addInput($bg);
$pay = new Typecho_Widget_Helper_Form_Element_Text('pay', null, null, _t('赞赏码'), _t('填入外部连接更新'));
$pay = new Typecho_Widget_Helper_Form_Element_Text('pay', null, null, _t('赞赏码'), _t('填写赞赏码的URL吖~'));
$form->addInput($pay);
$icon = new Typecho_Widget_Helper_Form_Element_Text('icon', null, null, _t('头像'), _t('填入外部连接更新'));
$paylink = new Typecho_Widget_Helper_Form_Element_Text('paylink', null, null, _t('赞赏链接'), _t('PC端展示的赞赏链接'));
$form->addInput($paylink);
$icon = new Typecho_Widget_Helper_Form_Element_Text('icon', null, null, _t('头像'), _t('头像显示在首页!'));
$form->addInput($icon);
$copyright = new Typecho_Widget_Helper_Form_Element_Text('copyright', null, null, _t('copyright信息'), _t('这种事情自己随意就好呀'));
$form->addInput($copyright);
Expand Down
8 changes: 4 additions & 4 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function realFunc(){
<div class="mask-data">
<div class="nC-list Get-newCom">
<div class="mask-title">
New comments
最新评论~
</div>
<div class="mask-sTitle">
最近留下的评论
Expand All @@ -107,7 +107,7 @@ function realFunc(){
</div>
<div class="nP-list Get-newPage">
<div class="mask-title">
New Pagelist
最新文章~
</div>
<div class="mask-sTitle">
最新六篇文章
Expand Down Expand Up @@ -144,7 +144,7 @@ function realFunc(){
</div>
<div class="tagCloud Get-Tags">
<div class="mask-title">
TAG Cloud
标签云~
</div>
<div class="mask-sTitle">
会输出标签云哦~
Expand All @@ -162,7 +162,7 @@ function realFunc(){
</ul>
</div>
<div class="pay">
<img src="<?php Typecho_Widget::widget('Widget_Options')->pay() ?>">
<a href ="<?php Typecho_Widget::widget('Widget_Options')->paylink() ?>" target="_blank" alt="支付宝打赏请戳这里~"><img src="<?php Typecho_Widget::widget('Widget_Options')->pay() ?>" alt="支付宝打赏请戳这里~"></a>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<i class="fa fa-tags"></i>
</div>
<div class="barItem mdui-ripple" id="pay">
<i class="fa fa-credit-card"></i>
<i class="fa fa-heart"></i>
</div>
<div class="barClose mdui-ripple">
<i class="fa fa-close"></i>
Expand Down Expand Up @@ -55,4 +55,4 @@
$('.mb-fixedToolBtn').css({transform: 'translate(0,0)',opacity:'1'});
});
scrollSidebar();
</script>
</script>