diff --git a/mobile/archive-articles.ftl b/mobile/archive-articles.ftl index 08d478a..093c311 100644 --- a/mobile/archive-articles.ftl +++ b/mobile/archive-articles.ftl @@ -1,26 +1,26 @@ -<#include "macro-head.ftl"> - - - - <@head title="${archiveDate.archiveDateMonth} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount}) - ${blogTitle}"> - - - - - - <#include "header.ftl"> -
-
-

${archive1Label} - <#if "en" == localeString?substring(0, 2)> - ${archiveDate.archiveDateMonth} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount}) - <#else> - ${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel} (${archiveDate.archiveDatePublishedArticleCount}) - -

-
-
- <#include "article-list.ftl"> - <#include "footer.ftl"> - - +<#include "macro-head.ftl"> + + + + <@head title="${archiveDate.archiveDateMonth} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount}) - ${blogTitle}"> + + + + + + <#include "header.ftl"> +
+
+

${archive1Label} + <#if "en" == localeString?substring(0, 2)> + ${archiveDate.archiveDateMonth} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount}) + <#else> + ${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel} (${archiveDate.archiveDatePublishedArticleCount}) + +

+
+
+ <#include "article-list.ftl"> + <#include "footer.ftl"> + + diff --git a/mobile/article-list.ftl b/mobile/article-list.ftl index e361897..2f5bbf4 100644 --- a/mobile/article-list.ftl +++ b/mobile/article-list.ftl @@ -1,67 +1,67 @@ -
-
- <#list articles as article> -
- <#if 0 lt article.articleCommentCount> -
${article.articleCommentCount}
- - - -
-
${article.articleUpdateDate?string("MM")}
-
${article.articleUpdateDate?string("dd")}
-
- ${article.articleTitle} - -
- -
-
- - - <#if 0 != paginationPageCount> -
- <#if 1 != paginationPageNums?first> - ${firstPageLabel} - ${previousPageLabel} - - <#list paginationPageNums as paginationPageNum> - <#if paginationPageNum == paginationCurrentPageNum> - ${paginationPageNum} - <#else> - ${paginationPageNum} - - - <#if paginationPageNums?last != paginationPageCount> - ${nextPagePabel} - ${lastPageLabel} - -   ${sumLabel} ${paginationPageCount} ${pageLabel} -
- +
+
+ <#list articles as article> +
+ <#if 0 lt article.articleCommentCount> +
${article.articleCommentCount}
+ + + +
+
${article.articleUpdateDate?string("MM")}
+
${article.articleUpdateDate?string("dd")}
+
+ ${article.articleTitle} + +
+ +
+
+ + + <#if 0 != paginationPageCount> +
+ <#if 1 != paginationPageNums?first> + ${firstPageLabel} + ${previousPageLabel} + + <#list paginationPageNums as paginationPageNum> + <#if paginationPageNum == paginationCurrentPageNum> + ${paginationPageNum} + <#else> + ${paginationPageNum} + + + <#if paginationPageNums?last != paginationPageCount> + ${nextPagePabel} + ${lastPageLabel} + +   ${sumLabel} ${paginationPageCount} ${pageLabel} +
+ \ No newline at end of file diff --git a/mobile/article.ftl b/mobile/article.ftl index be2bbc1..234cc35 100644 --- a/mobile/article.ftl +++ b/mobile/article.ftl @@ -1,82 +1,82 @@ -<#include "macro-head.ftl"> -<#include "macro-comments.ftl"> - - - - <@head title="${article.articleTitle} - ${blogTitle}"> - - - - - - <#include "header.ftl"> -
-
- ${article.articleTitle} - -
-
-
-
- ${article.articleContent} - <#if "" != article.articleSign.signHTML?trim> -
- ${article.articleSign.signHTML} -
- -
- - - -
- -
- <@comments commentList=articleComments article=article> -
- <#include "footer.ftl"> - <@comment_script oId=article.oId> - page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}"; - <#if 0 != randomArticlesDisplayCount> - page.loadRandomArticles(); - - <#if 0 != relevantArticlesDisplayCount> - page.loadRelevantArticles('${article.oId}', '

${relevantArticles1Label}

'); - - <#if 0 != externalRelevantArticlesDisplayCount> - page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,"); - - - +<#include "macro-head.ftl"> +<#include "macro-comments.ftl"> + + + + <@head title="${article.articleTitle} - ${blogTitle}"> + + + + + + <#include "header.ftl"> +
+
+ ${article.articleTitle} + +
+
+
+
+ ${article.articleContent} + <#if "" != article.articleSign.signHTML?trim> +
+ ${article.articleSign.signHTML} +
+ +
+ + + +
+ +
+ <@comments commentList=articleComments article=article> +
+ <#include "footer.ftl"> + <@comment_script oId=article.oId> + page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}"; + <#if 0 != randomArticlesDisplayCount> + page.loadRandomArticles(); + + <#if 0 != relevantArticlesDisplayCount> + page.loadRelevantArticles('${article.oId}', '

${relevantArticles1Label}

'); + + <#if 0 != externalRelevantArticlesDisplayCount> + page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,"); + + + \ No newline at end of file diff --git a/mobile/author-articles.ftl b/mobile/author-articles.ftl index c7284c0..e13bbb2 100644 --- a/mobile/author-articles.ftl +++ b/mobile/author-articles.ftl @@ -1,22 +1,22 @@ -<#include "macro-head.ftl"> - - - - <@head title="${authorName} - ${blogTitle}"> - - - - - - <#include "header.ftl"> -
-
-

- ${author1Label}${authorName} -

-
-
- <#include "article-list.ftl"> - <#include "footer.ftl"> - - +<#include "macro-head.ftl"> + + + + <@head title="${authorName} - ${blogTitle}"> + + + + + + <#include "header.ftl"> +
+
+

+ ${author1Label}${authorName} +

+
+
+ <#include "article-list.ftl"> + <#include "footer.ftl"> + + diff --git a/mobile/footer.ftl b/mobile/footer.ftl index c0c4b1d..e718f40 100644 --- a/mobile/footer.ftl +++ b/mobile/footer.ftl @@ -1,56 +1,56 @@ - - - - - -${plugins} + + + + + +${plugins} diff --git a/mobile/header.ftl b/mobile/header.ftl index 06ca8fa..aa8b8a7 100644 --- a/mobile/header.ftl +++ b/mobile/header.ftl @@ -1,107 +1,107 @@ - - - - - - -
-
- -
-
- -
-
- - aln - ${blogTitle} -
-
- -
-
- - -
- - ${searchLabel} - - + + + + + + +
+
+ +
+
+ +
+
+ + aln + ${blogTitle} +
+
+ +
+
+ + +
+ + ${searchLabel} + +
\ No newline at end of file diff --git a/mobile/index.ftl b/mobile/index.ftl index 9695dfe..42c0591 100644 --- a/mobile/index.ftl +++ b/mobile/index.ftl @@ -1,19 +1,19 @@ -<#include "macro-head.ftl"> - - - - <@head title="${blogTitle}"> - <#if metaKeywords??> - - - <#if metaDescription??> - - - - - - <#include "header.ftl"> - <#include "article-list.ftl"> - <#include "footer.ftl"> - - +<#include "macro-head.ftl"> + + + + <@head title="${blogTitle}"> + <#if metaKeywords??> + + + <#if metaDescription??> + + + + + + <#include "header.ftl"> + <#include "article-list.ftl"> + <#include "footer.ftl"> + + diff --git a/mobile/lang/lang_en_US.properties b/mobile/lang/lang_en_US.properties index 5fb95e1..3b96aef 100644 --- a/mobile/lang/lang_en_US.properties +++ b/mobile/lang/lang_en_US.properties @@ -1,279 +1,279 @@ -# -# Copyright (c) 2010-2016, b3log.org & hacpai.com -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -# -# Description: Mobile skin language configurations(en_US). -# Version: 1.0.0.3, Aug 30, 2012 -# Author: Liang Ding -# Author: Liyuan Li -# - -adminConsoleLabel=Admin -adminIndexLabel=Admin Index -postArticleLabel=Post -articleListLabel=Articles -commentListLabel=Comments -draftListLabel=Drafts -userManageLabel=Users -commonUserLabel=Common User -addUserLabel=Add User -updateUserLabel=Update User -linkManagementLabel=Links -pluginMgmtLabel=Plugins -pluginNameLabel=Name -versionLabel=Version -statusLabel=Status -enabledLabel=Enabled -disabledLabel=Disabled -enableLabel=Enable -disableLabel=Disable -preferenceLabel=Preference -localeString1Label=Language: -timeZoneId1Label=Time Zone: -adminLabel=Admin -administratorLabel=Administrator -loginLabel=Login -logoutLabel=Logout -initLabel=Initial -popTagsLabel=Popular Tags -tag1Label=Tag: -tags1Label=Tags: -recentArticlesLabel=Recent Articles -recentCommentsLabel=Recent Comments -postCommentsLabel=Post Comment -mostCommentArticlesLabel=Most Comment Articles -mostViewCountArticlesLabel=Most View Articles -em00Label=Smile -em01Label=Laughter -em02Label=Happy -em03Label=Sad -em04Label=Cry -em05Label=No Comments -em06Label=Fidget -em07Label=Angry -em08Label=Look Around -em09Label=Surprise -em10Label=Cool -em11Label=Cheeky -em12Label=Heart -em13Label=Heart Broken -em14Label=Devil -linkLabel=Friend Links -sumLabel= -pageLabel=Page -commentLabel=Comment -linkTitleLabel=Link Title -linkTitle1Label=Title: -updateLabel=Update -removeLabel=Remove -putTopLabel=Put Top -cancelPutTopLabel=Cancel Put Top -downloadCountLabel=Count -sizeLabel=Size -uploadDateLabel=Upload Date -downloadURLLabel=Download URL -downloadLabel=Download -createDateLabel=Create Date -updateDateLabel=Update Date -titleLabel=Title -title1Label=Title: -content1Label=Content: -abstract1Label=Summary: -publishLabel=Publish -unPublishLabel=Un Publish -urlLabel=URL -url1Label=URL (start protocol, e.g.: http://): -addLinkLabel=Add Link -updateLinkLabel=Update Link -archiveLabel=Archive -archive1Label=archive: -yearLabel= -monthLabel= -pageLabel=Page -pageMgmtLabel=Pages -othersLabel=Others -fileListLabel=Files -submitUploadLabel=Upload -fileNameLabel=File Name -paramSettingsLabel=Parameters -skinLabel=Skins -signLabel=Signs -sign1Label=Signs: -noSignLabel=No Signs -signIsNullLabel=This Sign is Null -statisticLabel=Blog Statistic -viewLabel=View -countLabel=Posts -viewCount1Label=View Count: -articleCount1Label=Article Count: -commentCountLabel=Comment Count -commentCount1Label=Comment Count: -commentEmotions1Label=Emotions: -commentEmotionsLabel=Emotions -commentName1Label=Name: -commentNameLabel=Name -commentEmail1Label=Email: -commentEmailLabel=Email -commentURL1Label=URL: -commentURLLabel=URL -commentContent1Label=Content: -commentContentLabel=Content -getDateLabel=Get Date -getArticleLabel=Get Article -selectDateLabel=Select Date -selectDate1Label=Select Date: -importLabel=Import -chooseBlog1Label=Choose Blog: -blogArticleImportLabel=Article Import -userName1Label=Username: -userPassword1Label=Password: -categoryLabel=Category -noticeBoard1Label=Notice Board: -noticeBoardLabel=Notice Board -htmlhead1Label=HTML head: -indexTagDisplayCnt1Label=Index Tag Display Count: -indexRecentArticleDisplayCnt1Label=Recent Article Display Count: -indexRecentCommentDisplayCnt1Label=Recent Comment Display Count: -indexMostCommentArticleDisplayCnt1Label=Most Comment Article Display Count: -indexMostViewArticleDisplayCnt1Label=Most View Article Display Count: -relevantArticlesDisplayCnt1Label=Relevant Article Display Count: -randomArticlesDisplayCnt1Label=Random Article Display Count: -externalRelevantArticlesDisplayCnt1Label=External Relevant Article Display Count: -windowSize1Label=Pagination Window Size: -pageSize1Label=Pagination Page Size: -blogTitle1Label=Blog Title: -blogSubtitle1Label=Blog Subtitle: -blogHost1Label=Blog Host: -submmitCommentLabel=Commit Comment -saveLabel=Save -tagLabel=Tag -tagsLabel=Tags -importedLabel=Imported -captcha1Label=Captcha: -captchaLabel=Captcha -indexLabel=Index -nextArticle1Label=Next: -previousArticle1Label=Previous: -updatedLabel=Updated! -topArticleLabel=Top! -CSDNBlogLabel=CSDN Blog -BlogJavaLabel=BlogJava -CnBlogsLabel=CnBlogs -previousPageLabel=Previous Page -nextPagePabel=Next Page -firstPageLabel=First Page -lastPageLabel=Last Page -returnTo1Label=Return to: -tencentLabel=Tencent -appKey1Label=App Key: -appSecret1Label=App Secret: -postToTencentMicroblogWhilePublishArticleLabel=Post to Tencent microblog while publish an article: -postToCommunityLabel=Post to Community: -authorizeTencentMicroblog1Label=Click to authorize: -googleLabel=Google -OAuthConsumerSecret1Label=OAuth Consumer Secret: -atomLabel=Atom -relevantArticles1Label=Relevant Articles: -randomArticles1Label=Random Articles: -externalRelevantArticles1Label=External Relevant Articles: -metaKeywords1Label=Meta Keywords: -metaDescription1Label=Meta Description: -removeUnusedTagsLabel=Remove Unused Tags -goTopLabel=Top -permalink1Label=Permalink: -permalinkLabel=Permalink -killBrowserLabel=

Let's kill outdated and insecure browser!

Let's kill outdated and insecure browser for browser evolution, human progress and better experience.

You can download

-readmoreLabel=Read more\u00bb -readmore2Label=Read more -replyLabel=Reply\u00bb -homeLabel=Home -enableArticleUpdateHint1Label=Enable Article Update Hint: -allowVisitDraftViaPermalink1Label=Allow Visit Draft Via Link: -author1Label=Author: -authorLabel=Author -keyOfSolo1Label=Solo Key: -articleLabel=Article -tagArticlesLabel=Tag Articles -dateArticlesLabel=Archive Date Articles -authorArticlesLabel=Author Articles -indexArticleLabel=Index Articles -allTagsLabel=Tag Cloud -customizedPageLabel=Customized Page -killBrowserPageLabel=Kill Browser Page -pageNumLabel=Page Number -#### -forbiddenLabel=Forbidden Access! -sorryLabel=Sorry! -notFoundLabel=Not Found! -unPulbishSuccLabel=Un Publish Successfully -unPulbishFailLabel=Un Publish Fail -removeSuccLabel=Remove Successfully -removeFailLabel=Remove Fail -removeUserFailSkinNeedMulUsersLabel=Remove Fail, the current skin need multiple users! -putTopSuccLabel=Put Top Successfully -putTopFailLabel=Put Top Fail -cancelTopSuccLabel=Cancel Top Successfully -cancelTopFailLabel=Cancel Top Fail -addSuccLabel=Add Successfully -addFailLabel=Add Fail -updateSuccLabel=Update Successfully -updateFailLabel=Update Fail -updatePreferenceFailNeedMulUsersLabel=Update Fail, the selected skin need multiple users! -setFailLabel=Set Fail -setSuccLabel=Set Successfully -getFailLabel=Get Fail -noSettingLabel=No Setting -getSuccLabel=Get Successfully -importSuccLabel=Import Successfully :-) -importFailLabel=Some Import Fail %>_<% -noCommentLabel=No Comment -captchaErrorLabel=Captcha Error -inputErrorLabel=Input Error! -gotoLabel=Go -passwordEmptyLabel=Password is empty -blogEmptyLabel=Blogging service is empty -blogArticleEmptyLabel=Please select articles -nameTooLongLabel=Sorry, your username must be between 2 and 20 characters long. -mailCannotEmptyLabel=Mail is empty -mailInvalidLabel=Mail is invalid -commentContentCannotEmptyLabel=Sorry, your content must be between 2 and 500 characters long. -captchaCannotEmptyLabel=Captcha is empty -loadingLabel=Loading.... -titleEmptyLabel=Title is empty -contentEmptyLabel=Content is empty -orderEmptyLabel=Order is empty -abstractEmptyLabel=Abstract is empty -tagsEmptyLabel=Tags is empty -addressEmptyLabel=Address is empty -noAuthorizationURLLabel=Can not retrieve authorization URL from Google, please \ -make sure the Consumer Secret you typed in and then try again. -duplicatedPermalinkLabel=Duplicated permalink! -invalidPermalinkFormatLabel=Invalid permalink format! -duplicatedEmailLabel=Duplicated email! -refreshAndRetryLabel=Please refresh and try again! -editorLeaveLabel=Content is not null, Do you leave\uff1f -editorPostLabel=Content is not null, Do you clear\uff1f -#### -confirmRemoveLabel=Are You Sure? -confirmInitLabel=Are You Sure? -mobileLabel=Mobile Theme -responses=Responses -commentSuccess=Success! Comment added. -refresh2CComment=< Refresh the page to see your comment. -readThisPost=Read This Post -skipToComment=↓ Skip to comments -searchLabel=Search -publishing=Publishing... +# +# Copyright (c) 2010-2016, b3log.org & hacpai.com +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# Description: Mobile skin language configurations(en_US). +# Version: 1.0.0.3, Aug 30, 2012 +# Author: Liang Ding +# Author: Liyuan Li +# + +adminConsoleLabel=Admin +adminIndexLabel=Admin Index +postArticleLabel=Post +articleListLabel=Articles +commentListLabel=Comments +draftListLabel=Drafts +userManageLabel=Users +commonUserLabel=Common User +addUserLabel=Add User +updateUserLabel=Update User +linkManagementLabel=Links +pluginMgmtLabel=Plugins +pluginNameLabel=Name +versionLabel=Version +statusLabel=Status +enabledLabel=Enabled +disabledLabel=Disabled +enableLabel=Enable +disableLabel=Disable +preferenceLabel=Preference +localeString1Label=Language: +timeZoneId1Label=Time Zone: +adminLabel=Admin +administratorLabel=Administrator +loginLabel=Login +logoutLabel=Logout +initLabel=Initial +popTagsLabel=Popular Tags +tag1Label=Tag: +tags1Label=Tags: +recentArticlesLabel=Recent Articles +recentCommentsLabel=Recent Comments +postCommentsLabel=Post Comment +mostCommentArticlesLabel=Most Comment Articles +mostViewCountArticlesLabel=Most View Articles +em00Label=Smile +em01Label=Laughter +em02Label=Happy +em03Label=Sad +em04Label=Cry +em05Label=No Comments +em06Label=Fidget +em07Label=Angry +em08Label=Look Around +em09Label=Surprise +em10Label=Cool +em11Label=Cheeky +em12Label=Heart +em13Label=Heart Broken +em14Label=Devil +linkLabel=Friend Links +sumLabel= +pageLabel=Page +commentLabel=Comment +linkTitleLabel=Link Title +linkTitle1Label=Title: +updateLabel=Update +removeLabel=Remove +putTopLabel=Put Top +cancelPutTopLabel=Cancel Put Top +downloadCountLabel=Count +sizeLabel=Size +uploadDateLabel=Upload Date +downloadURLLabel=Download URL +downloadLabel=Download +createDateLabel=Create Date +updateDateLabel=Update Date +titleLabel=Title +title1Label=Title: +content1Label=Content: +abstract1Label=Summary: +publishLabel=Publish +unPublishLabel=Un Publish +urlLabel=URL +url1Label=URL (start protocol, e.g.: http://): +addLinkLabel=Add Link +updateLinkLabel=Update Link +archiveLabel=Archive +archive1Label=archive: +yearLabel= +monthLabel= +pageLabel=Page +pageMgmtLabel=Pages +othersLabel=Others +fileListLabel=Files +submitUploadLabel=Upload +fileNameLabel=File Name +paramSettingsLabel=Parameters +skinLabel=Skins +signLabel=Signs +sign1Label=Signs: +noSignLabel=No Signs +signIsNullLabel=This Sign is Null +statisticLabel=Blog Statistic +viewLabel=View +countLabel=Posts +viewCount1Label=View Count: +articleCount1Label=Article Count: +commentCountLabel=Comment Count +commentCount1Label=Comment Count: +commentEmotions1Label=Emotions: +commentEmotionsLabel=Emotions +commentName1Label=Name: +commentNameLabel=Name +commentEmail1Label=Email: +commentEmailLabel=Email +commentURL1Label=URL: +commentURLLabel=URL +commentContent1Label=Content: +commentContentLabel=Content +getDateLabel=Get Date +getArticleLabel=Get Article +selectDateLabel=Select Date +selectDate1Label=Select Date: +importLabel=Import +chooseBlog1Label=Choose Blog: +blogArticleImportLabel=Article Import +userName1Label=Username: +userPassword1Label=Password: +categoryLabel=Category +noticeBoard1Label=Notice Board: +noticeBoardLabel=Notice Board +htmlhead1Label=HTML head: +indexTagDisplayCnt1Label=Index Tag Display Count: +indexRecentArticleDisplayCnt1Label=Recent Article Display Count: +indexRecentCommentDisplayCnt1Label=Recent Comment Display Count: +indexMostCommentArticleDisplayCnt1Label=Most Comment Article Display Count: +indexMostViewArticleDisplayCnt1Label=Most View Article Display Count: +relevantArticlesDisplayCnt1Label=Relevant Article Display Count: +randomArticlesDisplayCnt1Label=Random Article Display Count: +externalRelevantArticlesDisplayCnt1Label=External Relevant Article Display Count: +windowSize1Label=Pagination Window Size: +pageSize1Label=Pagination Page Size: +blogTitle1Label=Blog Title: +blogSubtitle1Label=Blog Subtitle: +blogHost1Label=Blog Host: +submmitCommentLabel=Commit Comment +saveLabel=Save +tagLabel=Tag +tagsLabel=Tags +importedLabel=Imported +captcha1Label=Captcha: +captchaLabel=Captcha +indexLabel=Index +nextArticle1Label=Next: +previousArticle1Label=Previous: +updatedLabel=Updated! +topArticleLabel=Top! +CSDNBlogLabel=CSDN Blog +BlogJavaLabel=BlogJava +CnBlogsLabel=CnBlogs +previousPageLabel=Previous Page +nextPagePabel=Next Page +firstPageLabel=First Page +lastPageLabel=Last Page +returnTo1Label=Return to: +tencentLabel=Tencent +appKey1Label=App Key: +appSecret1Label=App Secret: +postToTencentMicroblogWhilePublishArticleLabel=Post to Tencent microblog while publish an article: +postToCommunityLabel=Post to Community: +authorizeTencentMicroblog1Label=Click to authorize: +googleLabel=Google +OAuthConsumerSecret1Label=OAuth Consumer Secret: +atomLabel=Atom +relevantArticles1Label=Relevant Articles: +randomArticles1Label=Random Articles: +externalRelevantArticles1Label=External Relevant Articles: +metaKeywords1Label=Meta Keywords: +metaDescription1Label=Meta Description: +removeUnusedTagsLabel=Remove Unused Tags +goTopLabel=Top +permalink1Label=Permalink: +permalinkLabel=Permalink +killBrowserLabel=

Let's kill outdated and insecure browser!

Let's kill outdated and insecure browser for browser evolution, human progress and better experience.

You can download

+readmoreLabel=Read more\u00bb +readmore2Label=Read more +replyLabel=Reply\u00bb +homeLabel=Home +enableArticleUpdateHint1Label=Enable Article Update Hint: +allowVisitDraftViaPermalink1Label=Allow Visit Draft Via Link: +author1Label=Author: +authorLabel=Author +keyOfSolo1Label=Solo Key: +articleLabel=Article +tagArticlesLabel=Tag Articles +dateArticlesLabel=Archive Date Articles +authorArticlesLabel=Author Articles +indexArticleLabel=Index Articles +allTagsLabel=Tag Cloud +customizedPageLabel=Customized Page +killBrowserPageLabel=Kill Browser Page +pageNumLabel=Page Number +#### +forbiddenLabel=Forbidden Access! +sorryLabel=Sorry! +notFoundLabel=Not Found! +unPulbishSuccLabel=Un Publish Successfully +unPulbishFailLabel=Un Publish Fail +removeSuccLabel=Remove Successfully +removeFailLabel=Remove Fail +removeUserFailSkinNeedMulUsersLabel=Remove Fail, the current skin need multiple users! +putTopSuccLabel=Put Top Successfully +putTopFailLabel=Put Top Fail +cancelTopSuccLabel=Cancel Top Successfully +cancelTopFailLabel=Cancel Top Fail +addSuccLabel=Add Successfully +addFailLabel=Add Fail +updateSuccLabel=Update Successfully +updateFailLabel=Update Fail +updatePreferenceFailNeedMulUsersLabel=Update Fail, the selected skin need multiple users! +setFailLabel=Set Fail +setSuccLabel=Set Successfully +getFailLabel=Get Fail +noSettingLabel=No Setting +getSuccLabel=Get Successfully +importSuccLabel=Import Successfully :-) +importFailLabel=Some Import Fail %>_<% +noCommentLabel=No Comment +captchaErrorLabel=Captcha Error +inputErrorLabel=Input Error! +gotoLabel=Go +passwordEmptyLabel=Password is empty +blogEmptyLabel=Blogging service is empty +blogArticleEmptyLabel=Please select articles +nameTooLongLabel=Sorry, your username must be between 2 and 20 characters long. +mailCannotEmptyLabel=Mail is empty +mailInvalidLabel=Mail is invalid +commentContentCannotEmptyLabel=Sorry, your content must be between 2 and 500 characters long. +captchaCannotEmptyLabel=Captcha is empty +loadingLabel=Loading.... +titleEmptyLabel=Title is empty +contentEmptyLabel=Content is empty +orderEmptyLabel=Order is empty +abstractEmptyLabel=Abstract is empty +tagsEmptyLabel=Tags is empty +addressEmptyLabel=Address is empty +noAuthorizationURLLabel=Can not retrieve authorization URL from Google, please \ +make sure the Consumer Secret you typed in and then try again. +duplicatedPermalinkLabel=Duplicated permalink! +invalidPermalinkFormatLabel=Invalid permalink format! +duplicatedEmailLabel=Duplicated email! +refreshAndRetryLabel=Please refresh and try again! +editorLeaveLabel=Content is not null, Do you leave\uff1f +editorPostLabel=Content is not null, Do you clear\uff1f +#### +confirmRemoveLabel=Are You Sure? +confirmInitLabel=Are You Sure? +mobileLabel=Mobile Theme +responses=Responses +commentSuccess=Success! Comment added. +refresh2CComment=< Refresh the page to see your comment. +readThisPost=Read This Post +skipToComment=↓ Skip to comments +searchLabel=Search +publishing=Publishing... diff --git a/mobile/lang/lang_zh_CN.properties b/mobile/lang/lang_zh_CN.properties index 7a849a2..5a8aaa8 100644 --- a/mobile/lang/lang_zh_CN.properties +++ b/mobile/lang/lang_zh_CN.properties @@ -1,285 +1,285 @@ -# -# Copyright (c) 2010-2016, b3log.org & hacpai.com -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -# -# Description: Mobile skin language configurations(zh_CN). -# Version: 1.0.0.3, Aug 30, 2012 -# Author: Liang Ding -# Author: Liyuan Li -# - -adminConsoleLabel=\u540e\u53f0\u7ba1\u7406 -adminIndexLabel=\u540e\u53f0\u9996\u9875 -postArticleLabel=\u53d1\u5e03\u6587\u7ae0 -articleListLabel=\u6587\u7ae0\u7ba1\u7406 -commentListLabel=\u8bc4\u8bba\u7ba1\u7406 -draftListLabel=\u8349\u7a3f\u5939 -userManageLabel=\u7528\u6237\u7ba1\u7406 -commonUserLabel=\u4e00\u822c\u7528\u6237 -addUserLabel=\u6dfb\u52a0\u7528\u6237 -updateUserLabel=\u66f4\u65b0\u7528\u6237 -linkManagementLabel=\u94fe\u63a5\u7ba1\u7406 -pluginMgmtLabel=\u63d2\u4ef6\u7ba1\u7406 -pluginNameLabel=\u63d2\u4ef6\u540d -versionLabel=\u7248\u672c -statusLabel=\u72b6\u6001 -enabledLabel=\u5df2\u542f\u7528 -disabledLabel=\u5df2\u7981\u7528 -enableLabel=\u542f\u7528 -disableLabel=\u7981\u7528 -preferenceLabel=\u504f\u597d\u8bbe\u5b9a -localeString1Label=\u8bed\u8a00\uff1a -timeZoneId1Label=\u65f6\u533a\uff1a -adminLabel=\u7ba1\u7406 -administratorLabel=\u7ba1\u7406\u5458 -loginLabel=\u767b\u5f55 -logoutLabel=\u767b\u51fa -initLabel=\u521d\u59cb\u5316 -popTagsLabel=\u5206\u7c7b\u6807\u7b7e -tag1Label=\u6807\u7b7e\uff1a -tags1Label=\u6807\u7b7e\uff1a -recentArticlesLabel=\u6700\u65b0\u6587\u7ae0 -recentCommentsLabel=\u6700\u65b0\u8bc4\u8bba -postCommentsLabel=\u53d1\u8868\u8bc4\u8bba -mostCommentArticlesLabel=\u8bc4\u8bba\u6700\u591a\u7684\u6587\u7ae0 -mostViewCountArticlesLabel=\u8bbf\u95ee\u6700\u591a\u7684\u6587\u7ae0 -em00Label=\u5fae\u7b11 -em01Label=\u5927\u7b11 -em02Label=\u9ad8\u5174 -em03Label=\u60b2\u4f24 -em04Label=\u54ed\u6ce3 -em05Label=\u65e0\u8bed -em06Label=\u70e6\u8e81 -em07Label=\u751f\u6c14 -em08Label=\u6211\u7785 -em09Label=\u60ca\u8bb6 -em10Label=\u9177 -em11Label=\u987d\u76ae -em12Label=\u7231\u5fc3 -em13Label=\u5fc3\u788e -em14Label=\u9b54\u9b3c -linkLabel=\u53cb\u60c5\u94fe\u63a5 -sumLabel=\u5171 -pageLabel=\u9875 -commentLabel=\u8bc4\u8bba -linkTitleLabel=\u94fe\u63a5\u6807\u9898 -linkTitle1Label=\u6807\u9898\uff1a -updateLabel=\u66f4\u65b0 -removeLabel=\u5220\u9664 -putTopLabel=\u7f6e\u9876 -cancelPutTopLabel=\u53d6\u6d88\u7f6e\u9876 -downloadCountLabel=\u4e0b\u8f7d\u6b21\u6570 -sizeLabel=\u5927\u5c0f -uploadDateLabel=\u4e0a\u4f20\u65e5\u671f -downloadURLLabel=\u4e0b\u8f7d\u5730\u5740 -downloadLabel=\u4e0b\u8f7d -createDateLabel=\u521b\u5efa\u65e5\u671f -updateDateLabel=\u66f4\u65b0\u65e5\u671f -titleLabel=\u6807\u9898 -title1Label=\u6807\u9898\uff1a -content1Label=\u6b63\u6587\uff1a -abstract1Label=\u6458\u8981\uff1a -publishLabel=\u53d1\u5e03 -unPublishLabel=\u53d6\u6d88\u53d1\u5e03 -urlLabel=URL -url1Label=URL (\u8bf7\u4ee5\u534f\u8bae\u5f00\u5934\uff0c\u5982: http://)\uff1a -addLinkLabel=\u6dfb\u52a0\u94fe\u63a5 -updateLinkLabel=\u66f4\u65b0\u94fe\u63a5 -archiveLabel=\u5b58\u6863 -archive1Label=\u5b58\u6863\uff1a -yearLabel=\u5e74 -monthLabel=\u6708 -blogSyncLabel=\u535a\u5ba2\u540c\u6b65 -pageLabel=\u9875\u9762 -pageMgmtLabel=\u9875\u9762\u7ba1\u7406 -othersLabel=\u5176\u4ed6 -fileListLabel=\u6587\u4ef6\u7ba1\u7406 -submitUploadLabel=\u4e0a\u4f20 -fileNameLabel=\u6587\u4ef6\u540d -paramSettingsLabel=\u53c2\u6570\u8bbe\u7f6e -skinLabel=\u76ae\u80a4 -signLabel=\u7b7e\u540d\u6863 -sign1Label=\u7b7e\u540d\u6863\uff1a -noSignLabel=\u4e0d\u4f7f\u7528\u7b7e\u540d\u6863 -signIsNullLabel=\u8be5\u7b7e\u540d\u6863\u4e3a\u7a7a -statisticLabel=\u535a\u5ba2\u7edf\u8ba1 -viewLabel=\u6d4f\u89c8 -countLabel=\u7bc7 -viewCount1Label=\u6d4f\u89c8\u6b21\u6570\uff1a -articleCount1Label=\u6587\u7ae0\u603b\u6570\uff1a -commentCountLabel=\u8bc4\u8bba\u6570 -commentCount1Label=\u8bc4\u8bba\u603b\u6570\uff1a -commentEmotions1Label=\u8868\u60c5\uff1a -commentEmotionsLabel=\u8868\u60c5 -commentName1Label=\u59d3\u540d\uff1a -commentNameLabel=\u59d3\u540d -commentEmail1Label=\u90ae\u7bb1\uff1a -commentEmailLabel=\u90ae\u7bb1 -commentURL1Label=URL\uff1a -commentURLLabel=URL -commentContent1Label=\u8bc4\u8bba\u5185\u5bb9\uff1a -commentContentLabel=\u8bc4\u8bba\u5185\u5bb9 -getDateLabel=\u83b7\u53d6\u65e5\u671f -getArticleLabel=\u83b7\u53d6\u6587\u7ae0 -selectDateLabel=\u9009\u62e9\u65e5\u671f -selectDate1Label=\u9009\u62e9\u65e5\u671f\uff1a -importLabel=\u5bfc\u5165 -chooseBlog1Label=\u8bf7\u9009\u62e9\u9700\u8981\u7ba1\u7406\u7684\u535a\u5ba2\uff1a -blogArticleImportLabel=\u6587\u7ae0\u5bfc\u5165 -blogSyncMgmtLabel=\u535a\u5ba2\u540c\u6b65\u7ba1\u7406 -syncMgmtLabel=\u540c\u6b65\u7ba1\u7406\u535a\u5ba2 -userName1Label=\u7528\u6237\u540d\uff1a -userPassword1Label=\u5bc6\u7801\uff1a -syncPostLabel=\u540c\u6b65\u53d1\u5e03 -syncUpdateLabel=\u540c\u6b65\u66f4\u65b0 -syncRemoveLabel=\u540c\u6b65\u5220\u9664 -categoryLabel=\u5206\u7c7b -noticeBoard1Label=\u516c\u544a\uff1a -noticeBoardLabel=\u516c\u544a -htmlhead1Label=HTML head\uff1a -indexTagDisplayCnt1Label= \u9996\u9875\u6807\u7b7e\u663e\u793a\u6570\uff1a -indexRecentArticleDisplayCnt1Label=\u6700\u65b0\u6587\u7ae0\u663e\u793a\u6570\u76ee\uff1a -indexRecentCommentDisplayCnt1Label=\u6700\u65b0\u8bc4\u8bba\u663e\u793a\u6570\u76ee\uff1a -indexMostCommentArticleDisplayCnt1Label=\u8bc4\u8bba\u6700\u591a\u6587\u7ae0\u663e\u793a\u6570\u76ee\uff1a -indexMostViewArticleDisplayCnt1Label=\u8bbf\u95ee\u6700\u591a\u6700\u591a\u6587\u7ae0\u663e\u793a\u6570\u76ee\uff1a -relevantArticlesDisplayCnt1Label=\u76f8\u5173\u9605\u8bfb\u663e\u793a\u6570\u76ee\uff1a -randomArticlesDisplayCnt1Label=\u968f\u673a\u9605\u8bfb\u663e\u793a\u6570\u76ee\uff1a -externalRelevantArticlesDisplayCnt1Label=\u7ad9\u5916\u76f8\u5173\u9605\u8bfb\u663e\u793a\u6570\u76ee\uff1a -windowSize1Label=\u5206\u9875\u9875\u7801\u6700\u5927\u5bbd\u5ea6\uff1a -pageSize1Label=\u5206\u9875\u6bcf\u9875\u663e\u793a\u6587\u7ae0\u6570\uff1a -blogTitle1Label=\u535a\u5ba2\u6807\u9898\uff1a -blogSubtitle1Label=\u535a\u5ba2\u5b50\u6807\u9898\uff1a -blogHost1Label=\u535a\u5ba2\u5730\u5740\uff1a -submmitCommentLabel=\u63d0\u4ea4\u8bc4\u8bba -saveLabel=\u4fdd\u5b58 -tagLabel=\u6807\u7b7e -tagsLabel=\u6807\u7b7e -importedLabel=\u5df2\u5bfc\u5165 -captcha1Label=\u9a8c\u8bc1\u7801\uff1a -captchaLabel=\u9a8c\u8bc1\u7801 -indexLabel=\u9996\u9875 -nextArticle1Label=\u65b0\u4e00\u7bc7\uff1a -previousArticle1Label=\u65e7\u4e00\u7bc7\uff1a -updatedLabel=\u6709\u66f4\u65b0\uff01 -topArticleLabel=\u7f6e\u9876\uff01 -CSDNBlogLabel=CSDN \u535a\u5ba2 -BlogJavaLabel=BlogJava -CnBlogsLabel=\u535a\u5ba2\u56ed -previousPageLabel=\u4e0a\u4e00\u9875 -nextPagePabel=\u4e0b\u4e00\u9875 -firstPageLabel=\u7b2c\u4e00\u9875 -lastPageLabel=\u6700\u540e\u4e00\u9875 -returnTo1Label=\u8fd4\u56de\uff1a -tencentLabel=\u817e\u8baf -appKey1Label=App Key: -appSecret1Label=App Secret: -postToTencentMicroblogWhilePublishArticleLabel=\u53d1\u6587\u7ae0\u65f6\u540c\u6b65\u5230\u817e\u8baf\u5fae\u535a\uff1a -postToCommunityLabel=\u53d1\u5e03\u5230\u793e\u533a\uff1a -authorizeTencentMicroblog1Label=\u70b9\u51fb\u56fe\u6807\u8fdb\u884c\u6388\u6743: -googleLabel=Google -OAuthConsumerSecret1Label=OAuth Consumer Secret\uff1a -atomLabel=Atom -relevantArticles1Label=\u76f8\u5173\u9605\u8bfb\uff1a -randomArticles1Label=\u968f\u673a\u9605\u8bfb\uff1a -externalRelevantArticles1Label=\u7ad9\u5916\u76f8\u5173\u9605\u8bfb\uff1a -metaKeywords1Label=Meta Keywords: -metaDescription1Label=Meta Description: -removeUnusedTagsLabel=\u79fb\u9664\u672a\u4f7f\u7528\u6807\u7b7e -goTopLabel=\u9876\u90e8 -permalink1Label=\u94fe\u63a5\uff1a -permalinkLabel=\u94fe\u63a5 -killBrowserLabel=

\u8ba9\u6211\u4eec\u653e\u5f03\u4f7f\u7528\u90a3\u4e9b\u8fc7\u65f6\u3001\u4e0d\u5b89\u5168\u7684\u6d4f\u89c8\u5668\u5427\uff01

\u4e3a\u4e86\u8ba9\u6d4f\u89c8\u5668\u66f4\u597d\u7684\u53d1\u5c55\uff0c\u4eba\u7c7b\u66f4\u52a0\u7684\u8fdb\u6b65\uff0c\u62e5\u6709\u66f4\u597d\u7684\u4f53\u9a8c\uff0c\u8ba9\u6211\u4eec\u653e\u5f03\u4f7f\u7528\u90a3\u4e9b\u8fc7\u65f6\u3001\u4e0d\u5b89\u5168\u7684\u6d4f\u89c8\u5668\u3002

\u60a8\u53ef\u4ee5\u4e0b\u8f7d -readmoreLabel=\u9605\u8bfb\u66f4\u591a\u00bb -readmore2Label=\u9605\u8bfb\u66f4\u591a -replyLabel=\u56de\u590d\u00bb -homeLabel=\u9996\u9875 -enableArticleUpdateHint1Label=\u542f\u7528\u6587\u7ae0\u66f4\u65b0\u63d0\u793a\uff1a -allowVisitDraftViaPermalink1Label=\u5141\u8bb8\u901a\u8fc7\u94fe\u63a5\u8bbf\u95ee\u8349\u7a3f\uff1a -author1Label=\u4f5c\u8005\uff1a -authorLabel=\u4f5c\u8005 -keyOfSolo1Label=Solo Key\uff1a -articleLabel=\u6587\u7ae0 -tagArticlesLabel=\u6807\u7b7e\u6587\u7ae0\u5217\u8868 -dateArticlesLabel=\u5b58\u6863\u6587\u7ae0\u5217\u8868 -authorArticlesLabel=\u4f5c\u8005\u6587\u7ae0\u5217\u8868 -indexArticleLabel=\u9996\u9875\u6587\u7ae0\u5217\u8868 -allTagsLabel=\u6807\u7b7e\u5899 -customizedPageLabel=\u81ea\u5b9a\u4e49\u9875\u9762 -killBrowserPageLabel=Kill Browser Page -pageNumLabel=\u9875\u53f7 -#### -forbiddenLabel=\u64cd\u4f5c\u88ab\u7981\u6b62\uff01 -sorryLabel=\u5bf9\u4e0d\u8d77\uff01 -notFoundLabel=\u627e\u4e0d\u5230\uff01 -unPulbishSuccLabel=\u53d6\u6d88\u53d1\u5e03\u6210\u529f -unPulbishFailLabel=\u53d6\u6d88\u53d1\u5e03\u5931\u8d25 -removeSuccLabel=\u5220\u9664\u6210\u529f -removeFailLabel=\u5220\u9664\u5931\u8d25 -removeUserFailSkinNeedMulUsersLabel=\u5220\u9664\u5931\u8d25\uff0c\u5f53\u524d\u4f7f\u7528\u7684\u76ae\u80a4\u9700\u8981\u591a\u7528\u6237\u652f\u6301 -putTopSuccLabel=\u7f6e\u9876\u6210\u529f -putTopFailLabel=\u7f6e\u9876\u5931\u8d25 -cancelTopSuccLabel=\u53d6\u6d88\u7f6e\u9876\u6210\u529f -cancelTopFailLabel=\u53d6\u6d88\u7f6e\u9876\u5931\u8d25 -addSuccLabel=\u6dfb\u52a0\u6210\u529f -addFailLabel=\u6dfb\u52a0\u5931\u8d25 -updateSuccLabel=\u66f4\u65b0\u6210\u529f -updateFailLabel=\u66f4\u65b0\u5931\u8d25 -updatePreferenceFailNeedMulUsersLabel=\u66f4\u65b0\u5931\u8d25\uff0c\u9700\u8981\u591a\u7528\u6237\u624d\u80fd\u4f7f\u7528\u9009\u62e9\u7684\u76ae\u80a4 -setFailLabel=\u8bbe\u7f6e\u5931\u8d25 -setSuccLabel=\u8bbe\u7f6e\u6210\u529f -getFailLabel=\u83b7\u53d6\u5931\u8d25 -noSettingLabel=\u8be5\u535a\u5ba2\u65e0\u8d26\u53f7\uff0c\u8bf7\u6dfb\u52a0 -getSuccLabel=\u83b7\u53d6\u6210\u529f -importSuccLabel=\u5bfc\u5165\u6210\u529f :-) -importFailLabel=\u90e8\u5206\u5bfc\u5165\u5931\u8d25 %>_<% -noCommentLabel=\u6682\u65e0\u8bc4\u8bba -captchaErrorLabel=\u9a8c\u8bc1\u7801\u9519\u8bef -inputErrorLabel=\u8f93\u5165\u9519\u8bef\uff01 -gotoLabel=\u8df3\u8f6c -passwordEmptyLabel=\u5bc6\u7801\u4e0d\u80fd\u4e3a\u7a7a\uff01 -blogEmptyLabel=\u8bf7\u9009\u62e9\u535a\u5ba2\u670d\u52a1\uff01 -blogArticleEmptyLabel=\u8bf7\u9009\u62e9\u9700\u8981\u5bfc\u5165\u7684\u6587\u7ae0 -nameTooLongLabel=\u59d3\u540d\u53ea\u80fd\u4e3a 2 \u5230 20 \u4e2a\u5b57\u7b26\uff01 -mailCannotEmptyLabel=\u90ae\u7bb1\u4e0d\u80fd\u4e3a\u7a7a\uff01 -mailInvalidLabel=\u90ae\u7bb1\u683c\u5f0f\u4e0d\u6b63\u786e\uff01 -commentContentCannotEmptyLabel=\u8bc4\u8bba\u5185\u5bb9\u53ea\u80fd\u4e3a 2 \u5230 500 \u4e2a\u5b57\u7b26\uff01 -captchaCannotEmptyLabel=\u9a8c\u8bc1\u7801\u4e0d\u80fd\u4e3a\u7a7a\uff01 -loadingLabel=\u8f7d\u5165\u4e2d.... -titleEmptyLabel=\u6807\u9898\u4e0d\u80fd\u4e3a\u7a7a\uff01 -contentEmptyLabel=\u5185\u5bb9\u4e0d\u80fd\u4e3a\u7a7a\uff01 -orderEmptyLabel=\u5e8f\u53f7\u4e0d\u80fd\u4e3a\u7a7a\uff01 -abstractEmptyLabel=\u6458\u8981\u4e0d\u80fd\u4e3a\u7a7a\uff01 -tagsEmptyLabel=\u6807\u7b7e\u4e0d\u80fd\u4e3a\u7a7a\uff01 -addressEmptyLabel=\u5730\u5740\u4e0d\u80fd\u4e3a\u7a7a\uff01 -noAuthorizationURLLabel=\u4ece Google \u83b7\u53d6\u6388\u6743\u5730\u5740\u5931\u8d25\uff0c\u8bf7\u786e\u8ba4\u60a8\u8f93\u5165\u7684 \ -Consumer Secret \u662f\u6b63\u786e\u7684\uff0c\u7136\u540e\u8fdb\u884c\u91cd\u8bd5\u3002 -duplicatedPermalinkLabel=\u94fe\u63a5\u91cd\u590d\uff01 -invalidPermalinkFormatLabel=\u975e\u6cd5\u7684\u94fe\u63a5\u683c\u5f0f\uff01 -duplicatedEmailLabel=\u90ae\u4ef6\u5730\u5740\u91cd\u590d\uff01 -refreshAndRetryLabel=\u8bf7\u5237\u65b0\u91cd\u8bd5\uff01 -editorLeaveLabel=\u7f16\u8f91\u5668\u4e2d\u8fd8\u6709\u5185\u5bb9\uff0c\u662f\u5426\u79bb\u5f00\uff1f -editorPostLabel=\u7f16\u8f91\u5668\u4e2d\u8fd8\u6709\u5185\u5bb9\uff0c\u662f\u5426\u6e05\u7a7a\uff1f -#### -confirmRemoveLabel=\u786e\u5b9a\u5220\u9664\uff1f -confirmInitLabel=\u786e\u5b9a\u8fdb\u884c\u521d\u59cb\u5316\u5417\uff1f -mobileLabel=\u79fb\u52a8\u7248 -responses=\u56de\u590d -commentSuccess=\u8bc4\u8bba\u6210\u529f\uff01 -refresh2CComment=< \u9a6c\u4e0a\u5237\u65b0\u9875\u9762\u5c31\u80fd\u770b\u5230\u8bc4\u8bba\u4e86 -readThisPost=\u9605\u8bfb\u5168\u6587 -skipToComment=↓ \u53d1\u8868\u8bc4\u8bba -searchLabel=\u641c\u7d22 -publishing=\u6b63\u5728\u63d0\u4ea4... +# +# Copyright (c) 2010-2016, b3log.org & hacpai.com +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# Description: Mobile skin language configurations(zh_CN). +# Version: 1.0.0.3, Aug 30, 2012 +# Author: Liang Ding +# Author: Liyuan Li +# + +adminConsoleLabel=\u540e\u53f0\u7ba1\u7406 +adminIndexLabel=\u540e\u53f0\u9996\u9875 +postArticleLabel=\u53d1\u5e03\u6587\u7ae0 +articleListLabel=\u6587\u7ae0\u7ba1\u7406 +commentListLabel=\u8bc4\u8bba\u7ba1\u7406 +draftListLabel=\u8349\u7a3f\u5939 +userManageLabel=\u7528\u6237\u7ba1\u7406 +commonUserLabel=\u4e00\u822c\u7528\u6237 +addUserLabel=\u6dfb\u52a0\u7528\u6237 +updateUserLabel=\u66f4\u65b0\u7528\u6237 +linkManagementLabel=\u94fe\u63a5\u7ba1\u7406 +pluginMgmtLabel=\u63d2\u4ef6\u7ba1\u7406 +pluginNameLabel=\u63d2\u4ef6\u540d +versionLabel=\u7248\u672c +statusLabel=\u72b6\u6001 +enabledLabel=\u5df2\u542f\u7528 +disabledLabel=\u5df2\u7981\u7528 +enableLabel=\u542f\u7528 +disableLabel=\u7981\u7528 +preferenceLabel=\u504f\u597d\u8bbe\u5b9a +localeString1Label=\u8bed\u8a00\uff1a +timeZoneId1Label=\u65f6\u533a\uff1a +adminLabel=\u7ba1\u7406 +administratorLabel=\u7ba1\u7406\u5458 +loginLabel=\u767b\u5f55 +logoutLabel=\u767b\u51fa +initLabel=\u521d\u59cb\u5316 +popTagsLabel=\u5206\u7c7b\u6807\u7b7e +tag1Label=\u6807\u7b7e\uff1a +tags1Label=\u6807\u7b7e\uff1a +recentArticlesLabel=\u6700\u65b0\u6587\u7ae0 +recentCommentsLabel=\u6700\u65b0\u8bc4\u8bba +postCommentsLabel=\u53d1\u8868\u8bc4\u8bba +mostCommentArticlesLabel=\u8bc4\u8bba\u6700\u591a\u7684\u6587\u7ae0 +mostViewCountArticlesLabel=\u8bbf\u95ee\u6700\u591a\u7684\u6587\u7ae0 +em00Label=\u5fae\u7b11 +em01Label=\u5927\u7b11 +em02Label=\u9ad8\u5174 +em03Label=\u60b2\u4f24 +em04Label=\u54ed\u6ce3 +em05Label=\u65e0\u8bed +em06Label=\u70e6\u8e81 +em07Label=\u751f\u6c14 +em08Label=\u6211\u7785 +em09Label=\u60ca\u8bb6 +em10Label=\u9177 +em11Label=\u987d\u76ae +em12Label=\u7231\u5fc3 +em13Label=\u5fc3\u788e +em14Label=\u9b54\u9b3c +linkLabel=\u53cb\u60c5\u94fe\u63a5 +sumLabel=\u5171 +pageLabel=\u9875 +commentLabel=\u8bc4\u8bba +linkTitleLabel=\u94fe\u63a5\u6807\u9898 +linkTitle1Label=\u6807\u9898\uff1a +updateLabel=\u66f4\u65b0 +removeLabel=\u5220\u9664 +putTopLabel=\u7f6e\u9876 +cancelPutTopLabel=\u53d6\u6d88\u7f6e\u9876 +downloadCountLabel=\u4e0b\u8f7d\u6b21\u6570 +sizeLabel=\u5927\u5c0f +uploadDateLabel=\u4e0a\u4f20\u65e5\u671f +downloadURLLabel=\u4e0b\u8f7d\u5730\u5740 +downloadLabel=\u4e0b\u8f7d +createDateLabel=\u521b\u5efa\u65e5\u671f +updateDateLabel=\u66f4\u65b0\u65e5\u671f +titleLabel=\u6807\u9898 +title1Label=\u6807\u9898\uff1a +content1Label=\u6b63\u6587\uff1a +abstract1Label=\u6458\u8981\uff1a +publishLabel=\u53d1\u5e03 +unPublishLabel=\u53d6\u6d88\u53d1\u5e03 +urlLabel=URL +url1Label=URL (\u8bf7\u4ee5\u534f\u8bae\u5f00\u5934\uff0c\u5982: http://)\uff1a +addLinkLabel=\u6dfb\u52a0\u94fe\u63a5 +updateLinkLabel=\u66f4\u65b0\u94fe\u63a5 +archiveLabel=\u5b58\u6863 +archive1Label=\u5b58\u6863\uff1a +yearLabel=\u5e74 +monthLabel=\u6708 +blogSyncLabel=\u535a\u5ba2\u540c\u6b65 +pageLabel=\u9875\u9762 +pageMgmtLabel=\u9875\u9762\u7ba1\u7406 +othersLabel=\u5176\u4ed6 +fileListLabel=\u6587\u4ef6\u7ba1\u7406 +submitUploadLabel=\u4e0a\u4f20 +fileNameLabel=\u6587\u4ef6\u540d +paramSettingsLabel=\u53c2\u6570\u8bbe\u7f6e +skinLabel=\u76ae\u80a4 +signLabel=\u7b7e\u540d\u6863 +sign1Label=\u7b7e\u540d\u6863\uff1a +noSignLabel=\u4e0d\u4f7f\u7528\u7b7e\u540d\u6863 +signIsNullLabel=\u8be5\u7b7e\u540d\u6863\u4e3a\u7a7a +statisticLabel=\u535a\u5ba2\u7edf\u8ba1 +viewLabel=\u6d4f\u89c8 +countLabel=\u7bc7 +viewCount1Label=\u6d4f\u89c8\u6b21\u6570\uff1a +articleCount1Label=\u6587\u7ae0\u603b\u6570\uff1a +commentCountLabel=\u8bc4\u8bba\u6570 +commentCount1Label=\u8bc4\u8bba\u603b\u6570\uff1a +commentEmotions1Label=\u8868\u60c5\uff1a +commentEmotionsLabel=\u8868\u60c5 +commentName1Label=\u59d3\u540d\uff1a +commentNameLabel=\u59d3\u540d +commentEmail1Label=\u90ae\u7bb1\uff1a +commentEmailLabel=\u90ae\u7bb1 +commentURL1Label=URL\uff1a +commentURLLabel=URL +commentContent1Label=\u8bc4\u8bba\u5185\u5bb9\uff1a +commentContentLabel=\u8bc4\u8bba\u5185\u5bb9 +getDateLabel=\u83b7\u53d6\u65e5\u671f +getArticleLabel=\u83b7\u53d6\u6587\u7ae0 +selectDateLabel=\u9009\u62e9\u65e5\u671f +selectDate1Label=\u9009\u62e9\u65e5\u671f\uff1a +importLabel=\u5bfc\u5165 +chooseBlog1Label=\u8bf7\u9009\u62e9\u9700\u8981\u7ba1\u7406\u7684\u535a\u5ba2\uff1a +blogArticleImportLabel=\u6587\u7ae0\u5bfc\u5165 +blogSyncMgmtLabel=\u535a\u5ba2\u540c\u6b65\u7ba1\u7406 +syncMgmtLabel=\u540c\u6b65\u7ba1\u7406\u535a\u5ba2 +userName1Label=\u7528\u6237\u540d\uff1a +userPassword1Label=\u5bc6\u7801\uff1a +syncPostLabel=\u540c\u6b65\u53d1\u5e03 +syncUpdateLabel=\u540c\u6b65\u66f4\u65b0 +syncRemoveLabel=\u540c\u6b65\u5220\u9664 +categoryLabel=\u5206\u7c7b +noticeBoard1Label=\u516c\u544a\uff1a +noticeBoardLabel=\u516c\u544a +htmlhead1Label=HTML head\uff1a +indexTagDisplayCnt1Label= \u9996\u9875\u6807\u7b7e\u663e\u793a\u6570\uff1a +indexRecentArticleDisplayCnt1Label=\u6700\u65b0\u6587\u7ae0\u663e\u793a\u6570\u76ee\uff1a +indexRecentCommentDisplayCnt1Label=\u6700\u65b0\u8bc4\u8bba\u663e\u793a\u6570\u76ee\uff1a +indexMostCommentArticleDisplayCnt1Label=\u8bc4\u8bba\u6700\u591a\u6587\u7ae0\u663e\u793a\u6570\u76ee\uff1a +indexMostViewArticleDisplayCnt1Label=\u8bbf\u95ee\u6700\u591a\u6700\u591a\u6587\u7ae0\u663e\u793a\u6570\u76ee\uff1a +relevantArticlesDisplayCnt1Label=\u76f8\u5173\u9605\u8bfb\u663e\u793a\u6570\u76ee\uff1a +randomArticlesDisplayCnt1Label=\u968f\u673a\u9605\u8bfb\u663e\u793a\u6570\u76ee\uff1a +externalRelevantArticlesDisplayCnt1Label=\u7ad9\u5916\u76f8\u5173\u9605\u8bfb\u663e\u793a\u6570\u76ee\uff1a +windowSize1Label=\u5206\u9875\u9875\u7801\u6700\u5927\u5bbd\u5ea6\uff1a +pageSize1Label=\u5206\u9875\u6bcf\u9875\u663e\u793a\u6587\u7ae0\u6570\uff1a +blogTitle1Label=\u535a\u5ba2\u6807\u9898\uff1a +blogSubtitle1Label=\u535a\u5ba2\u5b50\u6807\u9898\uff1a +blogHost1Label=\u535a\u5ba2\u5730\u5740\uff1a +submmitCommentLabel=\u63d0\u4ea4\u8bc4\u8bba +saveLabel=\u4fdd\u5b58 +tagLabel=\u6807\u7b7e +tagsLabel=\u6807\u7b7e +importedLabel=\u5df2\u5bfc\u5165 +captcha1Label=\u9a8c\u8bc1\u7801\uff1a +captchaLabel=\u9a8c\u8bc1\u7801 +indexLabel=\u9996\u9875 +nextArticle1Label=\u65b0\u4e00\u7bc7\uff1a +previousArticle1Label=\u65e7\u4e00\u7bc7\uff1a +updatedLabel=\u6709\u66f4\u65b0\uff01 +topArticleLabel=\u7f6e\u9876\uff01 +CSDNBlogLabel=CSDN \u535a\u5ba2 +BlogJavaLabel=BlogJava +CnBlogsLabel=\u535a\u5ba2\u56ed +previousPageLabel=\u4e0a\u4e00\u9875 +nextPagePabel=\u4e0b\u4e00\u9875 +firstPageLabel=\u7b2c\u4e00\u9875 +lastPageLabel=\u6700\u540e\u4e00\u9875 +returnTo1Label=\u8fd4\u56de\uff1a +tencentLabel=\u817e\u8baf +appKey1Label=App Key: +appSecret1Label=App Secret: +postToTencentMicroblogWhilePublishArticleLabel=\u53d1\u6587\u7ae0\u65f6\u540c\u6b65\u5230\u817e\u8baf\u5fae\u535a\uff1a +postToCommunityLabel=\u53d1\u5e03\u5230\u793e\u533a\uff1a +authorizeTencentMicroblog1Label=\u70b9\u51fb\u56fe\u6807\u8fdb\u884c\u6388\u6743: +googleLabel=Google +OAuthConsumerSecret1Label=OAuth Consumer Secret\uff1a +atomLabel=Atom +relevantArticles1Label=\u76f8\u5173\u9605\u8bfb\uff1a +randomArticles1Label=\u968f\u673a\u9605\u8bfb\uff1a +externalRelevantArticles1Label=\u7ad9\u5916\u76f8\u5173\u9605\u8bfb\uff1a +metaKeywords1Label=Meta Keywords: +metaDescription1Label=Meta Description: +removeUnusedTagsLabel=\u79fb\u9664\u672a\u4f7f\u7528\u6807\u7b7e +goTopLabel=\u9876\u90e8 +permalink1Label=\u94fe\u63a5\uff1a +permalinkLabel=\u94fe\u63a5 +killBrowserLabel=

\u8ba9\u6211\u4eec\u653e\u5f03\u4f7f\u7528\u90a3\u4e9b\u8fc7\u65f6\u3001\u4e0d\u5b89\u5168\u7684\u6d4f\u89c8\u5668\u5427\uff01

\u4e3a\u4e86\u8ba9\u6d4f\u89c8\u5668\u66f4\u597d\u7684\u53d1\u5c55\uff0c\u4eba\u7c7b\u66f4\u52a0\u7684\u8fdb\u6b65\uff0c\u62e5\u6709\u66f4\u597d\u7684\u4f53\u9a8c\uff0c\u8ba9\u6211\u4eec\u653e\u5f03\u4f7f\u7528\u90a3\u4e9b\u8fc7\u65f6\u3001\u4e0d\u5b89\u5168\u7684\u6d4f\u89c8\u5668\u3002

\u60a8\u53ef\u4ee5\u4e0b\u8f7d +readmoreLabel=\u9605\u8bfb\u66f4\u591a\u00bb +readmore2Label=\u9605\u8bfb\u66f4\u591a +replyLabel=\u56de\u590d\u00bb +homeLabel=\u9996\u9875 +enableArticleUpdateHint1Label=\u542f\u7528\u6587\u7ae0\u66f4\u65b0\u63d0\u793a\uff1a +allowVisitDraftViaPermalink1Label=\u5141\u8bb8\u901a\u8fc7\u94fe\u63a5\u8bbf\u95ee\u8349\u7a3f\uff1a +author1Label=\u4f5c\u8005\uff1a +authorLabel=\u4f5c\u8005 +keyOfSolo1Label=Solo Key\uff1a +articleLabel=\u6587\u7ae0 +tagArticlesLabel=\u6807\u7b7e\u6587\u7ae0\u5217\u8868 +dateArticlesLabel=\u5b58\u6863\u6587\u7ae0\u5217\u8868 +authorArticlesLabel=\u4f5c\u8005\u6587\u7ae0\u5217\u8868 +indexArticleLabel=\u9996\u9875\u6587\u7ae0\u5217\u8868 +allTagsLabel=\u6807\u7b7e\u5899 +customizedPageLabel=\u81ea\u5b9a\u4e49\u9875\u9762 +killBrowserPageLabel=Kill Browser Page +pageNumLabel=\u9875\u53f7 +#### +forbiddenLabel=\u64cd\u4f5c\u88ab\u7981\u6b62\uff01 +sorryLabel=\u5bf9\u4e0d\u8d77\uff01 +notFoundLabel=\u627e\u4e0d\u5230\uff01 +unPulbishSuccLabel=\u53d6\u6d88\u53d1\u5e03\u6210\u529f +unPulbishFailLabel=\u53d6\u6d88\u53d1\u5e03\u5931\u8d25 +removeSuccLabel=\u5220\u9664\u6210\u529f +removeFailLabel=\u5220\u9664\u5931\u8d25 +removeUserFailSkinNeedMulUsersLabel=\u5220\u9664\u5931\u8d25\uff0c\u5f53\u524d\u4f7f\u7528\u7684\u76ae\u80a4\u9700\u8981\u591a\u7528\u6237\u652f\u6301 +putTopSuccLabel=\u7f6e\u9876\u6210\u529f +putTopFailLabel=\u7f6e\u9876\u5931\u8d25 +cancelTopSuccLabel=\u53d6\u6d88\u7f6e\u9876\u6210\u529f +cancelTopFailLabel=\u53d6\u6d88\u7f6e\u9876\u5931\u8d25 +addSuccLabel=\u6dfb\u52a0\u6210\u529f +addFailLabel=\u6dfb\u52a0\u5931\u8d25 +updateSuccLabel=\u66f4\u65b0\u6210\u529f +updateFailLabel=\u66f4\u65b0\u5931\u8d25 +updatePreferenceFailNeedMulUsersLabel=\u66f4\u65b0\u5931\u8d25\uff0c\u9700\u8981\u591a\u7528\u6237\u624d\u80fd\u4f7f\u7528\u9009\u62e9\u7684\u76ae\u80a4 +setFailLabel=\u8bbe\u7f6e\u5931\u8d25 +setSuccLabel=\u8bbe\u7f6e\u6210\u529f +getFailLabel=\u83b7\u53d6\u5931\u8d25 +noSettingLabel=\u8be5\u535a\u5ba2\u65e0\u8d26\u53f7\uff0c\u8bf7\u6dfb\u52a0 +getSuccLabel=\u83b7\u53d6\u6210\u529f +importSuccLabel=\u5bfc\u5165\u6210\u529f :-) +importFailLabel=\u90e8\u5206\u5bfc\u5165\u5931\u8d25 %>_<% +noCommentLabel=\u6682\u65e0\u8bc4\u8bba +captchaErrorLabel=\u9a8c\u8bc1\u7801\u9519\u8bef +inputErrorLabel=\u8f93\u5165\u9519\u8bef\uff01 +gotoLabel=\u8df3\u8f6c +passwordEmptyLabel=\u5bc6\u7801\u4e0d\u80fd\u4e3a\u7a7a\uff01 +blogEmptyLabel=\u8bf7\u9009\u62e9\u535a\u5ba2\u670d\u52a1\uff01 +blogArticleEmptyLabel=\u8bf7\u9009\u62e9\u9700\u8981\u5bfc\u5165\u7684\u6587\u7ae0 +nameTooLongLabel=\u59d3\u540d\u53ea\u80fd\u4e3a 2 \u5230 20 \u4e2a\u5b57\u7b26\uff01 +mailCannotEmptyLabel=\u90ae\u7bb1\u4e0d\u80fd\u4e3a\u7a7a\uff01 +mailInvalidLabel=\u90ae\u7bb1\u683c\u5f0f\u4e0d\u6b63\u786e\uff01 +commentContentCannotEmptyLabel=\u8bc4\u8bba\u5185\u5bb9\u53ea\u80fd\u4e3a 2 \u5230 500 \u4e2a\u5b57\u7b26\uff01 +captchaCannotEmptyLabel=\u9a8c\u8bc1\u7801\u4e0d\u80fd\u4e3a\u7a7a\uff01 +loadingLabel=\u8f7d\u5165\u4e2d.... +titleEmptyLabel=\u6807\u9898\u4e0d\u80fd\u4e3a\u7a7a\uff01 +contentEmptyLabel=\u5185\u5bb9\u4e0d\u80fd\u4e3a\u7a7a\uff01 +orderEmptyLabel=\u5e8f\u53f7\u4e0d\u80fd\u4e3a\u7a7a\uff01 +abstractEmptyLabel=\u6458\u8981\u4e0d\u80fd\u4e3a\u7a7a\uff01 +tagsEmptyLabel=\u6807\u7b7e\u4e0d\u80fd\u4e3a\u7a7a\uff01 +addressEmptyLabel=\u5730\u5740\u4e0d\u80fd\u4e3a\u7a7a\uff01 +noAuthorizationURLLabel=\u4ece Google \u83b7\u53d6\u6388\u6743\u5730\u5740\u5931\u8d25\uff0c\u8bf7\u786e\u8ba4\u60a8\u8f93\u5165\u7684 \ +Consumer Secret \u662f\u6b63\u786e\u7684\uff0c\u7136\u540e\u8fdb\u884c\u91cd\u8bd5\u3002 +duplicatedPermalinkLabel=\u94fe\u63a5\u91cd\u590d\uff01 +invalidPermalinkFormatLabel=\u975e\u6cd5\u7684\u94fe\u63a5\u683c\u5f0f\uff01 +duplicatedEmailLabel=\u90ae\u4ef6\u5730\u5740\u91cd\u590d\uff01 +refreshAndRetryLabel=\u8bf7\u5237\u65b0\u91cd\u8bd5\uff01 +editorLeaveLabel=\u7f16\u8f91\u5668\u4e2d\u8fd8\u6709\u5185\u5bb9\uff0c\u662f\u5426\u79bb\u5f00\uff1f +editorPostLabel=\u7f16\u8f91\u5668\u4e2d\u8fd8\u6709\u5185\u5bb9\uff0c\u662f\u5426\u6e05\u7a7a\uff1f +#### +confirmRemoveLabel=\u786e\u5b9a\u5220\u9664\uff1f +confirmInitLabel=\u786e\u5b9a\u8fdb\u884c\u521d\u59cb\u5316\u5417\uff1f +mobileLabel=\u79fb\u52a8\u7248 +responses=\u56de\u590d +commentSuccess=\u8bc4\u8bba\u6210\u529f\uff01 +refresh2CComment=< \u9a6c\u4e0a\u5237\u65b0\u9875\u9762\u5c31\u80fd\u770b\u5230\u8bc4\u8bba\u4e86 +readThisPost=\u9605\u8bfb\u5168\u6587 +skipToComment=↓ \u53d1\u8868\u8bc4\u8bba +searchLabel=\u641c\u7d22 +publishing=\u6b63\u5728\u63d0\u4ea4... diff --git a/mobile/macro-comments.ftl b/mobile/macro-comments.ftl index 314fd84..f1ce8db 100644 --- a/mobile/macro-comments.ftl +++ b/mobile/macro-comments.ftl @@ -1,187 +1,187 @@ -<#macro comments commentList article> - - -
- <#if 0 lt commentList?size> -

- ${commentList?size} ${responses} -

- -
    - <#list commentList as comment> -
  1. -
    -
    - ${comment.commentName} -
    - <#if "http://" == comment.commentURL> - ${comment.commentName} - <#else> - ${comment.commentName} - - <#if comment.isReply> - @ - ${comment.commentOriginalCommentName} - -
    - <#if article.commentable> -
    - - ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} - ${replyLabel} -
    - -
    -
    -

    ${comment.commentContent}

    -
    -
    -
  2. - -
- <#if article.commentable> -
- -
-

${postCommentsLabel}

- <#if !isLoggedIn> -

- - -

- -

- - -

- -

- - -

- -

- -

-

- <#if !isLoggedIn> -

- - - validate -

- -

- -

-

-
-
- -
- - -<#macro comment_script oId> - - +<#macro comments commentList article> + + +
+ <#if 0 lt commentList?size> +

+ ${commentList?size} ${responses} +

+ +
    + <#list commentList as comment> +
  1. +
    +
    + ${comment.commentName} +
    + <#if "http://" == comment.commentURL> + ${comment.commentName} + <#else> + ${comment.commentName} + + <#if comment.isReply> + @ + ${comment.commentOriginalCommentName} + +
    + <#if article.commentable> +
    + + ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} + ${replyLabel} +
    + +
    +
    +

    ${comment.commentContent}

    +
    +
    +
  2. + +
+ <#if article.commentable> +
+ +
+

${postCommentsLabel}

+ <#if !isLoggedIn> +

+ + +

+ +

+ + +

+ +

+ + +

+ +

+ +

+

+ <#if !isLoggedIn> +

+ + + validate +

+ +

+ +

+

+
+
+ +
+ + +<#macro comment_script oId> + + \ No newline at end of file diff --git a/mobile/page.ftl b/mobile/page.ftl index 2c96aee..ae8316c 100644 --- a/mobile/page.ftl +++ b/mobile/page.ftl @@ -1,22 +1,22 @@ -<#include "macro-head.ftl"> -<#include "macro-comments.ftl"> - - - - <@head title="${page.pageTitle} - ${blogTitle}"> - - - - - - <#include "header.ftl"> -
-
- ${page.pageContent} -
- <@comments commentList=pageComments article=page> -
- <#include "footer.ftl"> - <@comment_script oId=page.oId> - +<#include "macro-head.ftl"> +<#include "macro-comments.ftl"> + + + + <@head title="${page.pageTitle} - ${blogTitle}"> + + + + + + <#include "header.ftl"> +
+
+ ${page.pageContent} +
+ <@comments commentList=pageComments article=page> +
+ <#include "footer.ftl"> + <@comment_script oId=page.oId> + \ No newline at end of file diff --git a/mobile/side.ftl b/mobile/side.ftl index 8074201..816d9dc 100644 --- a/mobile/side.ftl +++ b/mobile/side.ftl @@ -1,137 +1,137 @@ -
- <#if "" != noticeBoard> - -
- - <#if 0 != recentComments?size> - -
- - <#if 0 != mostCommentArticles?size> - -
- - <#if 0 != mostViewCountArticles?size> - -
- - <#if 0 != mostUsedTags?size> - -
- - <#if 0 != links?size> - -
- - <#if 0 != archiveDates?size> - - -
+
+ <#if "" != noticeBoard> + +
+ + <#if 0 != recentComments?size> + +
+ + <#if 0 != mostCommentArticles?size> + +
+ + <#if 0 != mostViewCountArticles?size> + +
+ + <#if 0 != mostUsedTags?size> + +
+ + <#if 0 != links?size> + +
+ + <#if 0 != archiveDates?size> + + +
diff --git a/mobile/tag-articles.ftl b/mobile/tag-articles.ftl index 87d36ad..79906fd 100644 --- a/mobile/tag-articles.ftl +++ b/mobile/tag-articles.ftl @@ -1,24 +1,24 @@ -<#include "macro-head.ftl"> - - - - <@head title="${tag.tagTitle} - ${blogTitle}"> - - - - - - <#include "header.ftl"> -
-
-

${tag1Label} - - ${tag.tagTitle} - (${tag.tagPublishedRefCount}) -

-
-
- <#include "article-list.ftl"> - <#include "footer.ftl"> - - +<#include "macro-head.ftl"> + + + + <@head title="${tag.tagTitle} - ${blogTitle}"> + + + + + + <#include "header.ftl"> +
+
+

${tag1Label} + + ${tag.tagTitle} + (${tag.tagPublishedRefCount}) +

+
+
+ <#include "article-list.ftl"> + <#include "footer.ftl"> + + diff --git a/mobile/tags.ftl b/mobile/tags.ftl index bc460cb..b45685a 100644 --- a/mobile/tags.ftl +++ b/mobile/tags.ftl @@ -1,30 +1,30 @@ -<#include "macro-head.ftl"> - - - - <@head title="${allTagsLabel} - ${blogTitle}"> - - - - - - ${topBarReplacement} - <#include "header.ftl"> -
-
- -
-
- <#include "footer.ftl"> - - +<#include "macro-head.ftl"> + + + + <@head title="${allTagsLabel} - ${blogTitle}"> + + + + + + ${topBarReplacement} + <#include "header.ftl"> +
+
+ +
+
+ <#include "footer.ftl"> + + diff --git a/mobile/themes/core/core.js b/mobile/themes/core/core.js index b002610..f04ca0d 100644 --- a/mobile/themes/core/core.js +++ b/mobile/themes/core/core.js @@ -1,221 +1,221 @@ -/* - * WPtouch 1.9.x -The WPtouch Core JS File - */ - -var $wpt = jQuery.noConflict(); - -if ( ( navigator.platform == 'iPhone' || navigator.platform == 'iPod' ) && typeof orientation != 'undefined' ) { - var touchStartOrClick = 'touchstart'; -} else { - var touchStartOrClick = 'click'; -}; - -/* Try to get out of frames! */ -if ( window.top != window.self ) { - window.top.location = self.location.href -} - -$wpt.fn.wptouchFadeToggle = function( speed, easing, callback ) { - return this.animate( { - opacity: 'toggle' - }, speed, easing, callback ); -}; - -/** - * @description Cookie 相关操作 - * @static - */ -var Cookie = { - /** - * @description 读取 cookie - * @param {String} name cookie key - * @returns {String} 对应 key 的值,如 key 不存在则返回 "" - */ - readCookie: function (name) { - var nameEQ = name + "="; - var ca = document.cookie.split(';'); - for(var i=0;i < ca.length;i++) { - var c = ca[i]; - while (c.charAt(0)==' ') c = c.substring(1,c.length); - if (c.indexOf(nameEQ) == 0) return decodeURIComponent(c.substring(nameEQ.length,c.length)); - } - return ""; - }, - - /** - * @description 清除 Cookie - * @param {String} name 清除 key 为 name 的该条 Cookie - */ - eraseCookie: function (name) { - this.createCookie(name,"",-1); - }, - - /** - * @description 创建 Cookie - * @param {String} name 每条 Cookie 唯一的 key - * @param {String} value 每条 Cookie 对应的值,将被 UTF-8 编码 - * @param {Int} days Cookie 保存时间 - */ - createCookie: function (name, value, days) { - var expires = ""; - if (days) { - var date = new Date(); - date.setTime(date.getTime()+(days*24*60*60*1000)); - expires = "; expires="+date.toGMTString(); - } - document.cookie = name+"="+encodeURIComponent(value)+expires+"; path=/"; - } -}; -function wptouch_switch_confirmation(skin, e ) { - if ( document.cookie && document.cookie.indexOf( 'btouch_switch_toggle' ) > -1 ) { - // just switch - Cookie.createCookie("btouch_switch_toggle", skin, 365); - $wpt( 'a#switch-link' ).toggleClass( 'offimg' ); - setTimeout('switch_delayer()', 1250 ); - } else { - // ask first - Cookie.createCookie("btouch_switch_toggle", skin, 365); - if ( confirm( "Switch to regular view? \n \n You can switch back again in the top bar." ) ) { - $wpt( 'a#switch-link' ).toggleClass( 'offimg' ); - setTimeout( 'switch_delayer()', 1350 ); - } else { - e.preventDefault(); - e.stopImmediatePropagation(); - } - } -} - -if ( $wpt( '#prowl-success' ).length ) { - setTimeout( function() { - $wpt( '#prowl-success' ).fadeOut( 350 ); - }, 5250 ); -} -if ( $wpt( '#prowl-fail' ).length ) { - setTimeout( function() { - $wpt( '#prowl-fail' ).fadeOut( 350 ); - }, 5250 ); -} - -$wpt(function() { - var tabContainers = $wpt( '#menu-head > ul' ); - $wpt( '#tabnav a' ).bind(touchStartOrClick, function () { - tabContainers.hide().filter( this.hash ).show(); - $wpt( '#tabnav a' ).removeClass( 'selected' ); - $wpt( this ).addClass( 'selected' ); - return false; - }).filter( ':first' ).trigger( touchStartOrClick ); -}); - -function bnc_showhide_coms_toggle() { - $wpt( '#commentlist' ).wptouchFadeToggle( 350 ); - $wpt( 'img#com-arrow' ).toggleClass( 'com-arrow-down' ); - $wpt( 'h3#com-head' ).toggleClass( 'comhead-open' ); -} - -function doWPtouchReady() { - - $wpt( '#headerbar-menu a' ).bind( touchStartOrClick, function( e ){ - $wpt( '#wptouch-menu' ).wptouchFadeToggle( 350 ); - $wpt( '#headerbar-menu a' ).toggleClass( 'open' ); - }); - - $wpt( 'a#searchopen, #wptouch-search-inner a' ).bind( touchStartOrClick, function( e ){ - $wpt( '#wptouch-search' ).wptouchFadeToggle( 350 ); - }); - - $wpt( 'a#prowlopen' ).bind( touchStartOrClick, function( e ){ - $wpt( '#prowl-message' ).wptouchFadeToggle( 350 ); - }); - - $wpt( 'a#wordtwitopen' ).bind( touchStartOrClick, function( e ){ - $wpt( '#wptouch-wordtwit' ).wptouchFadeToggle( 350 ); - }); - - $wpt( 'a#gigpressopen' ).bind( touchStartOrClick, function( e ){ - $wpt( '#wptouch-gigpress' ).wptouchFadeToggle( 350 ); - }); - - $wpt( 'a#loginopen, #wptouch-login-inner a' ).bind( touchStartOrClick, function( e ){ - $wpt( '#wptouch-login' ).wptouchFadeToggle(350); - }); - - $wpt( 'a#obook' ).bind( touchStartOrClick, function() { - $wpt( '#bookmark-box' ).wptouchFadeToggle(350); - }); - - $wpt( '.singlentry img, .singlentry .wp-caption' ).each( function() { - if ( $wpt( this ).width() <= 250 ) { - $wpt( this ).addClass( 'aligncenter' ); - } - }); - - if ( $wpt( '#FollowMeTabLeftSm' ).length ) { - $wpt( '#FollowMeTabLeftSm' ).remove(); - } - - $wpt( '.post' ).fitVids(); - -} - -$wpt( document ).ready( function() { - doWPtouchReady(); -} ); - -/*! -* FitVids 1.0 -* Copyright 2011, Chris Coyier - http://css-tricks.com + Dave Rupert - http://daverupert.com -* Credit to Thierry Koblentz - http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ -* Released under the WTFPL license - http://sam.zoy.org/wtfpl/ -* Date: Thu Sept 01 18:00:00 2011 -0500 -*/ -(function( $ ){ - $.fn.fitVids = function( options ) { - var settings = { - customSelector: null - } - var div = document.createElement('div'), - ref = document.getElementsByTagName('base')[0] || document.getElementsByTagName('script')[0]; - div.className = 'fit-vids-style'; - div.innerHTML = '­'; - ref.parentNode.insertBefore(div,ref); - if ( options ) { - $.extend( settings, options ); - } - return this.each(function(){ - var selectors = [ - "iframe[src^='http://player.vimeo.com']", - "iframe[src^='http://www.youtube.com']", - "iframe[src^='http://www.kickstarter.com']", - "object", - "embed" - ]; - if (settings.customSelector) { - selectors.push(settings.customSelector); - } - var $allVideos = $(this).find(selectors.join(',')); - $allVideos.each(function(){ - var $this = $(this), - height = this.tagName == 'OBJECT' ? $this.attr('height') : $this.height(), - aspectRatio = height / $this.width(); - $this.wrap('
').parent('.fluid-width-video-wrapper').css('padding-top', (aspectRatio * 100)+"%"); - $this.removeAttr('height').removeAttr('width'); - }); - }); - } +/* + * WPtouch 1.9.x -The WPtouch Core JS File + */ + +var $wpt = jQuery.noConflict(); + +if ( ( navigator.platform == 'iPhone' || navigator.platform == 'iPod' ) && typeof orientation != 'undefined' ) { + var touchStartOrClick = 'touchstart'; +} else { + var touchStartOrClick = 'click'; +}; + +/* Try to get out of frames! */ +if ( window.top != window.self ) { + window.top.location = self.location.href +} + +$wpt.fn.wptouchFadeToggle = function( speed, easing, callback ) { + return this.animate( { + opacity: 'toggle' + }, speed, easing, callback ); +}; + +/** + * @description Cookie 相关操作 + * @static + */ +var Cookie = { + /** + * @description 读取 cookie + * @param {String} name cookie key + * @returns {String} 对应 key 的值,如 key 不存在则返回 "" + */ + readCookie: function (name) { + var nameEQ = name + "="; + var ca = document.cookie.split(';'); + for(var i=0;i < ca.length;i++) { + var c = ca[i]; + while (c.charAt(0)==' ') c = c.substring(1,c.length); + if (c.indexOf(nameEQ) == 0) return decodeURIComponent(c.substring(nameEQ.length,c.length)); + } + return ""; + }, + + /** + * @description 清除 Cookie + * @param {String} name 清除 key 为 name 的该条 Cookie + */ + eraseCookie: function (name) { + this.createCookie(name,"",-1); + }, + + /** + * @description 创建 Cookie + * @param {String} name 每条 Cookie 唯一的 key + * @param {String} value 每条 Cookie 对应的值,将被 UTF-8 编码 + * @param {Int} days Cookie 保存时间 + */ + createCookie: function (name, value, days) { + var expires = ""; + if (days) { + var date = new Date(); + date.setTime(date.getTime()+(days*24*60*60*1000)); + expires = "; expires="+date.toGMTString(); + } + document.cookie = name+"="+encodeURIComponent(value)+expires+"; path=/"; + } +}; +function wptouch_switch_confirmation(skin, e ) { + if ( document.cookie && document.cookie.indexOf( 'btouch_switch_toggle' ) > -1 ) { + // just switch + Cookie.createCookie("btouch_switch_toggle", skin, 365); + $wpt( 'a#switch-link' ).toggleClass( 'offimg' ); + setTimeout('switch_delayer()', 1250 ); + } else { + // ask first + Cookie.createCookie("btouch_switch_toggle", skin, 365); + if ( confirm( "Switch to regular view? \n \n You can switch back again in the top bar." ) ) { + $wpt( 'a#switch-link' ).toggleClass( 'offimg' ); + setTimeout( 'switch_delayer()', 1350 ); + } else { + e.preventDefault(); + e.stopImmediatePropagation(); + } + } +} + +if ( $wpt( '#prowl-success' ).length ) { + setTimeout( function() { + $wpt( '#prowl-success' ).fadeOut( 350 ); + }, 5250 ); +} +if ( $wpt( '#prowl-fail' ).length ) { + setTimeout( function() { + $wpt( '#prowl-fail' ).fadeOut( 350 ); + }, 5250 ); +} + +$wpt(function() { + var tabContainers = $wpt( '#menu-head > ul' ); + $wpt( '#tabnav a' ).bind(touchStartOrClick, function () { + tabContainers.hide().filter( this.hash ).show(); + $wpt( '#tabnav a' ).removeClass( 'selected' ); + $wpt( this ).addClass( 'selected' ); + return false; + }).filter( ':first' ).trigger( touchStartOrClick ); +}); + +function bnc_showhide_coms_toggle() { + $wpt( '#commentlist' ).wptouchFadeToggle( 350 ); + $wpt( 'img#com-arrow' ).toggleClass( 'com-arrow-down' ); + $wpt( 'h3#com-head' ).toggleClass( 'comhead-open' ); +} + +function doWPtouchReady() { + + $wpt( '#headerbar-menu a' ).bind( touchStartOrClick, function( e ){ + $wpt( '#wptouch-menu' ).wptouchFadeToggle( 350 ); + $wpt( '#headerbar-menu a' ).toggleClass( 'open' ); + }); + + $wpt( 'a#searchopen, #wptouch-search-inner a' ).bind( touchStartOrClick, function( e ){ + $wpt( '#wptouch-search' ).wptouchFadeToggle( 350 ); + }); + + $wpt( 'a#prowlopen' ).bind( touchStartOrClick, function( e ){ + $wpt( '#prowl-message' ).wptouchFadeToggle( 350 ); + }); + + $wpt( 'a#wordtwitopen' ).bind( touchStartOrClick, function( e ){ + $wpt( '#wptouch-wordtwit' ).wptouchFadeToggle( 350 ); + }); + + $wpt( 'a#gigpressopen' ).bind( touchStartOrClick, function( e ){ + $wpt( '#wptouch-gigpress' ).wptouchFadeToggle( 350 ); + }); + + $wpt( 'a#loginopen, #wptouch-login-inner a' ).bind( touchStartOrClick, function( e ){ + $wpt( '#wptouch-login' ).wptouchFadeToggle(350); + }); + + $wpt( 'a#obook' ).bind( touchStartOrClick, function() { + $wpt( '#bookmark-box' ).wptouchFadeToggle(350); + }); + + $wpt( '.singlentry img, .singlentry .wp-caption' ).each( function() { + if ( $wpt( this ).width() <= 250 ) { + $wpt( this ).addClass( 'aligncenter' ); + } + }); + + if ( $wpt( '#FollowMeTabLeftSm' ).length ) { + $wpt( '#FollowMeTabLeftSm' ).remove(); + } + + $wpt( '.post' ).fitVids(); + +} + +$wpt( document ).ready( function() { + doWPtouchReady(); +} ); + +/*! +* FitVids 1.0 +* Copyright 2011, Chris Coyier - http://css-tricks.com + Dave Rupert - http://daverupert.com +* Credit to Thierry Koblentz - http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ +* Released under the WTFPL license - http://sam.zoy.org/wtfpl/ +* Date: Thu Sept 01 18:00:00 2011 -0500 +*/ +(function( $ ){ + $.fn.fitVids = function( options ) { + var settings = { + customSelector: null + } + var div = document.createElement('div'), + ref = document.getElementsByTagName('base')[0] || document.getElementsByTagName('script')[0]; + div.className = 'fit-vids-style'; + div.innerHTML = '­'; + ref.parentNode.insertBefore(div,ref); + if ( options ) { + $.extend( settings, options ); + } + return this.each(function(){ + var selectors = [ + "iframe[src^='http://player.vimeo.com']", + "iframe[src^='http://www.youtube.com']", + "iframe[src^='http://www.kickstarter.com']", + "object", + "embed" + ]; + if (settings.customSelector) { + selectors.push(settings.customSelector); + } + var $allVideos = $(this).find(selectors.join(',')); + $allVideos.each(function(){ + var $this = $(this), + height = this.tagName == 'OBJECT' ? $this.attr('height') : $this.height(), + aspectRatio = height / $this.width(); + $this.wrap('
').parent('.fluid-width-video-wrapper').css('padding-top', (aspectRatio * 100)+"%"); + $this.removeAttr('height').removeAttr('width'); + }); + }); + } })( jQuery ); \ No newline at end of file diff --git a/mobile/themes/default/style.css b/mobile/themes/default/style.css index 9a5cf6d..d9f6ff2 100644 --- a/mobile/themes/default/style.css +++ b/mobile/themes/default/style.css @@ -1,2498 +1,2498 @@ -/* @override - http://beta.bravenewcode.com/wordpress/wp-content/plugins/wptouch/themes/default/style.css - http://www.bravenewcode.com/wordpress/wp-content/plugins/wptouch/themes/default/style.css -*/ - -/* -Theme Name: WPtouch Mobile Plugin & Theme For WordPress -Theme URI: http://www.bravenewcode.com/wptouch/ -Description: A slick theme for your blog or website that is shown only when visitors are using an iPhone, iPod touch, or Android Mobile Device -Author: BraveNewCode Inc. -Author URI: http://www.bravenewcode.com/ -*/ - -/* @group Body and Theme-Wide Elements */ - -body { - margin: 0; - padding: 0; - font: 12px Helvetica; - -webkit-text-size-adjust: none; - min-height: 460px; - background-repeat: repeat; - background-position: 0 0; -} - -ul { - margin: 0; - padding: 0 20px 0 20px; - list-style-type: circle; - list-style-position: outside; -} - -ol { - margin: 0; - padding: 0 25px 0 20px; - list-style-type: decimal; - list-style-position: outside; -} - -li { - margin-bottom: 5px; - color: #555; - list-style-type: disc; - text-align: left; - padding-bottom: 5px; - font-size: 12px; - margin-right: -15px; - padding-top: 0; -} - -a { - text-decoration: none; -} - -input, textarea { - font: 12px Helvetica; - max-width: 96%; -} - -img { - vertical-align: middle; -} - -code { - font-family: Courier, "Courier New", mono; - color: red; -} - -blockquote { - text-align: left; - padding: 1px 10px 1px 15px; - font-size: 90%; - border-left: 2px solid #ccc; - margin: 5px 15px; -} - -.clearer { - clear: both; -} - -.content { - margin-top: 15px; - position: relative; -} - -.result-text { - color: #475d79; - text-shadow: #eee 1px 1px 0; - font-size: 15px; - font-weight: bold; - margin-bottom: 10px; - margin-left: 10px; - letter-spacing: 0; - border-style: none; -} - -.result-text-footer { - color: #475d79; - text-shadow: #eee 1px 1px 0; - letter-spacing: 0; - font-size: 15px; - font-weight: bold; - margin-bottom: 10px; - margin-left: 10px; - text-align: center; - display: block; -} - -.pageentry h1, .mainentry h1 { - font-size: 22px; -} - -.pageentry h2, .mainentry h2 { - font-size: 18px; - text-shadow: #f9f9f9 -1px -1px 0; - text-align: left; - padding-bottom: 10px; - color: #222; -} - -.pageentry h3, .mainentry h3 { - text-align: left; - color: #666; - font-size: 15px; - border-bottom: 1px solid #adadad; - border-top: 1px solid #adadad; - padding: 10px; - font-weight: bold; - line-height: 14px; - background-color: #eee; - margin: 15px -10px; - text-shadow: #fff -1px 1px 0; -} - -.pageentry h4, .mainentry h4 { - font-size: 13px; - text-shadow: #f9f9f9 -1px -1px 0; - padding: 0 0 10px; - padding-bottom: 10px; - color: #666; -} - -.pageentry h5, .mainentry h5 { - text-shadow: #f9f9f9 -1px -1px 0; - font-size: 12px; - padding: 0; -} - -.mainentry img, #singlentry img, .pageentry img, ol.commentlist li img { - max-width: 100%; - height: auto; -} - -.fontsize { - font-size: 1.2em; - line-height: 140%; -} - -.aligncenter { - text-align: center; - margin-left: auto; - display: block; - margin-right: auto; -} - -/* @end */ - -/* @group Header */ - -#headerbar *, #wptouch-menu * { - -webkit-touch-callout: none; -} - -#headerbar { - width: 100%; - background-position: 0 0; - background-repeat: repeat-x; - height: 45px; - border-bottom: 1px solid #1e1e1e; - font-size: 19px; - -webkit-touch-callout: none; -} - -#headerbar-title { - text-shadow: #242424 -1px -1px 1px; - padding-top: 10px; - padding-left: 10px; - display: block; - margin: 0; - border-style: none; - padding-bottom: 4px; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - width: 85%; - font-weight: bold; - height: 29px; -} - -#headerbar-title a { - text-decoration: none; - letter-spacing: -1px; - position: relative; - font-family: HelveticaNeue-Bold, sans-serif; -} - -#headerbar-title img#logo-icon { - position: relative; - margin-right: 7px; - max-width: 30px; - float: left; - width: 28px; - height: 28px; - padding: 0; - bottom: 1px; -} - -#headerbar-menu { - position: absolute; - top: 0; - right: 0; - margin: 0; - padding: 0; -} - -#headerbar-menu a { - height: 45px; - display: block; - background: url(../core/core-images/wptouch-menu-dropper.png) 0 0; - width: 30px; - margin: 0; - padding: 0; -} - -#headerbar-menu .open { - background-position: 0 -45px; -} - -/* @group Sub-Menu */ - -#drop-fade { - width: 100%; - display: block; - position: relative; - -webkit-box-shadow: #000 -3px 2px 3px; - text-align: right; - border-top: 1px solid #3e3e3e; - height: 20px; - top: 0; - z-index: 1; -} - -#drop-fade a.top { - margin-right: 8px; - position: relative; - bottom: 3px; - color: #eee; - text-shadow: #000000 0px -1px 1px; - display: block; - float: right; - font: bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif; - height: 18px; - padding: 6px 2px 2px 0; -} - -#drop-fade #prowlopen { - padding-left: 18px; - background: url(../core/core-images/menu-sprite.png) no-repeat 2px -60px; - padding-top: 3px; - padding-bottom: 1px; - margin-top: 3px; -} - -#drop-fade #wordtwitopen { - padding-left: 18px; - background: url(../core/core-images/menu-sprite.png) no-repeat 2px -74px; -} - -#drop-fade #searchopen { - padding-left: 18px; - background: url(../core/core-images/menu-sprite.png) no-repeat 2px -94px; - height: 15px; - overflow: hidden; - padding-bottom: 0; - padding-top: 3px; - margin-top: 3px; -} - -#drop-fade #gigpressopen { - padding-left: 18px; - background: url(../core/core-images/menu-sprite.png) no-repeat 2px -109px; - padding-top: 3px; - padding-bottom: 1px; - margin-top: 3px; -} - -/* @end */ - -/* @group DropDown Menu */ - -.dropper { - width: 100%; - position: relative; - z-index: 1; - margin: 0; - padding: 0; - border-top: 1px solid #1b1b1b; - font-size: 13px; - background-color: #2c2c2c; -} - -.dropper ul { - position: relative; - list-style-type: none; - margin: 0; - padding: 0; -} - -.dropper ul#head-tags li, .dropper ul#head-cats li { - width: 100%; - margin: 0; - padding: 0; -} - -.dropper ul#head-pages li, .dropper ul#head-cats li, .dropper ul#head-tags li li, .dropper ul#head-account li, ul#tweets li { - border-bottom: 1px solid #1d1d1d; - background: url(../core/core-images/arrow.png) no-repeat right center; - border-top: 1px solid #363636; - padding: 0; - text-align: left; - margin: 0; -} - -.dropper ul#head-account li.text { - color: #eee; - text-shadow: #111 0 -1px 1px; - text-align: center; - background-image: none; - padding-top: 25px; - padding-bottom: 25px; - text-transform: none; -} - -.dropper ul#head-account li.text a { - display: inline; - margin: 0; - padding: 0; - text-decoration: underline; -} - -.dropper ul#head-cats li:hover, .dropper ul#head-tags li li:hover, .dropper ul#head-pages li:hover { - background-color: #222; - border-top: 1px solid #222; - position: relative; - z-index: 2; -} - -.dropper a { - font-weight: bold; - display: block; - text-shadow: #000 -1px -1px 1px; - color: #d2d2d2; - margin: 0; - width: auto; - padding: 12px 35px 12px 15px; - text-align: left; -} - -.dropper ul#head-tags a { - padding-top: 11px; - padding-bottom: 12px; -} - -.dropper ul#head-cats a { - padding-top: 12px; - padding-bottom: 12px; -} - -/* @group Tab Menus */ - -#wptouch-menu { - position: absolute; - z-index: 2; - top: 45px; - -webkit-box-shadow: #333 -6px 6px 6px; - display: none; -} - -#wptouch-menu-inner { - position: relative; -} - -#wptouch-menu-inner img { - float: left; - position: relative; - bottom: 7px; - width: 28px; - padding-right: 10px; - right: 0; -} - -#tabnav { - background-color: #444; - padding-top: 3px; - border-bottom: 1px solid #1b1b1b; - border-top: 1px solid #575757; - padding-left: 7px; - height: 38px; - margin-bottom: -1px; -} -#tabnav img{ - position: relative; - margin-top: 3px; - max-width: 30px; - float: left; - width: 28px; - height: 28px; - padding: 0; - bottom: 1px; -} -#tabnav a { - display: inline-block; - margin: 0; - padding: 2px 8px 7px; - color: #999; - text-shadow: #111 0 -1px 1px; -} - -#tabnav a.selected { - background-color: #2c2c2c; - position: relative; - z-index: 1; - -webkit-border-top-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - border: 1px solid #1b1b1b; - margin-left: -1px; - margin-right: -1px; - color: #fff !important; - -webkit-box-shadow: #222 0px -2px 3px; - border-bottom: 1px solid #2c2c2c; - text-shadow: #000000 0 -1px 1px; -} - -#tabnav a:hover, #tabnav a:active { - color: #fff !important; -} - -/* @end */ - -/* @end */ - -/* @group WordTwit Menu */ - -#wptouch-wordtwit { - position: absolute; - border-top: 1px solid #3e3e3e; - background-color: #222; - top: 20px; - text-align: left; - z-index: 2; - left: 0; - right: 0; -} - -#wptouch-wordtwit #twitter-style-bar { - display: block; - border-top: 1px solid #1e1e1e; -} - -#wordtwit-avatar { - text-align: left; - padding-bottom: 10px; - -webkit-border-radius: 8px; - padding-left: 5px; - padding-top: 5px; - border: 1px solid #555; - background-image: none; - background-color: #444; - margin: 10px; -} - -#wordtwit-avatar img { - -webkit-box-reflect: below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(white)); - border: 1px solid #222; - float: left; - margin-right: 15px; - -webkit-border-radius: 2px; - width: 32px; - height: 32px; -} - -#wptouch-wordtwit a#follow-arrow { - border-style: none; - width: 18px; - height: 18px; - position: absolute; - top: 22px; - right: 15px; - padding: 5px; - margin: 0; -} - -#wordtwit-avatar p { - padding: 0; - margin: 0; - color: #777; -} - -#wordtwit-avatar p.twitter_username { - color: #eee; - text-shadow: #222 0 -1px 1px; - font-size: 15px; - font-weight: bold; -} - -#wordtwit-avatar a { - display: inline-block; - font-size: 11px; - color: #999; - text-shadow: #222 0 -1px 0; - padding: 3px 0 0; -} - -#wptouch-wordtwit ul#tweets li { - color: #ccc; - font-size: 12px; - text-shadow: #000000 0 -1px 0; - background-image: none; - background-color: #2c2c2c; - padding: 10px 50px 10px 10px; -} - -#wptouch-wordtwit ul#tweets li:last-child { - padding-bottom: 30px; -} - -#wptouch-wordtwit li p.time { - color: #777; - font-size: 11px; - padding: 0; - margin: 0; -} - -/* @end */ - -/* @group Push Message Area */ - -#prowl-message { - color: #eee; - text-shadow: #000000 0 -1px 1px; - clear: both; - padding: 10px; - text-align: left; - font-size: 11px; - border-top: 1px solid #3e3e3e; - background-color: #222; - position: absolute; - top: 20px; - right: 0; - left: 0; -} - -#prowl-message #push-style-bar { - display: block; - border-top: 1px solid #1e1e1e; - margin-left: -10px; - margin-right: -10px; - margin-top: -10px; - padding-top: 10px; -} - -#prowl-message form p { - font-weight: bold; - font-size: 12px; - position: relative; - margin-bottom: 10px; - margin-top: 10px; - clear: both; -} - -#prowl-message label { - margin-left: 5px; -} - -#prowl-message input { - width: 60%; - -webkit-border-radius: 10px; - padding: 3px; - color: #222; - border: 1px solid #1b1b1b; - font: 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; -} - -#prowl-message input#prowl-submit { - width: 100px; - text-align: center; - color: #fff; - text-shadow: #333 0 -1px 1px; - font-weight: bold; - border: 1px solid #333; - margin-top: 10px; - float: right; -} - -#prowl-message textarea { - width: 98%; - -webkit-border-radius: 10px; - padding: 3px; - color: #222; - border: 1px solid #1b1b1b; - height: 70px; - overflow: auto; - margin-top: 2px; - font: 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; -} - -#prowl-message h4 { - font-size: 14px; - margin: 10px 0 15px; - padding: 0; -} - -#prowl-message img { - float: left; - margin-right: 10px; -} - -/* @group Success */ - -#prowl-success { - color: #eee; - text-shadow: #000000 0 -1px 1px; - font: bold 16px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; - text-align: center; - background: #000 url(../core/core-images/push-success.png) no-repeat center 50px; - position: absolute; - top: 0; - left: 0; - z-index: 1000; - opacity: 0.9; - width: 90%; - margin-left: 5%; - margin-top: 25px; - -webkit-border-radius: 15px; - -webkit-box-shadow: #444 0px 0px 15px; -} - -#prowl-success p, #prowl-fail p { - margin-top: 125px; - margin-left: 20%; - margin-right: 20%; -} - -#prowl-fail { - color: #eee; - text-shadow: #000000 0 -1px 1px; - font: bold 16px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; - text-align: center; - background: #000 url(../core/core-images/push-fail.png) no-repeat center 50px; - position: absolute; - top: 0; - left: 0; - z-index: 1000; - opacity: 0.9; - width: 90%; - margin-left: 5%; - margin-top: 25px; - -webkit-border-radius: 15px; - -webkit-box-shadow: #444 0px 0px 15px; -} - -/* @end */ - -/* @end */ - -/* @group Login & Search */ - -#wptouch-login { - position: absolute; - top: 0; - left: 0; - z-index: 1; - width: 100%; - display: none; -} - -#wptouch-login-inner { - padding-top: 8px; - width: 100%; - height: 35px; - background-repeat: repeat-x; - text-align: center; - padding-bottom: 2px; -} - -#wptouch-login input#log { - width: 120px; - -webkit-border-radius: 10px; - padding: 3px; - font-size: 13px; - color: #222; - font-weight: bold; - border: 1px solid #1b1b1b; -} - -#wptouch-login input#pwd { - width: 120px; - -webkit-border-radius: 10px; - padding: 3px; - font-size: 13px; - color: #222; - font-weight: bold; - border: 1px solid #1b1b1b; - margin-left: 5px; -} - -#wptouch-login input#logsub { - visibility: hidden; - width: 0; - height: 0; - float: left; - overflow: hidden; - display: inline; - margin: 0 0 0 -22px; - padding: 0; -} - -#wptouch-search { - position: absolute; - top: 0; - left: 0; - z-index: 1; - width: 100%; - display: none; -} - -#wptouch-search-inner { - width: 100%; - height: 40px; - background-repeat: repeat-x; - text-align: center; - padding-top: 5px; -} - -input#search { - -webkit-border-radius: 10px; - padding: 4px; - width: 80%; - font-size: 13px; - color: #222; - text-align: left; - margin-top: 6px; - border: 1px solid #1b1b1b; - font-weight: bold; -} - -input#search-submit { - display: none; -} - -img.head-close { - display: inline; - position: relative; - top: 6px; - left: 5px; -} - -/* @end */ - -/* @end */ - -/* @group Index Page */ - -.post { - background-color: #fff; - padding: 10px; - margin-bottom: 12px; - margin-right: 10px; - margin-left: 10px; - border: 1px solid #b1b1b1; - -webkit-border-radius: 8px; - position: relative; - z-index: 0; - box-shadow: rgba(255,255,255,.8) 0px 1px 0px; -} - -.big { - height: 200px; -} - -a.post-arrow { - width: 22px; - height: 21px; - float: right; - margin-top: 1px; - padding: 0; - background: #f4f4f4 url(../core/core-images/post-arrow.png) no-repeat center 8px; - border: 1px solid #ddd; - -webkit-border-radius: 5px; - -webkit-transform: scale(1.0) rotate(0deg); - -webkit-transition-duration: 0.6s; - -webkit-touch-callout: none; -} - -a.post-arrow-down { - -webkit-transform: scale(1.0) rotate(180deg); - -webkit-transition-duration: 0.6s; - background: #dfe3e3 url(../core/core-images/post-arrow.png) no-repeat center -12px; - border: 1px solid #b8b8b8; -} - -a.h2 { - color: #222; - text-decoration: none; - display: block; - margin-top: 2px; - text-align: left; - letter-spacing: -1px; - margin-bottom: 4px; - font-size: 15px; - font-weight: bold; - line-height: 19px; - margin-right: 10px; -} - -.mainentry { - color: #444; - line-height: 145%; - display: block; -} - -.mainentry p { - margin: 2% 0 1%; - padding: 0; -} - -.mainentry a.read-more { - display: block; - padding-top: 10px; - border-top: 1px solid #c1c1c1; - position: relative; - padding-left: 10px; - color: #222; - font-weight: bold; - background: url(../core/core-images/arrow.png) no-repeat right 7px; - padding-bottom: 10px; - -webkit-border-bottom-left-radius: 8px; - -webkit-border-bottom-right-radius: 8px; - margin: 10px -10px -10px; -} - -.mainentry a.read-more:hover { - background-color: #dcdcdc; -} - -.comment-bubble, .comment-bubble-big { - background: -webkit-gradient(linear, left top, left bottom, from(#de939e), to(#a40717), color-stop(0.5, #be4958)); - -webkit-background-clip: padding-box; - height: 16px; - display: block; - -webkit-border-radius: 32px; - padding: 0 5px; - color: #fff; - text-shadow: #7b0805 0 1px 1px; - text-align: center; - border-style: solid; - border-width: 2px; - -webkit-box-shadow: rgba(0,0,0, .6) 0px 2px 3px; - position: absolute; - top: 3px; - font: bold 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; - z-index: 1; - width: auto; -} - -.comment-bubble { - border: 2px solid #FFFFFF; - box-shadow: 0 0 2px #666666; - font-size: 10px; - height: auto; - left: 44px; - padding: 0 3px; -} - -.comment-bubble-big { - left: 36px; -} - -.nothing-shown { - margin-left: -11px; - margin-top: -11px; -} - -.archive-top { - margin: -11px -11px 7px; - -webkit-border-top-right-radius: 8px; -} - -.archive-top-right .post-arrow, .archive-top-right .post-arrow-down { - margin-right: 5px; - margin-top: 28px; -} - -.archive-top-left.month-01, #arc-top.month-02, #arc-top.month-03, #arc-top.month-04, #arc-top.month-05, #arc-top.month-06, #arc-top.month-07, #arc-top.month-08, #arc-top.month-09, #arc-top.month-10, #arc-top.month-11, #arc-top.month-12 { - -webkit-border-top-left-radius: 8px; - -webkit-border-top-right-radius: 8px; - padding-top: 5px; - padding-bottom: 5px; - padding-left: 10px; - font-weight: bold; - color: #eee; - text-shadow: #535353 0 -1px 1px; -} - -.main-navigation { - -webkit-border-radius: 8px; - background-color: #fff; - margin-bottom: 12px; - position: relative; - margin-right: 10px; - margin-left: 10px; - border: 1px solid #b1b1b1; - overflow: hidden; - font-weight: bold; - padding: 10px; -} - -.main-navigation .alignleft a { - float: left; - display: block; - background: url(../core/core-images/sprite.png) no-repeat 0 -46px; - padding-top: 3px; - padding-bottom: 3px; - padding-left: 23px; -} - -.main-navigation .alignright a { - float: right; - display: block; - padding-top: 3px; - padding-bottom: 3px; - padding-right: 35px; - background: url(../core/core-images/sprite.png) no-repeat right -26px; - position: relative; - left: 15px; -} - -/* @group Calendar CSS Icons */ - -.calendar { - text-align: center; - position: relative; - margin-bottom: 5px; - margin-right: 10px; - margin-top: 0; - border: 1px solid #c9c9c9; - -webkit-border-radius: 7px; - -webkit-background-clip: padding-box; - top: 3px; - float: left; - -webkit-box-shadow: #c6c6c6 1px 1px 3px; -} - -.cal-month { - font-size: 10px; - font-weight: bold; - color: #fff; - letter-spacing: 0; - border-bottom: 1px solid #474848; - text-transform: uppercase; - padding: 3px 15px; - -webkit-border-top-left-radius: 6px; - -webkit-border-top-right-radius: 6px; -} - -.cal-date { - color: #222; - background-color: #e9e9e9; - text-shadow: white -1px -1px 1px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - letter-spacing: -2px; - font: bold 21px Helvetica, "Arial Rounded MT Bold", Geneva, sans-serif; - padding: 1px 4px 2px 0; - text-align: center; - border: 1px solid #fff; - border-top-style: none; -} - -/* @group Cal Month Colors */ - -.month-01 { - background-color: #767c8f; -} - -.month-02 { - background-color: #345abe; -} - -.month-03 { - background-color: #37838d; -} - -.month-04 { - background-color: #55b06c; -} - -.month-05 { - background-color: #409ad5; -} - -.month-06 { - background-color: #be63c5; -} - -.month-07 { - background-color: #f79445; -} - -.month-08 { - background-color: #4e1e00; -} - -.month-09 { - background-color: #a04262; -} - -.month-10 { - background-color: #284461; -} - -.month-11 { - background-color: #4d1d77; -} - -.month-12 { - background-color: #af1919; -} - -/* @end */ - -/* @end */ - -.post-author { - color: #555; - font-size: 10px; - line-height: 13px; - position: relative; - font-weight: bold; - letter-spacing: 0; - text-align: left; - width: 72%; - float: left; - padding-top: 2px; - padding-bottom: 1px; -} - -.post-author span.lead { - font-weight: normal; - font-style: normal; -} - -.post .sticky-icon { - width: 16px; - height: 16px; - display: block; - background: url(../core/core-images/sticky.png) no-repeat 0 0; - position: absolute; - left: 43px; - z-index: 1; - top: 5px; -} - -.post .sticky-icon-none { - width: 16px; - height: 16px; - display: block; - background: url(../core/core-images/sticky.png) no-repeat 0 0; - position: absolute; - left: 43px; - z-index: 1; - top: 5px; - margin-top: -12px; - margin-left: -22px; -} - -/* @end */ - -/* @group Ajax */ - -.ajax-load-more { - margin-top: 15px; - margin-right: auto; - display: block; - margin-left: auto; - width: 160px; -} - -.spin { - height: 16px; - background: url(../core/core-images/ajax-loader.gif) no-repeat; - display: inline-block; - width: 16px; - position: relative; - float: left; - top: 0; - right: 5px; -} - -a.ajax { - color: #475d79; - text-shadow: #eee 1px 1px 0; - letter-spacing: 0; - height: 16px; - font: bold 14px Helvetica, Geneva, Arial, sans-serif; - -webkit-touch-callout: none; -} - -/* @end */ - -/* @group Single Post Page */ - -a.sh2 { - letter-spacing: -1px; - margin: 0; - padding: 0 0 2px; - color: #222; - display: block; - line-height: 145%; - font-size: 19px; - font-weight: bold; - text-align: left; -} - -#singlentry { - line-height: 150%; - color: #333; - display: block; - overflow: hidden; - font-size: 14px; -} - -.single-post-meta-top { - text-align: left; - color: #999; - font-size: 10px; - font-weight: bold; - line-height: 15px; -} - -.single-post-meta-bottom { - text-align: left; - color: #666; - font-size: 11px; - border-bottom: 1px solid #adadad; - border-top: 1px solid #adadad; - padding: 10px; - font-weight: bold; - line-height: 14px; - background-color: #e5eff5; - margin: 5px -10px; - text-shadow: #fafafa 0 1px 1px; -} - -/* @group Post Options Bar */ - -.single-post-meta-bottom .post-page-nav { - font-size: 14px; - line-height: 25px; - text-indent: -99px; - margin-left: 100px; - text-align: left; - padding: 0; - margin-bottom: 10px; - letter-spacing: 0; -} - -.single-post-meta-bottom .post-page-nav a { - padding: 2px 5px 2px 8px; - background-color: #fff; - border: 1px solid #ccc; - -webkit-border-radius: 4px; - width: 16px; - margin-right: 1px; - letter-spacing: 2px; -} - -ul#post-options { - -webkit-border-bottom-left-radius: 7px; - -webkit-border-bottom-right-radius: 7px; - list-style-type: none; - background-color: #e6e6e6; - padding: 0 4px 0 0; - text-align: center; - position: relative; - margin: -5px -10px -10px; - border-top: 1px solid #fbfbfb; -} - -ul#post-options li { - margin: 0; - padding: 0; - display: inline-block; -} - -ul#post-options li a { - display: inline-block; - width: 36px; - padding: 20px 5px 16px; - margin: 2px 0 0; -} - -ul#post-options li a#oprev { - background: url(../core/core-images/post-options.png) no-repeat 5px -210px; - border-right: 1px solid #cfcfcf; - width: 34px; -} - -ul#post-options li a#onext { - background: url(../core/core-images/post-options.png) no-repeat -7px -244px; - border-left: 1px solid #cfcfcf; - width: 34px; -} - -ul#post-options li a#omail { - background: url(../core/core-images/post-options.png) no-repeat center -1px; - border-left: 1px solid #fbfbfb; - margin-left: -3px; -} - -ul#post-options li a#otweet { - background: url(../core/core-images/post-options.png) no-repeat center -82px; -} - -ul#post-options li a#facebook { - background: url(../core/core-images/post-options.png) no-repeat center -293px; -} - -ul#post-options li a#obook { - background: url(../core/core-images/post-options.png) no-repeat center -39px; - border-right: 1px solid #fbfbfb; - margin-right: -3px; -} - -/* @end */ - -/* @group Gallery / Captions */ - -#singlentry .wp-caption { - text-align: center; - font-size: 11px; - color: #999; - line-height: 13px; - max-width: 100% !important; - height: auto !important; -} - -#singlentry .gallery { - margin: 0; - padding: 0; - width: 100% !important; - height: auto !important; -} - -#singlentry .gallery dl.gallery-item img.attachment-thumbnail { - padding: 3px; - margin: 10px; - width: 50% !important; - height: auto; -} - -#singlentry .gallery dl.gallery-item { - margin: 0; -} - -#singlentry .gallery dl.gallery-item dt.gallery-icon { - margin: 0; -} - -#singlentry .gallery dl.gallery-item dd.gallery-caption { - font-size: 11px; - color: #555; -} - -/* @end */ - -/* @group Twitter / Bookmarking */ - -#twitter-box { - -webkit-border-radius: 8px; - border: 1px solid #adadad; - margin: 10px; - background-color: #fff; -} - -#twitter-box img { - float: left; - margin-right: 5px; - position: relative; - bottom: 4px; - right: 3px; - width: 28px; - height: 28px; -} - -#twitter-box ul { - list-style-type: none; - margin: 0; - padding: 0; -} - -#twitter-box li { - clear: both; - border-bottom: 1px solid #cbcbcb; - margin: 0; - padding: 0; -} - -#twitter-box li a { - display: block; - color: #222; - font-size: 13px; - font-weight: bold; - padding-top: 10px; - padding-bottom: 13px; - padding-left: 10px; - margin: 0; -} - -#bookmark-box { - -webkit-border-radius: 8px; - border: 1px solid #adadad; - margin: 10px; - background-color: #fff; -} - -#bookmark-box img { - float: left; - margin-right: 5px; - position: relative; - bottom: 4px; - right: 3px; - margin-left: 3px; - margin-top: 1px; -} - -#bookmark-box ul { - list-style-type: none; - margin: 0; - padding: 0; -} - -#bookmark-box li { - clear: both; - border-bottom: 1px solid #cbcbcb; - margin: 0; - padding: 0; -} - -#bookmark-box li a { - display: block; - color: #222; - font-size: 13px; - font-weight: bold; - padding-top: 10px; - padding-bottom: 13px; - padding-left: 10px; - margin: 0; -} - -#twitter-box li:last-child, #bookmark-box li:last-child { - border-bottom-style: none; -} - -/* @end */ - -/* @end */ - -/* @group Pages */ - -.page h2 { - font-size: 22px; - letter-spacing: -1px; - text-align: left; - line-height: 22px; - font-weight: normal; - font-style: normal; - padding-right: 0; - padding-top: 0; - padding-bottom: 0; - position: relative; - border-style: none; - margin: 10px 0 0 42px; -} - -.pageentry { - color: #444; - padding: 2px 0 0; - line-height: 145%; - display: block; -} - -img.pageicon { - position: relative; - margin-right: 10px; - width: 32px; - height: 32px; - float: left; - margin-top: -5px; - margin-left: 0; -} - -.pageentry .wp-caption { - text-align: center; - font-size: 11px; - color: #999; - line-height: 13px; - max-width: 100% !important; - height: auto !important; -} - -/* @group Archives */ - -#wptouch-tagcloud { - -webkit-border-radius: 8px; - border: 1px solid #adadad; - background-color: #fff; - margin-right: 10px; - margin-left: 10px; - padding: 10px; - text-align: justify; - text-transform: capitalize; - line-height: 150%; -} - -#wptouch-archives { - -webkit-border-radius: 8px; - border: 1px solid #adadad; - background-color: #fff; - margin-right: 10px; - margin-left: 10px; -} - -#wptouch-archives a { - color: #222; - display: block; - padding-bottom: 10px; - padding-left: 10px; - background: url(../core/core-images/arrow.png) no-repeat right center; - padding-top: 10px; -} - -#wptouch-archives ul { - padding: 0; - list-style-type: none; - margin: 0; -} - -#wptouch-archives li { - border-bottom: 1px solid #ccc; - list-style-type: none; - font-weight: bold; - font-size: 14px; - color: #222; - display: block; - padding: 0; - margin-bottom: 0; - margin-left: -10px; - margin-right: -10px; -} - -#wptouch-archives li:first-child { - margin-top: -10px; -} - -#wptouch-archives li:last-child { - margin-bottom: -10px; - border-bottom-style: none; -} - -/* @end */ - -/* @group Links */ - -#wptouch-links a { - color: #222; - display: block; - background: url(../core/core-images/arrow.png) no-repeat right center; - padding: 10px 10% 10px 10px; -} - -#wptouch-links h2 { - color: #475d79; - text-shadow: #eee 1px 1px 0; - font-size: 15px; - font-weight: bold; - margin-bottom: 10px; - margin-left: 10px; - letter-spacing: 0; - border-style: none; - text-transform: capitalize; - margin-top: 20px; -} - -#wptouch-links ul { - -webkit-border-radius: 8px; - border: 1px solid #adadad; - background-color: #fff; - list-style-type: none; - margin: 10px; - padding: 0; -} - -#wptouch-links li { - border-bottom: 1px solid #ccc; - list-style-type: none; - font-weight: bold; - font-size: 13px; - color: #333; - display: block; - padding: 0; - margin: 0; - text-shadow: #fff 0 0 0; -} - -#wptouch-links li:first-child { - border-top-style: none; -} - -#wptouch-links li:last-child { - border-bottom-style: none; -} - -/* @end */ - -/* @group Photos */ - -#wptouch-flickr { - text-align: center; - width: auto; -} - -#wptouch-flickr img { - padding: 1px; - background-color: #ccc; - margin: 5px; - width: 55px; - height: 55px; -} - -/* @end */ - -/* @group 404 */ - -#fourohfour { - -webkit-border-radius: 8px; - border: 1px solid #adadad; - background-color: #fff; - text-align: center; - margin: 10px; - padding: 10px; -} - -/* @end */ - -/* @end */ - -/* @group Comments */ - -ol#commentlist { - list-style-type: none; - display: none; - margin: 0 10px 0; - position: relative; - padding-right: 0; - padding-bottom: 0; - padding-left: 0; - -} - -ol.commentlist li { - background-color: #fff; - padding: 10px; - border-bottom: 1px solid #dedede; - margin: 0; - overflow: hidden; - font-size: 12px; - border-right: 1px solid #b1b1b1; - border-left: 1px solid #b1b1b1; - position: relative; - line-height: 17px; - box-shadow: rgba(255,255,255,.8) 0px 1px 0px; -} - -h3#com-head { - font-weight: bold; - font-size: 13px; - -webkit-border-radius: 8px; - text-shadow: #fff 0 1px 0; - margin-left: 10px; - margin-right: 10px; - border: 1px solid #b1b1b1; - background: url("/skins/mobile/themes/core/core-images/com_arrow.png") no-repeat scroll 10px 11px #FFFFFF; - position: relative; - padding-top: 10px; - padding-bottom: 10px; - padding-left: 29px; - cursor: pointer; - display: block; -} - -h3#com-head img#com-arrow { - margin-right: 5px; - position: relative; - top: 1px; - -webkit-transform: scale(1.0) rotate(0deg); - -webkit-transition-duration: 0.6s; -} - -.comhead-open { - -webkit-border-bottom-left-radius: 0px !important; - -webkit-border-bottom-right-radius: 0px !important; - margin-bottom: -1px; - background-color: #eee !important; -} - -.com-arrow-down { - -webkit-transform: scale(1.0) rotate(90deg) !important; - -webkit-transition-duration: 0.6s !important; -} - -ol.commentlist li:first-child { - border-top: 1px solid #b1b1b1; -} - -ol.commentlist li:last-child { - border-bottom: 1px solid #b1b1b1; - -webkit-border-bottom-left-radius: 8px; - -webkit-border-bottom-right-radius: 8px; -} - -ol.commentlist li img.avatar { - float: left; - border-right: 1px solid #f9f9f9; - margin-right: 5px; - width: 32px; - height: 32px; -} - -ol.commentlist li ul { - padding: 0; - margin: 0; - list-style-type: none; -} - -ol.commentlist .parent { - background-color: #fefdec; -} - -ol.commentlist .parent ul.children li { - border: 1px solid #ddd; - background-color: #e9f8fd; - -webkit-border-radius: 8px; -} - -ol.commentlist ul.children .parent ul.children li.alt { - border: 1px solid #ddd; - background-color: #fff; - padding: 10px; - margin: 10px 0 0; - -webkit-border-radius: 8px; -} - -ol.commentlist ul.children .parent ul.children li.even { - border: 1px solid #ddd !important; - background-color: #f9fbf6; - padding: 10px; - margin: 10px 0 0; - -webkit-border-radius: 8px; -} - -ol.commentlist .reply a, .comdater { - position: absolute; - top: 6px; - right: 5px; - font-weight: bold; - font-size: 10px; - background-color: #e5e5e5; - padding: 1px 5px; - border: 1px solid #fff; - -webkit-border-radius: 3px; - text-shadow: #fff 0 1px 0px; -} - -ol.commentlist .comdater span { - margin-right: 3px; - border-right: 1px solid #fefefe; - display: inline-block; -} - -ol.commentlist .comdater span a { - padding-right: 7px; -} - -ol.commentlist .comdater span a:last-child { - border-right: 1px solid #ccc; - display: inline-block; -} - -ol.commentlist .comment-author { - font-weight: bold; -} - -ol.commentlist .comment-meta a { - font-size: 11px; - color: #999; -} - -.navigation.commentnav { - height: 17px; - padding-right: 0; - padding-top: 10px; - padding-left: 10px; -} - -.navigation.commentnav .alignright a { - background-repeat: no-repeat; - background-position: right -26px; - padding-right: 35px; -} - -.navigation.commentnav .alignleft a { - background-repeat: no-repeat; - background-position: left -46px; - padding-left: 25px; -} - -.comtop { - background-color: #f5f5f5; - padding-left: 0; - padding-bottom: 15px; - border-bottom: 1px solid #dedede; - margin-top: -10px; - margin-left: -10px; - margin-right: -10px; - height: 17px; -} - -.com-author a { - font-weight: bold; - text-transform: capitalize; - font-size: 13px; - text-shadow: #fff 0 1px 0; - -webkit-border-top-right-radius: 0px; -} - -.com-author { - font-weight: bold; - text-transform: capitalize; - font-size: 13px; - position: relative; - text-shadow: #fff 0 1px 0; - -webkit-border-top-right-radius: 0px; - padding-left: 10px; - padding-top: 7px; -} - -/* - -@end */ - -/* @group Leaving A Comment */ - -h3#comments, h3#respond { - color: #475d79; - text-shadow: #eee 1px 1px 0; - letter-spacing: -1px; - font-size: 17px; - padding-left: 10px; - padding-top: 20px; -} - -h3.coms-closed { - text-align: center; - margin-top: 25px; -} - -.preview { - background-color: #fdeeab; - color: #bf7b20; - font-weight: bold; - text-shadow: #fff 0 1px 1px; - font-size: 11px; -} - -.preview span { - position: absolute; - right: 62px; - top: 8px; - padding-right: 15px; -} - -p.logged { - color: #475d79; - text-shadow: #eee 1px 1px 0; - font-size: 11px; - font-weight: bold; - position: relative; - top: 2px; - margin-top: 35px; -} - -#commentForm { - margin-left: 10px; - margin-right: 10px; -} - -#commentForm input, #replyForm input, .reply-button { - -webkit-border-radius: 8px; - border: 1px solid #adadad; - padding: 3px; - margin: 0; - font-size: 13px; - color: #444; - width: 170px; - vertical-align: middle; -} - -.reply-button { - color: #555; - font-weight: bold; - width: 25%; - opacity: 1; - background-color: #eee; - border: 1px solid #aaa; - text-shadow: #fff 0 1px 0; -} - -textarea#comment, textarea#commentReply { - -webkit-border-radius: 8px; - border: 1px solid #adadad; - font-size: 13px; - color: #444; - height: 110px; - width: 98%; - padding: 3px; - box-shadow: rgba(255,255,255,.8) 0px 1px 0px; -} - -#loading { - position: relative; - background-color: #dedede; - -webkit-border-radius: 8px; - border: 1px solid #9fa5ac; - opacity: 0.85; - z-index: 9; - margin: 0; - bottom: 166px; - text-align: center; - width: 98%; - height: 64px; - max-width: 453px; - padding: 50px 3px 2px; -} - -#loading p { - display: inline; - position: relative; - bottom: 3px; - left: 3px; - text-shadow: #fff 0 1px 0; - font-size: 12px; - color: #2f4e71; - font-weight: bold; -} - -#commentForm label, #replyForm label { - color: #475d79; - text-shadow: #eee 1px 1px 0; - font-size: 12px; - font-weight: bold; -} - -#refresher { - -webkit-border-radius: 8px; - padding: 10px 10px 10px 18px; - border: 1px solid #b1b1b1; - background-color: #e9f5f8; - color: #475d79; - font-weight: bold; - margin-left: 10px; - margin-right: 10px; - text-shadow: #f5f5f5 0 1px 1px; - margin-top: 20px; -} - -#refresher img { - float: left; - margin-right: 3px; - margin-left: -10px; -} - -#refresher h3 { - padding: 0; - margin: 0 0 5px; - color: #475d79; - text-shadow: #f5f5f5 0 1px 1px; -} - -p.subscribe-to-comments { - padding: 8px; - -webkit-border-radius: 8px; - background-color: #eee; - border: 1px solid #adadad; -} - -p.subscribe-to-comments label { - text-shadow: #fff 0 1px 0 !important; - color: #333 !important; -} - -p.subscribe-to-comments input#subscribe { - padding-right: 3px; - vertical-align: top; -} - -#commentErrorTip, #commentErrorTipReply { - background-color: #fed4d2; - border: 1px solid red; - padding: 8px; - text-align: center; - font-weight: bold; - text-shadow: #ffecec 0 1px 0; - -webkit-border-radius: 8px; -} - -/* - - @end */ - -/* @group Text Options */ - -.full-justified { - text-align: justify; -} - -.left-justifed { - text-align: left; -} - -.small-text { - font-size: 1.1em; -} - -.medium-text { - font-size: 1.2em; -} - -.large-text { - font-size: 1.3em; -} - -/* @end */ - -/* @group Background Options */ - -.classic-wptouch-bg { - background-image: url(../core/core-images/pinstripes-classic.gif); -} - -.argyle-wptouch-bg { - background-image: url(../core/core-images/argyle-tie.gif); -} - -.horizontal-wptouch-bg { - background-image: url(../core/core-images/pinstripes-horizontal.gif); -} - -.diagonal-wptouch-bg { - background-image: url(../core/core-images/pinstripes-diagonal.gif); -} - -.skated-wptouch-bg { - background-image: url(../core/core-images/skated-concrete.gif); -} - -.grid-wptouch-bg { - background-image: url(../core/core-images/grid.gif); -} - -/* @end */ - -/* @group Footer */ - -#footer { - text-align: center; - color: #475d79; - font-size: 10px; - font-weight: bold; - text-shadow: #eee 1px 1px 0; - margin-top: 60px; - line-height: 13px; - padding: 0 0 10px; -} - -#footer p { - margin: 0; - padding: 0 25px 5px; -} - -/* @group Switch Link */ - -#wptouch-switch-link { - -webkit-border-radius: 8px; - border: 1px solid #adadad; - margin-right: 10px; - margin-left: 10px; - margin-bottom: 20px; - position: relative; - max-width: 300px; - padding: 13px 10px 12px 8px; - color: #222; - text-shadow: #fff 0 0 0; - font-size: 13px; - text-align: left; - background-color: #fff; - box-shadow: rgba(255,255,255,.8) 0px 1px 0px; -} - -#wptouch-switch-link a { - position: relative; - display: block; - width: 77px; - background: url(../core/core-images/onoff.jpg) no-repeat left top; - height: 22px; - float: right; - left: 2px; - bottom: 5px; -} - -.offimg { - width: 77px; - background: url(../core/core-images/onoff.jpg) no-repeat 0 -22px !important; - height: 22px; -} - -/* @end */ - -/* @end */ - -/* @group WPtouch Adsense area */ - -#adsense-area { - height: 50px; - overflow: none; - margin-bottom: 12px; - background: transparent; -} - -#adsense-area iframe { - height: 50px!important; - overflow: none; -} - -/* @end */ - -/* @group No Script Overlay */ - -#noscript-wrap { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - background-color: #eee; - z-index: 1000; - opacity: 0.9; -} - -#noscript { - color: #ddd; - display: block; - height: 54%; - text-shadow: #000000 -1px -1px 0; - -webkit-border-radius: 15px; - -webkit-box-shadow: #444 0px 0px 15px; - width: auto; - padding-right: 25px; - padding-left: 25px; - background: #0d0d0d url(../../images/saved.png) no-repeat center top; - padding-top: 110px; - text-align: center; - border: 3px solid #444; - font: 14px Helvetica, Arial, sans-serif; - margin: 25px; -} - -/* @end */ - -/* @group Post Thumbnails (2.9+ only) */ - -.wptouch-post-thumb-wrap { - position: relative; - margin-right: 8px; - display: block; - margin-bottom: 4px; - width: 46px; - height: 46px; - float: left; -} - -.wptouch-post-thumb img { - width: 46px; - height: 46px; -} - -.wptouch-post-thumb-wrap .thumb-top-left { - position: absolute; - top: 0; - left: 0; - height: 9px; - width: 9px; - background: url(../core/core-images/thumb-corners.png) no-repeat 0 0; -} - -.wptouch-post-thumb-wrap .thumb-top-right { - position: absolute; - top: 0; - right: 0; - width: 9px; - height: 9px; - background: url(../core/core-images/thumb-corners.png) no-repeat right top; -} - -.wptouch-post-thumb-wrap .thumb-bottom-left { - position: absolute; - bottom: 0; - left: 0; - width: 9px; - height: 9px; - background: url(../core/core-images/thumb-corners.png) no-repeat 0 -9px; -} - -.wptouch-post-thumb-wrap .thumb-bottom-right { - position: absolute; - bottom: 0; - right: 0; - width: 9px; - height: 9px; - background: url(../core/core-images/thumb-corners.png) 9px -9px; -} - -/* @end */ - -/* @group iOS 5 */ - -.ios5 #headerbar { - position: fixed; - top: 0; - z-index: 1; -} - -.ios5 #drop-fade { - position: fixed; - top: 46px; -} - -.ios5 #wptouch-menu { - position: fixed; -} - -.ios5 .content { - padding-top: 56px; -} - -.ios5 .content.single { - padding-top: 66px; -} - -.ios5 #wptouch-search { - z-index: 2; - position: fixed; -} - -/* @end */ - -/* @group Compatibility */ - -#livefyre { - margin-left: 9px; - margin-right: 9px; - width: 100%; - background-color: #fff; - border: 1px solid #CCC; - -webkit-border-radius: 8px; - padding: 10px; -} - -#wwsgd-optin, #outbrain_container_0_stripBox, #outbrain_container_0_stars, .linkedin_share_container, .dd_post_share, .tweetmeme_button, #dd_ajax_float { - display: none; -} - -/* @group Dynamic Contact Form */ - -#dwp-contact-button, .dwpcontact-page { - display: none !important; -} - -/* @end */ - -/* @group Banner Cycler */ - -#cycler, #cyclerNav { - display: none; -} - -/* @end */ - -/* @group Gravity Forms */ - -.gform_wrapper li, .gform_wrapper form li { - list-style-type: none!important; - padding-left: 30px; -} - -.gform_wrapper .gform_footer { - margin-top: 0; - margin-left: 20px; -} - -body.wptouch-pro .post .gform_wrapper .gform_body ul.gform_fields { - text-indent: 0!important; - margin: 0; - padding: 0 -} - -body.wptouch-pro .post .gform_wrapper .gform_body ul.gform_fields li { - padding-left: 0!important -} - - - -/* @end */ - -/* @group WP Skypscraper */ - -.wp_skyscraper_c2 { - display: none; -} - -/* @end */ - -/* @group AddThis / Tweet This */ - -.addthis_container { - display: none !important; -} - -a.tt { - display: none !important; -} - -/* @end */ - -/* @group Peter's Anti Spam Support */ - -#secureimgdiv img#cas_image { - -webkit-border-radius: 2px !important; - border: 1px solid #adadad !important; - width: auto !important; - height: 21px !important; - float: left !important; -} - -#secureimgdiv p label { - color: #475d79; - text-shadow: #eee 1px 1px 0; - font-size: 14px; - font-weight: bold; -} - -#secureimgdiv p small { - display: block; - margin-top: 5px; - font-size: 11px; - text-align: justify; -} - -#secureimgdiv p input#securitycode { - -webkit-border-radius: 8px; - border: 1px solid #adadad; - padding: 3px; - margin: 0 0 0 0; - font-size: 13px; - color: #444; - width: 101px; - -webkit-border-top-left-radius: 1px; - -webkit-border-bottom-left-radius: 1px; -} - -/* @end */ - -/* @group Ribbon Manager Plugin Override */ - -a#ribbon { - display: none !important; -} - -/* @end */ - -/* @group Subscribe To Comments */ - -p.subscribe-to-comments { - padding: 8px; - -webkit-border-radius: 8px; - background-color: #fff; - border: 1px solid #adadad; -} - -p.subscribe-to-comments label { - text-shadow: #fff 0 1px 0 !important; - color: #333 !important; -} - -p.subscribe-to-comments input#subscribe { - padding-right: 3px; - vertical-align: top; - width: auto; - height: auto; -} - -.commentlist p.subscribe-to-comments { - -} - -/* @end */ - -/* @group Digg Box */ - -span.db-body { - display: none; -} - -/* @end */ - -/* @group WP Thread Comment */ - -p.thdrpy, p.thdmang { - display: inline; - margin-right: 10px; -} - -/* @end */ - -/* @group WP Greet Box */ - -#greet_block { - display: none; -} - -/* @end */ - -/* @group Comment Reply Notification */ - -#commentForm input#comment_mail_notify { - margin-right: 5px; - margin-top: 15px; - margin-bottom: 5px; -} - -/* @end */ - -/* @group Share and Follow */ - -.footer #follow.right { - display: none !important; -} - -.content ul.socialwrap { - display: none; -} - -/* @end */ - -/* @group Disqus */ - -#disqus_thread { - -webkit-border-radius: 8px; - border: 1px solid #adadad; - background-color: #fff; - padding: 10px; - margin-left: 10px; - margin-right: 10px; - margin-top: 50px; -} - -/* @end */ - -/* @group WP Tweet Button */ - -#content .tw_button { - display: none !important; -} - -/* @end */ - -/* @group Follow Me */ - -#followMeTabLeftSm, #followMeTabLeftSm img { - display: none !important; - height: 0 !important; - width: 0 !important; - visibility: hidden !important; - position: -1000em !important; -} - -/* @end */ - -/* @group Comment Quicktags */ - -#commentForm #ed_toolbar { - margin-left: 9px; -} - -#commentForm #ed_toolbar .ed_button { - width: auto !important; - margin-bottom: 10px; - margin-top: 5px; - margin-right: 3px; - -webkit-border-radius: 4px !important; - padding: 2px 6px !important; - font-size: 11px; - font-weight: bold; -} - -/* @end */ - -/* @group Zenbox */ - -#zenbox_tab {display: none !important;} - - - -/* @end */ - -/* @group AttentionGrabber */ - -#attentionGrabber, #attentionGrabberWrap #openAttentionGrabber { - display: none !important; -} - - - -/* @end */ - -/* @group smartPop-Up Box */ - -#smartPopupfade, #pietimerholder { - display: none !important; -} - - - -/* @end */ - -/* @group Mega Dropdown */ - -.megadropdown-wrapper { - display: none !important; -} - - - -/* @end */ - -/* @group Easy Button */ - -.buttonfixed { - display: none !important; -} - - - -/* @end */ - -/* @group AS Sharebar */ - -#as-share-window { - display:none !important; -} - - - -/* @end */ - - - +/* @override + http://beta.bravenewcode.com/wordpress/wp-content/plugins/wptouch/themes/default/style.css + http://www.bravenewcode.com/wordpress/wp-content/plugins/wptouch/themes/default/style.css +*/ + +/* +Theme Name: WPtouch Mobile Plugin & Theme For WordPress +Theme URI: http://www.bravenewcode.com/wptouch/ +Description: A slick theme for your blog or website that is shown only when visitors are using an iPhone, iPod touch, or Android Mobile Device +Author: BraveNewCode Inc. +Author URI: http://www.bravenewcode.com/ +*/ + +/* @group Body and Theme-Wide Elements */ + +body { + margin: 0; + padding: 0; + font: 12px Helvetica; + -webkit-text-size-adjust: none; + min-height: 460px; + background-repeat: repeat; + background-position: 0 0; +} + +ul { + margin: 0; + padding: 0 20px 0 20px; + list-style-type: circle; + list-style-position: outside; +} + +ol { + margin: 0; + padding: 0 25px 0 20px; + list-style-type: decimal; + list-style-position: outside; +} + +li { + margin-bottom: 5px; + color: #555; + list-style-type: disc; + text-align: left; + padding-bottom: 5px; + font-size: 12px; + margin-right: -15px; + padding-top: 0; +} + +a { + text-decoration: none; +} + +input, textarea { + font: 12px Helvetica; + max-width: 96%; +} + +img { + vertical-align: middle; +} + +code { + font-family: Courier, "Courier New", mono; + color: red; +} + +blockquote { + text-align: left; + padding: 1px 10px 1px 15px; + font-size: 90%; + border-left: 2px solid #ccc; + margin: 5px 15px; +} + +.clearer { + clear: both; +} + +.content { + margin-top: 15px; + position: relative; +} + +.result-text { + color: #475d79; + text-shadow: #eee 1px 1px 0; + font-size: 15px; + font-weight: bold; + margin-bottom: 10px; + margin-left: 10px; + letter-spacing: 0; + border-style: none; +} + +.result-text-footer { + color: #475d79; + text-shadow: #eee 1px 1px 0; + letter-spacing: 0; + font-size: 15px; + font-weight: bold; + margin-bottom: 10px; + margin-left: 10px; + text-align: center; + display: block; +} + +.pageentry h1, .mainentry h1 { + font-size: 22px; +} + +.pageentry h2, .mainentry h2 { + font-size: 18px; + text-shadow: #f9f9f9 -1px -1px 0; + text-align: left; + padding-bottom: 10px; + color: #222; +} + +.pageentry h3, .mainentry h3 { + text-align: left; + color: #666; + font-size: 15px; + border-bottom: 1px solid #adadad; + border-top: 1px solid #adadad; + padding: 10px; + font-weight: bold; + line-height: 14px; + background-color: #eee; + margin: 15px -10px; + text-shadow: #fff -1px 1px 0; +} + +.pageentry h4, .mainentry h4 { + font-size: 13px; + text-shadow: #f9f9f9 -1px -1px 0; + padding: 0 0 10px; + padding-bottom: 10px; + color: #666; +} + +.pageentry h5, .mainentry h5 { + text-shadow: #f9f9f9 -1px -1px 0; + font-size: 12px; + padding: 0; +} + +.mainentry img, #singlentry img, .pageentry img, ol.commentlist li img { + max-width: 100%; + height: auto; +} + +.fontsize { + font-size: 1.2em; + line-height: 140%; +} + +.aligncenter { + text-align: center; + margin-left: auto; + display: block; + margin-right: auto; +} + +/* @end */ + +/* @group Header */ + +#headerbar *, #wptouch-menu * { + -webkit-touch-callout: none; +} + +#headerbar { + width: 100%; + background-position: 0 0; + background-repeat: repeat-x; + height: 45px; + border-bottom: 1px solid #1e1e1e; + font-size: 19px; + -webkit-touch-callout: none; +} + +#headerbar-title { + text-shadow: #242424 -1px -1px 1px; + padding-top: 10px; + padding-left: 10px; + display: block; + margin: 0; + border-style: none; + padding-bottom: 4px; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + width: 85%; + font-weight: bold; + height: 29px; +} + +#headerbar-title a { + text-decoration: none; + letter-spacing: -1px; + position: relative; + font-family: HelveticaNeue-Bold, sans-serif; +} + +#headerbar-title img#logo-icon { + position: relative; + margin-right: 7px; + max-width: 30px; + float: left; + width: 28px; + height: 28px; + padding: 0; + bottom: 1px; +} + +#headerbar-menu { + position: absolute; + top: 0; + right: 0; + margin: 0; + padding: 0; +} + +#headerbar-menu a { + height: 45px; + display: block; + background: url(../core/core-images/wptouch-menu-dropper.png) 0 0; + width: 30px; + margin: 0; + padding: 0; +} + +#headerbar-menu .open { + background-position: 0 -45px; +} + +/* @group Sub-Menu */ + +#drop-fade { + width: 100%; + display: block; + position: relative; + -webkit-box-shadow: #000 -3px 2px 3px; + text-align: right; + border-top: 1px solid #3e3e3e; + height: 20px; + top: 0; + z-index: 1; +} + +#drop-fade a.top { + margin-right: 8px; + position: relative; + bottom: 3px; + color: #eee; + text-shadow: #000000 0px -1px 1px; + display: block; + float: right; + font: bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif; + height: 18px; + padding: 6px 2px 2px 0; +} + +#drop-fade #prowlopen { + padding-left: 18px; + background: url(../core/core-images/menu-sprite.png) no-repeat 2px -60px; + padding-top: 3px; + padding-bottom: 1px; + margin-top: 3px; +} + +#drop-fade #wordtwitopen { + padding-left: 18px; + background: url(../core/core-images/menu-sprite.png) no-repeat 2px -74px; +} + +#drop-fade #searchopen { + padding-left: 18px; + background: url(../core/core-images/menu-sprite.png) no-repeat 2px -94px; + height: 15px; + overflow: hidden; + padding-bottom: 0; + padding-top: 3px; + margin-top: 3px; +} + +#drop-fade #gigpressopen { + padding-left: 18px; + background: url(../core/core-images/menu-sprite.png) no-repeat 2px -109px; + padding-top: 3px; + padding-bottom: 1px; + margin-top: 3px; +} + +/* @end */ + +/* @group DropDown Menu */ + +.dropper { + width: 100%; + position: relative; + z-index: 1; + margin: 0; + padding: 0; + border-top: 1px solid #1b1b1b; + font-size: 13px; + background-color: #2c2c2c; +} + +.dropper ul { + position: relative; + list-style-type: none; + margin: 0; + padding: 0; +} + +.dropper ul#head-tags li, .dropper ul#head-cats li { + width: 100%; + margin: 0; + padding: 0; +} + +.dropper ul#head-pages li, .dropper ul#head-cats li, .dropper ul#head-tags li li, .dropper ul#head-account li, ul#tweets li { + border-bottom: 1px solid #1d1d1d; + background: url(../core/core-images/arrow.png) no-repeat right center; + border-top: 1px solid #363636; + padding: 0; + text-align: left; + margin: 0; +} + +.dropper ul#head-account li.text { + color: #eee; + text-shadow: #111 0 -1px 1px; + text-align: center; + background-image: none; + padding-top: 25px; + padding-bottom: 25px; + text-transform: none; +} + +.dropper ul#head-account li.text a { + display: inline; + margin: 0; + padding: 0; + text-decoration: underline; +} + +.dropper ul#head-cats li:hover, .dropper ul#head-tags li li:hover, .dropper ul#head-pages li:hover { + background-color: #222; + border-top: 1px solid #222; + position: relative; + z-index: 2; +} + +.dropper a { + font-weight: bold; + display: block; + text-shadow: #000 -1px -1px 1px; + color: #d2d2d2; + margin: 0; + width: auto; + padding: 12px 35px 12px 15px; + text-align: left; +} + +.dropper ul#head-tags a { + padding-top: 11px; + padding-bottom: 12px; +} + +.dropper ul#head-cats a { + padding-top: 12px; + padding-bottom: 12px; +} + +/* @group Tab Menus */ + +#wptouch-menu { + position: absolute; + z-index: 2; + top: 45px; + -webkit-box-shadow: #333 -6px 6px 6px; + display: none; +} + +#wptouch-menu-inner { + position: relative; +} + +#wptouch-menu-inner img { + float: left; + position: relative; + bottom: 7px; + width: 28px; + padding-right: 10px; + right: 0; +} + +#tabnav { + background-color: #444; + padding-top: 3px; + border-bottom: 1px solid #1b1b1b; + border-top: 1px solid #575757; + padding-left: 7px; + height: 38px; + margin-bottom: -1px; +} +#tabnav img{ + position: relative; + margin-top: 3px; + max-width: 30px; + float: left; + width: 28px; + height: 28px; + padding: 0; + bottom: 1px; +} +#tabnav a { + display: inline-block; + margin: 0; + padding: 2px 8px 7px; + color: #999; + text-shadow: #111 0 -1px 1px; +} + +#tabnav a.selected { + background-color: #2c2c2c; + position: relative; + z-index: 1; + -webkit-border-top-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + border: 1px solid #1b1b1b; + margin-left: -1px; + margin-right: -1px; + color: #fff !important; + -webkit-box-shadow: #222 0px -2px 3px; + border-bottom: 1px solid #2c2c2c; + text-shadow: #000000 0 -1px 1px; +} + +#tabnav a:hover, #tabnav a:active { + color: #fff !important; +} + +/* @end */ + +/* @end */ + +/* @group WordTwit Menu */ + +#wptouch-wordtwit { + position: absolute; + border-top: 1px solid #3e3e3e; + background-color: #222; + top: 20px; + text-align: left; + z-index: 2; + left: 0; + right: 0; +} + +#wptouch-wordtwit #twitter-style-bar { + display: block; + border-top: 1px solid #1e1e1e; +} + +#wordtwit-avatar { + text-align: left; + padding-bottom: 10px; + -webkit-border-radius: 8px; + padding-left: 5px; + padding-top: 5px; + border: 1px solid #555; + background-image: none; + background-color: #444; + margin: 10px; +} + +#wordtwit-avatar img { + -webkit-box-reflect: below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(white)); + border: 1px solid #222; + float: left; + margin-right: 15px; + -webkit-border-radius: 2px; + width: 32px; + height: 32px; +} + +#wptouch-wordtwit a#follow-arrow { + border-style: none; + width: 18px; + height: 18px; + position: absolute; + top: 22px; + right: 15px; + padding: 5px; + margin: 0; +} + +#wordtwit-avatar p { + padding: 0; + margin: 0; + color: #777; +} + +#wordtwit-avatar p.twitter_username { + color: #eee; + text-shadow: #222 0 -1px 1px; + font-size: 15px; + font-weight: bold; +} + +#wordtwit-avatar a { + display: inline-block; + font-size: 11px; + color: #999; + text-shadow: #222 0 -1px 0; + padding: 3px 0 0; +} + +#wptouch-wordtwit ul#tweets li { + color: #ccc; + font-size: 12px; + text-shadow: #000000 0 -1px 0; + background-image: none; + background-color: #2c2c2c; + padding: 10px 50px 10px 10px; +} + +#wptouch-wordtwit ul#tweets li:last-child { + padding-bottom: 30px; +} + +#wptouch-wordtwit li p.time { + color: #777; + font-size: 11px; + padding: 0; + margin: 0; +} + +/* @end */ + +/* @group Push Message Area */ + +#prowl-message { + color: #eee; + text-shadow: #000000 0 -1px 1px; + clear: both; + padding: 10px; + text-align: left; + font-size: 11px; + border-top: 1px solid #3e3e3e; + background-color: #222; + position: absolute; + top: 20px; + right: 0; + left: 0; +} + +#prowl-message #push-style-bar { + display: block; + border-top: 1px solid #1e1e1e; + margin-left: -10px; + margin-right: -10px; + margin-top: -10px; + padding-top: 10px; +} + +#prowl-message form p { + font-weight: bold; + font-size: 12px; + position: relative; + margin-bottom: 10px; + margin-top: 10px; + clear: both; +} + +#prowl-message label { + margin-left: 5px; +} + +#prowl-message input { + width: 60%; + -webkit-border-radius: 10px; + padding: 3px; + color: #222; + border: 1px solid #1b1b1b; + font: 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; +} + +#prowl-message input#prowl-submit { + width: 100px; + text-align: center; + color: #fff; + text-shadow: #333 0 -1px 1px; + font-weight: bold; + border: 1px solid #333; + margin-top: 10px; + float: right; +} + +#prowl-message textarea { + width: 98%; + -webkit-border-radius: 10px; + padding: 3px; + color: #222; + border: 1px solid #1b1b1b; + height: 70px; + overflow: auto; + margin-top: 2px; + font: 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; +} + +#prowl-message h4 { + font-size: 14px; + margin: 10px 0 15px; + padding: 0; +} + +#prowl-message img { + float: left; + margin-right: 10px; +} + +/* @group Success */ + +#prowl-success { + color: #eee; + text-shadow: #000000 0 -1px 1px; + font: bold 16px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; + text-align: center; + background: #000 url(../core/core-images/push-success.png) no-repeat center 50px; + position: absolute; + top: 0; + left: 0; + z-index: 1000; + opacity: 0.9; + width: 90%; + margin-left: 5%; + margin-top: 25px; + -webkit-border-radius: 15px; + -webkit-box-shadow: #444 0px 0px 15px; +} + +#prowl-success p, #prowl-fail p { + margin-top: 125px; + margin-left: 20%; + margin-right: 20%; +} + +#prowl-fail { + color: #eee; + text-shadow: #000000 0 -1px 1px; + font: bold 16px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; + text-align: center; + background: #000 url(../core/core-images/push-fail.png) no-repeat center 50px; + position: absolute; + top: 0; + left: 0; + z-index: 1000; + opacity: 0.9; + width: 90%; + margin-left: 5%; + margin-top: 25px; + -webkit-border-radius: 15px; + -webkit-box-shadow: #444 0px 0px 15px; +} + +/* @end */ + +/* @end */ + +/* @group Login & Search */ + +#wptouch-login { + position: absolute; + top: 0; + left: 0; + z-index: 1; + width: 100%; + display: none; +} + +#wptouch-login-inner { + padding-top: 8px; + width: 100%; + height: 35px; + background-repeat: repeat-x; + text-align: center; + padding-bottom: 2px; +} + +#wptouch-login input#log { + width: 120px; + -webkit-border-radius: 10px; + padding: 3px; + font-size: 13px; + color: #222; + font-weight: bold; + border: 1px solid #1b1b1b; +} + +#wptouch-login input#pwd { + width: 120px; + -webkit-border-radius: 10px; + padding: 3px; + font-size: 13px; + color: #222; + font-weight: bold; + border: 1px solid #1b1b1b; + margin-left: 5px; +} + +#wptouch-login input#logsub { + visibility: hidden; + width: 0; + height: 0; + float: left; + overflow: hidden; + display: inline; + margin: 0 0 0 -22px; + padding: 0; +} + +#wptouch-search { + position: absolute; + top: 0; + left: 0; + z-index: 1; + width: 100%; + display: none; +} + +#wptouch-search-inner { + width: 100%; + height: 40px; + background-repeat: repeat-x; + text-align: center; + padding-top: 5px; +} + +input#search { + -webkit-border-radius: 10px; + padding: 4px; + width: 80%; + font-size: 13px; + color: #222; + text-align: left; + margin-top: 6px; + border: 1px solid #1b1b1b; + font-weight: bold; +} + +input#search-submit { + display: none; +} + +img.head-close { + display: inline; + position: relative; + top: 6px; + left: 5px; +} + +/* @end */ + +/* @end */ + +/* @group Index Page */ + +.post { + background-color: #fff; + padding: 10px; + margin-bottom: 12px; + margin-right: 10px; + margin-left: 10px; + border: 1px solid #b1b1b1; + -webkit-border-radius: 8px; + position: relative; + z-index: 0; + box-shadow: rgba(255,255,255,.8) 0px 1px 0px; +} + +.big { + height: 200px; +} + +a.post-arrow { + width: 22px; + height: 21px; + float: right; + margin-top: 1px; + padding: 0; + background: #f4f4f4 url(../core/core-images/post-arrow.png) no-repeat center 8px; + border: 1px solid #ddd; + -webkit-border-radius: 5px; + -webkit-transform: scale(1.0) rotate(0deg); + -webkit-transition-duration: 0.6s; + -webkit-touch-callout: none; +} + +a.post-arrow-down { + -webkit-transform: scale(1.0) rotate(180deg); + -webkit-transition-duration: 0.6s; + background: #dfe3e3 url(../core/core-images/post-arrow.png) no-repeat center -12px; + border: 1px solid #b8b8b8; +} + +a.h2 { + color: #222; + text-decoration: none; + display: block; + margin-top: 2px; + text-align: left; + letter-spacing: -1px; + margin-bottom: 4px; + font-size: 15px; + font-weight: bold; + line-height: 19px; + margin-right: 10px; +} + +.mainentry { + color: #444; + line-height: 145%; + display: block; +} + +.mainentry p { + margin: 2% 0 1%; + padding: 0; +} + +.mainentry a.read-more { + display: block; + padding-top: 10px; + border-top: 1px solid #c1c1c1; + position: relative; + padding-left: 10px; + color: #222; + font-weight: bold; + background: url(../core/core-images/arrow.png) no-repeat right 7px; + padding-bottom: 10px; + -webkit-border-bottom-left-radius: 8px; + -webkit-border-bottom-right-radius: 8px; + margin: 10px -10px -10px; +} + +.mainentry a.read-more:hover { + background-color: #dcdcdc; +} + +.comment-bubble, .comment-bubble-big { + background: -webkit-gradient(linear, left top, left bottom, from(#de939e), to(#a40717), color-stop(0.5, #be4958)); + -webkit-background-clip: padding-box; + height: 16px; + display: block; + -webkit-border-radius: 32px; + padding: 0 5px; + color: #fff; + text-shadow: #7b0805 0 1px 1px; + text-align: center; + border-style: solid; + border-width: 2px; + -webkit-box-shadow: rgba(0,0,0, .6) 0px 2px 3px; + position: absolute; + top: 3px; + font: bold 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; + z-index: 1; + width: auto; +} + +.comment-bubble { + border: 2px solid #FFFFFF; + box-shadow: 0 0 2px #666666; + font-size: 10px; + height: auto; + left: 44px; + padding: 0 3px; +} + +.comment-bubble-big { + left: 36px; +} + +.nothing-shown { + margin-left: -11px; + margin-top: -11px; +} + +.archive-top { + margin: -11px -11px 7px; + -webkit-border-top-right-radius: 8px; +} + +.archive-top-right .post-arrow, .archive-top-right .post-arrow-down { + margin-right: 5px; + margin-top: 28px; +} + +.archive-top-left.month-01, #arc-top.month-02, #arc-top.month-03, #arc-top.month-04, #arc-top.month-05, #arc-top.month-06, #arc-top.month-07, #arc-top.month-08, #arc-top.month-09, #arc-top.month-10, #arc-top.month-11, #arc-top.month-12 { + -webkit-border-top-left-radius: 8px; + -webkit-border-top-right-radius: 8px; + padding-top: 5px; + padding-bottom: 5px; + padding-left: 10px; + font-weight: bold; + color: #eee; + text-shadow: #535353 0 -1px 1px; +} + +.main-navigation { + -webkit-border-radius: 8px; + background-color: #fff; + margin-bottom: 12px; + position: relative; + margin-right: 10px; + margin-left: 10px; + border: 1px solid #b1b1b1; + overflow: hidden; + font-weight: bold; + padding: 10px; +} + +.main-navigation .alignleft a { + float: left; + display: block; + background: url(../core/core-images/sprite.png) no-repeat 0 -46px; + padding-top: 3px; + padding-bottom: 3px; + padding-left: 23px; +} + +.main-navigation .alignright a { + float: right; + display: block; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 35px; + background: url(../core/core-images/sprite.png) no-repeat right -26px; + position: relative; + left: 15px; +} + +/* @group Calendar CSS Icons */ + +.calendar { + text-align: center; + position: relative; + margin-bottom: 5px; + margin-right: 10px; + margin-top: 0; + border: 1px solid #c9c9c9; + -webkit-border-radius: 7px; + -webkit-background-clip: padding-box; + top: 3px; + float: left; + -webkit-box-shadow: #c6c6c6 1px 1px 3px; +} + +.cal-month { + font-size: 10px; + font-weight: bold; + color: #fff; + letter-spacing: 0; + border-bottom: 1px solid #474848; + text-transform: uppercase; + padding: 3px 15px; + -webkit-border-top-left-radius: 6px; + -webkit-border-top-right-radius: 6px; +} + +.cal-date { + color: #222; + background-color: #e9e9e9; + text-shadow: white -1px -1px 1px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + letter-spacing: -2px; + font: bold 21px Helvetica, "Arial Rounded MT Bold", Geneva, sans-serif; + padding: 1px 4px 2px 0; + text-align: center; + border: 1px solid #fff; + border-top-style: none; +} + +/* @group Cal Month Colors */ + +.month-01 { + background-color: #767c8f; +} + +.month-02 { + background-color: #345abe; +} + +.month-03 { + background-color: #37838d; +} + +.month-04 { + background-color: #55b06c; +} + +.month-05 { + background-color: #409ad5; +} + +.month-06 { + background-color: #be63c5; +} + +.month-07 { + background-color: #f79445; +} + +.month-08 { + background-color: #4e1e00; +} + +.month-09 { + background-color: #a04262; +} + +.month-10 { + background-color: #284461; +} + +.month-11 { + background-color: #4d1d77; +} + +.month-12 { + background-color: #af1919; +} + +/* @end */ + +/* @end */ + +.post-author { + color: #555; + font-size: 10px; + line-height: 13px; + position: relative; + font-weight: bold; + letter-spacing: 0; + text-align: left; + width: 72%; + float: left; + padding-top: 2px; + padding-bottom: 1px; +} + +.post-author span.lead { + font-weight: normal; + font-style: normal; +} + +.post .sticky-icon { + width: 16px; + height: 16px; + display: block; + background: url(../core/core-images/sticky.png) no-repeat 0 0; + position: absolute; + left: 43px; + z-index: 1; + top: 5px; +} + +.post .sticky-icon-none { + width: 16px; + height: 16px; + display: block; + background: url(../core/core-images/sticky.png) no-repeat 0 0; + position: absolute; + left: 43px; + z-index: 1; + top: 5px; + margin-top: -12px; + margin-left: -22px; +} + +/* @end */ + +/* @group Ajax */ + +.ajax-load-more { + margin-top: 15px; + margin-right: auto; + display: block; + margin-left: auto; + width: 160px; +} + +.spin { + height: 16px; + background: url(../core/core-images/ajax-loader.gif) no-repeat; + display: inline-block; + width: 16px; + position: relative; + float: left; + top: 0; + right: 5px; +} + +a.ajax { + color: #475d79; + text-shadow: #eee 1px 1px 0; + letter-spacing: 0; + height: 16px; + font: bold 14px Helvetica, Geneva, Arial, sans-serif; + -webkit-touch-callout: none; +} + +/* @end */ + +/* @group Single Post Page */ + +a.sh2 { + letter-spacing: -1px; + margin: 0; + padding: 0 0 2px; + color: #222; + display: block; + line-height: 145%; + font-size: 19px; + font-weight: bold; + text-align: left; +} + +#singlentry { + line-height: 150%; + color: #333; + display: block; + overflow: hidden; + font-size: 14px; +} + +.single-post-meta-top { + text-align: left; + color: #999; + font-size: 10px; + font-weight: bold; + line-height: 15px; +} + +.single-post-meta-bottom { + text-align: left; + color: #666; + font-size: 11px; + border-bottom: 1px solid #adadad; + border-top: 1px solid #adadad; + padding: 10px; + font-weight: bold; + line-height: 14px; + background-color: #e5eff5; + margin: 5px -10px; + text-shadow: #fafafa 0 1px 1px; +} + +/* @group Post Options Bar */ + +.single-post-meta-bottom .post-page-nav { + font-size: 14px; + line-height: 25px; + text-indent: -99px; + margin-left: 100px; + text-align: left; + padding: 0; + margin-bottom: 10px; + letter-spacing: 0; +} + +.single-post-meta-bottom .post-page-nav a { + padding: 2px 5px 2px 8px; + background-color: #fff; + border: 1px solid #ccc; + -webkit-border-radius: 4px; + width: 16px; + margin-right: 1px; + letter-spacing: 2px; +} + +ul#post-options { + -webkit-border-bottom-left-radius: 7px; + -webkit-border-bottom-right-radius: 7px; + list-style-type: none; + background-color: #e6e6e6; + padding: 0 4px 0 0; + text-align: center; + position: relative; + margin: -5px -10px -10px; + border-top: 1px solid #fbfbfb; +} + +ul#post-options li { + margin: 0; + padding: 0; + display: inline-block; +} + +ul#post-options li a { + display: inline-block; + width: 36px; + padding: 20px 5px 16px; + margin: 2px 0 0; +} + +ul#post-options li a#oprev { + background: url(../core/core-images/post-options.png) no-repeat 5px -210px; + border-right: 1px solid #cfcfcf; + width: 34px; +} + +ul#post-options li a#onext { + background: url(../core/core-images/post-options.png) no-repeat -7px -244px; + border-left: 1px solid #cfcfcf; + width: 34px; +} + +ul#post-options li a#omail { + background: url(../core/core-images/post-options.png) no-repeat center -1px; + border-left: 1px solid #fbfbfb; + margin-left: -3px; +} + +ul#post-options li a#otweet { + background: url(../core/core-images/post-options.png) no-repeat center -82px; +} + +ul#post-options li a#facebook { + background: url(../core/core-images/post-options.png) no-repeat center -293px; +} + +ul#post-options li a#obook { + background: url(../core/core-images/post-options.png) no-repeat center -39px; + border-right: 1px solid #fbfbfb; + margin-right: -3px; +} + +/* @end */ + +/* @group Gallery / Captions */ + +#singlentry .wp-caption { + text-align: center; + font-size: 11px; + color: #999; + line-height: 13px; + max-width: 100% !important; + height: auto !important; +} + +#singlentry .gallery { + margin: 0; + padding: 0; + width: 100% !important; + height: auto !important; +} + +#singlentry .gallery dl.gallery-item img.attachment-thumbnail { + padding: 3px; + margin: 10px; + width: 50% !important; + height: auto; +} + +#singlentry .gallery dl.gallery-item { + margin: 0; +} + +#singlentry .gallery dl.gallery-item dt.gallery-icon { + margin: 0; +} + +#singlentry .gallery dl.gallery-item dd.gallery-caption { + font-size: 11px; + color: #555; +} + +/* @end */ + +/* @group Twitter / Bookmarking */ + +#twitter-box { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + margin: 10px; + background-color: #fff; +} + +#twitter-box img { + float: left; + margin-right: 5px; + position: relative; + bottom: 4px; + right: 3px; + width: 28px; + height: 28px; +} + +#twitter-box ul { + list-style-type: none; + margin: 0; + padding: 0; +} + +#twitter-box li { + clear: both; + border-bottom: 1px solid #cbcbcb; + margin: 0; + padding: 0; +} + +#twitter-box li a { + display: block; + color: #222; + font-size: 13px; + font-weight: bold; + padding-top: 10px; + padding-bottom: 13px; + padding-left: 10px; + margin: 0; +} + +#bookmark-box { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + margin: 10px; + background-color: #fff; +} + +#bookmark-box img { + float: left; + margin-right: 5px; + position: relative; + bottom: 4px; + right: 3px; + margin-left: 3px; + margin-top: 1px; +} + +#bookmark-box ul { + list-style-type: none; + margin: 0; + padding: 0; +} + +#bookmark-box li { + clear: both; + border-bottom: 1px solid #cbcbcb; + margin: 0; + padding: 0; +} + +#bookmark-box li a { + display: block; + color: #222; + font-size: 13px; + font-weight: bold; + padding-top: 10px; + padding-bottom: 13px; + padding-left: 10px; + margin: 0; +} + +#twitter-box li:last-child, #bookmark-box li:last-child { + border-bottom-style: none; +} + +/* @end */ + +/* @end */ + +/* @group Pages */ + +.page h2 { + font-size: 22px; + letter-spacing: -1px; + text-align: left; + line-height: 22px; + font-weight: normal; + font-style: normal; + padding-right: 0; + padding-top: 0; + padding-bottom: 0; + position: relative; + border-style: none; + margin: 10px 0 0 42px; +} + +.pageentry { + color: #444; + padding: 2px 0 0; + line-height: 145%; + display: block; +} + +img.pageicon { + position: relative; + margin-right: 10px; + width: 32px; + height: 32px; + float: left; + margin-top: -5px; + margin-left: 0; +} + +.pageentry .wp-caption { + text-align: center; + font-size: 11px; + color: #999; + line-height: 13px; + max-width: 100% !important; + height: auto !important; +} + +/* @group Archives */ + +#wptouch-tagcloud { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + background-color: #fff; + margin-right: 10px; + margin-left: 10px; + padding: 10px; + text-align: justify; + text-transform: capitalize; + line-height: 150%; +} + +#wptouch-archives { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + background-color: #fff; + margin-right: 10px; + margin-left: 10px; +} + +#wptouch-archives a { + color: #222; + display: block; + padding-bottom: 10px; + padding-left: 10px; + background: url(../core/core-images/arrow.png) no-repeat right center; + padding-top: 10px; +} + +#wptouch-archives ul { + padding: 0; + list-style-type: none; + margin: 0; +} + +#wptouch-archives li { + border-bottom: 1px solid #ccc; + list-style-type: none; + font-weight: bold; + font-size: 14px; + color: #222; + display: block; + padding: 0; + margin-bottom: 0; + margin-left: -10px; + margin-right: -10px; +} + +#wptouch-archives li:first-child { + margin-top: -10px; +} + +#wptouch-archives li:last-child { + margin-bottom: -10px; + border-bottom-style: none; +} + +/* @end */ + +/* @group Links */ + +#wptouch-links a { + color: #222; + display: block; + background: url(../core/core-images/arrow.png) no-repeat right center; + padding: 10px 10% 10px 10px; +} + +#wptouch-links h2 { + color: #475d79; + text-shadow: #eee 1px 1px 0; + font-size: 15px; + font-weight: bold; + margin-bottom: 10px; + margin-left: 10px; + letter-spacing: 0; + border-style: none; + text-transform: capitalize; + margin-top: 20px; +} + +#wptouch-links ul { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + background-color: #fff; + list-style-type: none; + margin: 10px; + padding: 0; +} + +#wptouch-links li { + border-bottom: 1px solid #ccc; + list-style-type: none; + font-weight: bold; + font-size: 13px; + color: #333; + display: block; + padding: 0; + margin: 0; + text-shadow: #fff 0 0 0; +} + +#wptouch-links li:first-child { + border-top-style: none; +} + +#wptouch-links li:last-child { + border-bottom-style: none; +} + +/* @end */ + +/* @group Photos */ + +#wptouch-flickr { + text-align: center; + width: auto; +} + +#wptouch-flickr img { + padding: 1px; + background-color: #ccc; + margin: 5px; + width: 55px; + height: 55px; +} + +/* @end */ + +/* @group 404 */ + +#fourohfour { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + background-color: #fff; + text-align: center; + margin: 10px; + padding: 10px; +} + +/* @end */ + +/* @end */ + +/* @group Comments */ + +ol#commentlist { + list-style-type: none; + display: none; + margin: 0 10px 0; + position: relative; + padding-right: 0; + padding-bottom: 0; + padding-left: 0; + +} + +ol.commentlist li { + background-color: #fff; + padding: 10px; + border-bottom: 1px solid #dedede; + margin: 0; + overflow: hidden; + font-size: 12px; + border-right: 1px solid #b1b1b1; + border-left: 1px solid #b1b1b1; + position: relative; + line-height: 17px; + box-shadow: rgba(255,255,255,.8) 0px 1px 0px; +} + +h3#com-head { + font-weight: bold; + font-size: 13px; + -webkit-border-radius: 8px; + text-shadow: #fff 0 1px 0; + margin-left: 10px; + margin-right: 10px; + border: 1px solid #b1b1b1; + background: url("/skins/mobile/themes/core/core-images/com_arrow.png") no-repeat scroll 10px 11px #FFFFFF; + position: relative; + padding-top: 10px; + padding-bottom: 10px; + padding-left: 29px; + cursor: pointer; + display: block; +} + +h3#com-head img#com-arrow { + margin-right: 5px; + position: relative; + top: 1px; + -webkit-transform: scale(1.0) rotate(0deg); + -webkit-transition-duration: 0.6s; +} + +.comhead-open { + -webkit-border-bottom-left-radius: 0px !important; + -webkit-border-bottom-right-radius: 0px !important; + margin-bottom: -1px; + background-color: #eee !important; +} + +.com-arrow-down { + -webkit-transform: scale(1.0) rotate(90deg) !important; + -webkit-transition-duration: 0.6s !important; +} + +ol.commentlist li:first-child { + border-top: 1px solid #b1b1b1; +} + +ol.commentlist li:last-child { + border-bottom: 1px solid #b1b1b1; + -webkit-border-bottom-left-radius: 8px; + -webkit-border-bottom-right-radius: 8px; +} + +ol.commentlist li img.avatar { + float: left; + border-right: 1px solid #f9f9f9; + margin-right: 5px; + width: 32px; + height: 32px; +} + +ol.commentlist li ul { + padding: 0; + margin: 0; + list-style-type: none; +} + +ol.commentlist .parent { + background-color: #fefdec; +} + +ol.commentlist .parent ul.children li { + border: 1px solid #ddd; + background-color: #e9f8fd; + -webkit-border-radius: 8px; +} + +ol.commentlist ul.children .parent ul.children li.alt { + border: 1px solid #ddd; + background-color: #fff; + padding: 10px; + margin: 10px 0 0; + -webkit-border-radius: 8px; +} + +ol.commentlist ul.children .parent ul.children li.even { + border: 1px solid #ddd !important; + background-color: #f9fbf6; + padding: 10px; + margin: 10px 0 0; + -webkit-border-radius: 8px; +} + +ol.commentlist .reply a, .comdater { + position: absolute; + top: 6px; + right: 5px; + font-weight: bold; + font-size: 10px; + background-color: #e5e5e5; + padding: 1px 5px; + border: 1px solid #fff; + -webkit-border-radius: 3px; + text-shadow: #fff 0 1px 0px; +} + +ol.commentlist .comdater span { + margin-right: 3px; + border-right: 1px solid #fefefe; + display: inline-block; +} + +ol.commentlist .comdater span a { + padding-right: 7px; +} + +ol.commentlist .comdater span a:last-child { + border-right: 1px solid #ccc; + display: inline-block; +} + +ol.commentlist .comment-author { + font-weight: bold; +} + +ol.commentlist .comment-meta a { + font-size: 11px; + color: #999; +} + +.navigation.commentnav { + height: 17px; + padding-right: 0; + padding-top: 10px; + padding-left: 10px; +} + +.navigation.commentnav .alignright a { + background-repeat: no-repeat; + background-position: right -26px; + padding-right: 35px; +} + +.navigation.commentnav .alignleft a { + background-repeat: no-repeat; + background-position: left -46px; + padding-left: 25px; +} + +.comtop { + background-color: #f5f5f5; + padding-left: 0; + padding-bottom: 15px; + border-bottom: 1px solid #dedede; + margin-top: -10px; + margin-left: -10px; + margin-right: -10px; + height: 17px; +} + +.com-author a { + font-weight: bold; + text-transform: capitalize; + font-size: 13px; + text-shadow: #fff 0 1px 0; + -webkit-border-top-right-radius: 0px; +} + +.com-author { + font-weight: bold; + text-transform: capitalize; + font-size: 13px; + position: relative; + text-shadow: #fff 0 1px 0; + -webkit-border-top-right-radius: 0px; + padding-left: 10px; + padding-top: 7px; +} + +/* + +@end */ + +/* @group Leaving A Comment */ + +h3#comments, h3#respond { + color: #475d79; + text-shadow: #eee 1px 1px 0; + letter-spacing: -1px; + font-size: 17px; + padding-left: 10px; + padding-top: 20px; +} + +h3.coms-closed { + text-align: center; + margin-top: 25px; +} + +.preview { + background-color: #fdeeab; + color: #bf7b20; + font-weight: bold; + text-shadow: #fff 0 1px 1px; + font-size: 11px; +} + +.preview span { + position: absolute; + right: 62px; + top: 8px; + padding-right: 15px; +} + +p.logged { + color: #475d79; + text-shadow: #eee 1px 1px 0; + font-size: 11px; + font-weight: bold; + position: relative; + top: 2px; + margin-top: 35px; +} + +#commentForm { + margin-left: 10px; + margin-right: 10px; +} + +#commentForm input, #replyForm input, .reply-button { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + padding: 3px; + margin: 0; + font-size: 13px; + color: #444; + width: 170px; + vertical-align: middle; +} + +.reply-button { + color: #555; + font-weight: bold; + width: 25%; + opacity: 1; + background-color: #eee; + border: 1px solid #aaa; + text-shadow: #fff 0 1px 0; +} + +textarea#comment, textarea#commentReply { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + font-size: 13px; + color: #444; + height: 110px; + width: 98%; + padding: 3px; + box-shadow: rgba(255,255,255,.8) 0px 1px 0px; +} + +#loading { + position: relative; + background-color: #dedede; + -webkit-border-radius: 8px; + border: 1px solid #9fa5ac; + opacity: 0.85; + z-index: 9; + margin: 0; + bottom: 166px; + text-align: center; + width: 98%; + height: 64px; + max-width: 453px; + padding: 50px 3px 2px; +} + +#loading p { + display: inline; + position: relative; + bottom: 3px; + left: 3px; + text-shadow: #fff 0 1px 0; + font-size: 12px; + color: #2f4e71; + font-weight: bold; +} + +#commentForm label, #replyForm label { + color: #475d79; + text-shadow: #eee 1px 1px 0; + font-size: 12px; + font-weight: bold; +} + +#refresher { + -webkit-border-radius: 8px; + padding: 10px 10px 10px 18px; + border: 1px solid #b1b1b1; + background-color: #e9f5f8; + color: #475d79; + font-weight: bold; + margin-left: 10px; + margin-right: 10px; + text-shadow: #f5f5f5 0 1px 1px; + margin-top: 20px; +} + +#refresher img { + float: left; + margin-right: 3px; + margin-left: -10px; +} + +#refresher h3 { + padding: 0; + margin: 0 0 5px; + color: #475d79; + text-shadow: #f5f5f5 0 1px 1px; +} + +p.subscribe-to-comments { + padding: 8px; + -webkit-border-radius: 8px; + background-color: #eee; + border: 1px solid #adadad; +} + +p.subscribe-to-comments label { + text-shadow: #fff 0 1px 0 !important; + color: #333 !important; +} + +p.subscribe-to-comments input#subscribe { + padding-right: 3px; + vertical-align: top; +} + +#commentErrorTip, #commentErrorTipReply { + background-color: #fed4d2; + border: 1px solid red; + padding: 8px; + text-align: center; + font-weight: bold; + text-shadow: #ffecec 0 1px 0; + -webkit-border-radius: 8px; +} + +/* + + @end */ + +/* @group Text Options */ + +.full-justified { + text-align: justify; +} + +.left-justifed { + text-align: left; +} + +.small-text { + font-size: 1.1em; +} + +.medium-text { + font-size: 1.2em; +} + +.large-text { + font-size: 1.3em; +} + +/* @end */ + +/* @group Background Options */ + +.classic-wptouch-bg { + background-image: url(../core/core-images/pinstripes-classic.gif); +} + +.argyle-wptouch-bg { + background-image: url(../core/core-images/argyle-tie.gif); +} + +.horizontal-wptouch-bg { + background-image: url(../core/core-images/pinstripes-horizontal.gif); +} + +.diagonal-wptouch-bg { + background-image: url(../core/core-images/pinstripes-diagonal.gif); +} + +.skated-wptouch-bg { + background-image: url(../core/core-images/skated-concrete.gif); +} + +.grid-wptouch-bg { + background-image: url(../core/core-images/grid.gif); +} + +/* @end */ + +/* @group Footer */ + +#footer { + text-align: center; + color: #475d79; + font-size: 10px; + font-weight: bold; + text-shadow: #eee 1px 1px 0; + margin-top: 60px; + line-height: 13px; + padding: 0 0 10px; +} + +#footer p { + margin: 0; + padding: 0 25px 5px; +} + +/* @group Switch Link */ + +#wptouch-switch-link { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + margin-right: 10px; + margin-left: 10px; + margin-bottom: 20px; + position: relative; + max-width: 300px; + padding: 13px 10px 12px 8px; + color: #222; + text-shadow: #fff 0 0 0; + font-size: 13px; + text-align: left; + background-color: #fff; + box-shadow: rgba(255,255,255,.8) 0px 1px 0px; +} + +#wptouch-switch-link a { + position: relative; + display: block; + width: 77px; + background: url(../core/core-images/onoff.jpg) no-repeat left top; + height: 22px; + float: right; + left: 2px; + bottom: 5px; +} + +.offimg { + width: 77px; + background: url(../core/core-images/onoff.jpg) no-repeat 0 -22px !important; + height: 22px; +} + +/* @end */ + +/* @end */ + +/* @group WPtouch Adsense area */ + +#adsense-area { + height: 50px; + overflow: none; + margin-bottom: 12px; + background: transparent; +} + +#adsense-area iframe { + height: 50px!important; + overflow: none; +} + +/* @end */ + +/* @group No Script Overlay */ + +#noscript-wrap { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #eee; + z-index: 1000; + opacity: 0.9; +} + +#noscript { + color: #ddd; + display: block; + height: 54%; + text-shadow: #000000 -1px -1px 0; + -webkit-border-radius: 15px; + -webkit-box-shadow: #444 0px 0px 15px; + width: auto; + padding-right: 25px; + padding-left: 25px; + background: #0d0d0d url(../../images/saved.png) no-repeat center top; + padding-top: 110px; + text-align: center; + border: 3px solid #444; + font: 14px Helvetica, Arial, sans-serif; + margin: 25px; +} + +/* @end */ + +/* @group Post Thumbnails (2.9+ only) */ + +.wptouch-post-thumb-wrap { + position: relative; + margin-right: 8px; + display: block; + margin-bottom: 4px; + width: 46px; + height: 46px; + float: left; +} + +.wptouch-post-thumb img { + width: 46px; + height: 46px; +} + +.wptouch-post-thumb-wrap .thumb-top-left { + position: absolute; + top: 0; + left: 0; + height: 9px; + width: 9px; + background: url(../core/core-images/thumb-corners.png) no-repeat 0 0; +} + +.wptouch-post-thumb-wrap .thumb-top-right { + position: absolute; + top: 0; + right: 0; + width: 9px; + height: 9px; + background: url(../core/core-images/thumb-corners.png) no-repeat right top; +} + +.wptouch-post-thumb-wrap .thumb-bottom-left { + position: absolute; + bottom: 0; + left: 0; + width: 9px; + height: 9px; + background: url(../core/core-images/thumb-corners.png) no-repeat 0 -9px; +} + +.wptouch-post-thumb-wrap .thumb-bottom-right { + position: absolute; + bottom: 0; + right: 0; + width: 9px; + height: 9px; + background: url(../core/core-images/thumb-corners.png) 9px -9px; +} + +/* @end */ + +/* @group iOS 5 */ + +.ios5 #headerbar { + position: fixed; + top: 0; + z-index: 1; +} + +.ios5 #drop-fade { + position: fixed; + top: 46px; +} + +.ios5 #wptouch-menu { + position: fixed; +} + +.ios5 .content { + padding-top: 56px; +} + +.ios5 .content.single { + padding-top: 66px; +} + +.ios5 #wptouch-search { + z-index: 2; + position: fixed; +} + +/* @end */ + +/* @group Compatibility */ + +#livefyre { + margin-left: 9px; + margin-right: 9px; + width: 100%; + background-color: #fff; + border: 1px solid #CCC; + -webkit-border-radius: 8px; + padding: 10px; +} + +#wwsgd-optin, #outbrain_container_0_stripBox, #outbrain_container_0_stars, .linkedin_share_container, .dd_post_share, .tweetmeme_button, #dd_ajax_float { + display: none; +} + +/* @group Dynamic Contact Form */ + +#dwp-contact-button, .dwpcontact-page { + display: none !important; +} + +/* @end */ + +/* @group Banner Cycler */ + +#cycler, #cyclerNav { + display: none; +} + +/* @end */ + +/* @group Gravity Forms */ + +.gform_wrapper li, .gform_wrapper form li { + list-style-type: none!important; + padding-left: 30px; +} + +.gform_wrapper .gform_footer { + margin-top: 0; + margin-left: 20px; +} + +body.wptouch-pro .post .gform_wrapper .gform_body ul.gform_fields { + text-indent: 0!important; + margin: 0; + padding: 0 +} + +body.wptouch-pro .post .gform_wrapper .gform_body ul.gform_fields li { + padding-left: 0!important +} + + + +/* @end */ + +/* @group WP Skypscraper */ + +.wp_skyscraper_c2 { + display: none; +} + +/* @end */ + +/* @group AddThis / Tweet This */ + +.addthis_container { + display: none !important; +} + +a.tt { + display: none !important; +} + +/* @end */ + +/* @group Peter's Anti Spam Support */ + +#secureimgdiv img#cas_image { + -webkit-border-radius: 2px !important; + border: 1px solid #adadad !important; + width: auto !important; + height: 21px !important; + float: left !important; +} + +#secureimgdiv p label { + color: #475d79; + text-shadow: #eee 1px 1px 0; + font-size: 14px; + font-weight: bold; +} + +#secureimgdiv p small { + display: block; + margin-top: 5px; + font-size: 11px; + text-align: justify; +} + +#secureimgdiv p input#securitycode { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + padding: 3px; + margin: 0 0 0 0; + font-size: 13px; + color: #444; + width: 101px; + -webkit-border-top-left-radius: 1px; + -webkit-border-bottom-left-radius: 1px; +} + +/* @end */ + +/* @group Ribbon Manager Plugin Override */ + +a#ribbon { + display: none !important; +} + +/* @end */ + +/* @group Subscribe To Comments */ + +p.subscribe-to-comments { + padding: 8px; + -webkit-border-radius: 8px; + background-color: #fff; + border: 1px solid #adadad; +} + +p.subscribe-to-comments label { + text-shadow: #fff 0 1px 0 !important; + color: #333 !important; +} + +p.subscribe-to-comments input#subscribe { + padding-right: 3px; + vertical-align: top; + width: auto; + height: auto; +} + +.commentlist p.subscribe-to-comments { + +} + +/* @end */ + +/* @group Digg Box */ + +span.db-body { + display: none; +} + +/* @end */ + +/* @group WP Thread Comment */ + +p.thdrpy, p.thdmang { + display: inline; + margin-right: 10px; +} + +/* @end */ + +/* @group WP Greet Box */ + +#greet_block { + display: none; +} + +/* @end */ + +/* @group Comment Reply Notification */ + +#commentForm input#comment_mail_notify { + margin-right: 5px; + margin-top: 15px; + margin-bottom: 5px; +} + +/* @end */ + +/* @group Share and Follow */ + +.footer #follow.right { + display: none !important; +} + +.content ul.socialwrap { + display: none; +} + +/* @end */ + +/* @group Disqus */ + +#disqus_thread { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + background-color: #fff; + padding: 10px; + margin-left: 10px; + margin-right: 10px; + margin-top: 50px; +} + +/* @end */ + +/* @group WP Tweet Button */ + +#content .tw_button { + display: none !important; +} + +/* @end */ + +/* @group Follow Me */ + +#followMeTabLeftSm, #followMeTabLeftSm img { + display: none !important; + height: 0 !important; + width: 0 !important; + visibility: hidden !important; + position: -1000em !important; +} + +/* @end */ + +/* @group Comment Quicktags */ + +#commentForm #ed_toolbar { + margin-left: 9px; +} + +#commentForm #ed_toolbar .ed_button { + width: auto !important; + margin-bottom: 10px; + margin-top: 5px; + margin-right: 3px; + -webkit-border-radius: 4px !important; + padding: 2px 6px !important; + font-size: 11px; + font-weight: bold; +} + +/* @end */ + +/* @group Zenbox */ + +#zenbox_tab {display: none !important;} + + + +/* @end */ + +/* @group AttentionGrabber */ + +#attentionGrabber, #attentionGrabberWrap #openAttentionGrabber { + display: none !important; +} + + + +/* @end */ + +/* @group smartPop-Up Box */ + +#smartPopupfade, #pietimerholder { + display: none !important; +} + + + +/* @end */ + +/* @group Mega Dropdown */ + +.megadropdown-wrapper { + display: none !important; +} + + + +/* @end */ + +/* @group Easy Button */ + +.buttonfixed { + display: none !important; +} + + + +/* @end */ + +/* @group AS Sharebar */ + +#as-share-window { + display:none !important; +} + + + +/* @end */ + + + /* @end */ \ No newline at end of file diff --git a/next/article-list.ftl b/next/article-list.ftl index b0874d2..c77ac75 100644 --- a/next/article-list.ftl +++ b/next/article-list.ftl @@ -33,7 +33,9 @@   |  ${viewsLabel} ${article.articleViewCount}°C
- ${article.articleAbstract} +
+ ${article.articleAbstract} +
${readLabel} » diff --git a/next/css/next.css b/next/css/next.css index 699c248..d816d92 100644 --- a/next/css/next.css +++ b/next/css/next.css @@ -18,7 +18,7 @@ * skin next style * * @author Liyuan Li - * @version 0.1.1.1, Aug 23, 2016 + * @version 0.2.2.1, Sep 6, 2016 */ /* start reset */ html { @@ -250,8 +250,10 @@ img { /* start framework */ .wrapper { - width: 700px; + max-width: 700px; + min-width: 600px; margin: 0 auto; + padding: 0 10px; } .main { @@ -263,12 +265,11 @@ img { .header { background: #f5f5f5; margin-bottom: 80px; - padding: 40px 45px; + padding: 40px 0px; } .logo-wrap { float: left; - margin-left: -20px; overflow: hidden; top: 0; opacity: 0; @@ -386,6 +387,10 @@ img { -webkit-transform: translateZ(0); } +.sidebar-toggle.has-toc .sidebar-toggle-line{ + background: #87daff; +} + .sidebar-toggle-line { position: relative; display: inline-block; @@ -570,6 +575,34 @@ img { font-size: 14px; line-height: 2; } + +.sidebar section { + opacity: 0; + position: relative; +} + +.sidebar > ul > li { + display: inline-block; + cursor: pointer; + border-bottom: 1px solid transparent; + font-size: 14px; + color: #555; +} + +.sidebar > ul > li:hover { + color: #f5f5f5; +} + +.sidebar > ul > li.current { + color: #87daff; + border-bottom-color: #87daff; +} + +.sidebar > ul > li:last-child { + margin-left: 10px; +} + + /* end side */ /* start list*/ @@ -711,6 +744,15 @@ img { #externalRelevantArticles ul { margin-top: 5px; } + +.article-body { + overflow: auto; + text-align: justify; +} + +.article-body p { + margin: 0 0 25px 0; +} /* end article */ /* start comments */ @@ -936,13 +978,18 @@ ul.comments .comment-meta time { /* end archives */ /* start responsive */ - -@media (max-width: 700px) { - .b3-solo-list { - margin: 0; - padding: 0; +@media (max-width: 1000px) { + .sidebar-toggle, + .sidebar { + display: none; } + body { + padding-right: 0 !important; + } +} + +@media (max-width: 700px) { .page-archive .posts-collapse .archive-move-on { margin-left: 5px; } @@ -950,9 +997,6 @@ ul.comments .comment-meta time { .posts-collapse { margin-left: 10px; } -} - -@media (max-width: 500px) { pre { word-wrap: break-word; word-break: break-all; @@ -972,7 +1016,6 @@ ul.comments .comment-meta time { .logo-line-after, .menu, .site-search, - .sidebar-toggle, .back-to-top { display: none; } @@ -990,18 +1033,9 @@ ul.comments .comment-meta time { background-color: #ddd; display: none; } - - .header .wrapper { - padding: 0 10px; - } - - .logo-wrap .site-title { - margin-left: 10px; - } - + .wrapper { - width: auto; - margin: 0 10px; + min-width: inherit; } .btn-bar { @@ -1028,6 +1062,12 @@ ul.comments .comment-meta time { .footer { text-align: center; + font-size: 12px; + padding: 10px 0; + } + + .footer .fn-right { + float: none; } } /* end responsive */ \ No newline at end of file diff --git a/next/footer.ftl b/next/footer.ftl index ea6cf48..e66743e 100644 --- a/next/footer.ftl +++ b/next/footer.ftl @@ -1,5 +1,5 @@