diff --git a/skins/5styles/--error.ftl b/skins/5styles/--error.ftl index 611abbf..936b74a 100644 --- a/skins/5styles/--error.ftl +++ b/skins/5styles/--error.ftl @@ -1,3 +1,22 @@ +<#-- + + Solo - A small and beautiful blogging system written in Java. + Copyright (c) 2010-2019, b3log.org & hacpai.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +--> <#include "macro-head.ftl"> diff --git a/skins/5styles/archive-articles.ftl b/skins/5styles/archive-articles.ftl index d4b1597..d82e8cd 100644 --- a/skins/5styles/archive-articles.ftl +++ b/skins/5styles/archive-articles.ftl @@ -1,3 +1,22 @@ +<#-- + + Solo - A small and beautiful blogging system written in Java. + Copyright (c) 2010-2019, b3log.org & hacpai.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +--> <#include "macro-head.ftl"> diff --git a/skins/5styles/article-list.ftl b/skins/5styles/article-list.ftl index e08c352..247fcc3 100644 --- a/skins/5styles/article-list.ftl +++ b/skins/5styles/article-list.ftl @@ -1,3 +1,22 @@ +<#-- + + Solo - A small and beautiful blogging system written in Java. + Copyright (c) 2010-2019, b3log.org & hacpai.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +--> <#if 0 != recentComments?size> <#list articles as article>
diff --git a/skins/5styles/article.ftl b/skins/5styles/article.ftl index 501db59..b2b2c4b 100644 --- a/skins/5styles/article.ftl +++ b/skins/5styles/article.ftl @@ -1,5 +1,25 @@ +<#-- + + Solo - A small and beautiful blogging system written in Java. + Copyright (c) 2010-2019, b3log.org & hacpai.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +--> <#include "macro-head.ftl"> <#include "macro-comments.ftl"> +<#include "../../common-template/macro-comment_script.ftl"> @@ -95,7 +115,7 @@ <#include "footer.ftl">
- <@comment_script oId=article.oId> + <@comment_script oId=article.oId commentable=article.commentable> page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}"; <#if 0 != randomArticlesDisplayCount> page.loadRandomArticles(); diff --git a/skins/5styles/author-articles.ftl b/skins/5styles/author-articles.ftl index 950965b..239ff71 100644 --- a/skins/5styles/author-articles.ftl +++ b/skins/5styles/author-articles.ftl @@ -1,3 +1,22 @@ +<#-- + + Solo - A small and beautiful blogging system written in Java. + Copyright (c) 2010-2019, b3log.org & hacpai.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +--> <#include "macro-head.ftl"> diff --git a/skins/5styles/css/5styles.css b/skins/5styles/css/5styles.css index 45d7354..891d7e8 100644 --- a/skins/5styles/css/5styles.css +++ b/skins/5styles/css/5styles.css @@ -1,3 +1,20 @@ +/** + * Solo - A small and beautiful blogging system written in Java. + * Copyright (c) 2010-2019, b3log.org & hacpai.com + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ @charset "utf-8"; body { margin:0; @@ -540,74 +557,6 @@ cursor: hand; border-color:#76B33A #98C64C #98C64C #76B33A; color:#074A7E; } -#commentURLLabel,#commentURLLabelReply { - background:url("../images/textfield.gif") repeat-x scroll 50% 0 #FFFFFF; - border:1px solid #A6A6A6; - border-right:0px; - float:left; - height:20px; - line-height:20px; - padding-left:2px; -} -#commentURL,#commentURLReply { - border-left:0 none; - width:157px; -} -.em00,.em01,.em02,.em03,.em04,.em05,.em06,.em07,.em08,.em09,.em10,.em11,.em12,.em13,.em14 { - background-image:url("../images/emotions/emotions-ease.png"); - float:left; - height:24px; - margin-right:5px; - width:24px; -} -.error-msg { - color:#3366CC; -} -#emotions span { - cursor:pointer; -} -.em01 { - background-position:-24px 0; -} -.em02 { - background-position:-48px 0; -} -.em03 { - background-position:-72px 0; -} -.em04 { - background-position:-96px 0; -} -.em05 { - background-position:0px -24px; -} -.em06 { - background-position:-24px -24px; -} -.em07 { - background-position:-48px -24px; -} -.em08 { - background-position:-72px -24px; -} -.em09 { - background-position:-96px -24px; -} -.em10 { - background-position:0 -48px; -} -.em11 { - background-position:-24px -48px; -} -.em12 { - background-position:-48px -48px; -} -.em13 { - background-position:-72px -48px; -} -.em14 { - background-position:-96px -48px; -} .em-span { line-height:24px; float:left; diff --git a/skins/5styles/css/5styles.min.css b/skins/5styles/css/5styles.min.css new file mode 100644 index 0000000..3e847e3 --- /dev/null +++ b/skins/5styles/css/5styles.min.css @@ -0,0 +1 @@ +@charset "utf-8";.article-relative li,.shortline{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#header,#header h1 a,a{text-decoration:none}.center,.navigation{text-align:center}body{margin:0;padding:0;font:Verdana,Arial,Helvetica,sans-serif;font-size:12px;color:#585858;background:#545454}h1,h2,h3{margin-top:0}h1{font-size:2.4em}h2{font-size:1.6em}h3{font-size:1.4em}ol,p,ul{margin:0 0 10px 20px;line-height:20px}img{border:none}a{color:#27789b;line-height:22px}a:hover{color:#442494}.clear{clear:both;font-size:0;height:0}#main{width:100%}#wrap{background-color:#f8f8f8}#top{background-image:linear-gradient(top,#FFF,#E5E5E5);background-image:-moz-linear-gradient(top,#FFF,#E5E5E5);background-image:-ms-linear-gradient(top,#FFF,#E5E5E5);background-image:-o-linear-gradient(top,#FFF,#E5E5E5);background-image:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#E5E5E5));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E5E5E5');border-bottom:1px solid #E5E5E5;height:26px;line-height:26px}#top a.hover,#top a:hover{background-color:#EEF2FA;border-left-color:#707070;border-radius:0 13px 13px 0;margin:0;line-height:26px}#top a,#top span span{border-right:1px solid #D9D9D9;color:#4C4C4C;float:left;line-height:14px;margin:6px 0;padding:0 6px;text-decoration:none;text-shadow:0 -1px 0 #fff;font-weight:400}.right{float:right}.left{float:left}.article-relative{line-height:22px;margin-top:24px}.article-relative h4{font-size:12px}.article-relative ul{margin:0 0 10px 10px}#pagenavi{padding:20px 0 10px}#pagenavi span{font-weight:700}#pagenavi a,#pagenavi span{margin:0 4px;padding:2px 7px;border:1px solid #666;border-radius:3px}#pagenavi a:hover{background:#666;color:#f0f0f0}#pagenavi em{display:none}.breakline{word-break:break-all;word-wrap:break-word}#header{margin:0;padding:0;height:69px;background:url(../images/header-bg.gif) repeat-x}#header-left{float:left;margin:0;padding:0}#header h1{float:left;margin:0;padding:21px 0 20px 20px;font-size:24px}#header h1 a{color:#72d4ff}.description{float:left;margin:33px 0 0 10px;padding:0;color:#e0e0e0}#header-right{float:right;margin:0;padding:0}.layout{margin:0 10px 0 auto;padding:2px 0 0 54px;width:80px;height:19px;background:url(../images/style.gif) no-repeat}.layout span{width:10px;height:10px;float:left;margin:3px 2px 0;cursor:pointer}#footer-right a:hover,#sidebar .comms li span,#sidebar .comms li span:hover,#sidebar ul li ul li,#sidebar ul li ul li:hover,#to-top,.navigation-top span,.post .post-tltle a:hover,.post-author,.post-cat,.post-comments,.post-date,.post-tag,.post-views,.themes1,.themes2,.themes3,.themes4,.themes5{background-image:url(../images/icons.gif);background-repeat:no-repeat}#sidebar ul li,.navigation-top,.postmetadata{background-image:url(../images/line.gif);background-repeat:repeat-x}.themes5{background-position:-7px -7px}.themes4{background-position:-7px -31px}.themes3{background-position:-7px -55px}.themes2{background-position:-7px -79px}.themes1{background-position:-7px -103px}#header-navi{float:right;margin:14px 0 0;padding:0}#header-navi li{margin:0 5px;padding:0;display:inline;line-height:24px;height:24px}#sidebar .side-cat,.navigation{display:block}#header-navi li a{color:#d8d8d8}#header li a:hover,#header-navi li.selected a{color:#f2f2f2;background:url(../images/menu-li.gif) bottom center no-repeat;padding:0 0 4px}.navigation-top{margin:2px 0 0;line-height:30px;background-position:bottom}.navigation-top span{margin:0 0 0 15px;padding:0 0 0 20px;background-position:-7px -322px}.post{margin:5px 20px 15px;padding:0}.post .post-tltle{margin:10px 0 0;padding:2px 0;border-bottom:1px dotted #c1c1c1;font-size:1.6em;line-height:36px}.post .post-tltle a:hover{background-position:right -291px;padding:0 43px 0 0}.postmetadata-top{margin:0;padding:0;line-height:22px;font-size:11px}.post-comments,.post-date,.post-views{padding:0 0 0 13px}.post-comments{background-position:-7px -199px;margin:0 0 0 10px}.post-date{background-position:-7px -222px}.post-views{margin:0 0 0 10px;background-position:-7px -246px}.postmetadata{margin:0;padding:0 0 4px;line-height:24px;background-position:bottom}.post-author,.post-cat,.post-tag{padding:0 0 0 13px}.post-cat{margin:0 10px 0 0;background-position:-7px -152px}.post-author{margin:0 0 0 10px;background-position:-7px -269px}.post-tag{margin:0 10px 0 0;background-position:-7px -125px}.article-body{margin:8px 0;padding:0;line-height:22px;white-space:normal;overflow:hidden}.navigation{margin:5px 15px}#sidebar ul{margin:0;padding:0;list-style:none}#sidebar ul li{padding:5px;background-position:bottom}#sidebar .slist li,#sidebar ul li h3,#sidebar ul li ul{padding:0;margin:0}#sidebar ul li h3{font-size:14px;font-weight:400;color:#2cacda;line-height:28px}#sidebar .slist li{line-height:22px;background-position:-7px -387px}#sidebar .slist li:hover{background-position:-7px -411px}#sidebar ul li ul li a{padding:0 0 0 15px;color:#666}#sidebar ul li ul li a:hover{color:#a165f1}#sidebar .side-cat li{float:left;width:50%}#footer-right a,#to-top{width:31px;height:52px}#sidebar .side-cat span{float:left;line-height:24px;white-space:nowrap;padding:0 5px}#sidebar .side-cat span a:hover,#sidebar .side-cat span:hover{background:#72d4ff;color:#fff}#sidebar .comms li{background:0 0;padding:0}#sidebar .comms li:hover{background:0 0}#sidebar .arrow a{padding:0}#sidebar .arrow{padding:0 0 0 13px;background-position:-7px -393px}#sidebar .arrow:hover{background-position:-7px -417px;color:#85bf73}#sidebar #searchform{text-align:left}#searchform{margin:10px 0 0;padding:0}#searchform #s{margin:0;padding:1px 0 0 2px;width:185px;background:#fff;border:1px solid #CBD8E5;line-height:16px}#searchsubmit{margin:0;padding:2px 0 0;width:54px;height:18px;border:none;cursor:hand}#footer{clear:both;margin:0;padding:0;background:url(../images/foot-bg.gif) repeat-x;height:70px}#footer-no{float:left;margin:0;padding:0;background:url(../images/foot-wp.gif) no-repeat;height:70px;width:73px}#footer-link{float:left;margin:20px 0 0 20px;color:#d8d8d8;display:inline}#footer-link p{margin:0;padding:0;line-height:18px}#footer-link a{color:#85bf73;font:Arial,Helvetica,sans-serif}#footer-link a:hover{color:#FF9}#to-top{margin:10px 30px 0 0;float:right;background-position:-8px -480px}#footer-right a:hover{background-position:-8px -529px}.comments{border-bottom:1px solid #CCC;border-top:1px solid #CCC;margin:15px 0;padding:0 15px 15px;position:relative}.comment-title{background-color:#E3E9FF;border-top:1px solid #36C;padding:3px 12px;position:relative}.comment-body-ref{background-color:#FFF;filter:alpha(opacity=90);left:217px;opacity:.9;padding:6px;position:absolute;width:520px;z-index:10}.comment-body{margin-top:15px}.comment-author{float:left;text-align:center;width:81px}.comment-author div{background:url(../images/commentpoint.png) 100% 33% no-repeat;margin-top:10px;padding-right:14px}.comment-author img{border:1px solid #999;height:32px;padding:1px;width:32px}.comment-author a{font-weight:700;margin-right:14px}.comment-info{background:url(../images/comment.gif) no-repeat #EDEFF0;font-size:12px;padding:10px 15px 0;width:75%}.comment-content{background:url(../images/comment.gif) 100% 100% no-repeat;font-size:12px;line-height:145%;margin:0 -15px;overflow:hidden;padding:9px 15px 10px;word-wrap:break-word}.comment-form{margin:15px 0;padding:0 35px 15px;position:relative}.comment-form img{cursor:pointer}.comment-form input,.comment-form textarea{background:url(../images/textfield.gif) 50% 0 repeat-x #FFF;border:1px solid #A6A6A6;color:#555;font-family:Helvetica,Arial,sans-serif;height:16px;outline:0;padding:2px 1px;width:200px}.comment-form textarea{font-size:12px;height:auto;width:100%}.comment-form button{background:#fff;border-color:#B4D666 #81B840 #81B840 #B4D666;border-radius:0;border-style:solid;border-width:1px;color:#2970A6;font-size:12px;height:22px;line-height:22px;padding:0 6px}.em-br,.em-span{line-height:24px}.comment-form button:hover{background:#98C64C;border-color:#76B33A #98C64C #98C64C #76B33A;color:#074A7E}.em-span{float:left} \ No newline at end of file diff --git a/skins/5styles/css/layout1.css b/skins/5styles/css/layout1.css index 372f3c9..9929ea6 100644 --- a/skins/5styles/css/layout1.css +++ b/skins/5styles/css/layout1.css @@ -1,3 +1,20 @@ +/** + * Solo - A small and beautiful blogging system written in Java. + * Copyright (c) 2010-2019, b3log.org & hacpai.com + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ #wrap{ margin:0 auto; padding:0; width:900px; border-left:3px solid #424242; border-right:3px solid #424242; background:url(../images/side-bg.gif) repeat-y right;} #maincontent{ float:left; margin:0 0 0 -271px; padding:0; display:inline;width: 100%;} #maincontent .forFlow{ margin:0 0 0 271px;} diff --git a/skins/5styles/css/layout1.min.css b/skins/5styles/css/layout1.min.css new file mode 100644 index 0000000..dec7028 --- /dev/null +++ b/skins/5styles/css/layout1.min.css @@ -0,0 +1 @@ +#maincontent,#sidebar{padding:0;display:inline}#wrap{margin:0 auto;padding:0;width:900px;border-left:3px solid #424242;border-right:3px solid #424242;background:url(../images/side-bg.gif) right repeat-y}#maincontent{float:left;margin:0 0 0 -271px;width:100%}#maincontent .forFlow{margin:0 0 0 271px}#sidebar{float:right;margin:10px;width:250px} \ No newline at end of file diff --git a/skins/5styles/css/layout2.css b/skins/5styles/css/layout2.css index 002569f..cc9721a 100644 --- a/skins/5styles/css/layout2.css +++ b/skins/5styles/css/layout2.css @@ -1,3 +1,20 @@ +/** + * Solo - A small and beautiful blogging system written in Java. + * Copyright (c) 2010-2019, b3log.org & hacpai.com + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ #wrap{ margin:0 auto; padding:0; width:900px; border-left:3px solid #424242; border-right:3px solid #424242; background:url(../images/side-bg.gif) repeat-y left;} #maincontent{ float:right; margin:0 0 0 -271px; padding:0; display:inline;width: 100%;} #maincontent .forFlow{ margin:0 0 0 271px; float: none; width: auto;} diff --git a/skins/5styles/css/layout2.min.css b/skins/5styles/css/layout2.min.css new file mode 100644 index 0000000..7e90018 --- /dev/null +++ b/skins/5styles/css/layout2.min.css @@ -0,0 +1 @@ +#maincontent,#sidebar{padding:0;display:inline}#wrap{margin:0 auto;padding:0;width:900px;border-left:3px solid #424242;border-right:3px solid #424242;background:url(../images/side-bg.gif) left repeat-y}#maincontent{float:right;margin:0 0 0 -271px;width:100%}#maincontent .forFlow{margin:0 0 0 271px;float:none;width:auto}#sidebar{float:left;margin:10px;width:250px} \ No newline at end of file diff --git a/skins/5styles/css/layout3.css b/skins/5styles/css/layout3.css index e848de8..3e01753 100644 --- a/skins/5styles/css/layout3.css +++ b/skins/5styles/css/layout3.css @@ -1,3 +1,20 @@ +/** + * Solo - A small and beautiful blogging system written in Java. + * Copyright (c) 2010-2019, b3log.org & hacpai.com + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ #wrap{margin:0 auto; padding:0; width:900px; border-left:3px solid #424242; border-right:3px solid #424242;} #maincontent{float:right; margin:0 0 0 0px; padding:0; display:inline;width: 100%;} #maincontent .forFlow{margin:0 0 0 0px; float: none; width: auto;} diff --git a/skins/5styles/css/layout3.min.css b/skins/5styles/css/layout3.min.css new file mode 100644 index 0000000..adf6e3f --- /dev/null +++ b/skins/5styles/css/layout3.min.css @@ -0,0 +1 @@ +#wrap{margin:0 auto;padding:0;width:900px;border-left:3px solid #424242;border-right:3px solid #424242}#maincontent{float:right;margin:0;padding:0;display:inline;width:100%}#maincontent .forFlow{margin:0;float:none;width:auto}#sidebar{display:none} \ No newline at end of file diff --git a/skins/5styles/css/layout4.css b/skins/5styles/css/layout4.css index cb27ccf..7ceb4f7 100644 --- a/skins/5styles/css/layout4.css +++ b/skins/5styles/css/layout4.css @@ -1,3 +1,20 @@ +/** + * Solo - A small and beautiful blogging system written in Java. + * Copyright (c) 2010-2019, b3log.org & hacpai.com + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ #wrap{ margin:0 auto; padding:0; width:100%; background:url(../images/side-bg.gif) repeat-y right;} #maincontent{ float:left; margin:0 0 0 -271px; padding:0; display:inline;width: 100%;} #maincontent .forFlow{ margin:0 0 0 271px;} diff --git a/skins/5styles/css/layout4.min.css b/skins/5styles/css/layout4.min.css new file mode 100644 index 0000000..4da9f30 --- /dev/null +++ b/skins/5styles/css/layout4.min.css @@ -0,0 +1 @@ +#maincontent,#sidebar{padding:0;display:inline}#wrap{margin:0 auto;padding:0;width:100%;background:url(../images/side-bg.gif) right repeat-y}#maincontent{float:left;margin:0 0 0 -271px;width:100%}#maincontent .forFlow{margin:0 0 0 271px}#sidebar{float:right;margin:10px;width:250px} \ No newline at end of file diff --git a/skins/5styles/css/layout5.css b/skins/5styles/css/layout5.css index 228a5d3..0c230c1 100644 --- a/skins/5styles/css/layout5.css +++ b/skins/5styles/css/layout5.css @@ -1,3 +1,20 @@ +/** + * Solo - A small and beautiful blogging system written in Java. + * Copyright (c) 2010-2019, b3log.org & hacpai.com + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ #wrap{margin:0 auto;padding:0;width:100%;background:url(../images/side-bg.gif) repeat-y left;} #maincontent{float:right;margin:0 0 0 -271px;padding:0;display:inline;width:100%;} #maincontent .forFlow{margin:0 0 0 271px;float: none;width: auto;} diff --git a/skins/5styles/css/layout5.min.css b/skins/5styles/css/layout5.min.css new file mode 100644 index 0000000..dd8ec75 --- /dev/null +++ b/skins/5styles/css/layout5.min.css @@ -0,0 +1 @@ +#maincontent,#sidebar{padding:0;display:inline}#wrap{margin:0 auto;padding:0;width:100%;background:url(../images/side-bg.gif) left repeat-y}#maincontent{float:right;margin:0 0 0 -271px;width:100%}#maincontent .forFlow{margin:0 0 0 271px;float:none;width:auto}#sidebar{float:left;margin:10px;width:250px} \ No newline at end of file diff --git a/skins/5styles/footer.ftl b/skins/5styles/footer.ftl index 9f42490..3c85300 100644 --- a/skins/5styles/footer.ftl +++ b/skins/5styles/footer.ftl @@ -1,3 +1,22 @@ +<#-- + + Solo - A small and beautiful blogging system written in Java. + Copyright (c) 2010-2019, b3log.org & hacpai.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +--> - <@comment_script oId=page.oId> + <@comment_script oId=page.oId commentable=page.commentable> diff --git a/skins/5styles/side.ftl b/skins/5styles/side.ftl index bdca184..0aa81f4 100644 --- a/skins/5styles/side.ftl +++ b/skins/5styles/side.ftl @@ -1,3 +1,22 @@ +<#-- + + Solo - A small and beautiful blogging system written in Java. + Copyright (c) 2010-2019, b3log.org & hacpai.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +--> <#--
diff --git a/skins/5styles/skin.properties b/skins/5styles/skin.properties index 27912e1..04803bb 100644 --- a/skins/5styles/skin.properties +++ b/skins/5styles/skin.properties @@ -1,17 +1,19 @@ # -# Copyright (C) 2011, www.noday.net +# Solo - A small and beautiful blogging system written in Java. +# Copyright (c) 2010-2019, 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 +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# http://www.apache.org/licenses/LICENSE-2.0 +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. # -# 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. +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . # # diff --git a/skins/5styles/tag-articles.ftl b/skins/5styles/tag-articles.ftl index 7aa1b48..766d163 100644 --- a/skins/5styles/tag-articles.ftl +++ b/skins/5styles/tag-articles.ftl @@ -1,3 +1,22 @@ +<#-- + + Solo - A small and beautiful blogging system written in Java. + Copyright (c) 2010-2019, b3log.org & hacpai.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +--> <#include "macro-head.ftl"> diff --git a/skins/5styles/tags.ftl b/skins/5styles/tags.ftl index 23c9711..a2d56c5 100644 --- a/skins/5styles/tags.ftl +++ b/skins/5styles/tags.ftl @@ -1,3 +1,22 @@ +<#-- + + Solo - A small and beautiful blogging system written in Java. + Copyright (c) 2010-2019, b3log.org & hacpai.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +--> <#include "macro-head.ftl"> diff --git a/skins/Coda/archive-articles.ftl b/skins/Coda/archive-articles.ftl index d44f330..7815c40 100644 --- a/skins/Coda/archive-articles.ftl +++ b/skins/Coda/archive-articles.ftl @@ -1,3 +1,22 @@ +<#-- + + Solo - A small and beautiful blogging system written in Java. + Copyright (c) 2010-2019, b3log.org & hacpai.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +--> <#include "macro-head.ftl"> diff --git a/skins/Coda/article-list.ftl b/skins/Coda/article-list.ftl index 4fb848e..211787f 100644 --- a/skins/Coda/article-list.ftl +++ b/skins/Coda/article-list.ftl @@ -1,3 +1,22 @@ +<#-- + + Solo - A small and beautiful blogging system written in Java. + Copyright (c) 2010-2019, b3log.org & hacpai.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +--> <#list articles as article>
<#include "footer.ftl"> - <@comment_script oId=article.oId> + <@comment_script oId=article.oId commentable=article.commentable> page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}"; <#if 0 != randomArticlesDisplayCount> page.loadRandomArticles('

${randomArticlesLabel}

'); diff --git a/skins/Coda/author-articles.ftl b/skins/Coda/author-articles.ftl index fa431b9..b911c79 100644 --- a/skins/Coda/author-articles.ftl +++ b/skins/Coda/author-articles.ftl @@ -1,3 +1,22 @@ +<#-- + + Solo - A small and beautiful blogging system written in Java. + Copyright (c) 2010-2019, b3log.org & hacpai.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +--> <#include "macro-head.ftl"> diff --git a/skins/Coda/css/global.css b/skins/Coda/css/global.css index e6fb496..e8610a5 100644 --- a/skins/Coda/css/global.css +++ b/skins/Coda/css/global.css @@ -1,3 +1,20 @@ +/** + * Solo - A small and beautiful blogging system written in Java. + * Copyright (c) 2010-2019, b3log.org & hacpai.com + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;} /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,time {display: block;} diff --git a/skins/Coda/css/global.min.css b/skins/Coda/css/global.min.css index 5e63266..4e581c9 100644 --- a/skins/Coda/css/global.min.css +++ b/skins/Coda/css/global.min.css @@ -1 +1 @@ -html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,time{display:block}ol,ul,li{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}body{font-size:76%;font-family:微软雅黑,"Microsoft YaHei",Helvetica,Times,Arial,serif;text-align:center;color:#d2d8de}p,li,dd,legend,input,label,select,optgroup,textarea,table{font-size:1em}p{margin:0 0 1.3em 0;line-height:1.4em;font-size:13px}strong,em{font-weight:bold}blockquote{margin:0 0 1.3em 1em;padding:0 2em 0 1em;color:#c5cbd0;border-left:3px solid #a1ff66}code,pre{font:1em "Monaco","Consolas","Courier New","Courier","FreeMono",monospace;color:#c5cbd0}pre{margin:0 0 1.3em 0;padding:0 2em 0 1em;border-left:3px solid #a1ff66}a{font-size:inherit}a:link{text-decoration:none;color:#c5e2b5}a:visited{text-decoration:none;color:#95be7d}a:hover{text-decoration:underline;color:#a1ff66}a:active{text-decoration:none!important;color:#fff}h1,h2,h3,h4,h5{font-family:微软雅黑,"Microsoft YaHei","Arial","Helvetica","Nimbus Sans L",Helvetica,Times,sans-serif;line-height:1em;font-weight:normal}h1{margin:.1em 0 .6em 0;font-size:2.2em;color:#fff}h2{margin:.1em 0 .6em 0;font-size:2.1em;color:#fff}h3{margin:.2em 0 .8em 0;font-size:1.4em;color:#fff}h4{margin:0 0 .2em 0;font-size:1.2em;color:#a1ff66}h5{margin:0;font-size:1em;font-weight:bold;text-transform:uppercase;color:#fff}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover{color:#b0e194!important}h1 a:active,h2 a:active,h3 a:active,h4 a:active{color:#79ff25!important}.clear:after{content:"";display:block;height:0;clear:both;visibility:hidden}.clear{*+height:1%}.left{float:left}.right{float:right}.c{width:100%;clear:both}.hide{display:none}label{display:block;float:left;width:10em;clear:left;margin-right:1em;padding:.3em 0;text-align:right}input,textarea{width:20em;float:left;margin-bottom:.5em;padding:.4em;color:#c5cbd0;background:transparent url("../images/opaque_10.png") 0 0 repeat;border:0}input:focus,textarea:focus{color:#fff}textarea{width:20em;height:7em;line-height:1.3em;overflow:auto}fieldset .button{background-color:#000;margin:10px 10px 0 0}.button{cursor:pointer;padding:.3em 0 .3em 0;font-size:1em;text-transform:uppercase;text-align:center;color:#fff;width:auto;overflow:visible;background-color:transparent;border:0}.button:hover{background-color:#509f24!important}.button:active{background-color:#800!important} \ No newline at end of file +a:hover,h4{color:#a1ff66}.clear:after,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,time{display:block}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}p,pre{margin:0 0 1.3em}h1,h2{margin:.1em 0 .6em;color:#fff}blockquote,pre{padding:0 2em 0 1em;border-left:3px solid #a1ff66}li,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}body{font-size:76%;font-family:微软雅黑,"Microsoft YaHei",Helvetica,Times,Arial,serif;text-align:center;color:#D2D8DE}dd,input,label,legend,li,optgroup,p,select,table,textarea{font-size:1em}p{line-height:1.4em;font-size:13px}em,strong{font-weight:700}blockquote{margin:0 0 1.3em 1em;color:#C5CBD0}code,pre{font:1em Monaco,Consolas,"Courier New",Courier,FreeMono,monospace;color:#C5CBD0}a{font-size:inherit}a:link{text-decoration:none;color:#c5e2b5}a:visited{text-decoration:none;color:#95be7d}a:hover{text-decoration:underline}a:active{text-decoration:none!important;color:#fff}h1,h2,h3,h4,h5{font-family:微软雅黑,"Microsoft YaHei",Arial,Helvetica,"Nimbus Sans L",Helvetica,Times,sans-serif;line-height:1em;font-weight:400}h1{font-size:2.2em}h2{font-size:2.1em}h3{margin:.2em 0 .8em;font-size:1.4em;color:#fff}h4{margin:0 0 .2em;font-size:1.2em}.button,h5{font-size:1em;text-transform:uppercase}h5{margin:0;font-weight:700;color:#fff}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover{color:#b0e194!important}h1 a:active,h2 a:active,h3 a:active,h4 a:active{color:#79ff25!important}.clear:after{content:"";height:0;clear:both;visibility:hidden}.left{float:left}.right{float:right}.c{width:100%;clear:both}.hide{display:none}label{display:block;float:left;width:10em;clear:left;margin-right:1em;padding:.3em 0;text-align:right}input,textarea{width:20em;float:left;margin-bottom:.5em;padding:.4em;color:#C5CBD0;background:url(../images/opaque_10.png);border:none}.button,input:focus,textarea:focus{color:#fff}textarea{width:20em;height:7em;line-height:1.3em;overflow:auto}fieldset .button{background-color:#000;margin:10px 10px 0 0}.button{cursor:pointer;padding:.3em 0;text-align:center;width:auto;overflow:visible;background-color:transparent;border:none}.button:hover{background-color:#509f24!important}.button:active{background-color:#800!important} \ No newline at end of file diff --git a/skins/Coda/css/style-home.css b/skins/Coda/css/style-home.css index 2b74548..d3cc602 100644 --- a/skins/Coda/css/style-home.css +++ b/skins/Coda/css/style-home.css @@ -1,3 +1,20 @@ +/** + * Solo - A small and beautiful blogging system written in Java. + * Copyright (c) 2010-2019, b3log.org & hacpai.com + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ body#home{background:url(../images/background.jpg) center center fixed} body#home #sitemap{position:absolute;top:50%;left:50%;width:960px;height:540px;margin:-280px 0 0 -480px;text-align:left} #maptitle{position:absolute;top:50px;left:50px} diff --git a/skins/Coda/css/style-home.min.css b/skins/Coda/css/style-home.min.css index 2cce400..8b70cb1 100644 --- a/skins/Coda/css/style-home.min.css +++ b/skins/Coda/css/style-home.min.css @@ -1 +1 @@ -body#home{background:url(../images/background.jpg) center center fixed}body#home #sitemap{position:absolute;top:50%;left:50%;width:960px;height:540px;margin:-280px 0 0 -480px;text-align:left}#maptitle{position:absolute;top:50px;left:50px}#maptitle a:hover{text-decoration:none}#mapcontent{float:right;width:55%;margin:30px 10px 0 0}#mapmenu{margin:30px 20px 0 0}#mapmenu ul{margin:0 10px 0 0;float:right;font-size:14px}#mapmenu ul li{float:left;display:inline;padding:5px 10px 5px 0;-webkit-transform:rotate(-40deg);-o-transform:rotate(-40deg);-moz-transform:rotate(-40deg)}#mapmenu ul li a:hover{text-decoration:none}#mappost{padding:50px 0 0 20px}#mappost .newposts{font-size:15px}#mapnavi{margin:20px 40px 10px 10px}div#mappost ul{border-top:1px solid #26282c;margin:20px 0 0 0}div#mappost ul span{margin:0;color:#747a83;border-bottom:1px solid #26282c}div#mappost span.title{height:24px;width:25em;float:left;word-break:break-all;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}div#mappost span.section{height:24px;width:6em;float:left;padding-left:.5em}div#mappost span.date{height:18px;padding-top:6px;width:8.5em;color:#575b64;padding:0 3px 0 1em;float:left}div#mappost span.section a,div#mappost td.date{text-align:right}div#mappost span.date{height:18px;padding-top:6px;font:1em "Consolas","Courier New","Courier","FreeMono",monospace}div#mappost span a{display:block;padding:.3em 0;text-decoration:none;color:#949ca5}div#mappost li:hover{background:transparent url("../images/row_gradient.png") -9.5em 0 repeat-y}div#mappost li:hover span,div#mappost li:hover span a{color:#fff}div#mappost span.title a{overflow:hidden;text-overflow:ellipsis}div#mappost li{display:inline}#mapfooter{position:absolute;width:100%;bottom:0;margin:0 0 -30px 0}#mapfooter .author{float:right;padding:0 10px 0 0}#pagination{position:absolute;left;0;bottom:1em;right:2em}#pagination a:hover{background-color:#15161e;color:#fff;-webkit-transform:rotate(360deg) scale(1.2)}#pagination a{-webkit-transition:all .2s ease;moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease} \ No newline at end of file +#mapmenu ul li a:hover,#maptitle a:hover,div#mappost span a{text-decoration:none}div#mappost span.title,div#mappost span.title a{overflow:hidden;text-overflow:ellipsis}#mapmenu ul li,div#mappost li{display:inline}#mapfooter,#maptitle,#pagination{position:absolute}body#home{background:url(../images/background.jpg) center center fixed}body#home #sitemap{position:absolute;top:50%;left:50%;width:960px;height:540px;margin:-280px 0 0 -480px;text-align:left}#maptitle{top:50px;left:50px}#mapcontent{float:right;width:55%;margin:30px 10px 0 0}#mapmenu{margin:30px 20px 0 0}#mapmenu ul{margin:0 10px 0 0;float:right;font-size:14px}#mapmenu ul li{float:left;padding:5px 10px 5px 0;-webkit-transform:rotate(-40deg);-o-transform:rotate(-40deg);-moz-transform:rotate(-40deg)}#mappost{padding:50px 0 0 20px}#mappost .newposts{font-size:15px}#mapnavi{margin:20px 40px 10px 10px}div#mappost ul{border-top:1px solid #26282c;margin:20px 0 0}div#mappost ul span{margin:0;color:#747a83;border-bottom:1px solid #26282c}div#mappost span.title{height:24px;width:25em;float:left;word-break:break-all;white-space:nowrap}div#mappost span.section{height:24px;width:6em;float:left;padding-left:.5em}div#mappost span.date{width:8.5em;color:#575b64;padding:6px 3px 0 1em;float:left;height:18px;font:1em Consolas,"Courier New",Courier,FreeMono,monospace}div#mappost span.section a,div#mappost td.date{text-align:right}div#mappost span a{display:block;padding:.3em 0;color:#949ca5}div#mappost li:hover{background:url(../images/row_gradient.png) -9.5em 0 repeat-y}div#mappost li:hover span,div#mappost li:hover span a{color:#fff}#mapfooter{width:100%;bottom:0;margin:0 0 -30px}#mapfooter .author{float:right;padding:0 10px 0 0}#pagination{bottom:1em;right:2em}#pagination a:hover{background-color:#15161E;color:#fff;-webkit-transform:rotate(360deg) scale(1.2)}#pagination a{-webkit-transition:all .2s ease;moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease} \ No newline at end of file diff --git a/skins/Coda/css/style.css b/skins/Coda/css/style.css index 865096c..f4f1f0b 100644 --- a/skins/Coda/css/style.css +++ b/skins/Coda/css/style.css @@ -1,3 +1,20 @@ +/** + * Solo - A small and beautiful blogging system written in Java. + * Copyright (c) 2010-2019, b3log.org & hacpai.com + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ /* Theme Name: coda_za Theme URI: http://isayme.com/ diff --git a/skins/Coda/css/style.min.css b/skins/Coda/css/style.min.css index da0f729..a9e5c18 100644 --- a/skins/Coda/css/style.min.css +++ b/skins/Coda/css/style.min.css @@ -1 +1 @@ -body#blog{background:#474c52 url("../images/bg.jpg") center center fixed}#wrap{width:84em;margin:0 auto;text-align:left}#logo{float:right;margin:1.2em 2.2em 0 0}#logo a:hover{text-decoration:none}nav{width:100%;margin:15px 0 0 20px;padding:5px 0 5px 20px}nav ul{margin:0 10px 0 0;font-size:14px}nav ul li{float:left;display:inline;padding:5px 10px 5px 0;-webkit-transform:rotate(-40deg);-o-transform:rotate(-40deg);-moz-transform:rotate(-40deg)}nav ul li a:hover{text-decoration:none}#dash{padding:30px;background:url(../images/headerbg.png) no-repeat}.icon{background:url(../images/icon.png) no-repeat;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out}.opaque_5{background:url("../images/opaque_5.png") 0 0 repeat}.opaque_10{background:url("../images/opaque_10.png") 0 0 repeat}.opaque_15{background:url("../images/opaque_15.png") 0 0 repeat}.opaque_20{background:url("../images/opaque_20.png") 0 0 repeat}.extracolum{width:15em}.maincolum{width:43.5em}.ver_side{padding-left:1.5em;background:transparent url("../images/sep_vertical.png") 0 0 repeat-y}.hor_side{padding-bottom:1.3em;margin-bottom:1.3em;background:transparent url("../images/sep_horizontal.png") 0 bottom repeat-x}.hor_side .row{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#commentcount .comstyle{color:#a1ff66;font-size:12px;margin-top:5px}.post_time{margin:0 .8em 1em 0;padding:0 2.2em 0 0;text-align:right}.post_time{background-position:right -1084px}.post_time:hover{background-position:right -1043px}.comment_post{background-position:0 -73px}.comment_post:hover{background-position:0 -33px}.comment_off{background-position:0 6px}.share{background-position:0 -453px}.share:hover{background-position:0 -494px}.subscribe{background-position:0 -582px}.subscribe:hover{background-position:0 -625px}.trackback{background-position:0 -761px}.trackback:hover{background-position:0 -808px}.permalink{background-position:0 -277px}.permalink:hover{background-position:0 -321px}.next_post{padding-right:15px;background-position:right -1010px}.next_post:hover{background-position:right -971px}.prev_post{padding-left:15px;background-position:0 -198px}.prev_post:hover{background-position:0 -240px}.post_tags{padding:5px}.tags{margin:5px;background-position:0 -673px;padding-left:20px}.tags:hover{background-position:0 -718px}.edit_post{background-position:0 -152px}.edit_post:hover{background-position:0 -113px}.userinfo{background-position:0 -858px}li.subrcomment{margin-left:20px;background-position:0 -1816px}li.subrcomment a{padding-left:4px!important}.share_to,.subscribe_to{display:none}.me_tsina{background-position:0 -1192px;padding-left:24px}.me_tsina2{background-position:0 -1893px}.me_tqq{background-position:0 -1622px}.me_qq{background-position:0 -1660px}.me_renren{background-position:0 -1736px}.me_qzone{background-position:0 -1697px}.me_twitter{background-position:0 -1855px}.me_greader{background-position:0 -2204px}.me_zhuaxia{background-position:0 -2012px}.me_xianguo{background-position:0 -1933px}.me_yahoo{background-position:0 -1972px}.me_netease{background-position:0 -1235px}.me_baidu{background-position:0 -1275px}.me_baidu2{background-position:0 -2052px}.me_digu{background-position:0 -2090px}.me_fanfou{background-position:0 -2165px}.me_mop{background-position:0 -2241px}.me_bookmark{background-position:0 -1314px}.me_delicious{background-position:0 -1351px}.me_douban{background-position:0 -1389px}.me_facebook{background-position:0 -1427px}.me_flickr{background-position:0 -1466px}.me_kaixin{background-position:0 -1544px}.me_google{background-position:0 -1505px}.me_mail{background-position:0 -1582px}.me_sohu{background-position:0 -1775px}.me_googleplus{background-position:0 -2275px}.post_subr{background-position:0 -542px;padding-left:22px}ul.postmeta{padding:1em}ul.postmeta li a{display:block;padding:.3em 0 .3em 2em;text-decoration:none;color:#b6bcc1;border-top:1px solid #5f676d}ul.postmeta li a:hover{color:#fff}ul.postmeta>li:last-child a{border-bottom:1px solid #5f676d}ul.postmeta li ul li a{border:0;padding:1px 0 1px 24px;margin:0 0 0 20px}#content{padding:0 1em 1em}#main{width:60em}.postcontent p{font-size:13px;line-height:1.5}.postcontent img{max-width:530px}.post_content ul li{margin-left:15px;list-style-type:disc}.post_content ul ul li{list-style-type:circle}#archives li{background:url("../images/icon.png") -64px -1126px no-repeat;padding:1px 5px 1px 16px;list-style-type:none}#archives ul li:hover,.postcontent ol li:hover{background-position:0 -1148px}#archives ul.archives-list>li{background:0}#archives .archives-list li ul li{margin-left:16px}p.more-link{text-align:right;padding-right:30px}.copyright_info{padding:5px;margin:0 0 10px 0}#relatedpost li{padding:3px 0 3px 0;margin-left:0}#relatedpost a,#relatedpost .excerpt{font-size:12px}#comments h3{margin:1em 0 1.7em 0}#comment-content p{margin:0}#comments .comment-meta{text-align:right;float:left;margin:5px 0 0 -12.5em}#comments .floor{padding-right:5em}#comments .clear .reply{margin-top:-16px}#comments .comment-content{margin:10px 0 0 0}#comments .avatar{margin:4px 4px 0 4px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.comment-body-ref{background:none repeat scroll 0 0 #474c52;border:1px solid gray;opacity:.8;padding:10px;position:absolute;width:500px}.comment-body-ref .post_time{display:none}.code{margin:95px 0 0 5px}#postnavi{padding:10px 5px 15px 0}#pagenavi{width:43.5em;margin-left:16.5em}.pages{margin-right:15px}.page{margin:5px 0}.page a{padding:0 5px 0 5px}#commentForm label,#replyForm label{margin:0 0 0 -12.8em;display:inline;position:relative}#commentForm textarea,#replyForm textarea{width:40em;height:8em;margin-bottom:0}#replyForm{margin-top:15px}.alignleft{float:left;text-align:left;margin-right:10px}.alignright{float:right;text-align:right;margin-left:10px}.aligncenter{display:block;margin-left:auto;margin-right:auto}.ajaxloading{background:url(../images/loading.gif) no-repeat left center;padding-left:22px}#ajaxbox{display:none}.linkpage ul{overflow:auto;margin:0 0 5px 0}.linkpage ul li{list-style-type:none;margin-left:0}.linkpage ul li ul li{line-height:150%;margin:5px 5px 5px 3px;float:left;text-align:center;display:block;width:120px!important;width:93px;height:22px;border:1px #69C dashed;overflow:hidden}.linkpage img{padding:3px 0 3px 5px;width:16px;float:left;height:16px}body{overflow-x:hidden}.readerwall{padding:12px 0 12px 12px;font-size:12px;overflow:visible}.readerwall li{width:40px;height:40px;margin:0;padding:5px 0 5px 5px;float:left;list-style:none;border:0 solid #dfdfdf;-moz-border-radius:2px;-khtml-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.readerwall .active-bg{width:40px;height:2px;_font-size:0;margin:0 0 0 -2px;background:#dfdfdf}.readerwall .active-degree{background:red;width:40px;height:2px;_font-size:0}.readerwall a{width:36px;height:36px;display:inline-block;position:relative;margin:0 0 2px;text-decoration:none}.readerwall .pic{position:absolute;top:0;left:0;z-index:100;width:36px;height:36px;display:block;-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;border-radius:4px;text-indent:-9999px}.readerwall .num{position:absolute;top:0;left:0;z-index:99;width:34px;height:34px;line-height:34px;color:#e02523;font-size:18px;font-weight:bold;display:block;background:#fff;text-align:center;border:#bbb 1px solid;box-shadow:0 0 4px #ccc;-webkit-transform:rotateY(-180deg);-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;border-radius:4px}.readerwall .name{position:absolute;top:0;left:0;color:#333;display:block;width:1px;height:1px;overflow:hidden;-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;text-align:center}.readerwall a:hover .pic{z-index:100;border-color:#eee;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg)}.readerwall a:hover .num{z-index:101;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);opacity:.8}.readerwall a:hover .name{top:-28px;left:-38px;z-index:101;padding:4px 6px;height:20px;line-height:20px;overflow:hidden;background:#fff;border-radius:2px;box-shadow:0 0 3px #000;min-width:100px;opacity:.8}.wp_syntax{background:#f8f8f8;color:#100;border:2px solid #EEE;margin:0;overflow:auto}.wp_syntax div.code,.wp_syntax div.code_tb{overflow:auto;overflow-x:auto;overflow-y:hidden;expressionthisscrollwidththisoffsetwidth15:0}.wp_syntax table{border-collapse:collapse}.wp_syntax div,.wp_syntax td{vertical-align:top;padding:2px}.wp_syntax .line_numbers{text-align:right;background-color:#f2f2f2;color:gray;overflow:visible}.wp_syntax pre{font:12px 'Microsoft YaHei','Century Gothic',Arial,Verdana;margin:0;width:auto;float:none;clear:none;overflow:visible;word-wrap:break-word;line-height:1.5;white-space:pre}.wp_syntax .code_title{background:#CCC;color:#2971a5;font-weight:bold}aside{width:19.5em;margin:0 0 0 1em}aside #searchform input#s:hover,aside #searchform input#s:focus{background:url("../images/icon.png") 5px -409px no-repeat}aside #searchform input#s{width:13em;margin:0;padding:5px 5px 5px 25px;background-position:5px -365px}aside #searchform input#searchsubmit{width:4em;margin:0;padding:5px 5px 5px 10px;background:0}aside .widget{margin:5px 0}aside .widget h3{text-align:center;font-weight:bold;padding:1px 0}aside .widget .blogroll li{display:inline-block;width:40%}#calendar_wrap table{width:100%}#calendar_wrap caption{text-align:center;font-size:14px}#calendar_wrap tr td,#calendar_wrap tr th{text-align:center}.widget li{background:url("../images/icon.png") -64px -1126px no-repeat;padding:1px 5px 1px 16px}.widget li:hover{background-position:0 -1148px}.widget li.linkcat{background:0;padding:0 0 1px}footer{margin:1em 1em;text-align:center;line-height:1.4em;padding:.5em 1em}a[rel="external"]{padding-right:9px;margin-right:3px;background:url("../images/icon.png") no-repeat right -1198px}#smiles{margin-bottom:3px}#smiles_list a{display:block;float:left;margin:1px}#smiles_list a img{vertical-align:top}#smiles_list a:hover{background:#fff}.result{padding:5px;margin-bottom:10px}#comments .tip{position:absolute;width:500px;padding:10px;background-color:#474c52;border:1px solid gray}#tags{list-style:none}#tags li{float:left;list-style:none;height:38px}#tags a:hover{text-shadow:0 0 2px #555}#tags a{border-radius:3px 3px 3px 3px;box-shadow:1px 1px 3px #555;float:left;margin:3px 6px;padding:3px 12px;text-decoration:none}#tags .tags1{font-size:12px;font-weight:normal}#tags .tags2{font-size:14px;font-weight:normal}#tags .tags3{font-size:16px;font-weight:normal}#tags .tags4{font-size:18px;font-weight:bold}#tags .tags5{font-size:20px;font-weight:bold}.em00,.em01,.em02,.em03,.em04,.em05,.em06,.em07,.em08,.em09,.em10,.em11,.em12,.em13,.em14{background-image:url("/images/emotions-classic.png");float:left;height:24px;margin-right:5px;width:24px}#emotions span{cursor:pointer}.em01{background-position:-24px 0}.em02{background-position:-48px 0}.em03{background-position:-72px 0}.em04{background-position:-96px 0}.em05{background-position:0 -24px}.em06{background-position:-24px -24px}.em07{background-position:-48px -24px}.em08{background-position:-72px -24px}.em09{background-position:-96px -24px}.em10{background-position:0 -48px}.em11{background-position:-24px -48px}.em12{background-position:-48px -48px}.em13{background-position:-72px -48px}.em14{background-position:-96px -48px}.em-span{line-height:24px;float:left}.em-br{line-height:24px}#pagination{float:right;margin-right:2em} \ No newline at end of file +#tags,#tags li,.readerwall li{list-style:none}#logo a:hover,#tags a,.readerwall a,nav ul li a:hover,ul.postmeta li a{text-decoration:none}body#blog{background:url(../images/bg.jpg) center center fixed #474C52}#wrap{width:84em;margin:0 auto;text-align:left}#logo{float:right;margin:1.2em 2.2em 0 0}nav{width:100%;margin:15px 0 0 20px;padding:5px 0 5px 20px}nav ul{margin:0 10px 0 0;font-size:14px}nav ul li{float:left;display:inline;padding:5px 10px 5px 0;-webkit-transform:rotate(-40deg);-o-transform:rotate(-40deg);-moz-transform:rotate(-40deg)}#dash{padding:30px;background:url(../images/headerbg.png) no-repeat}.icon{background:url(../images/icon.png) no-repeat;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out}.opaque_5{background:url(../images/opaque_5.png)}.opaque_10{background:url(../images/opaque_10.png)}.opaque_15{background:url(../images/opaque_15.png)}.opaque_20{background:url(../images/opaque_20.png)}.extracolum{width:15em}.maincolum{width:43.5em}.ver_side{padding-left:1.5em;background:url(../images/sep_vertical.png) repeat-y}.hor_side{padding-bottom:1.3em;margin-bottom:1.3em;background:url(../images/sep_horizontal.png) 0 bottom repeat-x}.hor_side .row{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#commentcount .comstyle{color:#A1FF66;font-size:12px;margin-top:5px}.post_time{margin:0 .8em 1em 0;padding:0 2.2em 0 0;text-align:right;background-position:right -1084px}.post_time:hover{background-position:right -1043px}.comment_post{background-position:0 -73px}.comment_post:hover{background-position:0 -33px}.comment_off{background-position:0 6px}.share{background-position:0 -453px}.share:hover{background-position:0 -494px}.subscribe{background-position:0 -582px}.subscribe:hover{background-position:0 -625px}.trackback{background-position:0 -761px}.trackback:hover{background-position:0 -808px}.permalink{background-position:0 -277px}.permalink:hover{background-position:0 -321px}.next_post{padding-right:15px;background-position:right -1010px}.next_post:hover{background-position:right -971px}.prev_post{padding-left:15px;background-position:0 -198px}.prev_post:hover{background-position:0 -240px}.post_tags{padding:5px}.tags{margin:5px;background-position:0 -673px;padding-left:20px}.tags:hover{background-position:0 -718px}.edit_post{background-position:0 -152px}.edit_post:hover{background-position:0 -113px}.userinfo{background-position:0 -858px}li.subrcomment{margin-left:20px;background-position:0 -1816px}li.subrcomment a{padding-left:4px!important}.share_to,.subscribe_to{display:none}.me_tsina{background-position:0 -1198px;padding-left:24px}.me_tsina2{background-position:0 -1893px}.me_tqq{background-position:0 -1622px}.me_qq{background-position:0 -1660px}.me_renren{background-position:0 -1736px}.me_qzone{background-position:0 -1697px}.me_twitter{background-position:0 -1855px}.me_greader{background-position:0 -2204px}.me_zhuaxia{background-position:0 -2012px}.me_xianguo{background-position:0 -1933px}.me_yahoo{background-position:0 -1972px}.me_netease{background-position:0 -1235px}.me_baidu{background-position:0 -1275px}.me_baidu2{background-position:0 -2052px}.me_digu{background-position:0 -2090px}.me_fanfou{background-position:0 -2165px}.me_mop{background-position:0 -2241px}.me_bookmark{background-position:0 -1314px}.me_delicious{background-position:0 -1351px}.me_douban{background-position:0 -1389px}.me_facebook{background-position:0 -1427px}.me_flickr{background-position:0 -1466px}.me_kaixin{background-position:0 -1544px}.me_google{background-position:0 -1505px}.me_mail{background-position:0 -1582px}.me_sohu{background-position:0 -1775px}.me_googleplus{background-position:0 -2275px}.post_subr{background-position:0 -542px;padding-left:22px}ul.postmeta{padding:1em}ul.postmeta li a{display:block;padding:.3em 0 .3em 2em;color:#B6BCC1;border-top:1px solid #5F676D}ul.postmeta li a:hover{color:#fff}ul.postmeta>li:last-child a{border-bottom:1px solid #5F676D}ul.postmeta li ul li a{border:none;padding:1px 0 1px 24px;margin:0 0 0 20px}#content{padding:0 1em 1em}#main{width:60em}.postcontent p{font-size:13px;line-height:1.5}#relatedpost .excerpt,#relatedpost a,.readerwall{font-size:12px}.postcontent img{max-width:530px}.post_content ul li{margin-left:15px;list-style-type:disc}.post_content ul ul li{list-style-type:circle}#archives li{background:url(../images/icon.png) -64px -1126px no-repeat;padding:1px 5px 1px 16px;list-style-type:none}#archives ul li:hover,.postcontent ol li:hover{background-position:0 -1148px}#archives ul.archives-list>li{background:0 0}#archives .archives-list li ul li{margin-left:16px}p.more-link{text-align:right;padding-right:30px}.copyright_info{padding:5px;margin:0 0 10px}#relatedpost li{padding:3px 0;margin-left:0}#comments h3{margin:1em 0 1.7em}#comment-content p{margin:0}#comments .comment-meta{text-align:right;float:left;margin:5px 0 0 -12.5em}#comments .floor{padding-right:5em}#comments .clear .reply{margin-top:-16px}#comments .comment-content{margin:10px 0 0}#comments .avatar{margin:4px 4px 0;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.comment-body-ref{background:#474C52;border:1px solid gray;opacity:.8;padding:10px;position:absolute;width:500px}.comment-body-ref .post_time{display:none}.code{margin:95px 0 0 5px}#postnavi{padding:10px 5px 15px 0}#pagenavi{width:43.5em;margin-left:16.5em}.pages{margin-right:15px}.page{margin:5px 0}.page a{padding:0 5px}#commentForm label,#replyForm label{margin:0 0 0 -12.8em;display:inline;position:relative}#commentForm textarea,#replyForm textarea{width:40em;height:8em;margin-bottom:0}#replyForm{margin-top:15px}.alignleft{float:left;text-align:left;margin-right:10px}.alignright{float:right;text-align:right;margin-left:10px}.aligncenter{display:block;margin-left:auto;margin-right:auto}.ajaxloading{background:url(../images/loading.gif) left center no-repeat;padding-left:22px}#ajaxbox{display:none}.linkpage ul{overflow:auto;margin:0 0 5px}.linkpage ul li{list-style-type:none;margin-left:0}.linkpage ul li ul li{line-height:150%;margin:5px 5px 5px 3px;float:left;text-align:center;display:block;width:120px!important;width:93px;height:22px;border:1px dashed #69C;overflow:hidden}.linkpage img{padding:3px 0 3px 5px;width:16px;float:left;height:16px}body{overflow-x:hidden}.readerwall{padding:12px 0 12px 12px;overflow:visible}.readerwall li{width:40px;height:40px;margin:0;padding:5px 0 5px 5px;float:left;border:0 solid #DFDFDF;-moz-border-radius:2px;-khtml-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.readerwall .active-bg{width:40px;height:2px;margin:0 0 0 -2px;background:#DFDFDF}.readerwall .active-degree{background:red;width:40px;height:2px}.readerwall a{width:36px;height:36px;display:inline-block;position:relative;margin:0 0 2px}.readerwall .name,.readerwall .num,.readerwall .pic{top:0;left:0;display:block;-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden}.readerwall .pic{position:absolute;z-index:100;width:36px;height:36px;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;border-radius:4px;text-indent:-9999px}.readerwall .num{position:absolute;z-index:99;width:34px;height:34px;line-height:34px;color:#E02523;font-size:18px;font-weight:700;background:#fff;text-align:center;border:1px solid #bbb;box-shadow:0 0 4px #ccc;-webkit-transform:rotateY(-180deg);transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;border-radius:4px}.readerwall .name{position:absolute;color:#333;width:1px;height:1px;overflow:hidden;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;text-align:center}.readerwall a:hover .pic{z-index:100;border-color:#eee;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg)}.readerwall a:hover .num{z-index:101;-webkit-transform:rotateY(0);-moz-transform:rotateY(0);opacity:.8}.readerwall a:hover .name{top:-28px;left:-38px;z-index:101;padding:4px 6px;height:20px;line-height:20px;overflow:hidden;background:#fff;border-radius:2px;box-shadow:0 0 3px #000;min-width:100px;opacity:.8}.wp_syntax{background:#f8f8f8;color:#100;border:2px solid #EEE;margin:0;overflow:auto}.wp_syntax div.code,.wp_syntax div.code_tb{overflow:auto;overflow-x:auto;overflow-y:hidden;expressionthisscrollwidththisoffsetwidth15:0}.wp_syntax table{border-collapse:collapse}.wp_syntax div,.wp_syntax td{vertical-align:top;padding:2px}.wp_syntax .line_numbers{text-align:right;background-color:#F2F2F2;color:gray;overflow:visible}#calendar_wrap tr td,#calendar_wrap tr th,aside .widget h3,footer{text-align:center}.wp_syntax pre{font:12px 'Microsoft YaHei','Century Gothic',Arial,Verdana;margin:0;width:auto;float:none;clear:none;overflow:visible;word-wrap:break-word;line-height:1.5;white-space:pre}#smiles_list a,#tags a,#tags li,.em-span{float:left}.wp_syntax .code_title{background:#CCC;color:#2971A5;font-weight:700}aside{width:19.5em;margin:0 0 0 1em}aside #searchform input#s:focus,aside #searchform input#s:hover{background:url(../images/icon.png) 5px -409px no-repeat}aside #searchform input#s{width:13em;margin:0;padding:5px 5px 5px 25px;background-position:5px -365px}aside #searchform input#searchsubmit{width:4em;margin:0;padding:5px 5px 5px 10px;background:0 0}aside .widget{margin:5px 0}aside .widget h3{font-weight:700;padding:1px 0}aside .widget .blogroll li{display:inline-block;width:40%}#calendar_wrap table{width:100%}#calendar_wrap caption{text-align:center;font-size:14px}.widget li{background:url(../images/icon.png) -64px -1126px no-repeat;padding:1px 5px 1px 16px}.widget li:hover{background-position:0 -1148px}.widget li.linkcat{background:0 0;padding:0 0 1px}footer{margin:1em;line-height:1.4em;padding:.5em 1em}.em-br,.em-span{line-height:24px}a[rel=external]{padding-right:9px;margin-right:3px;background:url(../images/icon.png) right -1198px no-repeat}#smiles{margin-bottom:3px}#smiles_list a{display:block;margin:1px}#smiles_list a img{vertical-align:top}#smiles_list a:hover{background:#fff}.result{padding:5px;margin-bottom:10px}#comments .tip{position:absolute;width:500px;padding:10px;background-color:#474C52;border:1px solid gray}#tags li{height:38px}#tags a:hover{text-shadow:0 0 2px #555}#tags a{border-radius:3px;box-shadow:1px 1px 3px #555;margin:3px 6px;padding:3px 12px}#tags .tags1{font-size:12px;font-weight:400}#tags .tags2{font-size:14px;font-weight:400}#tags .tags3{font-size:16px;font-weight:400}#tags .tags4{font-size:18px;font-weight:700}#tags .tags5{font-size:20px;font-weight:700}.em00,.em01,.em02,.em03,.em04,.em05,.em06,.em07,.em08,.em09,.em10,.em11,.em12,.em13,.em14{background-image:url(../images/emotions-classic.png);float:left;height:24px;margin-right:5px;width:24px}#emotions span{cursor:pointer}.em01{background-position:-24px 0}.em02{background-position:-48px 0}.em03{background-position:-72px 0}.em04{background-position:-96px 0}.em05{background-position:0 -24px}.em06{background-position:-24px -24px}.em07{background-position:-48px -24px}.em08{background-position:-72px -24px}.em09{background-position:-96px -24px}.em10{background-position:0 -48px}.em11{background-position:-24px -48px}.em12{background-position:-48px -48px}.em13{background-position:-72px -48px}.em14{background-position:-96px -48px}.pagination{float:right;margin-right:2em} \ No newline at end of file diff --git a/skins/Coda/footer.ftl b/skins/Coda/footer.ftl index 5ef947b..c7d627e 100644 --- a/skins/Coda/footer.ftl +++ b/skins/Coda/footer.ftl @@ -1,3 +1,22 @@ +<#-- + + Solo - A small and beautiful blogging system written in Java. + Copyright (c) 2010-2019, b3log.org & hacpai.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +-->