mirror of
https://github.com/typecho/typecho.git
synced 2025-03-21 10:29:40 +01:00
改进页脚
This commit is contained in:
parent
6cb5555b13
commit
340d141db2
@ -1,10 +1,12 @@
|
||||
<?php if(!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||||
<div class="typecho-foot">
|
||||
<div class="copyright"><?php _e('基于 <a href="http://typecho.org">%s</a> %s %s 构建', $options->software, $prefixVersion, $suffixVersion); ?></div>
|
||||
<div class="copyright">
|
||||
<?php _e('基于 <a href="http://typecho.org">%s</a> 构建, 版本 %s # %s ', $options->software, $prefixVersion, $suffixVersion); ?>
|
||||
</div>
|
||||
<nav class="resource">
|
||||
<a href="http://docs.typecho.org"><?php _e('文档'); ?></a>
|
||||
<a href="http://forum.typecho.org"><?php _e('支持论坛'); ?></a>
|
||||
<a href="http://code.google.com/p/typecho/issues/entry"><?php _e('报告错误'); ?></a>
|
||||
<a href="http://extends.typecho.org"><?php _e('其他资源'); ?></a>
|
||||
<a href="http://docs.typecho.org"><?php _e('帮助文档'); ?></a> •
|
||||
<a href="http://forum.typecho.org"><?php _e('支持论坛'); ?></a> •
|
||||
<a href="https://github.com/typecho/typecho-replica/issues"><?php _e('报告错误'); ?></a> •
|
||||
<a href="http://extends.typecho.org"><?php _e('资源下载'); ?></a>
|
||||
</nav>
|
||||
</div>
|
||||
|
@ -770,21 +770,21 @@ margin-top: 25px;
|
||||
* 注脚
|
||||
*/
|
||||
.typecho-foot {
|
||||
padding: 50px 0 80px;
|
||||
padding: 4em 0;
|
||||
color: #999;
|
||||
line-height: 1.8;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.typecho-foot .resource {
|
||||
color: #CCC;
|
||||
}
|
||||
|
||||
.typecho-foot .resource a {
|
||||
margin: 0 2px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
/*
|
||||
.typecho-foot .copyright {
|
||||
|
||||
}
|
||||
|
||||
.typecho-foot .resource {
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
|
||||
.typecho-foot-v2 {
|
||||
@ -2034,10 +2034,3 @@ ul.autocompleter-choices span.autocompleter-queried {
|
||||
margin-right: 3px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
/* plugin css */
|
||||
|
||||
.tDnD_whileDrag {
|
||||
opacity: .5;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user