🚸 fixed #23

This commit is contained in:
Van 2018-10-24 10:50:23 +08:00
parent 38ea877e71
commit e6b521a1d2
No known key found for this signature in database
GPG Key ID: 7059B8783A78F16C
2 changed files with 145 additions and 8 deletions

View File

@ -20,28 +20,34 @@
* skin favoutite style * skin favoutite style
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 1.2.0.0, Jun 4, 2018 * @version 1.2.0.1, Oct 24, 2018
*/ */
body { body {
background: url("../images/bg.jpg") repeat scroll left top transparent; background: url("../images/bg.jpg") repeat scroll left top transparent;
} }
a, a:link, a:active, a:visited { a, a:link, a:active, a:visited {
color: #2970A6; color: #2970A6;
text-decoration: none; text-decoration: none;
} }
a:hover { a:hover {
color: black; color: black;
} }
h1 { h1 {
font-size: 300%; font-size: 300%;
} }
h4 { h4 {
font-size: 160%; font-size: 160%;
padding: 18px 0 0 80px; padding: 18px 0 0 80px;
} }
h5 { h5 {
font-size: 12px; font-size: 12px;
} }
img { img {
max-width: 100%; max-width: 100%;
vertical-align: middle; vertical-align: middle;
@ -51,27 +57,34 @@ img {
overflow: hidden; overflow: hidden;
font-size: 12px; font-size: 12px;
} }
.margin5R { .margin5R {
margin-right: 5px; margin-right: 5px;
} }
.margin5 { .margin5 {
margin: 5px; margin: 5px;
} }
.margin25 { .margin25 {
margin: 25px 25px 0; margin: 25px 25px 0;
} }
.content { .content {
margin: 0 auto; margin: 0 auto;
width: 960px; width: 960px;
} }
.header { .header {
height: 65px; height: 65px;
padding: 15px 0 0 30px; padding: 15px 0 0 30px;
} }
.body { .body {
background: url("../images/cont-bg.png") repeat-y scroll right center #FFFFFF; background: url("../images/cont-bg.png") repeat-y scroll right center #FFFFFF;
min-height: 400px; min-height: 400px;
} }
.side-navi { .side-navi {
background: url("../images/cont-bg.png") repeat-y scroll left top #00798A; background: url("../images/cont-bg.png") repeat-y scroll left top #00798A;
color: white; color: white;
@ -81,23 +94,38 @@ img {
position: relative; position: relative;
width: 300px; width: 300px;
} }
.side-navi ul { .side-navi ul {
list-style: none; list-style: none;
} }
.side-navi a { .side-navi a {
color: #FFFFFF; color: #FFFFFF;
} }
.comm div { .comm div {
display: none; display: none;
} }
.main { .main {
padding: 0 0 15px 35px; padding: 0 0 15px 35px;
width: 600px; width: 600px;
} }
.footer { .footer {
color: white; color: #fff;
line-height: 145%; line-height: 145%;
} }
.footer a {
color: #fff;
font-weight: bold;
}
.footer a:hover {
text-decoration: underline;
}
#logoTitle { #logoTitle {
color: white; color: white;
display: block; display: block;
@ -106,21 +134,25 @@ img {
outline: none; outline: none;
text-decoration: none; text-decoration: none;
} }
.sub-title { .sub-title {
border-top: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF;
color: #FFFFFF; color: #FFFFFF;
font-size: 18px; font-size: 18px;
padding: 0 15px; padding: 0 15px;
} }
#header-navi { #header-navi {
background: none repeat scroll 0 0 #FFFFFF; background: none repeat scroll 0 0 #FFFFFF;
border-bottom: 1px solid #A6A6A6; border-bottom: 1px solid #A6A6A6;
} }
#header-navi li { #header-navi li {
float: left; float: left;
list-style: none; list-style: none;
margin-left: 0px; margin-left: 0px;
} }
#header-navi li a { #header-navi li a {
background: url("../images/menu.gif") no-repeat scroll 0 0 transparent; background: url("../images/menu.gif") no-repeat scroll 0 0 transparent;
color: #382E1F; color: #382E1F;
@ -133,9 +165,11 @@ img {
padding: 0 20px; padding: 0 20px;
text-decoration: none; text-decoration: none;
} }
#header-navi li a:hover { #header-navi li a:hover {
background-position: 0 -31px; background-position: 0 -31px;
} }
#header-navi li a.home { #header-navi li a.home {
background-position: 0 -93px; background-position: 0 -93px;
margin-left: 0; margin-left: 0;
@ -143,18 +177,23 @@ img {
text-indent: -999em; text-indent: -999em;
width: 45px; width: 45px;
} }
#header-navi li a.home:hover { #header-navi li a.home:hover {
background-position: 0 -124px; background-position: 0 -124px;
} }
#header-navi li a.lastNavi:hover { #header-navi li a.lastNavi:hover {
background-position: 0 0; background-position: 0 0;
} }
#header-navi li.selected a { #header-navi li.selected a {
background-position: 0 -62px; background-position: 0 -62px;
} }
#header-navi li.selected a.home { #header-navi li.selected a.home {
background-position: 0 -155px; background-position: 0 -155px;
} }
#statistic { #statistic {
left: 250px; left: 250px;
position: relative; position: relative;
@ -162,10 +201,12 @@ img {
top: 110px; top: 110px;
width: 600px; width: 600px;
} }
.footer .copyright { .footer .copyright {
padding-top: 60px; padding-top: 60px;
text-align: center; text-align: center;
} }
.footer .goTop { .footer .goTop {
background: url("../images/icons.gif") no-repeat scroll 0 -304px transparent; background: url("../images/icons.gif") no-repeat scroll 0 -304px transparent;
cursor: pointer; cursor: pointer;
@ -176,10 +217,12 @@ img {
top: 0; top: 0;
width: 25px; width: 25px;
} }
.article { .article {
border-top: 1px dotted #0184AF; border-top: 1px dotted #0184AF;
padding-bottom: 15px; padding-bottom: 15px;
} }
.article-title { .article-title {
font-size: 22px; font-size: 22px;
margin-top: 10px; margin-top: 10px;
@ -187,21 +230,26 @@ img {
position: relative; position: relative;
top: 20px; top: 20px;
} }
.article-title sup { .article-title sup {
font-size: 12px; font-size: 12px;
} }
.article-title a { .article-title a {
color: #4C4C4C; color: #4C4C4C;
text-decoration: none; text-decoration: none;
} }
.article-title a:hover { .article-title a:hover {
color: #2970A6; color: #2970A6;
} }
.article-abstract { .article-abstract {
line-height: 145%; line-height: 145%;
margin: 5px 0 5px 5px; margin: 5px 0 5px 5px;
word-wrap: break-word; word-wrap: break-word;
} }
.tagsIcon, .articles-commentIcon, .dateIcon, .article-browserIcon { .tagsIcon, .articles-commentIcon, .dateIcon, .article-browserIcon {
background: url("../images/icons.gif") no-repeat scroll 0 -400px transparent; background: url("../images/icons.gif") no-repeat scroll 0 -400px transparent;
float: left; float: left;
@ -209,33 +257,42 @@ img {
margin-right: 6px; margin-right: 6px;
width: 30px; width: 30px;
} }
.tagsIcon { .tagsIcon {
background: url("../images/tagsIcon.png"); background: url("../images/tagsIcon.png");
} }
.dateIcon { .dateIcon {
background-position: 0 -48px; background-position: 0 -48px;
} }
.articles-commentIcon { .articles-commentIcon {
background: url("../images/comment.jpg"); background: url("../images/comment.jpg");
} }
.article-browserIcon { .article-browserIcon {
background: url("../images/category.jpg"); background: url("../images/category.jpg");
} }
.article-body { .article-body {
line-height: 145%; line-height: 145%;
padding: 5px 0 0 5px; padding: 5px 0 0 5px;
} }
.article-footer { .article-footer {
margin: 0 5px 10px 5px; margin: 0 5px 10px 5px;
} }
.article-relative { .article-relative {
line-height: 22px; line-height: 22px;
margin-top: 20px; margin-top: 20px;
} }
.article-relative h4 { .article-relative h4 {
font-size: 12px; font-size: 12px;
padding: 0; padding: 0;
} }
.comments { .comments {
background: none repeat scroll 0 0 #FCFCFC; background: none repeat scroll 0 0 #FCFCFC;
border-bottom: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;
@ -244,12 +301,14 @@ img {
padding: 0 15px 15px; padding: 0 15px 15px;
position: relative; position: relative;
} }
.comment-title { .comment-title {
background-color: #E3E9FF; background-color: #E3E9FF;
border-top: 1px solid #3366CC; border-top: 1px solid #3366CC;
padding: 3px 12px 3px 12px; padding: 3px 12px 3px 12px;
position: relative; position: relative;
} }
.comment-body-ref { .comment-body-ref {
background-color: #FFFFFF; background-color: #FFFFFF;
filter: alpha(opacity=90); filter: alpha(opacity=90);
@ -260,30 +319,36 @@ img {
width: 605px; width: 605px;
z-index: 10; z-index: 10;
} }
.comment-body { .comment-body {
margin-top: 15px; margin-top: 15px;
} }
.comment-author { .comment-author {
float: left; float: left;
text-align: center; text-align: center;
width: 81px; width: 81px;
} }
.comment-author div { .comment-author div {
background: url("../images/commentpoint.png") no-repeat scroll 100% 33% transparent; background: url("../images/commentpoint.png") no-repeat scroll 100% 33% transparent;
margin-top: 10px; margin-top: 10px;
padding-right: 14px; padding-right: 14px;
} }
.comment-author img { .comment-author img {
border: 1px solid #999999; border: 1px solid #999999;
height: 32px; height: 32px;
padding: 1px; padding: 1px;
width: 32px; width: 32px;
} }
.comment-author a { .comment-author a {
font-weight: bold; font-weight: bold;
white-space: nowrap; white-space: nowrap;
margin-right: 14px; margin-right: 14px;
} }
.comment-info { .comment-info {
background: url("../images/comment.gif") no-repeat scroll 0 0 #EDEFF0; background: url("../images/comment.gif") no-repeat scroll 0 0 #EDEFF0;
font-size: 12px; font-size: 12px;
@ -291,6 +356,7 @@ img {
padding: 10px 15px 0; padding: 10px 15px 0;
width: 494px; width: 494px;
} }
.comment-content { .comment-content {
background: url("../images/comment.gif") no-repeat scroll 100% 100% transparent; background: url("../images/comment.gif") no-repeat scroll 100% 100% transparent;
font-size: 12px; font-size: 12px;
@ -300,24 +366,28 @@ img {
padding: 9px 15px 10px; padding: 9px 15px 10px;
word-wrap: break-word; word-wrap: break-word;
} }
.comment-form img { .comment-form img {
cursor: pointer; cursor: pointer;
} }
.comment-form input, .comment-form textarea { .comment-form input, .comment-form textarea {
background: url("../images/textfield.gif") repeat-x scroll 50% 0 #FFFFFF; background: url("../images/textfield.gif") repeat-x scroll 50% 0 #FFFFFF;
border: 1px solid #A6A6A6; border: 1px solid #A6A6A6;
color: #555555; color: #555555;
font-family: Helvetica,Arial,sans-serif; font-family: Helvetica, Arial, sans-serif;
height: 16px; height: 16px;
outline: none; outline: none;
padding: 2px 1px; padding: 2px 1px;
width: 200px; width: 200px;
} }
.comment-form textarea { .comment-form textarea {
font-size: 12px; font-size: 12px;
height: auto; height: auto;
width: 600px; width: 600px;
} }
.comment-form button { .comment-form button {
background: none repeat scroll 0 0 #B4D666; background: none repeat scroll 0 0 #B4D666;
border-color: #B4D666 #81B840 #81B840 #B4D666; border-color: #B4D666 #81B840 #81B840 #B4D666;
@ -330,21 +400,26 @@ img {
line-height: 22px; line-height: 22px;
padding: 0px 6px; padding: 0px 6px;
} }
.comment-form button:hover { .comment-form button:hover {
background: none repeat scroll 0 0 #98C64C; background: none repeat scroll 0 0 #98C64C;
border-color: #76B33A #98C64C #98C64C #76B33A; border-color: #76B33A #98C64C #98C64C #76B33A;
color: #074A7E; color: #074A7E;
} }
.em00, .em01, .em02, .em03, .em04, .em05, .em06, .em07, .em08, .em09, .em10, .em11, .em12, .em13, .em14 { .em00, .em01, .em02, .em03, .em04, .em05, .em06, .em07, .em08, .em09, .em10, .em11, .em12, .em13, .em14 {
background-image: url("../../../images/emotions/emotions.png"); background-image: url("../../../images/emotions/emotions.png");
background-size: 120px; background-size: 120px;
} }
.error-msg { .error-msg {
color: #3366CC; color: #3366CC;
} }
.side-navi .item { .side-navi .item {
padding: 12px 15px; padding: 12px 15px;
} }
.side-navi .navi-comments img { .side-navi .navi-comments img {
border: 1px solid #999999; border: 1px solid #999999;
height: 32px; height: 32px;
@ -352,16 +427,19 @@ img {
padding: 1px; padding: 1px;
width: 32px; width: 32px;
} }
.side-navi .navi-comments a { .side-navi .navi-comments a {
color: white; color: white;
font-weight: bold; font-weight: bold;
} }
.side-navi .navi-comments .side-comment { .side-navi .navi-comments .side-comment {
color: white; color: white;
font-weight: normal; font-weight: normal;
height: 18px; height: 18px;
width: 210px; width: 210px;
} }
.side-navi .navi-comments .side-comment img { .side-navi .navi-comments .side-comment img {
border: 0px; border: 0px;
height: 16px; height: 16px;
@ -369,28 +447,34 @@ img {
padding: 0px; padding: 0px;
width: 16px; width: 16px;
} }
.side-navi .navi-comments li { .side-navi .navi-comments li {
padding: 2px 0; padding: 2px 0;
} }
.side-navi .navi-comments li div { .side-navi .navi-comments li div {
width: 215px; width: 215px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
-o-text-overflow: ellipsis; -o-text-overflow: ellipsis;
} }
.side-navi a.selected { .side-navi a.selected {
color: #555555; color: #555555;
text-decoration: none; text-decoration: none;
} }
.side-navi ul.navi-tags li, .side-navi .navi-comments li { .side-navi ul.navi-tags li, .side-navi .navi-comments li {
background-image: none; background-image: none;
padding-left: 0px; padding-left: 0px;
} }
.side-navi ul.navi-tags li img { .side-navi ul.navi-tags li img {
height: 16px; height: 16px;
padding-right: 6px; padding-right: 6px;
width: 16px; width: 16px;
} }
.side-navi li { .side-navi li {
background: url("../images/pl.png") no-repeat scroll 0 0 transparent; background: url("../images/pl.png") no-repeat scroll 0 0 transparent;
margin: 5px 0 0 0; margin: 5px 0 0 0;
@ -400,26 +484,32 @@ img {
text-overflow: ellipsis; text-overflow: ellipsis;
-o-text-overflow: ellipsis; -o-text-overflow: ellipsis;
} }
.side-navi li.aboutMe { .side-navi li.aboutMe {
white-space: normal; white-space: normal;
} }
.side-navi .line { .side-navi .line {
border-color: #67C3CF; border-color: #67C3CF;
border-style: dotted; border-style: dotted;
border-width: 1px 0; border-width: 1px 0;
} }
.pagination { .pagination {
margin: 16px; margin: 16px;
text-align: center; text-align: center;
} }
.pagination a, .pagination a:visited { .pagination a, .pagination a:visited {
color: #4272DB; color: #4272DB;
padding: 0 3px; padding: 0 3px;
} }
.pagination a.selected { .pagination a.selected {
color: #000000; color: #000000;
font-weight: bold; font-weight: bold;
} }
#tagsPanel .tagPanel { #tagsPanel .tagPanel {
border: 2px solid; border: 2px solid;
border-radius: 6px; border-radius: 6px;
@ -427,25 +517,31 @@ img {
float: left; float: left;
margin: 3px; margin: 3px;
} }
#tagsPanel .tagPanel:hover { #tagsPanel .tagPanel:hover {
background-color: #EEEEEE; background-color: #EEEEEE;
border: 2px dashed; border: 2px dashed;
} }
#tagsPanel .tagPanel { #tagsPanel .tagPanel {
text-decoration: none; text-decoration: none;
} }
.error-body { .error-body {
background: url("../images/cont-bg_2.png") repeat-y scroll left; background: url("../images/cont-bg_2.png") repeat-y scroll left;
height: 400px; height: 400px;
padding: 12px; padding: 12px;
} }
.error-title { .error-title {
line-height: 72px; line-height: 72px;
} }
.error-panel { .error-panel {
margin: 0 auto; margin: 0 auto;
width: 201px; width: 201px;
} }
.error-panel a { .error-panel a {
background: none repeat scroll 0 0 #9CD941; background: none repeat scroll 0 0 #9CD941;
border-color: #D0F29D #398A38 #398A38 #D0F29D; border-color: #D0F29D #398A38 #398A38 #D0F29D;
@ -458,42 +554,51 @@ img {
padding: 10px 15px; padding: 10px 15px;
text-decoration: none; text-decoration: none;
} }
.error-panel a:hover { .error-panel a:hover {
background-color: #ADEb51; background-color: #ADEb51;
} }
.kind-panel { .kind-panel {
background: url("../images/box.gif") no-repeat scroll 100% 100% #F4F5F7; background: url("../images/box.gif") no-repeat scroll 100% 100% #F4F5F7;
margin-bottom: 10px; margin-bottom: 10px;
padding: 8px 12px; padding: 8px 12px;
} }
.kind-title { .kind-title {
background: url("../images/box.gif") no-repeat scroll 0 0 #E3E4E6; background: url("../images/box.gif") no-repeat scroll 0 0 #E3E4E6;
border-bottom: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;
font-weight: bold; font-weight: bold;
padding: 6px 12px; padding: 6px 12px;
} }
.top { .top {
background: url("../images/top-bg.jpg") repeat-x scroll left top transparent; background: url("../images/top-bg.jpg") repeat-x scroll left top transparent;
border: none; border: none;
color: white; color: white;
height: 87px; height: 87px;
} }
.footer-icon { .footer-icon {
background: url("../images/footer-ico.png") no-repeat scroll center center transparent; background: url("../images/footer-ico.png") no-repeat scroll center center transparent;
height: 133px; height: 133px;
} }
.info { .info {
background: url("../images/info.png") repeat-x scroll left top transparent; background: url("../images/info.png") repeat-x scroll left top transparent;
height: 110px; height: 110px;
position: relative; position: relative;
} }
.logoutIcon { .logoutIcon {
background-position: -96px -16px; background-position: -96px -16px;
} }
#qq2 { #qq2 {
float: right; float: right;
padding: 68px 120px 0 0; padding: 68px 120px 0 0;
} }
.thinks { .thinks {
background: url("../images/thinks.png") no-repeat scroll left top transparent; background: url("../images/thinks.png") no-repeat scroll left top transparent;
height: 420px; height: 420px;
@ -503,6 +608,7 @@ img {
width: 388px; width: 388px;
z-index: 1; z-index: 1;
} }
.lamb { .lamb {
background: url("../images/lamb.png") no-repeat scroll left top transparent; background: url("../images/lamb.png") no-repeat scroll left top transparent;
height: 80px; height: 80px;
@ -511,32 +617,40 @@ img {
top: 100px; top: 100px;
width: 320px; width: 320px;
} }
.lamb a { .lamb a {
display: block; display: block;
height: 80px; height: 80px;
outline: none; outline: none;
width: 320px; width: 320px;
} }
.null { .null {
height: 160px; height: 160px;
} }
#navigation { #navigation {
height: 87px; height: 87px;
margin: 0 auto; margin: 0 auto;
width: 960px; width: 960px;
} }
#navigation a.classifiche { #navigation a.classifiche {
background: url("../images/classifiche.png") no-repeat scroll left top transparent; background: url("../images/classifiche.png") no-repeat scroll left top transparent;
} }
#navigation a.about { #navigation a.about {
background: url("../images/about.png") no-repeat scroll left top transparent; background: url("../images/about.png") no-repeat scroll left top transparent;
} }
#navigation a.home { #navigation a.home {
background: url("../images/home.png") no-repeat scroll left top transparent; background: url("../images/home.png") no-repeat scroll left top transparent;
} }
#navigation a.Guestbook { #navigation a.Guestbook {
background: url("../images/Guestbook.png") no-repeat scroll left top transparent; background: url("../images/Guestbook.png") no-repeat scroll left top transparent;
} }
#navigation a { #navigation a {
background: url("../images/default.png") no-repeat scroll left top transparent; background: url("../images/default.png") no-repeat scroll left top transparent;
color: #FFFFFF; color: #FFFFFF;
@ -550,21 +664,26 @@ img {
text-decoration: none; text-decoration: none;
width: 73px; width: 73px;
} }
.admins { .admins {
position: relative; position: relative;
top: -85px; top: -85px;
} }
#mostCommentArticles li a,#mostViewCountArticles li a,.navi-tags li a,#sideLink li a,#save li a,#sideAuthor li a {
#mostCommentArticles li a, #mostViewCountArticles li a, .navi-tags li a, #sideLink li a, #save li a, #sideAuthor li a {
color: white; color: white;
} }
.roundtop { .roundtop {
background: url("../images/roundtop.png") no-repeat scroll left top transparent; background: url("../images/roundtop.png") no-repeat scroll left top transparent;
height: 75px; height: 75px;
} }
.roundbottom { .roundbottom {
background: url("../images/roundbottom.png") no-repeat scroll left top transparent; background: url("../images/roundbottom.png") no-repeat scroll left top transparent;
height: 35px; height: 35px;
} }
.paint { .paint {
background: url("../images/paint.png") no-repeat scroll left top transparent; background: url("../images/paint.png") no-repeat scroll left top transparent;
height: 183px; height: 183px;
@ -573,6 +692,7 @@ img {
top: 450px; top: 450px;
width: 87px; width: 87px;
} }
.rings { .rings {
background: url("../images/anelli.png") no-repeat scroll left top transparent; background: url("../images/anelli.png") no-repeat scroll left top transparent;
height: 121px; height: 121px;
@ -581,58 +701,70 @@ img {
width: 56px; width: 56px;
z-index: 80; z-index: 80;
} }
.antefatto { .antefatto {
background: url("../images/twitter.png") no-repeat scroll left top transparent; background: url("../images/twitter.png") no-repeat scroll left top transparent;
height: 64px; height: 64px;
} }
.ads { .ads {
background: url("../images/ads.png") no-repeat scroll left top transparent; background: url("../images/ads.png") no-repeat scroll left top transparent;
height: 64px; height: 64px;
} }
.categorie { .categorie {
background: url("../images/categorie.png") no-repeat scroll left top transparent; background: url("../images/categorie.png") no-repeat scroll left top transparent;
height: 64px; height: 64px;
} }
#sideNavi .tags { #sideNavi .tags {
background: url(../images/tagsIcon.png) no-repeat scroll left top transparent; background: url(../images/tagsIcon.png) no-repeat scroll left top transparent;
height: 52px; height: 52px;
background-size: contain; background-size: contain;
} }
.archivio { .archivio {
background: url("../images/archivio.png") no-repeat scroll left top transparent; background: url("../images/archivio.png") no-repeat scroll left top transparent;
height: 64px; height: 64px;
} }
.side-author { .side-author {
background: url("../images/antefatto.png") no-repeat scroll left top transparent; background: url("../images/antefatto.png") no-repeat scroll left top transparent;
height: 64px; height: 64px;
} }
.blog { .blog {
background: url("../images/blog.png") no-repeat scroll left top transparent; background: url("../images/blog.png") no-repeat scroll left top transparent;
height: 64px; height: 64px;
} }
.cuore { .cuore {
background: url("../images/cuore.png") no-repeat scroll left top transparent; background: url("../images/cuore.png") no-repeat scroll left top transparent;
height: 64px; height: 64px;
} }
.esclamativo { .esclamativo {
background: url("../images/esclamativo.png") no-repeat scroll left top transparent; background: url("../images/esclamativo.png") no-repeat scroll left top transparent;
height: 64px; height: 64px;
} }
.posttime-blue { .posttime-blue {
background-color: #0184AF; background-color: #0184AF;
} }
.posttime-blue, .posttime-pink { .posttime-blue, .posttime-pink {
border: 1px solid #999999; border: 1px solid #999999;
clear: right; clear: right;
color: #FFFFFF; color: #FFFFFF;
float: right; float: right;
font-family: Tohama,Arial,Helvetica,sans-serif; font-family: Tohama, Arial, Helvetica, sans-serif;
height: 60px; height: 60px;
position: relative; position: relative;
right: 30px; right: 30px;
top: -25px; top: -25px;
width: 60px; width: 60px;
} }
.posttime-MY { .posttime-MY {
border-bottom: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF;
font-size: 9px; font-size: 9px;
@ -640,11 +772,13 @@ img {
padding-top: 5px; padding-top: 5px;
text-align: center; text-align: center;
} }
.posttime-D { .posttime-D {
font-size: 28px; font-size: 28px;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
} }
.note { .note {
background: none repeat scroll 0 0 #E7F5F7; background: none repeat scroll 0 0 #E7F5F7;
margin: 40px 0 0 -49px; margin: 40px 0 0 -49px;
@ -653,6 +787,7 @@ img {
width: 574px; width: 574px;
z-index: 50; z-index: 50;
} }
.corner { .corner {
background: url("../images/corner.png") no-repeat scroll left top transparent; background: url("../images/corner.png") no-repeat scroll left top transparent;
height: 9px; height: 9px;
@ -661,10 +796,12 @@ img {
top: -9px; top: -9px;
width: 9px; width: 9px;
} }
.count { .count {
position: relative; position: relative;
top: 8px; top: 8px;
} }
.substance { .substance {
overflow: hidden; overflow: hidden;
width: 500px; width: 500px;

View File

@ -19,10 +19,10 @@
--> -->
<div class="info"> <div class="info">
<div class="copyright"> <div class="copyright">
<span style="color:white;">&copy; ${year}</span> - <a style="color:white;" href="${servePath}">${blogTitle}</a>${footerContent}<br/> <span>&copy; ${year}</span> - <a href="${servePath}">${blogTitle}</a> ${footerContent}<br/>
Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a> • <a href="https://solo.b3log.org" target="_blank">Solo</a> ${version}&nbsp;&nbsp; Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a> • <a href="https://solo.b3log.org" target="_blank">Solo</a> ${version}&nbsp;&nbsp;
Theme <a rel="friend" style="color:white;" href="https://github.com/b3log/solo-skins" target="_blank">favourite</a> Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">favourite</a>
by <a rel="friend" style="color:white;" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>. by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div> </div>
<div class="right goTop"> <div class="right goTop">
<span onclick="Util.goTop();">${goTopLabel}</span> <span onclick="Util.goTop();">${goTopLabel}</span>