From cbd582dea9c16b558112728557cd640ecbc63ef0 Mon Sep 17 00:00:00 2001 From: oncereply Date: Fri, 14 Dec 2012 15:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=88=97=E8=A1=A8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA,=E5=8D=95=E4=B8=AA=E4=BD=9C=E8=80=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=88=97=E8=A1=A8=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstyle/article-list.ftl | 97 ++++++++++++++++------------------- bootstyle/author-articles.ftl | 35 +++++++------ bootstyle/css/bootstyle.css | 21 ++++++-- bootstyle/footer.ftl | 2 +- bootstyle/index.ftl | 8 +-- bootstyle/js/bootstyle.js | 97 ++++++++++++++++++++++++++++++++--- 6 files changed, 171 insertions(+), 89 deletions(-) diff --git a/bootstyle/article-list.ftl b/bootstyle/article-list.ftl index 6bca0f2..5ba5c57 100644 --- a/bootstyle/article-list.ftl +++ b/bootstyle/article-list.ftl @@ -1,57 +1,46 @@ - + + <#if paginationCurrentPageNum != paginationPageCount && 0 != paginationPageCount> -
${moreLabel}
+
${moreLabel}
\ No newline at end of file diff --git a/bootstyle/author-articles.ftl b/bootstyle/author-articles.ftl index dd62eea..2d08170 100644 --- a/bootstyle/author-articles.ftl +++ b/bootstyle/author-articles.ftl @@ -1,21 +1,24 @@ <#include "macro-head.ftl"> - - <@head title="${authorName} - ${blogTitle}"> - - - - - - ${topBarReplacement} - <#include "header.ftl"> -
-
-

${author1Label}${authorName}

- <#include "article-list.ftl"> -
+ +<@head title="${blogTitle}"> + + + + + +<#include "header.ftl"> +
+
+
+ <#include "article-list.ftl">
- <#include "footer.ftl"> - + +
+
+<#include "footer.ftl"> + diff --git a/bootstyle/css/bootstyle.css b/bootstyle/css/bootstyle.css index c93785e..32e6801 100644 --- a/bootstyle/css/bootstyle.css +++ b/bootstyle/css/bootstyle.css @@ -2,8 +2,16 @@ body.top-navbar { padding-top: 60px; } -#sidebar a:hover{ +a:hover{ text-decoration:none; + color: #00B; +} + +.page-header a{ + color: #000000; +} +.page-header a:hover{ + color: #9A9A9A; } .page-header-m{ @@ -16,10 +24,6 @@ body.top-navbar { color: #585858; } -.page-header-bottom a:hover{ - text-decoration: none; -} - .article-tags{ color: #676767; font-size: 12px; @@ -29,6 +33,13 @@ body.top-navbar { text-decoration: none; } +#footer{ + margin-top: 20px; +} #footer .container{ padding: 10px 15px 10px; +} + +.pagination-btn{ + margin-top: 20px; } \ No newline at end of file diff --git a/bootstyle/footer.ftl b/bootstyle/footer.ftl index de10228..386c1bf 100644 --- a/bootstyle/footer.ftl +++ b/bootstyle/footer.ftl @@ -1,4 +1,4 @@ -