改进页脚

This commit is contained in:
fen 2013-10-11 22:41:15 +08:00
parent 6cb5555b13
commit 340d141db2
2 changed files with 18 additions and 23 deletions

View File

@ -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> &bull;
<a href="http://forum.typecho.org"><?php _e('支持论坛'); ?></a> &bull;
<a href="https://github.com/typecho/typecho-replica/issues"><?php _e('报告错误'); ?></a> &bull;
<a href="http://extends.typecho.org"><?php _e('资源下载'); ?></a>
</nav>
</div>

View File

@ -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;
}