diff --git a/admin/copyright.php b/admin/copyright.php index 0856742e..61c04f43 100644 --- a/admin/copyright.php +++ b/admin/copyright.php @@ -1,7 +1,8 @@
%s 强力驱动, 版本 %s (%s)', $options->software, $prefixVersion, $suffixVersion); ?>
diff --git a/admin/register.php b/admin/register.php index d33597e2..55e134f6 100644 --- a/admin/register.php +++ b/admin/register.php @@ -13,7 +13,7 @@ include 'header.php'; ?>
diff --git a/admin/scss/_buttons.scss b/admin/scss/_buttons.scss index e87d6f76..64dd2eb8 100644 --- a/admin/scss/_buttons.scss +++ b/admin/scss/_buttons.scss @@ -17,7 +17,7 @@ background-color: darken($color, 6%); } &:active, &.active { - background-color: darken($color, 6%); + background-color: darken($color, 8%); } &:disabled { background-color: lighten($color, 6%); diff --git a/admin/scss/_footer.scss b/admin/scss/_footer.scss index c2144c4e..9e31a9ab 100644 --- a/admin/scss/_footer.scss +++ b/admin/scss/_footer.scss @@ -2,17 +2,19 @@ * 注脚 */ .typecho-foot { - padding: 4em 0; + padding: 4em 0 3em; color: #999; line-height: 1.8; text-align: center; -} -.typecho-foot .resource { - color: #CCC; + .copyright p { + margin: 10px 0 0; + } + .resource { + color: #CCC; + } + .resource a { + margin: 0 3px; + color: #999; + } } - -.typecho-foot .resource a { - margin: 0 3px; - color: #999; -} \ No newline at end of file diff --git a/admin/scss/_icons.scss b/admin/scss/_icons.scss index 79d5c5c2..1d146fe5 100644 --- a/admin/scss/_icons.scss +++ b/admin/scss/_icons.scss @@ -108,4 +108,26 @@ $icons-2x: sprite-map("icons-2x/*.png"); .mime-unknow { @extend %i-16; background-position: sprite-position($icons, mime-unknow); -} \ No newline at end of file +} + + +/* Logo 图标 */ +.i-logo, .i-logo-s { + width: 169px; + height: 40px; + display: inline-block; + background: url("../img/typecho-logo.svg") no-repeat; + text-indent: -9999em; + @include background-size(auto 40px); + @include opacity(.3); + &:hover { + @include opacity(.2); + } +} +.i-logo-s { + width: 26px; + height: 26px; + @include background-size(auto 26px); + @include opacity(.1); +} + diff --git a/admin/scss/style.scss b/admin/scss/style.scss index 02505bc0..421b1827 100644 --- a/admin/scss/style.scss +++ b/admin/scss/style.scss @@ -252,6 +252,9 @@ a.button:hover, a.balloon-button:hover { width: 280px; height: 100%; text-align: center; + h1 { + margin-bottom: 1em; + } } .typecho-login .more-link { @@ -698,9 +701,13 @@ a.operate-reply { .typecho-label { margin: 0; - cursor: pointer; - &:hover { - color: #467B96; + a { + display: block; + color: #444; + &:hover { + color: #467B96; + text-decoration: none; + } } } table { diff --git a/usr/themes/default/comments.php b/usr/themes/default/comments.php index 910aac79..fd6e66e6 100644 --- a/usr/themes/default/comments.php +++ b/usr/themes/default/comments.php @@ -30,7 +30,7 @@
options->commentsRequireURL): ?> class="required"> - options->commentsRequireURL): ?> required /> + options->commentsRequireURL): ?> required />