Skip to content

Commit

Permalink
🔖 发布 v3.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
esofar committed Oct 9, 2020
1 parent d6bb752 commit 4ce51a2
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 73 deletions.
2 changes: 1 addition & 1 deletion dist/silence.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/silence.min.js

Large diffs are not rendered by default.

59 changes: 29 additions & 30 deletions src/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ a {
#under_post_kb,
#author_profile,
#green_channel,
#comment_nav {
#comment_nav,
.under-comment-nav,
#comment_pager_top {
display: none;
}

Expand Down Expand Up @@ -614,7 +616,7 @@ a {
.post-digg-count {
&::before {
font-family: FontAwesome;
content: "\f08a";
content: "\f087";
padding-left: 10px;
padding-right: 5px;
opacity: 0.7;
Expand Down Expand Up @@ -693,8 +695,6 @@ a {
.postBody {
font-size: 16px;
line-height: 1.75;
padding-bottom: 5px;
border-bottom: 1px solid var(--border-color);

a {
transition: all 0.3s ease;
Expand Down Expand Up @@ -825,13 +825,13 @@ a {
border: none !important;
}

#BlogPostCategory {
font-size: 13px;
margin-bottom: 10px;

#BlogPostCategory,
#EntryTag {
font-size: 14px;
a {
font-size: 13px;
border-radius: 4px;
padding: 5px 10px;
padding: 4px 6px;
background-color: var(--panel-bg-color);
margin-right: 5px;
transform: none;
Expand All @@ -844,20 +844,16 @@ a {
}
}

#EntryTag {
font-size: 13px;
a {
border-radius: 4px;
padding: 5px 10px;
background-color: var(--panel-bg-color);
margin-right: 5px;
color: var(--text-color);
#BlogPostCategory:before {
content: "\f07c";
font-family: FontAwesome;
opacity: 0.7;
}

&:hover {
color: #fff;
background-color: var(--theme-color);
}
}
#EntryTag:before {
content: "\f02c";
font-family: FontAwesome;
opacity: 0.7;
}

#post_next_prev {
Expand All @@ -866,8 +862,7 @@ a {
}

.postDesc {
padding-top: 5px;
text-align: right;
display: none;
}
}

Expand Down Expand Up @@ -1035,6 +1030,7 @@ a {
background: none;
height: auto;
width: auto;
min-width: 60px;
margin: 0;
font-size: 17px;
border-radius: 4px;
Expand All @@ -1055,15 +1051,19 @@ a {

.diggit {
&::before {
content: "\63a8\8350";
content: "\f087";
font-family: FontAwesome;
opacity: 0.7;
}
}

.buryit {
margin-left: 15px;

&::before {
content: "\53cd\5bf9";
content: "\f088";
font-family: FontAwesome;
opacity: 0.7;
}
}
}
Expand All @@ -1082,10 +1082,9 @@ a {

a {
color: var(--text-color);
padding: 2px 8px;
padding: 4px 7px;
border: 1px solid var(--border-color);
border-radius: 4px;
margin: 0px 0 0 5px;

&:hover {
color: var(--theme-color);
Expand Down Expand Up @@ -1213,11 +1212,11 @@ a {
}

::-webkit-scrollbar {
width: 6px;
height: 8px;
width: 5px;
}

::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: var(--text-color);
&:hover {
background-color: var(--theme-color);
Expand Down
2 changes: 0 additions & 2 deletions src/modules/postSignature/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
.esa-post-signature {
padding: 12px 24px 12px 20px;
margin-top: 15px;
margin-left: 5px;
border-left-width: 4px;
font-size: 15px;
line-height: 2;
border-left-style: solid;
background-color: var(--panel-bg-color);
position: relative;
Expand Down
6 changes: 3 additions & 3 deletions src/modules/postSponsor/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/modules/postSponsor/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

.box {
position: absolute;
left: calc(50% - 110px);
left: calc(50% - 101px);
border: 1px solid var(--border-color);
border-radius: 4px;

li {
width: 66px;
width: 60px;
float: left;
margin: 0 !important;
text-align: center;
Expand Down
26 changes: 4 additions & 22 deletions src/templates/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,31 +104,13 @@

</head>
<body>
<div class="esa-loader">
<div class="dark-loading">
<div class="box">
<div class="figure"></div>
<p class="label">Loading</p>
</div>
</div>

<!-- <div class="p-loading"><div class="loading"><h2>Theme By Mozzie</h2>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span></div></div> -->

<a name="top"></a>
<div id="page_begin_html">
<div class="esa-loader">
<div class="box">
<div class="figure"></div>
<p class="label">Loading...</p>
</div>
<h2>Loading</h2>
<span></span><span></span><span></span><span></span><span></span><span></span><span></span>
</div>
</div>
<a name="top"></a>

<!--done-->
<div id="home">
Expand Down
9 changes: 4 additions & 5 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,12 @@

</head>
<body>
<!-- <div id="loading"><div class="box"></div></div> -->
<div class="esa-loader">
<div class="light-loading">
<div class="box">
<div class="figure"></div>
<p class="label">Loading</p>
<h2>Loading</h2>
<span></span><span></span><span></span><span></span><span></span><span></span><span></span>
</div>
</div>
</div>

<a name="top"></a>
<!--done-->
Expand Down
8 changes: 1 addition & 7 deletions src/templates/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,7 @@
<div class="dark-loading">
<div class="box">
<h2>Loading</h2>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span><span></span><span></span><span></span><span></span><span></span><span></span>
</div>
</div>

Expand Down

0 comments on commit 4ce51a2

Please sign in to comment.