修复主题丢失

This commit is contained in:
江志雄 2018-07-13 19:19:12 +08:00
parent 6bc6829225
commit 41453ed7a7
226 changed files with 5 additions and 181825 deletions

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 it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

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 it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,927 +0,0 @@
.comment-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.comment-toggle .comment-toggle-input {
display: none
}
.comment-toggle .comment-toggle-input:checked+.comment-toggle-icon {
background-color: #2aa0ff
}
.comment-toggle .comment-toggle-input:checked+.comment-toggle-icon:before {
margin-left: 11px
}
.comment-toggle .comment-toggle-icon {
display: block;
width: 32px;
height: 20px;
background-color: #434343;
border-radius: 10px;
box-sizing: border-box;
cursor: pointer;
padding: 2.5px 3px;
-webkit-transition: all .3s;
transition: all .3s
}
.comment-toggle .comment-toggle-icon:before {
-webkit-transition: all .3s;
transition: all .3s;
content: "";
display: block;
width: 15px;
height: 15px;
border-radius: 50%;
background-color: #fff
}
.comment-toggle .comment-toggle-button {
display: block;
color: #fff!important;
background-color: #434343;
border-radius: 2px;
line-height: 20px;
height: 20px;
padding: 0 3px;
font-size: 12px;
cursor: pointer;
margin: 0 5px
}
.comment {
font: 13px/1.6 Helvetica Neue,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,Microsoft YaHei,sans-serif;
min-height: 40px;
margin: 5px auto;
word-wrap: break-word
}
.comment .icon {
max-width: 20px
}
.comment * {
margin: 0;
padding: 0;
box-sizing: border-box
}
.comment b,.comment strong {
font-weight: 700;
color: #000
}
.comment :focus {
outline: none
}
.comment abbr[title] {
text-decoration: none
}
.comment.loading {
position: relative;
background: url(https://a.disquscdn.com/next/embed/assets/img/loader-bg.173909e4737a7481df14d5492b5eeb48.png) no-repeat!important;
display: block;
height: 52px;
width: 54px;
margin: 20px auto;
overflow: hidden;
box-sizing: border-box
}
.comment.loading>* {
display: none
}
.comment.loading:after {
content: "";
display: block;
box-sizing: border-box;
width: 26px;
height: 26px;
position: absolute;
top: 13px;
left: 15px;
border-width: 3px;
border-style: solid;
border-color: rgba(51,54,58,.4) transparent;
border-radius: 13px;
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
-webkit-animation: disqus-loader-spinner-animation .7s infinite linear!important;
animation: disqus-loader-spinner-animation .7s infinite linear!important
}
.comment.guestbook .comment-header {
display: none
}
.comment-box {
margin: 20px 0
}
.comment-box,.comment-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.comment-header {
height: 36px;
line-height: 36px;
font-weight: 700;
font-size: 15px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 2px solid #e7e9ee;
color: #656c7a
}
.comment-header .comment-header-item {
display: inline-block;
border-bottom: 2px solid #656c7a;
margin-bottom: -2px;
padding: 0 7px
}
.comment-header .comment-show {
position: relative;
color: #2a2e2e;
cursor: pointer;
display: none
}
.comment-header .comment-header-count,.comment-header .comment-show {
width: 120px;
text-align: center;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
text-transform: capitalize
}
.comment-header .comment-header-count {
display: inline-block
}
.comment-header .comment-header-count:after {
content: " ";
display: block;
height: 2px;
position: absolute;
bottom: -2px;
left: 0;
right: 0;
background: #2e9fff
}
.comment-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto
}
.placeholder {
color: #7f919e;
line-height: 30px;
font-size: 12px;
position: absolute;
top: 7px;
left: 10px;
right: 9px;
white-space: nowrap;
text-overflow: ellipsis;
cursor: text;
overflow: hidden
}
.comment-form-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border: 2px solid #dbdfe4;
border-radius: 4px;
width: 100%
}
.comment-actions,.comment-form-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.comment-actions {
background: #f6f8f9;
border-radius: 0 0 2px 2px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 0;
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden
}
.comment-actions .comment-actions-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative
}
.comment-actions .comment-actions-input {
display: none
}
.comment-actions .comment-actions-input[type=checkbox]:checked+.comment-actions-label .icon {
fill: #1d2f3a
}
.comment-actions .comment-actions-label {
display: inline-block;
width: 34px;
height: 34px;
cursor: pointer
}
.comment-actions .comment-actions-label .icon {
height: 18px;
margin: 8px;
display: inline-block;
color: #737474;
cursor: pointer;
fill: #c2c6cc;
-webkit-transition: all .2s;
transition: all .2s
}
.comment-actions .comment-actions-label:hover .icon {
fill: #1d2f3a!important
}
.comment-actions .exit {
display: none
}
.comment-actions .emojione-list {
cursor: default;
position: absolute;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
list-style: none;
width: 125px;
height: 125px;
background-color: hsla(0,0%,100%,.96);
padding: 5px 0 0 5px;
border-radius: 2px;
border: 2px solid #c2c6cc;
top: -125px;
left: -2px;
margin-left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.comment-actions .emojione-item {
position: relative;
height: 24px;
width: 24px;
margin: 0 5px 5px 0
}
.comment-actions .emojione-item:before {
content: "";
display: inline-block;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 4
}
.comment-actions .emojione-item-image {
height: 22px;
width: 22px
}
.comment-actions .comment-actions-input[type=checkbox]:checked+.emojione .emojione-list {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible!important
}
.expanded .comment-image {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.expanded .comment-image .comment-image-progress {
position: relative;
height: 80px;
width: 0;
background: url("https://a.disquscdn.com/next/embed/assets/img/loader.5cc23909da9c4a9874500d7a85c4125f.gif") 50% no-repeat;
margin: 0 5px;
overflow: hidden
}
.expanded .comment-image .comment-image-progress:before {
position: absolute;
content: "";
display: block;
top: 55px;
bottom: 20px;
left: 0;
right: 0;
height: 5px;
width: 100%;
background-color: #dbdfe4
}
.expanded .comment-image .comment-image-progress .comment-image-loaded {
position: absolute;
background-color: #7f919e;
top: 55px;
left: 0;
right: 0;
bottom: 20px;
height: 5px;
width: 0
}
.expanded .comment-image .comment-image-list {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.expanded .comment-image .comment-image-item {
height: 80px;
margin-left: 5px;
position: relative;
border-radius: 3px;
overflow: hidden
}
.expanded .comment-image .comment-image-item:before {
overflow: hidden;
line-height: 0;
height: 0;
-webkit-transition: all .3s;
transition: all .3s;
content: "\70B9\51FB\79FB\9664";
display: block;
text-align: center;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
font-size: 12px;
background-color: rgba(0,0,0,.5);
line-height: 25px;
color: #fff
}
.expanded .comment-image .comment-image-item:hover:before {
height: 25px
}
.expanded .comment-image .comment-image-item .comment-image-object {
height: 100%;
border-radius: 3px;
overflow: hidden
}
.expanded .comment-image .comment-image-item.loading .comment-image-object {
width: 20px;
margin: 0 30px
}
.comment-form-wrapper .tips,.expanded .comment-image .comment-image-item.loading:before {
display: none
}
.comment-form-wrapper.editing+.comment-login {
opacity: 1;
height: auto;
margin-top: 10px
}
.comment-form-wrapper.editing .comment-form-textarea {
font: 13px/15px Helvetica Neue,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,Microsoft YaHei;
height: 74px
}
.comment-form-wrapper.editing .comment-image {
-webkit-transition: padding-bottom .15s ease-in-out;
transition: padding-bottom .15s ease-in-out;
background-color: rgba(16,48,68,.03)
}
.comment-form-wrapper.editing .comment-actions {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
border-top: 2px solid #dbdfe4;
opacity: 1;
height: 36px;
filter: alpha(opacity=100);
visibility: visible!important
}
.comment-form-wrapper.editing .comment-actions-form {
-webkit-transition: all .3s .5s;
transition: all .3s .5s;
margin: 87px -2px -2px
}
.comment-form-wrapper.editing .comment-form-submit {
opacity: 1
}
.comment-form-wrapper.editing {
position: relative;
display: block
}
.comment-form-wrapper.editing .comment-tips {
position: absolute;
width: 125px;
height: 70px;
font-size: 12px;
border-radius: 4px;
top: 50%;
margin-top: -35px;
left: -125px;
background-color: #fff;
border: 2px solid #c2c6cc;
padding: 5px;
line-height: 15px;
display: none;
cursor: text
}
.comment-form-wrapper.editing .comment-tips:before {
content: "";
width: 0;
height: 0;
position: absolute;
right: -8px;
top: 50%;
margin-top: -8px;
border-style: solid;
border-width: 8px 0 8px 8px;
border-color: transparent #c2c6cc
}
.comment-form-wrapper.editing .comment-tips:after {
content: "";
width: 0;
height: 0;
position: absolute;
right: -5px;
top: 50%;
margin-top: -5px;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent #fff
}
.comment-form-wrapper.editing #tips-input:checked+.tips .comment-tips {
display: block
}
.comment-form-wrapper.focus {
border: 2px solid #c2c6cc
}
.comment-form-wrapper.focus .comment-actions {
border-top: 2px solid #c2c6cc
}
.comment-form-wrapper.focus .comment-actions .comment-actions-label .icon {
fill: #656c7a
}
.comment-form-wrapper.focus.expanded .comment-image {
border-top: 2px solid #c2c6cc
}
.comment-form-wrapper.expanded .comment-image {
border-top: 2px solid #dbdfe4;
padding: 10px 0 8px
}
.comment-form-wrapper.logged-in .comment-form-submit {
border-radius: 0 0 4px;
-webkit-transition: none;
transition: none;
opacity: 1
}
.comment-form-wrapper.logged-in .comment-actions-form {
margin: 0;
-webkit-transition: all .5s;
transition: all .5s
}
.comment-form-wrapper.logged-in+.comment-login {
height: 0;
opacity: 0;
margin-top: -40px
}
.comment-form-wrapper.logged-in .tips {
display: none
}
.comment-form-wrapper.logged-in .exit {
display: block
}
.comment-form-wrapper .comment-form-textarea {
width: 100%;
display: block;
border: none;
overflow: auto;
color: #2a2e2e;
cursor: text;
resize: none;
height: 44px;
font: 18px/30px Helvetica Neue,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,Microsoft YaHei;
padding: 7px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
.comment-actions-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.comment-actions-form .comment-form-submit {
z-index: 1;
border: none;
opacity: 0;
margin: -2px;
white-space: nowrap;
border-radius: 4px;
height: 38px;
width: 80px;
display: inline-block;
background-color: rgba(29,47,58,.6);
cursor: pointer;
line-height: 38px
}
.comment-actions-form .comment-form-submit .icon {
margin: 9px;
fill: #fff;
cursor: pointer;
width: 20px;
height: 20px
}
.comment-actions-form .comment-form-submit:hover {
background-color: rgba(29,47,58,.75)
}
.comment-login {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
opacity: 0;
-webkit-transition: all .5s .2s;
transition: all .5s .2s;
height: 0;
margin: -40px -5px 40px;
overflow: hidden;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.comment-thread-form {
text-align: center;
color: #656c7a;
line-height: 32px;
font-size: 14px
}
.comment-thread-form .comment-form-submit {
background-color: rgba(29,47,58,.6);
border: none;
white-space: nowrap;
border-radius: 4px;
height: 38px;
width: 120px;
display: inline-block;
cursor: pointer;
line-height: 38px;
margin: 10px 0;
color: #fff;
font-size: 15px
}
.comment-thread-form .comment-form-submit:hover {
background-color: rgba(29,47,58,.75)
}
.comment-form-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 10px 0
}
.comment-form-item .comment-form-label {
display: block;
height: 32px;
line-height: 32px;
font-size: 14px;
color: #656c7a;
width: 80px;
text-align: right;
font-weight: 700
}
.comment-form-item .comment-form-textarea {
background-color: #fff;
border: 2px solid #dbdfe4;
-webkit-transition: all .2s linear;
transition: all .2s linear;
padding: 2px 10px;
border-radius: 4px;
font-size: 13px;
height: 64px;
margin: 0 5px;
width: 30px;
line-height: 20px;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto
}
.comment-form-item .comment-form-textarea:focus {
border: 2px solid #c2c6cc
}
.comment-form-input {
background-color: #fff;
border: 2px solid #dbdfe4;
-webkit-transition: all .2s linear;
transition: all .2s linear;
padding: 0 10px;
border-radius: 4px;
font-size: 13px;
height: 32px;
margin: 0 5px;
width: 30px;
line-height: 32px;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto
}
.comment-form-input:focus {
border: 2px solid #c2c6cc
}
.comment-item-children,.comment-list {
text-align: left;
list-style: none;
padding-left: 0;
margin-left: 0;
line-height: 20px
}
.comment-avatar,.comment-item-avatar {
display: block;
width: 48px;
height: 48px;
margin-right: 12px
}
.comment-avatar img,.comment-item-avatar img {
border-radius: 3px;
width: 48px;
height: 48px
}
@-webkit-keyframes disqus-loader-spinner-animation {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
@keyframes disqus-loader-spinner-animation {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
.comment-list {
font-size: 13px
}
.comment-list p {
margin: 0
}
.comment-list a {
text-decoration: none;
color: #0095dd
}
.comment-list a[href="javascript:void(0);"] {
color: #000;
cursor: default
}
.comment-list #comment-preview {
opacity: .6
}
.comment-list .comment-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 10px
}
.comment-list .comment-item .comment-item {
margin-bottom: 0
}
.comment-list .comment-item-header {
line-height: 1.2;
color: #c2c6cc
}
.comment-list .comment-item-header .comment-item-time {
color: #7f919e;
word-spacing: -2px;
font-weight: 500
}
.comment-list .comment-item-header .comment-item-cancel,.comment-list .comment-item-header .comment-item-name {
color: #0095dd;
font-weight: 700;
border-bottom: none
}
.comment-list .comment-item-header .comment-item-name[href^=javascript] {
cursor: text;
color: #000
}
.comment-list .comment-item-header .comment-item-reply {
color: #656c7a;
font-weight: 500;
border-bottom: none
}
.comment-list .comment-item-images {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -5px;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.comment-list .comment-item-images .comment-item-imagelink {
height: 100px;
margin: 0 5px
}
.comment-list .comment-item-images .comment-item-imagelink:hover {
border-bottom: none
}
.comment-list .comment-item-images .comment-item-image {
height: 100%
}
.comment-list .comment-item.transparent {
opacity: .4
}
.comment-list .comment-item-content {
min-height: 40px;
padding: 5px 0;
font-size: 13px
}
.comment-list .comment-item-content .at {
padding-right: 4px
}
.comment-list .comment-item-content .comment-item-content {
min-height: 20px
}
.comment-list .comment-item-content img.emojione {
width: 22px;
height: 22px;
margin: 0 3px
}
.comment-list .comment-box {
margin: 6px 0
}
.comment-list .comment-avatar,.comment-list .comment-avatar-image,.comment-list .comment-item-children .comment-item-avatar,.comment-list .comment-item-children .comment-item-avatar img {
width: 36px;
height: 36px;
margin-right: 6px
}
.comment-list .comment-form-textarea {
height: 32px;
padding: 5px;
line-height: 22px;
font-size: 15px
}
.comment-list .comment-item-main {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.comment-list .comment-item-children .comment-item-children .comment-item-children .comment-box,.comment-list .comment-item-children .comment-item-children .comment-item-children .comment-item-children {
margin-left: -42px
}
.comment-loadmore {
font-weight: 500;
display: block;
text-align: center;
padding: 11px 14px;
background-color: rgba(29,47,58,.6);
color: #fff!important;
line-height: 1.1;
border-radius: 3px;
-webkit-transition: background .2s;
transition: background .2s;
text-shadow: none
}
.comment-loadmore:hover {
background-color: rgba(29,47,58,.7);
border-bottom: none!important
}
.comment-loadmore.loading {
background-color: #edeff2;
color: #444!important;
cursor: wait
}
@media screen and (max-width:450px) {
.comment-item .comment-item-children .comment-box,.comment-item .comment-item-children .comment-item-children {
margin-left: 0!important
}
.comment-item .at,.comment-item .comment-avatar,.comment-item .comment-item-children .comment-item-avatar {
display: none
}
}
.emojione .tips {
display: none!important
}

File diff suppressed because one or more lines are too long

View File

@ -1,479 +0,0 @@
#comments {
background-color: #eee;
padding: 2pc
}
#comments h4 {
font-size: 13px;
line-height: 18px;
color: #8a8a8a;
margin: 0
}
#ds-thread {
background-color: #eee;
display: flex;
box-sizing: border-box;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
position: relative
}
@media screen and (max-width:480px) {
#ds-thread {
padding: 0
}
}
#ds-thread #ds-reset .ds-comment-body p {
padding-bottom: 5px
}
#ds-thread #ds-reset .ds-replybox {
margin: 20px 0 20px 0;
padding: 0 0 0 40px
}
#ds-reset .ds-avatar,
#ds-reset .ds-avatar img {
background: 0;
width: 30px;
height: 30px;
-webkit-border-radius: 50%;
border-radius: 50%;
box-shadow: 0;
border: none
}
@media screen and (max-width:480px) {
width: auto;
height: auto
}
#ds-thread #ds-reset ul.ds-children .ds-avatar,
#ds-thread #ds-reset ul.ds-children .ds-avatar img {
width: 30px;
height: 30px;
border: none!important
}
#ds-thread #ds-reset .ds-replybox .ds-avatar {
top: 5px width: 30px;
height: 30px;
border: none
}
#ds-thread #ds-reset .ds-replybox .ds-avatar img {
width: 30px!important;
height: 30px!important;
border: none
}
#ds-thread #ds-reset .ds-user-name {
font-size: 13px
}
#ds-thread #ds-reset .ds-comment-body,
#ds-thread #ds-reset ul.ds-children .ds-comment-body {
padding-left: 60px
}
#ds-thread #ds-reset ul.ds-children {
margin-left: 3pc
}
#ds-reset .ds-highlight {
color: #000
}
#ds-thread #ds-reset li.ds-post,
#ds-thread #ds-reset .ds-post-self {
border-top: 0
}
#ds-thread #ds-reset .ds-post-toolbar span,
#ds-thread #ds-reset .ds-post-toolbar input,
#ds-thread #ds-reset .ds-post-toolbar label,
#ds-thread #ds-reset .ds-post-toolbar a {
display: none
}
#ds-thread #ds-reset .ds-account-control ul {
border: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
#ds-thread #ds-reset a.ds-like-thread-button {
height: 30px;
line-height: 30px;
margin: 0;
min-width: 50px;
padding: 0 14px;
display: inline-block;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0;
overflow: hidden;
will-change: box-shadow;
transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
outline: 0;
cursor: pointer;
text-decoration: none;
text-align: center;
vertical-align: middle;
border: 0;
background: rgba(158, 158, 158, .2);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
color: #fff;
background-color: #F06292;
text-shadow: 0
}
#ds-thread #ds-reset .ds-thread-liked{
background-color: #FF80AB !important;
}
#ds-thread #ds-reset li.ds-tab,
#ds-wrapper #ds-reset button {
height: 30px;
line-height: 30px;
margin: 0;
min-width: 50px;
padding: 0 14px;
display: inline-block;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0;
overflow: hidden;
will-change: box-shadow;
transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
outline: 0;
cursor: pointer;
text-decoration: none;
text-align: center;
vertical-align: middle;
border: 0;
background: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
text-shadow: 0
}
#ds-thread #ds-reset li.ds-tab:hover,
#ds-wrapper #ds-reset button:hover {
background-color: rgba(102, 102, 102, 0.1)
}
#ds-thread #ds-reset li.ds-tab:active,
#ds-wrapper #ds-reset button:active {
background-color: rgba(102, 102, 102, 0.1);
-webkit-box-shadow: none;
box-shadow: none
}
#ds-thread #ds-reset li.ds-tab a.ds-current {
border: 0;
background-color: rgba(255, 255, 255, 0)
}
#ds-thread #ds-reset a.ds-like-thread-button span {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 14px;
color: #fff;
font-weight: 400
}
#ds-thread #ds-reset li.ds-tab a {
-webkit-border-radius: 0;
border-radius: 0;
text-shadow: 0
}
#ds-thread #ds-reset .ds-textarea-wrapper {
background: 0;
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, .12);
width: 95%;
margin: 0;
padding: 0;
float: left
}
#ds-thread #ds-reset .ds-post-toolbar {
width: 5%;
padding: 0;
margin: 0;
box-shadow: 0;
float: left
}
#ds-thread #ds-reset .ds-post-options {
border: 0;
-webkit-border-bottom-left-radius: 0;
background: 0
}
#ds-thread #ds-reset .ds-post-button {
height: 35px;
width: 35px;
line-height: 36px;
margin: 0;
padding: 0;
border-radius: 50%;
display: inline-block;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 0;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
overflow: hidden;
will-change: box-shadow;
transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
outline: 0;
cursor: pointer;
text-decoration: none;
text-align: center;
vertical-align: middle;
border: 0;
background: rgba(158, 158, 158, .2);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
color: #fff;
}
#ds-thread #ds-reset .ds-post-button:hover {
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 3px 7px 0 rgba(0, 0, 0, .12);
color: #fff
}
#ds-thread #ds-reset .ds-meta {
border-bottom: 0
}
#ds-thread #ds-reset #ds-bubble {
border: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
background-color: rgba(255, 255, 255, .9);
border-radius: 3px
}
#ds-thread #ds-reset .ds-textarea-wrapper textarea {
height: 16px!important;
font-size: 16px!important;
line-height: 16px!important
}
#ds-thread #ds-reset .ds-like-tooltip {
box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 55px 0 rgba(0, 0, 0, .12);
border-radius: 2px;
background: #FFF;
border: 0
}
#ds-wrapper #ds-reset .ds-dialog-inner {
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 1px 3px 7px 0 rgba(0, 0, 0, .12), 0px 0 20px 5px rgba(0, 0, 0, .12);
border: 0;
background: #fff
}
#ds-wrapper #ds-reset .ds-dialog-body {
padding: 0;
}
#ds-thread #ds-reset .ds-powered-by {
display: none
}
#ds-thread #ds-reset .ds-comments,
#ds-thread #ds-reset .ds-paginator {
border-bottom: 0
}
#ds-wrapper #ds-reset .ds-icons-32 {
height: 100px
}
#ds-wrapper #ds-reset .ds-icons-32::before {
content: 'Welcome';
font-family: 'Roboto';
font-size: 24px;
color: #fff;
text-shadow: none;
position: relative;
float: left;
top: 60px;
left: 40px
}
#ds-wrapper #ds-reset .ds-service-list {
margin: 10px 0 10px 0;
text-align: center
}
#ds-wrapper #ds-reset .ds-actions {
padding-bottom: 30px;
padding-top: 12px;
margin: 10px 10px 20px 10px;
color: rgba(0, 0, 0, .5);
font-size: 13px
}
#ds-wrapper #ds-reset .ds-actions label {
margin-right: 12px
}
#ds-wrapper #ds-reset .ds-quote {
margin: 0;
padding: 20px 20px
}
#ds-reset .ds-service-icon,
#ds-reset .ds-service-icon-grey {
background: 0;
width: 5px!important
}
#ds-reset input[type='checkbox'] {
width: 12px
}
#ds-wrapper #ds-reset .ds-textarea-wrapper {
border: 0;
margin: 0
}
#ds-wrapper #ds-reset .ds-dialog-footer {
border-top: 1px solid rgba(0, 0, 0, .1);
display: none
}
#ds-wrapper #ds-reset .ds-control-group {
margin-left: 40px
}
#ds-thread #ds-reset .ds-post-liked a.ds-post-likes {
font-size: 12px
}
#ds-wrapper #ds-reset .ds-control-group input {
border: 0;
box-shadow: none;
border-bottom: 1px solid rgba(0, 0, 0, .12);
display: block;
font-size: 16px;
font-family: "Helvetica", "Arial", sans-serif;
margin: 0;
padding: 4px 0;
width: 100%;
background: 0;
text-align: left;
color: inherit
}
#ds-wrapper #ds-reset .ds-dialog-body button {
margin: 10px 0 20px 40px
}
#ds-thread #ds-reset .ds-login-buttons .ds-service-list li {
margin: 0;
margin-left: 5px;
text-align: center
}
#ds-thread #ds-reset .ds-login-buttons .ds-service-list li a {
color: rgba(0, 0, 0, .6)!important
}
#ds-reset .ds-service-link {
background: 0;
padding-left: 0
}
#ds-reset .ds-icon {
background: 0;
display: none
}
#ds-thread #ds-reset .ds-comment-actions a {
font-size: 0;
color: rgba(0, 0, 0, .24)!important
}
#ds-thread #ds-reset .ds-comment-actions a:hover {
color: rgba(0, 0, 0, .4)!important
}
#ds-thread #ds-reset .ds-comment-footer {
line-height: normal
}
#ds-thread #ds-reset .ds-time {
font-size: 13px;
position: relative;
top: -8px
}
.ds-post-reply {
left: -20px
}
.ds-post-likes::before {
content: "\E8DC";
font-family: 'Material Icons';
font-size: 24px
}
.ds-post-reply::before {
content: "\E0BF";
font-family: 'Material Icons';
font-size: 24px
}
.ds-post-repost::before {
content: "\E80D";
font-family: 'Material Icons';
font-size: 24px
}
.ds-post-report {
color: rgba(0, 0, 0, .14)!important
}
.ds-post-report::before {
content: "\E8B2";
font-family: 'Material Icons';
font-size: 24px;
display: none
}
.ds-weixin::before {
content: "\f1d7";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-weibo::before {
content: "\f18a";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-qq::before {
content: "\f1d6";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-renren::before {
content: "\f18b";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-douban::before {
content: "\f10e";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-kaixin::before {
content: "\f004";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-baidu::before {
content: "\f1b0";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-google::before {
content: "\f1a0";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-qzone::before {
content: "\f005";
font-family: 'FontAwesome';
margin-right: 3px
}
.ds-meta .ds-like-panel {
margin-left: 10px!important
}
#ds-thread #ds-reset .ds-post-button::before {
content: '\E5CA';
font-family: 'Material Icons';
font-weight: 100;
font-size: 20px
}
.ds-icons-32 a {
background: none!important
}
.ds-dialog-body h2 {
display: none!important
}
#ds-thread.ds-narrow #ds-reset .ds-post-button {
width: 35px
}
.ds-comments-info{
display: none;
}
.ds-comments-info .ds-sort {
display: none!important
}
@media screen and (max-width:480px) {
.ds-comments-tabs,
.ds-comments-info {
display: none!important
}
}
#ds-reset #ds-ctx {
max-width: none
}
#ds-reset #ds-ctx .ds-ctx-entry .ds-ctx-content {
margin: 5px 0;
line-height: 20px
}
#ds-reset #ds-ctx .ds-comment-actions {
margin-top: 10px;
position: relative
}
#ds-reset #ds-ctx .ds-ctx-entry:hover .ds-comment-actions {
display: none
}
#ds-reset #ds-ctx .ds-ctx-entry .ds-ctx-head a {
top: 0
}
#ds-thread.ds-narrow #ds-reset .ds-avatar img {
border: none
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,180 +0,0 @@
@charset "utf-8";
body .demo-blog{
display: none;
}
h1{
background-color: #fff;
font-size: 48px;
line-height: 48px;
border-left: none;
width: auto;
margin: 0px !important;
}
#ib-container {
display: none;
width: 100%;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
position: fixed;
top: 0;
left: 0;
box-sizing: content-box !important;
z-index: 99999;
}
#ib-container * {
box-sizing: content-box !important;
}
.ib-modal {
height: 288px;
background: #fff;
border-left: 8px solid #4fc1e9;
position: absolute;
color: #434a54;
z-index: 99999;
width: 592px;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
padding: 49px 30px 30px;
}
.ib-header {
height: 80px;
padding: 0;
}
.ib-header h1 {
margin: 0;
font-size: 24px;
text-align: left;
color: #434a54;
}
.ib-header p {
margin: 10px 0 0 0;
font-size: 14px;
line-height: 18px;
text-align: left;
color: #434a54;
}
.ib-header p strong {
font-weight: normal;
color: #3bafda;
}
.ib-browsers {
height: 80px;
list-style: none;
margin: 0;
padding: 0;
padding-top: 0;
margin-top: 49px;
}
.ib-browsers li {
float: left;
width: 148px;
height: 80px;
position: relative;
list-style: none;
}
.ib-browsers li a {
display: block;
width: 100%;
height: 100%;
position: absolute;
color: #434a54;
text-decoration: none;
cursor: pointer;
}
.ib-browsers li a:hover {
background-color: #F2F2F2;
}
.ib-browsers li a:hover .ib-browser-name {
background-color: #4fc1e9;
color: #fff;
}
.ib-browser-icon {
display: block;
width: 118px;
height: 90px;
margin: 0 auto;
margin-top: 20px;
}
.ib-browser-name {
line-height: 18px;
margin-top: 5px;
text-align: center;
font-size: 20px;
}
.ib-browser-description {
height: 50px;
line-height: 14px;
font-size: 12px;
margin-top: 10px;
padding: 0 5px;
}
.ib-footer {
height: 30px;
}
.ib-try {
float: right;
height: 30px;
padding: 0 15px;
color: #fff;
background-color: #3bafda;
font-size: 12px;
line-height: 30px;
cursor: pointer;
text-decoration: none;
margin-top: 49px;
}
.ib-try:hover {
background-color: #4fc1e9;
}
.ib-mask {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
_position: absolute;
_top: expression(eval(document.documentElement.scrollTop) + 'px');
_left: expression(eval(document.documentElement.scrollLeft) + 'px');
_right: auto;
_bottom: auto;
_width: expression(eval(document.documentElement.clientWidth) + 'px');
_height: expression(eval(document.documentElement.clientHeight) + 'px');
z-index: 99999;
}
.ib-mask {
background: rgb(0, 0, 0);
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
z-index: 99998;
}
.zh-cn #ib-container {
font-family: 'Microsoft Yahei', sans-serif;
}
.zh-cn .ib-browser-description {
font-size: 12px;
}

File diff suppressed because it is too large Load Diff

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

View File

@ -1,57 +0,0 @@
#scheme-Paradox .mdl-grid{
display: block !important;
}
#scheme-Paradox .material-layout .mdl-card{
margin-left: 0;
margin-right: 0;
width: 100%;
}
#scheme-Paradox .material-layout .mdl-card{
display: block;
}
#scheme-Paradox .material-layout .mdl-card__media{
display: block;
}
#scheme-Paradox .index-top-block,
#scheme-Paradox footer{
display: none !important;
}
#scheme-Paradox .material-index{
padding-top: 80px !important;
}
#scheme-Paradox .material-layout .mdl-card__media{
height: 223px;
}
#scheme-Paradox .post_entry-content {
display: block !important;
}
#scheme-Paradox .material-layout .meta{
display: block !important;
}
#scheme-Paradox .article-headline-p{
position: relative;
top: 140px;
}
#scheme-Paradox #author-avatar{
width: 44px;
height: 44px;
float: left;
}
.fabs{
width: 56px;
}
#uc_recommend_ad{
display: none !important;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

View File

@ -1,540 +0,0 @@
<!DOCTYPE html>
<html style="display: none;" lang="zh">
<head>
<meta charset="utf-8">
<!--
© Material Theme
https://github.com/viosey/hexo-theme-material
Version: 1.5.2 -->
<script>
window.materialVersion = "1.5.2"
// Delete localstorage with these tags
window.oldVersion = [
'codestartv1',
'1.3.4',
'1.4.0',
'1.4.0b1',
'1.5.0'
]
</script>
<!-- dns prefetch -->
<meta http-equiv="x-dns-prefetch-control" content="on">
<link rel="dns-prefetch" href="https://cdn1.lncld.net"/>
<!-- Meta & Info -->
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!-- Title -->
<title>
gallery |
Feax&#39;s Blog
</title>
<!-- Favicons -->
<link rel="icon shortcut" type="image/ico" href="/img/favicon.ico">
<link rel="icon" href="/img/favicon.png">
<meta name="format-detection" content="telephone=no"/>
<meta name="description" itemprop="description" content="web全栈工程师,摇滚,vue,vuex,react,webpack,git,koa2">
<meta name="keywords" content="全栈,javascript,react,vue,webpack,koa2">
<meta name="theme-color" content="#70c2cd">
<!-- Disable Fucking Bloody Baidu Tranformation -->
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<!--[if lte IE 9]>
<link rel="stylesheet" href="/css/ie-blocker.css">
<script src="/js/ie-blocker.zhCN.js"></script>
<![endif]-->
<!-- Import lsloader -->
<script>(function(){window.lsloader={jsRunSequence:[],jsnamemap:{},cssnamemap:{}};lsloader.removeLS=function(a){try{localStorage.removeItem(a)}catch(b){}};lsloader.setLS=function(a,c){try{localStorage.setItem(a,c)}catch(b){}};lsloader.getLS=function(a){var c="";try{c=localStorage.getItem(a)}catch(b){c=""}return c};versionString="/*"+(window.materialVersion||"unknownVersion")+"*/";lsloader.clean=function(){try{var b=[];for(var a=0;a<localStorage.length;a++){b.push(localStorage.key(a))}b.forEach(function(e){var f=lsloader.getLS(e);if(window.oldVersion){var d=window.oldVersion.reduce(function(g,h){return g||f.indexOf("/*"+h+"*/")!==-1},false);if(d){lsloader.removeLS(e)}}})}catch(c){}};lsloader.clean();lsloader.load=function(f,a,b,d){if(typeof b==="boolean"){d=b;b=undefined}d=d||false;b=b||function(){};var e;e=this.getLS(f);if(e&&e.indexOf(versionString)===-1){this.removeLS(f);this.requestResource(f,a,b,d);return}if(e){var c=e.split(versionString)[0];if(c!=a){console.log("reload:"+a);this.removeLS(f);this.requestResource(f,a,b,d);return}e=e.split(versionString)[1];if(d){this.jsRunSequence.push({name:f,code:e});this.runjs(a,f,e)}else{document.getElementById(f).appendChild(document.createTextNode(e));b()}}else{this.requestResource(f,a,b,d)}};lsloader.requestResource=function(b,e,a,c){var d=this;if(c){this.iojs(e,b,function(h,f,g){d.setLS(f,h+versionString+g);d.runjs(h,f,g)})}else{this.iocss(e,b,function(f){document.getElementById(b).appendChild(document.createTextNode(f));d.setLS(b,e+versionString+f)},a)}};lsloader.iojs=function(d,b,g){var a=this;a.jsRunSequence.push({name:b,code:""});try{var f=new XMLHttpRequest();f.open("get",d,true);f.onreadystatechange=function(){if(f.readyState==4){if((f.status>=200&&f.status<300)||f.status==304){if(f.response!=""){g(d,b,f.response);return}}a.jsfallback(d,b)}};f.send(null)}catch(c){a.jsfallback(d,b)}};lsloader.iocss=function(f,c,h,a){var b=this;try{var g=new XMLHttpRequest();g.open("get",f,true);g.onreadystatechange=function(){if(g.readyState==4){if((g.status>=200&&g.status<300)||g.status==304){if(g.response!=""){h(g.response);a();return}}b.cssfallback(f,c,a)}};g.send(null)}catch(d){b.cssfallback(f,c,a)}};lsloader.iofonts=function(f,c,h,a){var b=this;try{var g=new XMLHttpRequest();g.open("get",f,true);g.onreadystatechange=function(){if(g.readyState==4){if((g.status>=200&&g.status<300)||g.status==304){if(g.response!=""){h(g.response);a();return}}b.cssfallback(f,c,a)}};g.send(null)}catch(d){b.cssfallback(f,c,a)}};lsloader.runjs=function(f,c,e){if(!!c&&!!e){for(var b in this.jsRunSequence){if(this.jsRunSequence[b].name==c){this.jsRunSequence[b].code=e}}}if(!!this.jsRunSequence[0]&&!!this.jsRunSequence[0].code&&this.jsRunSequence[0].status!="failed"){var a=document.createElement("script");a.appendChild(document.createTextNode(this.jsRunSequence[0].code));a.type="text/javascript";document.getElementsByTagName("head")[0].appendChild(a);this.jsRunSequence.shift();if(this.jsRunSequence.length>0){this.runjs()}}else{if(!!this.jsRunSequence[0]&&this.jsRunSequence[0].status=="failed"){var d=this;var a=document.createElement("script");a.src=this.jsRunSequence[0].path;a.type="text/javascript";this.jsRunSequence[0].status="loading";a.onload=function(){d.jsRunSequence.shift();if(d.jsRunSequence.length>0){d.runjs()}};document.body.appendChild(a)}}};lsloader.tagLoad=function(b,a){this.jsRunSequence.push({name:a,code:"",path:b,status:"failed"});this.runjs()};lsloader.jsfallback=function(c,b){if(!!this.jsnamemap[b]){return}else{this.jsnamemap[b]=b}for(var a in this.jsRunSequence){if(this.jsRunSequence[a].name==b){this.jsRunSequence[a].code="";this.jsRunSequence[a].status="failed";this.jsRunSequence[a].path=c}}this.runjs()};lsloader.cssfallback=function(e,c,b){if(!!this.cssnamemap[c]){return}else{this.cssnamemap[c]=1}var d=document.createElement("link");d.type="text/css";d.href=e;d.rel="stylesheet";d.onload=d.onerror=b;var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(d,a)};lsloader.runInlineScript=function(c,b){var a=document.getElementById(b).innerText;this.jsRunSequence.push({name:c,code:a});this.runjs()}})();</script>
<!-- Import queue -->
<script>function Queue(){this.dataStore=[];this.offer=b;this.poll=d;this.execNext=a;this.debug=false;this.startDebug=c;function b(e){if(this.debug){console.log("Offered a Queued Function.")}if(typeof e==="function"){this.dataStore.push(e)}else{console.log("You must offer a function.")}}function d(){if(this.debug){console.log("Polled a Queued Function.")}return this.dataStore.shift()}function a(){var e=this.poll();if(e!==undefined){if(this.debug){console.log("Run a Queued Function.")}e()}}function c(){this.debug=true}}var queue=new Queue();</script>
<!-- Import CSS -->
<style id="material_css"></style><script>if(typeof window.lsLoadCSSMaxNums === "undefined")window.lsLoadCSSMaxNums = 0;window.lsLoadCSSMaxNums++;lsloader.load("material_css","/css/material.min.css?Z7a72R1E4SxzBKR/WGctOA==",function(){if(typeof window.lsLoadCSSNums === "undefined")window.lsLoadCSSNums = 0;window.lsLoadCSSNums++;if(window.lsLoadCSSNums == window.lsLoadCSSMaxNums)document.documentElement.style.display="";}, false)</script>
<style id="style_css"></style><script>if(typeof window.lsLoadCSSMaxNums === "undefined")window.lsLoadCSSMaxNums = 0;window.lsLoadCSSMaxNums++;lsloader.load("style_css","/css/style.min.css?MKetZV3cUTfDxvMffaOezg==",function(){if(typeof window.lsLoadCSSNums === "undefined")window.lsLoadCSSNums = 0;window.lsLoadCSSNums++;if(window.lsLoadCSSNums == window.lsLoadCSSMaxNums)document.documentElement.style.display="";}, false)</script>
<!-- Config CSS -->
<!-- Other Styles -->
<style>
body, html {
font-family: Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
overflow-x: hidden !important;
}
code {
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}
a {
color: #679cc5;
}
.mdl-card__media,
#search-label,
#search-form-label:after,
#scheme-Paradox .hot_tags-count,
#scheme-Paradox .sidebar_archives-count,
#scheme-Paradox .sidebar-colored .sidebar-header,
#scheme-Paradox .sidebar-colored .sidebar-badge{
background-color: #785470 !important;
}
/* Sidebar User Drop Down Menu Text Color */
#scheme-Paradox .sidebar-colored .sidebar-nav>.dropdown>.dropdown-menu>li>a:hover,
#scheme-Paradox .sidebar-colored .sidebar-nav>.dropdown>.dropdown-menu>li>a:focus {
color: #785470 !important;
}
#post_entry-right-info,
.sidebar-colored .sidebar-nav li:hover > a,
.sidebar-colored .sidebar-nav li:hover > a i,
.sidebar-colored .sidebar-nav li > a:hover,
.sidebar-colored .sidebar-nav li > a:hover i,
.sidebar-colored .sidebar-nav li > a:focus i,
.sidebar-colored .sidebar-nav > .open > a,
.sidebar-colored .sidebar-nav > .open > a:hover,
.sidebar-colored .sidebar-nav > .open > a:focus,
#ds-reset #ds-ctx .ds-ctx-entry .ds-ctx-head a {
color: #785470 !important;
}
.toTop {
background: #1a1d3a !important;
}
.material-layout .material-post>.material-nav,
.material-layout .material-index>.material-nav,
.material-nav a {
color: #1a1d3a;
}
#scheme-Paradox .MD-burger-layer {
background-color: #1a1d3a;
}
#scheme-Paradox #post-toc-trigger-btn {
color: #1a1d3a;
}
.post-toc a:hover {
color: #679cc5;
text-decoration: underline;
}
</style>
<!-- Theme Background Related-->
<style>
body{
background-image: url(/img/bg.png);
}
</style>
<!-- Fade Effect -->
<style>
.fade {
transition: all 800ms linear;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
opacity: 1;
}
.fade.out{
opacity: 0;
}
</style>
<!-- Import Font -->
<!-- Import Roboto -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<!-- Import Material Icons -->
<style id="material_icons"></style><script>if(typeof window.lsLoadCSSMaxNums === "undefined")window.lsLoadCSSMaxNums = 0;window.lsLoadCSSMaxNums++;lsloader.load("material_icons","/css/material-icons.css?pqhB/Rd/ab0H2+kZp0RDmw==",function(){if(typeof window.lsLoadCSSNums === "undefined")window.lsLoadCSSNums = 0;window.lsLoadCSSNums++;if(window.lsLoadCSSNums == window.lsLoadCSSMaxNums)document.documentElement.style.display="";}, false)</script>
<!-- Import jQuery -->
<script>lsloader.load("jq_js","/js/jquery.min.js?qcusAULNeBksqffqUM2+Ig==", true)</script>
<!-- WebAPP Icons -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Feax&#39;s Blog">
<meta name="msapplication-starturl" content="http://blog.jzxer.cn/gallery/">
<meta name="msapplication-navbutton-color" content="#70c2cd">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Feax&#39;s Blog">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon" href="/img/favicon.png">
<!-- Site Verification -->
<meta name="baidu-site-verification" content="z1eJ8hGeNJ" />
<!-- RSS -->
<link rel=alternate type="application/atom+xml" href="/atom.xml">
<!-- The Open Graph protocol -->
<meta property="og:url" content="http://blog.jzxer.cn/gallery/">
<meta property="og:type" content="blog">
<meta property="og:title" content="gallery | Feax&#39;s Blog">
<meta property="og:image" content="/img/favicon.png">
<meta property="og:description" content="web全栈工程师,摇滚,vue,vuex,react,webpack,git,koa2">
<!-- The Twitter Card protocol -->
<meta name="twitter:card" content="summary_large_image">
<!-- Add canonical link for SEO -->
<link rel="canonical" href="http://blog.jzxer.cn/gallery/index.html" />
<!-- Structured-data for SEO -->
<!-- Analytics -->
<script>
var _hmt = _hmt || [];
(function() {var hm = document.createElement('script');
hm.src = 'https://hm.baidu.com/hm.js?fd3e8c663917a054564de87b31397113';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Custom Head -->
</head>
<!-- Single Gallery Page -->
<link rel="stylesheet" href="/css/gallery.min.css">
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1>
<a href="/"><strong>Feax's Blog</strong></a> - gallery
</h1>
<nav>
<ul>
<li>
<a href="#footer" class="icon fa-info-circle">
©&nbsp;Feax
</a>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/blog/pic/2018-05-10/IMG_8684.JPG" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2018-05-10/IMG_8683.JPG"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2018-05-10/IMG_8683.JPG" alt="2018.05.10" /></a>
<h2>2018.05.10</h2>
<p>外滩</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/blog/pic/WechatIMG20.jpeg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/WechatIMG20.jpeg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/WechatIMG20.jpeg" alt="2018.03.17" /></a>
<h2>2018.03.17</h2>
<p>余杭、超山</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/2017.07.29.jpeg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/2017.07.29-2.jpeg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/2017.07.29-2.jpeg" alt="2017.07.29" /></a>
<h2>2017.07.29</h2>
<p>九江、铜鼓县、尖尾峡峡谷</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/psb.jpg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/psb.jpg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/psb.jpg" alt="2017.05.10" /></a>
<h2>2017.05.10</h2>
<p>木屋、曾经拥有</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/2.png" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/2.png"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/2.png" alt="2017.04.10" /></a>
<h2>2017.04.10</h2>
<p>研一608</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/4.jpg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/4.jpg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/4.jpg" alt="2017.04.03" /></a>
<h2>2017.04.03</h2>
<p>梅岭、骑行</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/6.jpg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/6.jpg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/6.jpg" alt="2017.03.08" /></a>
<h2>2017.03.08</h2>
<p>梅岭入口</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/10.jpg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/7.jpg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/7.jpg" alt="2017.01.18" /></a>
<h2>2017.01.18</h2>
<p>武汉、华科</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/8.jpg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/8.jpg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/8.jpg" alt="2016.12.31" /></a>
<h2>2016.12.31</h2>
<p>东理青春广场</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/16.jpg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/16.jpg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/16.jpg" alt="2016.12.29" /></a>
<h2>2016.12.29</h2>
<p>建筑工程学院元旦</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/psb%20%281%29.jpg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/psb%20%281%29.jpg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/psb%20%281%29.jpg" alt="2016.12.30" /></a>
<h2>2016.12.30</h2>
<p>软件信工学院元旦</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/12.jpg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/12.jpg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/12.jpg" alt="2016.10.28" /></a>
<h2>2016.10.28</h2>
<p>英语俱乐部</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/blog/pic/WechatIMG22.jpeg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/WechatIMG21.jpeg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/WechatIMG21.jpeg" alt="2016.10.04" /></a>
<h2>2016.10.04</h2>
<p>九江、庐山</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/blog/pic/2016.10.02.jpeg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2016.10.02.jpeg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2016.10.02.jpeg" alt="2016.10.02" /></a>
<h2>2016.10.02</h2>
<p>南昌、狮子峰</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/blog/pic/2016.05.04.jpg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2016.05.03-2.jpg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2016.05.03-2.jpg" alt="2016.05.04" /></a>
<h2>2016.05.04</h2>
<p>骑行、白鹿洞书院、状元柱</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/psb%20%283%29.jpg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/psb%20%283%29.jpg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/psb%20%283%29.jpg" alt="2016.01.16" /></a>
<h2>2016.01.16</h2>
<p>南昌、八一广场</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/psb%20%285%29.jpg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/psb%20%285%29.jpg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/psb%20%285%29.jpg" alt="2015.11.05" /></a>
<h2>2015.11.05</h2>
<p>悠乐汇</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/blog/pic/2015.10.16.jpeg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2015.10.16.jpeg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2015.10.16.jpeg" alt="2015.10.16" /></a>
<h2>2015.10.16</h2>
<p>北京、动漫大道</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/blog/pic/2015.05.02.jpeg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2015.05.02.jpeg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2015.05.02.jpeg" alt="2015.05.02" /></a>
<h2>2015.05.02</h2>
<p>南昌、摩天轮</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/blog/pic/2014.10.22.jpeg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2014.10.22.jpeg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2014.10.22.jpeg" alt="2014.10.22" /></a>
<h2>2014.10.22</h2>
<p>南昌、下罗</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/psb%20%286%29.jpg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/psb%20%286%29.jpg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/psb%20%286%29.jpg" alt="2014.10.18" /></a>
<h2>2014.10.18</h2>
<p>东理、樱花广场</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/blog/pic/2014.07.12.jpeg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2014.07.12.jpeg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2014.07.12.jpeg" alt="2014.07.12" /></a>
<h2>2014.07.12</h2>
<p>义乌、流浪</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/blog/pic/2014.06.18.jpeg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2014.06.18.jpeg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2014.06.18.jpeg" alt="2014.06.18" /></a>
<h2>2014.06.18</h2>
<p>宜春学院</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/2013.06.27.jpeg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/psb%20%289%29.jpg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/psb%20%289%29.jpg" alt="2013.06.27" /></a>
<h2>2013.06.27</h2>
<p>厦门、鼓浪屿</p>
</article>
<article class="thumb">
<a href="http://orjedzer5.bkt.clouddn.com/2012.02.05.jpeg" class="image lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2012.01.28.jpeg"><img class="lazy" data-original="http://orjedzer5.bkt.clouddn.com/blog/pic/2012.01.28.jpeg" alt="2012.01.28" /></a>
<h2>2012.01.28</h2>
<p>鄱阳、芝山公园</p>
</article>
</div>
<!-- Footer -->
<!--
<footer id="footer" class="panel">
<div class="inner split">
<div>
<section>
<h2>Magna feugiat sed adipiscing</h2>
<p>Nulla consequat, ex ut suscipit rutrum, mi dolor tincidunt erat, et scelerisque turpis ipsum eget quis orci mattis aliquet. Maecenas fringilla et ante at lorem et ipsum. Dolor nulla eu bibendum sapien. Donec non pharetra dui. Nulla consequat, ex ut suscipit rutrum, mi dolor tincidunt erat, et scelerisque turpis ipsum.</p>
</section>
<section>
<h2>Follow me on ...</h2>
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="#" class="icon fa-telegram"><span class="label">Telegram</span></a></li>
</ul>
</section>
<p class="copyright">
&copy; Design: <a href="#">Gallery</a>.
</p>
</div>
<div>
<section>
<h2>Get in touch</h2>
<form method="post" action="#">
<div class="field half first">
<input type="text" name="name" id="name" placeholder="Name" />
</div>
<div class="field half">
<input type="text" name="email" id="email" placeholder="Email" />
</div>
<div class="field">
<textarea name="message" id="message" rows="4" placeholder="Message"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send" class="special" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
</section>
</div>
</div>
</footer>
-->
</div>
<!-- Scripts -->
<script src="/js/gallery/gallery.js"></script>
<script>lsloader.load("lazyload_js","/js/lazyload.min.js?1BcfzuNXqV+ntF6gq+5X3Q==", true)</script>
<script>
queue.offer(function(){
$('.lazy').lazyload({
effect: 'fadeIn',
event: 'scrollstop'
});
})
<!-- Start Queue -->
$(document).ready(function(){
setInterval(function(){
queue.execNext();
},200);
});
</script>
</body>
</html>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 451 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M138.8 77.8c-7.8 2-32 17.8-38.8 25.6-9.6 10.6-18.4 25-21.2 34-4.2 14.2-4.2 723.6 0 733.6 8.4 20.2 29.4 41.6 53.2 54.2 6.8 3.6 18.8 3.8 370 3.8h363l9-4.2c14-6.8 31.6-22.4 42.6-38 9.4-13.8 10-15.2 11.6-32.6 1.2-10.4 1.6-166.8 1.4-365.6-.6-317.8-.8-348.2-3.8-354.6-9.2-19.2-20.8-33-38.6-45l-17.6-12-362.4-.4c-199.2 0-365 .4-368.4 1.2zM371.2 251c4.2 1.6 22.6 18.2 44.6 39.8 29.8 29.2 39 37.2 45.4 39 10.6 3 73.2 2.8 83.2-.2 6-1.8 15.8-10.4 43.4-37.8 19.8-19.6 39.4-37.4 44-39.6 15.2-7.8 31.6-4 41 9.4 10.4 15.2 8.8 28-6 44.6-15 16.8-11 24.4 14.2 26.8 18.8 1.6 25.2 3.8 43.8 14.8 19.2 11.2 28 21 40.6 44.8L775 411v250l-9.8 19.6c-10.4 20.6-23.8 35.6-43 47.6-18.8 12-18.6 12-226.2 11.4l-189-.6-11.8-4.8c-6.4-2.6-18.6-10.2-26.8-17-16-12.8-25.6-26.4-35-49.2-4.4-11-4.4-11.4-4.4-132.2V414.6l10.4-21c8.4-16.8 13-23.4 22.6-32.2 17.2-16 39.2-26.4 59.2-28.4 27.2-2.4 31.2-9.2 15.8-27.2-5-5.8-9.6-13.4-10.2-17.2-5.2-27.4 19.4-48.2 44.4-37.6z"/><path d="M330.2 400.4c-9 1.6-15 5.4-23 15-11.4 13.4-11.2 12-11.2 120.6s-.2 105.6 11.2 122.4C318 673.8 307 673 492 673.6c90.8.4 170.6 0 177.4-.6 15.6-1.6 23.6-6.8 32.2-21l6.4-10.8V537.8c0-68-.8-105.4-2.2-109.2-3-8-15.2-22.2-22.2-25.8-5.2-2.6-26.6-3.2-175.6-3.4-93.4-.2-173.4.2-177.8 1zm78.4 70.4c9.6 4 22.8 17.8 25.2 26.6 2.8 9.8 2.8 33.4 0 43.2-2.4 8.6-11.8 20.2-20 24.6-8 4-23.6 3.6-31-1-3.6-2.2-8.4-8-11-13.6-4.2-8.4-4.8-12.4-4.8-31.8 0-21 .2-22.6 6-31.8 4-6.4 9-11.2 14.8-14.4 10.2-5.4 12.2-5.6 20.8-1.8zm206 0c20 8.2 29.2 36.4 22.2 67.4-2.8 12-4.8 16.2-10.8 22.2-7 7-8.4 7.6-18.8 7.6-19 0-30.6-9.2-36.4-29.2-3.6-12.4-2.4-37.8 2.2-46.8 5-9.6 24-24 31.6-24 2 0 6.4 1.2 10 2.8z"/></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M138.6 78c-22.4 5.2-55.8 40.2-60.6 63.4-1.4 6.4-2 129.8-1.6 367.6.6 298.6 1 358.8 3.4 363 11 20.2 21.6 32.4 37.2 43 15 10.2 17.4 11.2 33 13 11.2 1.4 136 2 365 1.6 314-.6 348.6-1 355-3.8 15.8-7.2 33.8-22 43.2-35.4 5.2-7.4 10.8-16.6 12.6-20.4 2.8-6.4 3.2-40.8 3.8-354 .4-223-.2-353.4-1.4-365-2-17-2.6-18.6-13-34-8.6-12.6-14.2-18.4-25.2-25.8-7.8-5.4-17.4-11-21.6-12.4-6-2.2-72.8-2.6-365.4-2.6-196.8.2-361 .8-364.4 1.8zm657.6 87.8l4.8 3.8v55.2c0 54.6 0 55.2-4.6 59.6-4.4 4.4-6 4.6-50.2 5.6l-45.6 1-7.2 5.6c-10.4 8-16.8 17.2-19.2 27.4-1 5-1.8 24.8-1.8 44 .2 38 1.6 44.6 10.8 48 2.8 1.2 28.4 2 56.8 2 47.8 0 52 .2 56.2 3.8l4.8 3.8v55.2c0 54.6 0 55.2-4.6 59.6-4.4 4.6-5.4 4.6-57 5.2-28.8.2-54.4.8-56.8 1.4-2.4.6-5.6 3-6.8 5.4-1.8 3.2-2.4 41.4-2.6 143.2l-.2 138.8-5.6 4.8-5.6 4.8H609c-52.4 0-52.8 0-58.2-4.6l-5.4-4.6-.2-140.6-.2-140.6-4.8-3.8c-4.2-3.4-8-3.8-35.6-3.8-32.8 0-41-1.8-43.6-10-.6-2.2-1.2-25.4-1.2-51.4 0-60.8-.2-57 3.4-61.6 2.8-3.6 6-4 37.8-5 33-1 35.2-1.2 39.4-5.6 4.6-4.4 4.6-5.2 5.8-71 1.2-73.4.2-67.2 16.6-99.4 8-15.8 12.8-22 28-37 15.2-15.2 21.4-19.6 38.2-28 11-5.4 24-11 29-12.2 6.2-1.8 28.6-2.6 71.2-2.6 58.6-.2 62.6 0 67 3.6z"/></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M138.4 78c-6.4 1.4-26.4 14.2-36 22.8-8 7.2-22 29.8-24.4 39.2-1.6 6.4-2 113.2-1.6 368 .6 299.4 1 359.8 3.4 364 11 20.2 21.6 32.4 37.2 43 15.6 10.6 17.2 11.2 34.2 13.2 10.6 1.2 63.4 1.6 127.6 1.4l109.6-.6 6-6.8 6.2-6.8-1.2-25.2c-.8-15.8-.2-33.4 1.4-47.2 3-25.4 1.4-36.2-6-43.2-5-4.6-6.2-4.8-30.6-4.2-27.6.8-24 1.6-68.8-16-8.6-3.4-22.6-18-28.4-29.8-11.4-22.8-27-45-39.2-55.6-14-12.2-19.8-20.8-19.8-28.6 0-11.6 13.6-12.6 33.2-2.4 16.6 8.8 20.8 12.4 40.8 36.2 24.2 28.6 31 33.6 54 39.6 15.2 4 42.2 3 51.4-1.8 9-4.6 18-15.2 24.4-29.2 11.4-24.2 7.4-31.2-20.6-36.8-9.8-2-29.2-8-43.4-13.4-40.4-15.8-64.6-37.4-85.4-76.2-11.6-21.8-15.4-33-18.2-53.6-4.2-32.2-4.8-60.2-1.4-84 3.4-23.8 6.8-32.8 20.2-54 4-6 8.8-15.6 11-21.4 3.8-10 3.8-11.6 1-30-5.2-34.2-3.2-52.4 7.6-70.2 7.2-12.2 15-17.2 24.2-15.8 12.8 2.2 52 17.4 66.8 26.2 26 15 29 15.4 82.4 7.2 24.6-3.8 33.8-4.2 60-3.2 17 .6 41.4 3 54 5.2 38.4 6.6 49.6 5.2 73-10 6.6-4.2 17.4-9.4 24-11.6 6.6-2.2 16-5.8 21-8.2 13-6 28-5.6 35.6.8 12.4 10.4 18.6 41.4 14.4 71.6-4.4 30.6-3 39.4 8.4 53.8 3.4 4.4 11.2 19.2 17.4 33.2L775 443v78l-10 28c-15.2 43.2-36.8 73.2-66.2 92.8-13.4 8.8-57 25.4-76.8 29-28.2 5.2-33.2 12.6-22 32.2 11.2 19.4 12.4 32.8 11.6 129.6l-.6 85.8 5.4 4.6c3.6 3 9.2 5.2 16 6 5.8.8 60.2 1 120.6.6 108.4-.6 110.2-.6 119-5 24-11.6 40-27.4 51.6-50.6l5.4-11 .6-347c.4-223-.2-353.4-1.4-365-2-17-2.6-18.6-13-34-10.6-15.4-22.8-26.2-43.2-37.2-4.2-2.4-64.6-2.8-366-3.2-198.6 0-364 .4-367.6 1.4z"/></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M138.6 78c-22.4 5.2-55.8 40.2-60.6 63.4-1.4 6.4-2 129.8-1.6 367.6.6 298.6 1 358.8 3.4 363 11 20.2 21.6 32.4 37.2 43 15 10.2 17.4 11.2 33 13 11.2 1.4 136 2 365 1.6 314-.6 348.6-1 355-3.8 15.8-7.2 33.8-22 43.2-35.4 5.2-7.4 10.8-16.6 12.6-20.4 2.8-6.4 3.2-40.8 3.8-354 .4-223-.2-353.4-1.4-365-2-17-2.6-18.6-13-34-8.6-12.6-14.2-18.4-25.2-25.8-7.8-5.4-17.4-11-21.6-12.4-6-2.2-72.8-2.6-365.4-2.6-196.8.2-361 .8-364.4 1.8zM430 295.4c40.6 15.4 56.6 23.8 72.6 38.4 6.8 6.2 7.2 15.2 1 23.4-6.2 8-33.6 33.8-39 36.6-5.6 2.8-17.6 2.8-23.2-.2-2.4-1.2-8.2-5.2-13-8.8-11.2-8.6-24.6-11.2-55.2-11.2-27.4 0-40.6 2.6-52.2 10.4-4.4 2.8-12.2 7.6-17.2 10.6-23 13.2-51.4 55-55.8 82.4-2.6 15.6-2.4 34.8.2 51 2.8 17.4 19.8 48.8 35.2 65.2 16 16.6 45 33.6 62.8 36.6 26.8 4.4 65.8 1.6 79.4-5.8 20.6-11.4 31-19 41-30.4 18.8-21.6 23.4-34.2 15.6-43.8-3.8-4.8-4.4-4.8-51-5.8-60.8-1.2-56.2 2.2-56.2-43.2 0-32.4.2-33.2 4.8-37 4.4-3.6 9-3.8 92-3.8 79 0 87.8.4 94.2 3.6 11.2 5.6 13 11.4 12.8 43.4 0 25.4-.8 30.8-7.6 58-4 16.6-9.8 34-12.6 39-2.8 5-8.2 14.2-11.6 20.6-8.4 15.4-27.2 36.8-40.8 46.6-5.8 4.4-13.8 10.2-17.6 13.2-3.8 3-11 7-16.2 8.8-5.2 1.8-16.2 6.4-24.4 10-22.4 9.6-34.8 11.6-73 11.6-37.6.2-47-1.4-71-12-8.2-3.6-17.6-7.2-20.8-8-15.8-3.8-67-45.2-77.8-62.8-2.2-3.8-7.6-11.6-11.8-17.2-4.2-5.4-9-14-10.6-19-1.8-4.8-6.2-16-10-24.8-3.6-8.8-7.8-22.2-9.2-29.6-3.2-18.8-1.4-79.4 2.8-91.4 13.8-40.6 35.6-78 58.8-100.2 14-13.6 47.2-36.4 58-39.8 4.2-1.4 13.4-5.2 20.6-8.4 22-10 32.8-11.6 76-11 33.8.6 40.4 1.2 50 4.8zm340.8 80.8c8 3.6 9.6 11.2 9.2 39.2-.6 34.4-.6 34 5 39.6 4.8 5 5.4 5 37.6 5 43.4 0 44.4.8 43.2 36.2-.8 17-1.2 18.4-6.4 23-5.4 4.6-6.6 4.8-37.6 4.8-31.2 0-32 .2-36.8 5-5.6 5.4-5.6 4.4-5 41.2.4 26.4.2 27.4-4.6 33-4.8 5.6-6 5.8-24.4 6.4-20.8.8-29.6-1.4-33.4-8.4-1.4-2.6-2-15.6-1.8-35.6.4-31.2.4-31.6-4.6-36.6s-5.6-5-36-5c-18.8 0-33-.8-36-2.2-7.6-3.6-9.6-11.2-8.8-33.8.8-28.2.4-28 41-28 45.4 0 45.4 0 44.6-42.6-.6-33-.6-33 5-38.4 4.4-4.6 6.2-5 24.8-5 11 0 22.2 1 25 2.2z"/></svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M140.6 78c-9.8 2.2-28.4 13.8-38.6 24-10.6 10.8-21.6 28.8-24.2 39.4-2.6 11.4-2.4 714.8.4 725.2 5.2 20.4 29 46.2 53.2 57.6 8.2 3.8 15.4 3.8 370.6 3.8 351.8 0 362.8-.2 371-3.8 21-9.2 38.8-27 50-49.2l5-10.2-.4-363.8-.6-364-4.4-8c-10.8-19.6-18-28.2-32.6-38.4-9.2-6.2-18.8-11.2-24.6-12.4-11.2-2.6-714.4-2.8-724.8-.2zM662 202.8c12.6 2.8 60.2 22.2 68.4 28 4.4 3 30.2 31.4 39 42.6 2.8 3.6 9.6 19.4 15.2 35l10 28.6.8 146c.6 106.4.4 149.2-1.4 157.8-1.2 6.6-6 22.2-10.4 34.6-9.8 27.8-23 46.6-48.2 68.8-22.2 19.4-36.8 26.8-61.4 30.8-10.4 1.6-22.6 4-27 5.2-15 3.8-140.6 6.2-213.4 4-37.8-1.2-73-3-78.6-4-5.4-1.2-16.2-2.8-23.8-4-26.8-4-68.8-33.6-89.8-63.8-10.2-14.8-19-36.2-27.6-68.4-3.2-12-3-292.4.2-307.2 4.6-21.2 16.6-53 23.6-63.2 4-5.8 15-18.4 24.4-27.8 14-14.2 20.4-19 35.8-26.8 27-13.4 42.8-17 84.2-19 57.2-2.8 264.4-.6 280 2.8z"/><path d="M356 262.2c-2.8 1-11.2 4.2-18.6 7.2-12.4 4.6-35.4 21-42.8 30.6-6.2 8-21 47.8-22.8 61-.8 7.6-1.4 70.2-1 139 .6 108.6 1.2 126.4 4 135.4 4.4 13.8 18.6 44.6 22.8 49.4 4.4 4.8 30.2 24 37.6 27.8 13 6.6 48 8.4 167.8 8.4 115.2 0 150.8-1.6 166-7.4 6.6-2.4 32.8-21.4 39.2-28.2 7.6-8.2 23.8-44 26-57.6 1.2-7.8 1.8-65 1.4-149l-.6-136.2-12-23.8c-11.4-22.8-12.6-24.4-27-35.2-8.2-6.4-20.8-14-28-17l-13-5.6-147-.4c-91.2-.2-149 .4-152 1.6zm315.6 41c12.2 6 19.6 14.2 22.4 24.8 6.4 24-18.8 51.6-43 47.2-9.8-2-23.6-14.8-30.2-28.4-4.6-9.2-4.8-11.4-3-17.4 2.6-7.8 16.4-22.4 26.4-27.6 9.4-5 15.2-4.6 27.4 1.4zM536.8 338c5 1 18.6 7 30.4 13.4 25 13.2 47.2 32.8 63 55.6 5.4 7.6 11.6 16.2 13.8 19 5.8 7.2 14.8 55 13.4 71-1.6 16.6-10 53.8-13.6 58.6-1.6 2.2-7.4 10.6-13.2 18.6-16.4 23.6-48.6 52-63.2 55.8-4.6 1.4-15.6 5.6-24.4 9.6-15.8 7.2-16.4 7.4-40 7.2-23.2-.2-24.4-.4-39-7.4-8.2-4-19.2-8.2-24.4-9.4-16.6-4.2-49-34-69.2-63.6-16.2-24-19-35-19-74.4 0-33 3.8-54.8 11.2-64.8 2.6-3.4 7.2-10.6 10.4-16 8.4-14.4 24.4-31.8 38.4-42 20.2-14.8 53.8-31.2 67.6-33 14.2-2 45.6-1 57.8 1.8z"/><path d="M491 398c-4.4.8-16.4 6-26.6 11.4-16 8.4-20 11.6-31.4 25.4-7.6 9.2-14 19.2-15.4 24-3.2 11.2-3.2 52 0 62.6 3.2 11 24.4 36.4 35 42 14.8 8 37 16.6 45.8 17.8 6.2.8 12 0 20.6-3.2 6.6-2.2 17.8-6.2 24.6-8.6 10.8-3.6 15-6.6 27.4-19.6 12-12.6 15-17 17.2-26 3.4-13.2 3.6-55.4.2-66.8-5-17.4-29.4-40.4-58.4-55.2-8.4-4.2-27.8-6.2-39-3.8z"/></svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M141 77.8c-7.4 1.8-11.2 3.8-26.8 14.2-12.4 8.4-21.6 18.8-31.6 37L77 139l-.6 359c-.4 254.4.2 361.6 1.6 367.8 3.6 14.4 20.6 36.8 35.8 47.6 7.2 5 16.2 10.4 19.6 12 5.4 2.2 67.6 2.6 371.2 2.2l364.6-.6 11.8-7c15-9 30-24 39-39l7-11.8.6-362.6c.4-297 0-363.8-2.2-370-1.4-4.2-6.8-14-11.8-22-7.6-11.4-12.4-16.2-24.4-24.4-8.4-5.6-19-11-23.8-12.2-9.8-2.2-715-2.4-724.4-.2zM292.2 196c16 5.4 25.4 11.6 35.6 23.4 26.4 30.6 27.6 63.4 3.8 98-6.4 9.4-25.2 23.2-38.2 28-12.8 4.6-40.2 4.2-51.8-.8-43-19.2-62.8-64.6-45-103.4 18-39 57.8-57.8 95.6-45.2zm403 200c20.2 3.4 26 5.4 38.6 12.6 33.6 19.2 48.2 39.2 60 82.4 6.8 24.4 8 51 8.4 175.2.2 130.2.4 128.2-11.2 133.4-3.6 1.6-20.4 2.4-53.6 2.4-44.6 0-49-.4-54.8-4-3.6-2.2-7-6-7.6-8.4-.6-2.6-1.4-52.8-1.6-111.6-.6-101.2-1-107.8-4.8-121.4-7-24.6-19.6-41-38.2-49.8-17.2-8.2-47.8-4.8-66.8 7.4-18.6 12-31.4 33-35.6 58-1.2 7.6-2 53.8-2 113.4 0 109.2 0 109-11 114-3.6 1.6-20.6 2.4-54.8 2.4-47 0-50-.2-54.8-4-3-2.4-6-7-6.8-10.6-.8-3.6-1.2-90.4-.6-193l1-186.8 5.6-4.8c5.6-4.8 5.8-4.8 53.4-4.8 31.2 0 49.6.8 52.8 2.2 6 2.8 8.6 9 10.4 24.8 2.4 23 11.8 25.2 28.4 7 11.8-12.8 29.6-25.2 44.4-30.8 25.2-9.4 64.4-11.4 101.2-5.2zm-374.4 4c12 4.6 11.4-6.4 11.4 201 .2 180.8 0 189.6-3.6 193.4-2 2.2-5.8 4.8-8.4 5.8-2.6 1.2-26.2 2-52.6 2-51.8 0-56.6-1-61.4-11.6-1.6-3.4-2.2-61.4-2.2-190.8 0-170.4.2-186.6 3.4-191.8 1.8-3.2 5.2-6.6 7.4-7.8 5.4-2.6 99.2-2.8 106-.2z"/></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M123.4 80.2c-10.6 5.6-39.2 35-43.6 44.8-3.6 7.6-3.8 23.6-3.8 377.6 0 327.2.4 370.4 3 376.8 3.6 8.4 35 40.4 45.2 45.8 6.6 3.6 19.8 3.8 377.8 3.8h371l9.4-5.6c12.2-7 34-28.8 41-41l5.6-9.4V502c0-359.2-.2-371.2-3.8-378-5.2-9.8-37.8-41.6-46.2-45.2-6-2.4-58.2-2.8-377.4-2.8-367.4.2-370.6.2-378.2 4.2zm675 164.6c2 2.2 4.2 7.4 5 11.2 1.8 9.2-3.4 44-13.2 90-4.4 20.4-9.4 48.4-11.2 62.2-2.2 18.2-5.2 31.8-11 48-5.4 16-8.4 28.8-9.8 43.2-1.4 13.8-4.6 27.8-10 44s-8.8 31.6-11 48.6c-1.6 13.8-6.8 42-11.2 62.6-4.4 20.8-9.4 48.8-11 62.6-3.2 26.8-5.6 33.6-15 41.6-12.6 10.6-20.4 9.6-38.4-4.8-7-5.6-18.4-14-25.6-19-30.4-20.8-54.4-38.4-70.2-51.4-13.2-10.8-36.2-23.6-42.4-23.6-9 0-26.6 11.6-54 35.4-38 33.2-47.2 37.4-59.4 27.4-8.4-7.2-11.2-13.2-15.8-34.6-2.6-11.4-6.8-23-11-30.8-4.6-8-8.2-18.4-10.2-28.4-1.6-8.8-6-22.4-9.8-30.2-3.8-7.8-7.4-17.4-8.2-21-2.8-14.6-7.4-25.4-12.6-30.4-7.6-7.2-32.2-18.2-52.4-23.4-9.4-2.4-22.4-7.4-28.8-11.2-6.4-3.8-16.8-8.2-23-9.6-14.2-3.4-22.8-7.6-27.8-14.2-10.6-13.6-6.4-27 10-32 5.6-1.6 14.4-5.6 19.4-8.8 5-3.2 15.8-7.8 24-9.8 8-2.2 17-5.8 20-8 9-6.6 17-10 33.6-14.2 8.8-2.2 22.4-6.8 30-10.2 7.8-3.2 21.2-7.8 29.8-10.2 8.8-2.2 21.6-7.6 28.8-11.8 7.2-4.2 18-8.6 24-10 6-1.4 16-5.6 22-9.2 6-3.6 18.6-8.8 28-11.4 9.4-2.8 24.2-7.8 33-11.4 8.8-3.6 22.8-8.2 31-10.2 8.2-2.2 20-7 26-10.6 6-3.8 16.8-8.4 24-10.2 7.2-2 18-6.6 24-10.2 6-3.8 19-9 28.8-11.8 9.8-2.8 24-7.8 31.8-11 7.6-3.4 21.2-8 30.2-10.2 9-2.2 21.2-7.2 27.4-11 6.2-4 17.6-8.8 25-10.8 7.6-2 16.6-4.6 19.8-5.6 7.6-2.6 13-1.2 17.4 4.4z"/><path d="M645.6 360.8c-23.4 12.6-33 18.2-37.6 22.4-2.8 2.6-11 8-18.4 12.2-33.6 19.2-63.4 37.8-83.6 52.2-6 4.4-16 10.4-22 13.4s-13.6 7.6-17 10c-3.2 2.6-11.2 7-17.6 10-6.2 3-14 7.4-17 10-3 2.6-11 7.8-17.6 11.8-11.4 6.6-23 18.4-28.4 28.6-3.6 6.6-2.8 19.2 1.6 30.6 2.2 5.6 6.8 23 10 38.6 6.8 31.8 9.6 38 17.4 37 8-1 12.2-8.6 18.4-34.2 3.6-14.8 7.8-26.4 11-31.2 7.6-10.8 77-77.4 118.2-113.2 10-8.6 27.6-24.6 39.4-35.6 11.8-11 24.6-22 28.4-24.6C639.4 393 660 367 660 362c0-5.8-5-6.2-14.4-1.2z"/></svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M138.4 78c-6.2 1.4-26.2 14.2-36.2 22.8-2.6 2.4-9 10.8-14.2 18.8-7.4 11-10 17.2-11 25-.6 5.8-1 170.6-.6 366.4.6 296.8 1 356.8 3.4 361 11 20.2 21.6 32.4 37.2 43 15.6 10.6 17.2 11.2 34.2 13.2 11.4 1.2 143.2 1.8 364.8 1.4 313.8-.6 347.6-1 354-3.8 23.2-10.6 42.4-29.2 53.6-51.8l5.4-11 .6-347c.4-223-.2-353.4-1.4-365-2-17-2.6-18.6-13.2-34.2-10.6-15.8-22.4-25.8-43-37-4.2-2.4-65.4-2.8-366-3.2-198.6 0-364 .4-367.6 1.4zm400.4 131.8l5.2 4.8v47.8c0 35.4.6 49.4 2.6 54.2 5.4 12.4 4.8 12.4 62.6 12.6 57.6.2 57 0 62.2 12.2 3.2 8 3.8 93.6.6 105-1.2 4-4.6 9.4-7.4 11.6-5.2 4-7.2 4.2-56 3.6L558 461l-6 6.2c-9.2 9.2-10.4 22.6-9.6 113.6.6 71.4 1 78.8 4.2 85 5 9 18.8 23.8 25.6 27.4 6.6 3.2 42.6 4 50.8.8 2.8-1 9.6-6 15-11.2 8.4-7.8 10.6-9 17.2-8.4 9.2.8 14.8 7.6 17 21 2.8 16.8 2.2 68-1 75.2-4 9.6-25.2 28.8-33.4 30.4-3.8.6-41.4.8-83.8.6-83.6-.6-80.8-.2-94-12.6-3.8-3.6-12-8.2-18-10-18.2-6-27-18.6-29.8-43.6-1.2-8.6-4-19.2-7.4-26.4-7-14.8-7-16.6-7.8-145.8-.6-108.8.8-101.2-17.4-101.2-5.4 0-12.2-1.2-15.2-2.8-10.4-5.4-11.4-10-11.4-55.2 0-35.6.6-42 3.6-46.6 5-7.6 11-13 23.4-21 11.6-7.4 29.2-24.6 37-36.4 2.4-3.8 7.8-10.2 11.8-13.8 6.6-6.4 7.2-8 7.2-18.2 0-6.2 1.2-15.8 2.8-21.2 1.6-5.4 3.4-13.8 4.2-18.8 3.2-21.6 9-24.2 55.4-23.4 34.2.4 35.4.6 40.4 5.2z"/></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M138.6 78c-22.4 5.2-55.8 40.2-60.6 63.4-1.4 6.4-2 129.8-1.6 367.6.6 298.6 1 358.8 3.4 363 11 20.2 21.6 32.4 37.2 43 15 10.2 17.4 11.2 33 13 11.2 1.4 136 2 365 1.6 314-.6 348.6-1 355-3.8 15.8-7.2 33.8-22 43.2-35.4 5.2-7.4 10.8-16.6 12.6-20.4 2.8-6.4 3.2-40.8 3.8-354 .4-223-.2-353.4-1.4-365-2-17-2.6-18.6-13-34-8.6-12.6-14.2-18.4-25.2-25.8-7.8-5.4-17.4-11-21.6-12.4-6-2.2-72.8-2.6-365.4-2.6-196.8.2-361 .8-364.4 1.8zm532.8 205c10 4 23 10.8 28.8 15.2 12.6 9.2 16.6 10.6 29.4 9.4 6.6-.6 13-3.2 20.4-8.2 11.2-7.6 19.4-9.2 23.6-5 3.6 3.6 2.8 9-2.8 18.6-7.2 12.4-6 18.8 4.2 24.2 4.4 2.2 8.2 5.6 8.6 7.4 1 4.8-12.6 24.2-22 31.8-11.8 9.2-17.2 22.6-19.6 47.8-4.8 50.4-7.8 66.6-16.4 85.4-3 7-7 17.8-8.8 24-1.8 6.4-5 14.6-7.4 18.4-2.2 3.8-7.4 13-11.4 20.4-17.2 30.8-43.4 61.4-71.4 83.8-25.6 20.4-46 33.2-64.2 40.2-8.4 3.2-18 7.6-21.4 9.6-7.4 4.6-22.4 8.6-57.2 15-62.2 11.6-79.2 11.4-135.6-1-32.4-7-38.6-9-52-16.8-21.4-12.6-24.2-14.8-24.2-19.4 0-6.2 10.2-9.2 35-10.4 22.4-1 28.6-2.6 57-14.2 23.8-9.8 29.4-12.8 30.4-16.8 2.2-8.2-3-13.2-26.8-25.4-25.8-13.2-32.2-18.4-43.8-35.8-9-13.6-10-21.2-3.6-33.6 5.4-10.8 3.6-15-11.8-25.4-9-6-14-11.6-20.8-22.6-23.4-37.8-25-50.8-7.2-59.8 4.8-2.4 9.4-5.4 10.2-6.6 2.8-4.2-.4-15.6-8.4-29-11.6-19.6-13.2-25.8-13.2-55.2 0-28.8 2.6-37.8 12-40.2 9-2.2 14.8 1 35.6 20.2 24.8 22.8 43.6 36.6 62.8 45.8 8 3.8 17.8 9.2 22 12 4.2 2.8 14.8 7 23.4 9.2 8.6 2.2 24.2 6.8 34.8 10.2 13.4 4.4 23.6 6.4 33 6.6 12.8.2 14.2-.2 18.6-5.4 4-4.8 4.8-7.8 4.8-19.2 0-14.4 5.6-39.6 11.2-50.6 4.2-8.4 29.2-34.2 39.8-41.4 7.8-5.4 35.6-16 52-20 14.2-3.6 32.6-1.2 52.4 6.8z"/></svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M135.2 79c-8.6 3-22.8 12.4-32.8 21.8-8.2 7.8-22.2 31-24.6 40.6-1 4.2-1.6 167-1.6 364.6 0 284.8.4 358.4 2.6 364 1.4 3.8 6.8 13 12 20.4 8.8 12.8 24 25.4 41.8 35 6 3.4 27 3.6 367.4 3.6 286.2 0 362.6-.6 369-2.6 19.8-6.2 51.2-37.6 57.4-57.4 2-6.4 2.6-82.6 2.6-368V141l-4.2-9c-11.6-24-39.2-49.8-58.2-54.2-4.2-1-168.6-1.6-365.6-1.6-300 0-359.2.4-365.8 2.8zm558.6 169c8.6 1.2 16.4 4 24 8.6 6.2 3.6 15.2 8.2 20.2 10.2 5.8 2.2 14.6 8.8 25 18.8 25.4 24.8 32.8 34.8 37.8 51 2.6 8 7.4 19.8 10.8 26.4 7.8 14.6 11.6 42.6 9.4 69-1 14.2-2.2 18.6-7.4 26.4-3.2 5.2-9 12.2-12.8 15.6-13.8 12-34 5.8-38.8-12-1.6-6-1.4-11.4 1.2-23.4 4.2-20 3-46-2.6-58.6-2.2-5-8-12.6-12.8-16.8-4.8-4.2-14.6-16.4-21.8-26.8-7.2-10.6-15.2-20.8-18-22.8-2.8-2-12.6-6-22-9-14.4-4.4-20.8-5.4-43-5.6-28-.2-31.4-1.2-42.4-11.6-7.4-7-8.6-15.6-3.8-25.2 7-13.2 16.4-16 54.2-16 16.6 0 35.8.8 42.8 1.8zm-213.6 75.6c20.2 15.4 20.6 16.4 22 48 .6 15 1.8 29 2.6 31 2.8 6.2 11 6.6 21.6.6 5.4-3.2 14-5.8 20-6.4 5.8-.6 18.8-2.4 29-4.2 17.2-3 19.4-3 36 .4 32 6.6 35.8 9.2 44.2 31.6 5.2 14 5.4 21.4 1.2 32.8-2.2 5.4-2.8 11-2 15.4 1.8 10 17.6 23.4 35 30.2 11.2 4.2 16.2 7.6 27 19 19.2 19.8 20.2 23 20 59-.2 35-.4 35.4-19.8 63.6-13.8 19.8-32.4 38.6-49 50-5 3.4-12.2 8.8-15.8 12-3.8 3.2-11.6 8-17.2 10.4-5.6 2.6-14.6 7.4-19.8 10.6-5.2 3.4-15.8 7.6-23.8 9.4-8 2-21.2 6.6-29.6 10.2-22.4 10-36.2 11.2-121.8 10.4l-75-.6-19-8.4c-10.6-4.6-25.4-9.8-33-11.6-7.6-1.6-18-5.8-23-9s-14.2-8-20.4-10.8c-18-8-59.4-46.2-66-61.2-2.2-5-7.4-14.4-11.4-20.8l-7.2-12V549l7.6-13.6c4.2-7.4 9.4-18.6 11.6-24.8 3.8-11.4 13.4-27.8 24.8-42.6 20.2-26.2 38.4-46.8 53-60 9.2-8.2 21-18.6 26-23.2 5-4.4 13.2-11 18.6-14.6 5.2-3.4 9.4-7.2 9.4-8 0-1 5.6-4.6 12.6-8.2 6.8-3.8 16.4-9.6 21.4-13.2 5-3.6 14.4-8 21-9.8 6.6-2 17.8-6.6 25-10.2 12-6.2 14.4-6.8 32.4-6.8h19.4l12.4 9.6zm203.6 13.2c3 1.6 6.6 4.4 8 6 1.6 1.8 9.4 7 17.4 11.6 17 9.6 19 13 24 42 3.4 20.4 2.6 32.2-3.4 43.8-7.6 15.2-22.8 20.6-31.2 11.2-7-7.6-9.2-13.8-10.6-29.6-1.2-13.2-2.4-16.4-9.6-27.2-11-16-16.8-20.6-27.2-20.6-10 0-24-6.2-27-11.6-5.8-10.8.4-24.6 12.4-28.4 8.6-2.6 40.2-.8 47.2 2.8z"/><path d="M424 477.4c-32.6 3.6-47.8 7-61.8 13.8-8 4-19 8.4-24.2 10-5.2 1.6-12.4 5-16.2 7.8-3.8 2.6-11 7.6-16.2 11-13.4 8.8-35 33.2-38.8 44-1.8 5-5.4 14.4-8.2 21-8.8 21.2-8.2 26.8 4 53 10.6 22.6 11 23.2 27.6 36.4 21 16.8 23.6 18.4 50.8 28.2 20.2 7.2 24.6 8 54 10 17.6 1.2 45.6 2.2 62 2.2l30 .2 17.4-8.4c9.6-4.6 22.4-9.6 28.2-11.4 6-1.8 15.4-6.2 20.8-10 5.4-3.6 13.4-8.6 17.6-10.8 9.2-4.6 39-34.4 39-39 0-1.6 3.8-10.2 8.4-18.8 7.8-14.2 8.6-16.8 8.4-29.6-.2-12.8-1-15.8-10.6-34.6-13.4-26.2-30.4-43.6-50.2-51.4-7.2-2.8-16.2-7-20-9.6-11.4-7.6-17.6-9.2-48.8-12.4-27.6-2.8-56.6-3.4-73.2-1.6zm39.4 44.4c11.2 2.2 22.6 5 25 6.4 7 3.6 26 21.8 30.8 29.4 8.6 13.4 11 54 4.6 77-2.6 9.6-18.8 27.6-39.4 44.2-15.6 12.4-17 13-29.8 14-7.6.8-22.4 2.2-33 3.6-22.6 2.6-45.6 1-53.8-3.8-3.2-2-8-6.8-10.8-10.8-2.6-4.2-8.4-10.4-12.8-13.8-8.2-6.8-13.4-16.4-19.4-37-3.8-13.2-2.8-21.8 5.2-47.6 3.2-10.4 6-14.6 17.4-25.8 12.4-12.2 23.8-22.2 33.2-29.6 4-3 38.6-9.4 53.4-9.8 5 0 18.2 1.6 29.4 3.6z"/><path d="M387.2 606c-12.2 3.8-18.2 13.4-15 24.6 5.8 21.2 27.8 25.8 40.6 8.6 6.6-8.8 7.8-16.2 4.2-24-4.8-10.2-15.4-13.4-29.8-9.2z"/></svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="icon" viewBox="0 0 1024 1024"><path d="M136.8 78.8c-8.6 2.8-24 12.4-33.6 21-8.6 7.8-21.4 27.8-24.4 37.8-4.2 14-4 723.4 0 733.4 8.6 20.6 36.8 48.6 56 55.6 9 3.4 747.4 3.4 756.4 0 19.8-7.2 49-36.6 56-56.2 2.2-6 2.6-75.6 2.8-366.4 0-233.8-.6-361.4-2-366-1.2-3.8-6.6-13.8-12.2-22.2-8.2-12.2-13.4-17.4-25.8-25.6-8.4-5.8-19-11.4-23.2-12.2-4.6-1.2-163.2-1.8-374.8-1.8-293 0-368.6.6-375.2 2.6zm190 145.6c5.4 7.6 4 17.4-4.8 31.6-9.8 16-10.8 27.4-3 35 2.6 2.8 6.4 5 8.4 5s37.8.4 79.6.6c68 .4 76.6.8 82.4 3.8 9.2 5 12.6 11 12.6 22 0 7-1.2 10.8-4.8 15l-4.8 5.4-38 .2c-53.8 0-53.8 0-55.4 51.2-.6 18-1.6 42.8-2.2 55-1.2 22.8.6 31.6 7.6 36.2 1.4.8 22.2 2 46 2.6l43.2 1 8.8 6c15.4 10.8 17.8 29.2 5 37-5.8 3.6-10.2 4-51.8 4-31 0-47 .8-50.6 2.4-7 3.2-14.2 17.6-17.2 34.4-3.2 16.6-1 21.8 9.6 25.2 13.4 4.2 21.8 11.2 49 41.4 35 38.8 36.6 41 41.8 58.8 7 23.8 2.2 41.8-11.4 41.8-7.6 0-12-3-21-14.6-13.8-17.4-54.4-65.8-62-73.8-15.2-16-29.4-5.8-38.8 27.4-1.8 6.6-8.8 23.2-15.6 37-10.8 22-14 26.8-27.4 39.6-19.6 19.2-26.4 23-53.6 29.6-27.2 6.4-37 5.6-38-3.6-1-8.4 4.4-16.4 20-29 16-13 36.8-36.6 45.2-51.4 3-5.2 8.2-13.8 11.6-19 3.4-5 11.8-20.4 18.6-34.2 10-20 13.6-29.4 17.2-47 2.6-12.2 6.2-25.4 7.8-29.4 4-9.4 4-21.4.2-27-5.2-7.4-16-8.8-62.6-8.4-50.4.4-55.2-.8-57.6-13.2-1.8-10.4 5.8-24.4 16.2-29.8 7.4-3.8 11.8-4.2 56.2-4.8l48.4-.8 4.6-5c4.8-5 4.8-5 5-61.6 0-35.2-.8-59.2-2-63.2-3.8-11.2-11-14.8-30.2-14.8s-21.4 1.4-31.2 18.2c-8.2 14.4-20.6 28.8-33.2 38.8-13.2 10.4-21.6 13-28 9-8.4-5.6-5.2-23.2 8.2-43.2 4-6.4 9.2-18.6 12.2-29.6 3-10.2 7.4-23.2 10-29 2.4-5.6 6-16.8 8-24.6 5.6-23.6 24-50.8 39.4-58.4 11.2-5.4 18.6-5.4 22.4.2zm452 68.2c11.8 7.8 11.4-.8 10.8 216-.6 181-.8 198.8-4 203-7.6 10.8-9.8 11.4-53.6 12.4l-41 1-14 7.8c-7.6 4.2-21.2 13-29.8 19.4-25.8 19.2-35 19.8-43.4 3.2-11.8-23.2-23.6-33.2-39.4-33.4-8.8 0-13.6-2.8-17.2-9.8-2.6-4.8-3-33.8-2.6-208.8.4-199.8.4-203 4.4-207.4 2.2-2.4 5.8-5.2 8-6.2 2.2-.8 51.8-1.4 110-1.2 99 .4 106.6.6 111.8 4z"/><path d="M606.8 337.4c-2.4.4-6.4 3-9 5.8l-4.8 5.2-.6 156.4-.4 156.4 6.4 9.4c3.6 5.2 9.8 15.2 13.6 21.8 8 14.2 16.8 20.6 25.6 18.6 3.2-.6 13.8-7 23.6-14.2 23-17 27.8-19 50.2-20.2 16.4-1 19.2-1.8 23.6-6.2 2.8-2.8 5-6.4 5.2-8.2V505.6c0-116-.6-154.4-2.6-158.6-4.8-10.4-8.4-11-70-10.8-31.2.2-58.6.8-60.8 1.2z"/></svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1,11 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96px" height="96px" viewBox="0 0 96 96" zoomAndPan="disable">
<style>
line {
stroke: #fff;
stroke-width: 1px;
}
</style>
<line x1="32" y1="16" x2="64" y2="48" />
<line x1="32" y1="80" x2="64" y2="48" />
</svg>

Before

Width:  |  Height:  |  Size: 330 B

View File

@ -1,10 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64px" height="64px" viewBox="0 0 64 64" zoomAndPan="disable">
<style>
line {
stroke: #fff;
stroke-width: 1.5px;
}
</style>
<line x1="20" y1="20" x2="44" y2="44" />
<line x1="20" y1="44" x2="44" y2="20" />
</svg>

Before

Width:  |  Height:  |  Size: 330 B

View File

@ -1,17 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96px" height="96px" viewBox="0 0 96 96" zoomAndPan="disable">
<style>
circle {
fill: transparent;
stroke: #fff;
stroke-width: 1.5px;
}
</style>
<defs>
<clipPath id="corner">
<polygon points="0,0 48,0 48,48 96,48 96,96 0,96" />
</clipPath>
</defs>
<g clip-path="url(#corner)">
<circle cx="48" cy="48" r="32"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Some files were not shown because too many files have changed in this diff Show More