This commit is contained in:
parent
1c3224f3de
commit
d86f8340b5
File diff suppressed because one or more lines are too long
@ -19,7 +19,7 @@
|
||||
* skin style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 1.1.0.0, Mar 20, 2019
|
||||
* @version 1.2.0.0, Jul 17, 2019
|
||||
*/
|
||||
/* start common */
|
||||
@import "../../../scss/reset";
|
||||
@ -39,8 +39,14 @@ a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.vditor-reset a {
|
||||
color: #ff4d3a;
|
||||
.vditor-reset {
|
||||
a {
|
||||
color: #ff4d3a;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.fn-pointer {
|
||||
@ -353,6 +359,7 @@ a {
|
||||
aside {
|
||||
width: 28%;
|
||||
min-width: 236px;
|
||||
|
||||
.tag.vditor-tooltipped {
|
||||
display: inline-block;
|
||||
padding: 2px 5px;
|
||||
@ -362,6 +369,7 @@ aside {
|
||||
margin-right: 10px;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.ad {
|
||||
background-color: #3cbc8d;
|
||||
color: #fff;
|
||||
@ -624,6 +632,7 @@ aside {
|
||||
.article__toc {
|
||||
top: 81px;
|
||||
bottom: 132px;
|
||||
|
||||
.toc--current a {
|
||||
color: #ff4d3a
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -19,9 +19,8 @@
|
||||
* skin andrea style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 2.2.0.0, Mar 21, 2019
|
||||
* @version 2.3.0.0, Jul 17, 2019
|
||||
*/
|
||||
|
||||
@import "../../../scss/toc";
|
||||
@import "vditor/src/assets/scss/classic";
|
||||
|
||||
@ -342,6 +341,7 @@ img {
|
||||
display: inline-block;
|
||||
height: 20px;
|
||||
margin-right: 6px;
|
||||
|
||||
svg {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
@ -543,7 +543,11 @@ img {
|
||||
|
||||
/* article */
|
||||
.vditor-reset--article {
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: 20px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.article-relative {
|
||||
|
File diff suppressed because one or more lines are too long
@ -21,7 +21,7 @@
|
||||
*
|
||||
* @author <a href="http://88250.b3log.org">Liang Ding</a>
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 2.1.0.0, Mar 21, 2019
|
||||
* @version 2.2.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "bootstrap";
|
||||
@import "../../../scss/usite";
|
||||
@ -30,132 +30,139 @@
|
||||
@import "vditor/src/assets/scss/classic";
|
||||
|
||||
.vditor-reset--article {
|
||||
padding-bottom: 10px;
|
||||
padding-bottom: 10px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.article__toc {
|
||||
position: fixed;
|
||||
top: 90px;
|
||||
bottom: 198px;
|
||||
padding-left: 0;
|
||||
left: 100%;
|
||||
position: fixed;
|
||||
top: 90px;
|
||||
bottom: 198px;
|
||||
padding-left: 0;
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
#comments {
|
||||
position: relative;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.comment-body-ref {
|
||||
position: absolute;
|
||||
background-color: #fff;
|
||||
width: 100%;
|
||||
left: 64px;
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
||||
border-radius: 5px;
|
||||
padding: 10px 0;
|
||||
position: absolute;
|
||||
background-color: #fff;
|
||||
width: 100%;
|
||||
left: 64px;
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
border-radius: 5px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.user__site {
|
||||
display: inline-block;
|
||||
display: inline-block;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
margin: 0 5px 15px 0;
|
||||
|
||||
svg {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
margin: 0 5px 15px 0;
|
||||
svg {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
fill: currentColor;
|
||||
}
|
||||
fill: currentColor;
|
||||
}
|
||||
}
|
||||
|
||||
body, button, input, select, textarea {
|
||||
font: 400 1em/1.8 Avenir,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;
|
||||
letter-spacing: 0.01rem;
|
||||
body, button, input, select, textarea {
|
||||
font: 400 1em/1.8 Avenir, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
|
||||
letter-spacing: 0.01rem;
|
||||
}
|
||||
|
||||
.site {
|
||||
padding: 0 2em 0;
|
||||
margin: 0 auto;
|
||||
font-size: 16px;
|
||||
padding: 0 2em 0;
|
||||
margin: 0 auto;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
h4, h5, h6 {
|
||||
font-weight: bold;
|
||||
}
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.article {
|
||||
margin-bottom: 80px;
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
|
||||
.article-title {
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.article-tags {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.article-date {
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
margin-top: 6px;
|
||||
margin-bottom: 12px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
margin-top: 6px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.header {
|
||||
border-bottom: 1px solid #ddd;
|
||||
background-color: #f9f9f9;
|
||||
margin-bottom: 20px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
background-color: #f9f9f9;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
font-weight: 500;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.nav-item .page-icon {
|
||||
float: left;
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
margin: 2px 3px 0 0;
|
||||
float: left;
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
margin: 2px 3px 0 0;
|
||||
}
|
||||
|
||||
.comment {
|
||||
margin-bottom: 32px;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
.comment p {
|
||||
margin-bottom: 0em;
|
||||
margin-bottom: 0em;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
margin-top: 15px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.cmtFromSym {
|
||||
font-size: 12px;
|
||||
color: #ccc;
|
||||
margin-bottom: 1em;
|
||||
font-size: 12px;
|
||||
color: #ccc;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.cmtForm {
|
||||
margin-top: 24px;
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
.gray {
|
||||
color: #ccc;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding: 40px 0;
|
||||
margin-top: 20px;
|
||||
color: #999;
|
||||
text-align: center;
|
||||
background-color: #f9f9f9;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
padding: 40px 0;
|
||||
margin-top: 20px;
|
||||
color: #999;
|
||||
text-align: center;
|
||||
background-color: #f9f9f9;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
float: right;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -19,7 +19,7 @@
|
||||
* skin style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 0.2.0.0, Jul 15, 2019
|
||||
* @version 0.3.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/reset";
|
||||
@import "../../../scss/usite";
|
||||
@ -46,6 +46,10 @@ a {
|
||||
color: $link;
|
||||
}
|
||||
|
||||
.vditor-reset::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ft__a {
|
||||
color: $gray;
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -19,7 +19,7 @@
|
||||
* skin style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 0.1.0.1, Apr 21, 2019
|
||||
* @version 0.2.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/reset";
|
||||
@import "../../../scss/usite";
|
||||
@ -480,6 +480,9 @@ a {
|
||||
margin-top: -164px;
|
||||
position: relative;
|
||||
padding-bottom: 30px;
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
&__tip {
|
||||
|
File diff suppressed because one or more lines are too long
@ -20,7 +20,7 @@
|
||||
* skin community style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 2.2.0.0, Mar 22, 2019
|
||||
* @version 2.3.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/reset";
|
||||
@import "../../../scss/toc";
|
||||
@ -31,9 +31,11 @@
|
||||
margin: 0 8px 0;
|
||||
display: inline-block;
|
||||
height: 25px;
|
||||
|
||||
&:hover {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
svg {
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
@ -271,17 +273,22 @@ a.header-title {
|
||||
|
||||
.vditor-reset {
|
||||
line-height: 145%;
|
||||
|
||||
&--article {
|
||||
padding-bottom: 20px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.vditor-reset a {
|
||||
color: #075181;
|
||||
}
|
||||
a {
|
||||
color: #075181;
|
||||
|
||||
.vditor-reset a:hover {
|
||||
color: #68ADD5;
|
||||
:hover {
|
||||
color: #68ADD5;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.article-main h2.title {
|
||||
@ -383,6 +390,7 @@ a.header-title {
|
||||
.article-relative {
|
||||
margin-top: 20px;
|
||||
width: 360px;
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
@ -790,9 +798,10 @@ a.star-icon {
|
||||
padding: 0 10px;
|
||||
margin: 0 10px 10px 0;
|
||||
background-color: #9BC4CE;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
background-color: #B4D9E2;
|
||||
background-color: #B4D9E2;
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
@ -21,7 +21,7 @@
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @author <a href="http://88250.b3log.org">Liang Ding</a>
|
||||
* @version 2.3.0.0, Mar 22, 2019
|
||||
* @version 2.4.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/toc";
|
||||
@import "../../../scss/usite";
|
||||
@ -30,6 +30,7 @@
|
||||
.user__site {
|
||||
float: left;
|
||||
margin-left: 10px;
|
||||
|
||||
svg {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
@ -756,6 +757,7 @@ article.post {
|
||||
|
||||
.share {
|
||||
position: relative;
|
||||
|
||||
canvas {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
@ -766,6 +768,10 @@ article.post {
|
||||
|
||||
.post-content--article {
|
||||
padding-bottom: 10px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
article.post:after {
|
||||
|
File diff suppressed because one or more lines are too long
@ -19,7 +19,7 @@
|
||||
* skin style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 0.3.0.0, Mar 22, 2019
|
||||
* @version 0.4.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/reset";
|
||||
@import "../../../scss/function";
|
||||
@ -41,6 +41,7 @@ $gray: #999 !default;
|
||||
display: inline-block;
|
||||
color: $gray !important;
|
||||
margin: 0 5px 20px 0;
|
||||
|
||||
&:hover {
|
||||
color: $red !important;
|
||||
}
|
||||
@ -91,6 +92,10 @@ a {
|
||||
color: #555;
|
||||
font-size: 14px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $red;
|
||||
}
|
||||
@ -160,6 +165,7 @@ a {
|
||||
margin: 30px auto;
|
||||
line-height: 1.6em;
|
||||
font-size: 0.85em;
|
||||
|
||||
a {
|
||||
color: $red;
|
||||
}
|
||||
@ -171,6 +177,7 @@ a {
|
||||
margin: 50px 0;
|
||||
border-bottom: 1px dashed #d9d9d9;
|
||||
text-align: justify;
|
||||
|
||||
&:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
@ -178,12 +185,14 @@ a {
|
||||
|
||||
&__title {
|
||||
padding: 20px 0;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
font-size: 25px;
|
||||
font-weight: bold;
|
||||
color: #555;
|
||||
transition: color 0.2s;
|
||||
|
||||
&:hover {
|
||||
color: $red;
|
||||
}
|
||||
@ -199,6 +208,7 @@ a {
|
||||
|
||||
&__content {
|
||||
margin: 20px 0;
|
||||
|
||||
& > p:last-child {
|
||||
margin-bottom: 0
|
||||
}
|
||||
@ -214,6 +224,7 @@ a {
|
||||
&__near {
|
||||
margin: 50px 0 70px;
|
||||
position: relative;
|
||||
|
||||
&--point:before {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
@ -227,14 +238,17 @@ a {
|
||||
background: #ddd;
|
||||
box-shadow: 0 1px 2px #fff;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
a {
|
||||
font-size: 12px;
|
||||
line-height: 1.6em;
|
||||
color: $gray;
|
||||
padding: 0 20px;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
color: #555;
|
||||
@ -244,6 +258,7 @@ a {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
strong,
|
||||
h4 {
|
||||
margin-bottom: 6px;
|
||||
@ -258,6 +273,7 @@ a {
|
||||
|
||||
.pagination {
|
||||
margin: 20px 0 40px;
|
||||
|
||||
&__item {
|
||||
padding: 10px 10px;
|
||||
color: $gray;
|
||||
@ -341,6 +357,7 @@ a {
|
||||
border-width: 8px;
|
||||
border-right-color: #CFD8DC;
|
||||
}
|
||||
|
||||
&:after {
|
||||
margin-top: 1px;
|
||||
margin-left: 2px;
|
||||
@ -359,6 +376,7 @@ a {
|
||||
&__btn {
|
||||
cursor: pointer;
|
||||
color: #666;
|
||||
|
||||
&:hover {
|
||||
color: #333;
|
||||
}
|
||||
@ -366,6 +384,7 @@ a {
|
||||
|
||||
&__content {
|
||||
margin-top: 20px;
|
||||
|
||||
& > p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -19,7 +19,7 @@
|
||||
* skin style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 2.1.0.0, Mar 22, 2019
|
||||
* @version 2.2.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/reset";
|
||||
@import "../../../scss/usite";
|
||||
@ -350,23 +350,28 @@
|
||||
position: fixed;
|
||||
top: 90px;
|
||||
bottom: 60px;
|
||||
|
||||
a {
|
||||
color: rgba(0, 0, 0, 0.54);
|
||||
|
||||
&:hover {
|
||||
color: rgba(0, 0, 0, 0.68);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
&__thumbnail {
|
||||
margin: 10px 0;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
&__wrap {
|
||||
margin-right: -20px
|
||||
}
|
||||
@ -391,6 +396,7 @@
|
||||
&__item--small {
|
||||
width: 318px;
|
||||
margin-right: 20px;
|
||||
|
||||
.article__thumbnail {
|
||||
background-image: none !important;
|
||||
}
|
||||
@ -463,6 +469,10 @@
|
||||
|
||||
.vditor-reset {
|
||||
padding-bottom: 16px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -19,7 +19,7 @@
|
||||
* skin neoease style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 2.1.0.0, Mar 22, 2019
|
||||
* @version 2.2.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/toc";
|
||||
@import "../../../scss/usite";
|
||||
@ -28,6 +28,7 @@
|
||||
.user__site {
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
|
||||
svg {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
@ -491,6 +492,7 @@ textarea, input {
|
||||
font-size: 11px;
|
||||
line-height: 16px;
|
||||
margin: 12px 0;
|
||||
|
||||
&--article {
|
||||
margin-top: 0;
|
||||
}
|
||||
@ -498,6 +500,10 @@ textarea, input {
|
||||
|
||||
.vditor-reset--article {
|
||||
padding-bottom: 12px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.article-element a {
|
||||
|
File diff suppressed because one or more lines are too long
@ -19,7 +19,7 @@
|
||||
* skin style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 0.2.0.0, Mar 22, 2019
|
||||
* @version 0.3.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/reset";
|
||||
@import "../../../scss/function";
|
||||
@ -30,8 +30,8 @@
|
||||
|
||||
$red: #eb5055 !default;
|
||||
$black: #313131 !default;
|
||||
$fade: rgba(0,0,0,.38) !default;
|
||||
$gray: #5f5f5f !default;
|
||||
$fade: rgba(0, 0, 0, .38) !default;
|
||||
$gray: #5f5f5f !default;
|
||||
$gray-lighter: #e0e0e0 !default;
|
||||
$gray-lightest: #f7f7f7 !default;
|
||||
|
||||
@ -75,11 +75,16 @@ a:active, a:focus, a:hover {
|
||||
a {
|
||||
color: $black;
|
||||
border-bottom: 1px solid $gray-lighter;
|
||||
|
||||
&:hover {
|
||||
color: $red;
|
||||
border-bottom: 1px solid $red;
|
||||
}
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.ft__fade {
|
||||
@ -92,6 +97,7 @@ a:active, a:focus, a:hover {
|
||||
|
||||
.ft__link {
|
||||
color: $gray;
|
||||
|
||||
&:hover {
|
||||
color: #000;
|
||||
}
|
||||
@ -108,6 +114,7 @@ a:active, a:focus, a:hover {
|
||||
background: #6fa3ef;
|
||||
border-radius: 12px;
|
||||
margin-left: 10px;
|
||||
|
||||
&:hover {
|
||||
color: $gray;
|
||||
background: $gray-lighter;
|
||||
@ -116,21 +123,27 @@ a:active, a:focus, a:hover {
|
||||
&--1 {
|
||||
background: #ff9800;
|
||||
}
|
||||
|
||||
&--2 {
|
||||
background: #46c47c;
|
||||
}
|
||||
|
||||
&--3 {
|
||||
background: $red;
|
||||
}
|
||||
|
||||
&--4 {
|
||||
background: #db4437;
|
||||
}
|
||||
|
||||
&--5 {
|
||||
background: #1b95e0;
|
||||
}
|
||||
|
||||
&--6 {
|
||||
background: #fdc200;
|
||||
}
|
||||
|
||||
&--7 {
|
||||
background: #4caf50;
|
||||
}
|
||||
@ -141,12 +154,14 @@ a:active, a:focus, a:hover {
|
||||
padding: 0 10px;
|
||||
box-sizing: border-box;
|
||||
margin: 0 auto;
|
||||
|
||||
&--min {
|
||||
animation: fade-in;
|
||||
animation-duration: .5s;
|
||||
padding-top: 115px;
|
||||
max-width: 900px;
|
||||
}
|
||||
|
||||
&--miner {
|
||||
animation: fade-in;
|
||||
animation-duration: .5s;
|
||||
@ -167,8 +182,10 @@ a:active, a:focus, a:hover {
|
||||
width: 100%;
|
||||
height: 70px;
|
||||
box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
|
||||
|
||||
&__logo {
|
||||
font-size: 20px;
|
||||
|
||||
img {
|
||||
margin: 10px 5px 0 0;
|
||||
height: 50px;
|
||||
@ -179,8 +196,10 @@ a:active, a:focus, a:hover {
|
||||
|
||||
&__nav {
|
||||
float: right;
|
||||
|
||||
a {
|
||||
margin: 0 15px;
|
||||
|
||||
&.current {
|
||||
color: $red;
|
||||
}
|
||||
@ -237,31 +256,38 @@ a:active, a:focus, a:hover {
|
||||
line-height: 20px;
|
||||
position: relative;
|
||||
font-size: 13px;
|
||||
|
||||
&__border {
|
||||
border-bottom: 1px solid rgba(184, 197, 214, .2);
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
&__nav {
|
||||
text-align: center;
|
||||
height: 95px;
|
||||
line-height: 95px;
|
||||
|
||||
a {
|
||||
padding: 0 25px;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
&__mid {
|
||||
margin: 0 40px;
|
||||
}
|
||||
|
||||
&__copyright {
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
color: $fade;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
@ -275,6 +301,7 @@ a:active, a:focus, a:hover {
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
transition: all .3s;
|
||||
|
||||
&__container {
|
||||
position: relative;
|
||||
border-radius: 3px;
|
||||
@ -282,6 +309,7 @@ a:active, a:focus, a:hover {
|
||||
box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
&__cover {
|
||||
margin-bottom: 130px;
|
||||
height: 250px;
|
||||
@ -289,6 +317,7 @@ a:active, a:focus, a:hover {
|
||||
background-position: 50% 50%;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
&__slant {
|
||||
transform: rotate(-10deg) translate(10px, -10px);
|
||||
opacity: .7;
|
||||
@ -299,6 +328,7 @@ a:active, a:focus, a:hover {
|
||||
width: 110%;
|
||||
height: 100px;
|
||||
background-color: rgba(0, 0, 0, .5);
|
||||
|
||||
&--white {
|
||||
left: 3px;
|
||||
opacity: 1;
|
||||
@ -307,6 +337,7 @@ a:active, a:focus, a:hover {
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
&__main {
|
||||
top: 250px;
|
||||
height: 130px;
|
||||
@ -316,6 +347,7 @@ a:active, a:focus, a:hover {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&__abstract {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
@ -326,6 +358,7 @@ a:active, a:focus, a:hover {
|
||||
word-break: break-all;
|
||||
box-sizing: border-box;
|
||||
transition: all .5s;
|
||||
|
||||
& > a {
|
||||
color: #fff;
|
||||
display: block;
|
||||
@ -341,6 +374,7 @@ a:active, a:focus, a:hover {
|
||||
&__title {
|
||||
margin-bottom: 2px;
|
||||
height: 44px;
|
||||
|
||||
a {
|
||||
font-size: 18px;
|
||||
line-height: 22px;
|
||||
@ -362,13 +396,16 @@ a:active, a:focus, a:hover {
|
||||
|
||||
&__container:hover {
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
|
||||
|
||||
.item {
|
||||
&__cover {
|
||||
transform: scale(1.1);
|
||||
filter: blur(3px);
|
||||
}
|
||||
|
||||
&__abstract {
|
||||
background-color: rgba(0, 0, 0, .5);
|
||||
|
||||
& > a {
|
||||
animation: fade-in;
|
||||
animation-duration: .5s;
|
||||
@ -383,6 +420,7 @@ a:active, a:focus, a:hover {
|
||||
.pagination {
|
||||
text-align: center;
|
||||
margin: 25px 0 40px;
|
||||
|
||||
&__item {
|
||||
color: $gray;
|
||||
padding: 0 15px;
|
||||
@ -414,6 +452,7 @@ a:active, a:focus, a:hover {
|
||||
&--unpinned {
|
||||
animation-name: unpinned;
|
||||
}
|
||||
|
||||
&--pinned {
|
||||
animation-name: pinned;
|
||||
}
|
||||
@ -454,6 +493,7 @@ a:active, a:focus, a:hover {
|
||||
|
||||
&__arrow {
|
||||
float: right;
|
||||
|
||||
a {
|
||||
margin-left: 20px;
|
||||
line-height: 48px;
|
||||
@ -466,11 +506,13 @@ a:active, a:focus, a:hover {
|
||||
font-weight: 400;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
sup {
|
||||
font-weight: normal;
|
||||
color: $red;
|
||||
}
|
||||
}
|
||||
|
||||
&__meta {
|
||||
font-size: 12px;
|
||||
margin: 5px 0 15px;
|
||||
@ -479,6 +521,7 @@ a:active, a:focus, a:hover {
|
||||
&__tags {
|
||||
border-bottom: 1px solid $gray-lighter;
|
||||
margin-bottom: 15px;
|
||||
|
||||
.tag {
|
||||
margin: 0 10px 15px 0;
|
||||
}
|
||||
@ -511,6 +554,7 @@ a:active, a:focus, a:hover {
|
||||
|
||||
a {
|
||||
color: $gray;
|
||||
|
||||
&:hover {
|
||||
color: #000;
|
||||
}
|
||||
@ -536,9 +580,11 @@ a:active, a:focus, a:hover {
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
|
||||
li.current a {
|
||||
color: $red;
|
||||
}
|
||||
|
||||
a {
|
||||
display: block;
|
||||
margin-top: -24px;
|
||||
@ -556,6 +602,7 @@ a:active, a:focus, a:hover {
|
||||
content: '';
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
&.current:before {
|
||||
background-color: $red;
|
||||
}
|
||||
@ -570,6 +617,7 @@ a:active, a:focus, a:hover {
|
||||
.comment {
|
||||
max-width: 700px;
|
||||
box-sizing: border-box;
|
||||
|
||||
&-body-ref {
|
||||
position: absolute;
|
||||
left: 80px;
|
||||
@ -659,6 +707,7 @@ a:active, a:focus, a:hover {
|
||||
margin: 15px;
|
||||
min-width: 115px;
|
||||
line-height: 22px;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.03);
|
||||
}
|
||||
@ -741,8 +790,10 @@ a:active, a:focus, a:hover {
|
||||
top: 70px;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
|
||||
a {
|
||||
display: block;
|
||||
line-height: 30px;
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -20,7 +20,7 @@
|
||||
* skin i-nove style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 2.1.0.0, Mar 22, 2019
|
||||
* @version 2.2.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/toc";
|
||||
@import "../../../scss/reset";
|
||||
@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
.user__site {
|
||||
margin-right: 10px ;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.left {
|
||||
@ -177,6 +177,7 @@ h5 {
|
||||
#header-navi {
|
||||
background: none repeat scroll 0 0 #FFFFFF;
|
||||
border-bottom: 1px solid #A6A6A6;
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
}
|
||||
@ -329,6 +330,10 @@ h5 {
|
||||
|
||||
&--article {
|
||||
padding-bottom: 7px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -20,7 +20,7 @@
|
||||
* skin metro-hot style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 2.2.0.0, Mar 22, 2019
|
||||
* @version 2.3.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/toc";
|
||||
@import "../../../scss/usite";
|
||||
@ -597,8 +597,10 @@ textarea {
|
||||
line-height: 54px;
|
||||
top: 5px;
|
||||
width: 105px;
|
||||
|
||||
.icon-wechat {
|
||||
position: relative;
|
||||
|
||||
canvas {
|
||||
position: absolute;
|
||||
right: 43px;
|
||||
@ -747,6 +749,10 @@ textarea {
|
||||
word-break: break-all;
|
||||
font-size: 14px;
|
||||
word-wrap: break-word;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.main > .vditor-reset {
|
||||
@ -997,7 +1003,7 @@ pre.prettyprint {
|
||||
.links-tile .text,
|
||||
.archives-tile .text,
|
||||
.most-comment .text,
|
||||
.most-view .text{
|
||||
.most-view .text {
|
||||
width: 580px;
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -20,7 +20,7 @@
|
||||
* skin next style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 2.1.0.0, Mar 22, 2019
|
||||
* @version 2.2.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/usite";
|
||||
@import "../../../scss/toc";
|
||||
@ -32,6 +32,7 @@
|
||||
line-height: 16px;
|
||||
border-bottom: 0;
|
||||
margin: 8px 5px 0 0;
|
||||
|
||||
svg {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
@ -552,6 +553,7 @@ img {
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
line-height: 2;
|
||||
|
||||
li {
|
||||
display: block;
|
||||
}
|
||||
@ -742,10 +744,14 @@ img {
|
||||
|
||||
.vditor-reset {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.vditor-reset p {
|
||||
margin: 0 0 25px 0;
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 25px 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* end article */
|
||||
|
File diff suppressed because one or more lines are too long
@ -19,7 +19,7 @@
|
||||
* skin style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 0.5.0.0, Mar 22, 2019
|
||||
* @version 0.6.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/reset";
|
||||
@import "../../../scss/function";
|
||||
@ -36,6 +36,7 @@ $black: #3d4450 !default;
|
||||
|
||||
.user__site {
|
||||
color: rgba(10, 10, 0, 0.7);
|
||||
|
||||
&:hover {
|
||||
color: $red;
|
||||
}
|
||||
@ -51,8 +52,15 @@ a {
|
||||
cursor: url(../images/pointer.cur), url(../images/pointer.cur), auto
|
||||
}
|
||||
|
||||
.vditor-reset img {
|
||||
vertical-align: sub;
|
||||
.vditor-reset {
|
||||
|
||||
img {
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.ft__red {
|
||||
@ -70,6 +78,7 @@ a {
|
||||
&.item {
|
||||
transform: translateY(30px);
|
||||
transition: transform 2s cubic-bezier(.175, .885, .32, 1.275);
|
||||
|
||||
&--active {
|
||||
transform: translate(0);
|
||||
}
|
||||
@ -84,6 +93,7 @@ a {
|
||||
padding: 15px;
|
||||
color: $black;
|
||||
display: block;
|
||||
|
||||
&:hover {
|
||||
background-color: #fff;
|
||||
}
|
||||
@ -112,6 +122,7 @@ a {
|
||||
border-bottom: 1px solid #ddd;
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
line-height: 20px;
|
||||
|
||||
a {
|
||||
padding: 15px 15px;
|
||||
display: block;
|
||||
@ -130,6 +141,7 @@ a {
|
||||
// form
|
||||
.form {
|
||||
position: relative;
|
||||
|
||||
&__input {
|
||||
border: 1px solid $purple;
|
||||
height: 30px;
|
||||
@ -159,18 +171,22 @@ a {
|
||||
background-image: url(../images/background2.jpg);
|
||||
animation-delay: 6s;
|
||||
}
|
||||
|
||||
&--2 {
|
||||
background-image: url(../images/background3.jpg);
|
||||
animation-delay: 12s;
|
||||
}
|
||||
|
||||
&--3 {
|
||||
background-image: url(../images/background4.jpg);
|
||||
animation-delay: 18s;
|
||||
}
|
||||
|
||||
&--4 {
|
||||
background-image: url(../images/background5.jpg);
|
||||
animation-delay: 24s;
|
||||
}
|
||||
|
||||
&--5 {
|
||||
background-image: url(../images/background6.jpg);
|
||||
animation-delay: 30s;
|
||||
@ -329,6 +345,7 @@ a {
|
||||
|
||||
.breadcrumb {
|
||||
color: $purple !important;
|
||||
|
||||
&:hover {
|
||||
color: $black !important;
|
||||
}
|
||||
@ -340,6 +357,7 @@ a {
|
||||
color: #fff;
|
||||
padding: 15px;
|
||||
margin-bottom: 30px;
|
||||
|
||||
a {
|
||||
color: $purple;
|
||||
}
|
||||
@ -375,6 +393,7 @@ a {
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
font-weight: 500;
|
||||
|
||||
a {
|
||||
color: rgba(10, 10, 0, 0.7);
|
||||
padding: 0 15px;
|
||||
@ -452,6 +471,7 @@ a {
|
||||
// comment
|
||||
.comments {
|
||||
position: relative;
|
||||
|
||||
&__item {
|
||||
border-radius: 5px;
|
||||
list-style: none;
|
||||
@ -494,6 +514,7 @@ a {
|
||||
a {
|
||||
font-weight: 700;
|
||||
color: $black;
|
||||
|
||||
&:hover {
|
||||
color: $red;
|
||||
}
|
||||
@ -564,6 +585,7 @@ a {
|
||||
|
||||
.form {
|
||||
width: 100%;
|
||||
|
||||
input,
|
||||
textarea {
|
||||
border: 1px solid #d1d5da;
|
||||
@ -615,6 +637,7 @@ a {
|
||||
|
||||
.article__relevant {
|
||||
margin-bottom: 30px;
|
||||
|
||||
.module {
|
||||
height: 100%;
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
@ -625,6 +648,7 @@ a {
|
||||
@media (max-width: 768px) {
|
||||
.mobile__hidden {
|
||||
display: none;
|
||||
|
||||
&.fn__none {
|
||||
display: block;
|
||||
}
|
||||
@ -643,16 +667,19 @@ a {
|
||||
|
||||
.article-list {
|
||||
overflow: hidden;
|
||||
|
||||
.item {
|
||||
&__title {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
&__date--m {
|
||||
text-align: center;
|
||||
margin-bottom: 10px;
|
||||
color: $black;
|
||||
display: block;
|
||||
}
|
||||
|
||||
&__date {
|
||||
display: none;
|
||||
}
|
||||
@ -758,6 +785,7 @@ a {
|
||||
.article__relevant {
|
||||
display: block;
|
||||
margin-bottom: 0;
|
||||
|
||||
.module {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -29,13 +29,17 @@ Update: Dongxu Wang 2011-02-24
|
||||
/*
|
||||
* skin owmx-3.0 style
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 2.2.0.0, Mar 22, 2019
|
||||
* @version 2.3.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/toc";
|
||||
@import "vditor/src/assets/scss/classic";
|
||||
|
||||
.vditor-reset--article {
|
||||
padding-bottom: 10px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.left {
|
||||
@ -175,14 +179,17 @@ header .user__sites {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
width: 396px;
|
||||
|
||||
.user__site {
|
||||
float: left;
|
||||
margin-right: 8px;
|
||||
height: 20px;
|
||||
color: #016f93;
|
||||
|
||||
&:hover {
|
||||
color: #DB0202;
|
||||
}
|
||||
|
||||
svg {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
|
File diff suppressed because one or more lines are too long
@ -19,12 +19,16 @@
|
||||
* timeline skin style.
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 2.1.0.0, Mar 22, 2019
|
||||
* @version 2.2.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/usite";
|
||||
@import "../../../scss/toc";
|
||||
@import "vditor/src/assets/scss/classic";
|
||||
|
||||
.vditor-reset::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.article__toc {
|
||||
padding-left: 0;
|
||||
}
|
||||
@ -33,10 +37,12 @@
|
||||
display: inline-block;
|
||||
height: 14px;
|
||||
margin: 0 5px 0 0;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
color: #363A3D;
|
||||
}
|
||||
|
||||
svg {
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
|
File diff suppressed because one or more lines are too long
@ -20,7 +20,7 @@
|
||||
* skin tree-house style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 2.2.0.0, Mar 22, 2019
|
||||
* @version 2.3.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/reset";
|
||||
@import "../../../scss/toc";
|
||||
@ -42,6 +42,7 @@
|
||||
margin: 0 10px 10px 0;
|
||||
background-color: rgba(255, 255, 255, 0.39);
|
||||
display: block;
|
||||
|
||||
&:hover {
|
||||
background: url(../images/bg-menu-active.png) repeat scroll -8px -8px transparent;
|
||||
text-decoration: none;
|
||||
@ -299,6 +300,10 @@ img {
|
||||
.vditor-reset {
|
||||
margin: 0 12px;
|
||||
padding-bottom: 12px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.vditor-reset a, .article-abstract a {
|
||||
|
File diff suppressed because one or more lines are too long
@ -21,18 +21,23 @@
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @author <a href="http://88250.b3log.org">Liang Ding</a>
|
||||
* @version 2.3.0.0, Mar 22, 2019
|
||||
* @version 2.4.0.0, Jul 17, 2019
|
||||
*/
|
||||
@import "../../../scss/toc";
|
||||
@import "../../../scss/usite";
|
||||
@import "vditor/src/assets/scss/classic";
|
||||
|
||||
.vditor-reset::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.user__sites {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
right: 10px;
|
||||
top: 27px;
|
||||
text-align: center;
|
||||
|
||||
.user__site {
|
||||
svg {
|
||||
height: 20px;
|
||||
@ -642,11 +647,13 @@ article .abstract a:hover {
|
||||
position: relative;
|
||||
z-index: 12;
|
||||
}
|
||||
|
||||
canvas {
|
||||
position: absolute;
|
||||
right: -54px;
|
||||
top: 18px;
|
||||
}
|
||||
|
||||
span {
|
||||
transition: all 0.2s ease-out 0s;
|
||||
cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user