hexo-theme-solitude 1.0.0 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +62 -20
- package/README_EN.md +98 -0
- package/_config.yml +162 -144
- package/layout/404.ejs +1 -1
- package/layout/layout.ejs +27 -32
- package/layout/page/about.ejs +3 -1
- package/layout/page/circle.ejs +1 -1
- package/layout/page/echarts.ejs +1 -14
- package/layout/page/links.ejs +2 -13
- package/layout/page/rss.ejs +10 -8
- package/layout/page/says.ejs +1 -0
- package/layout/partial/body.ejs +0 -1
- package/layout/partial/compoment/about/award.ejs +3 -1
- package/layout/partial/compoment/about/hobbies.ejs +44 -35
- package/layout/partial/compoment/about/other.ejs +68 -60
- package/layout/partial/compoment/aside/asideFlipCard.ejs +67 -3
- package/layout/partial/compoment/aside/asideHistory.ejs +49 -0
- package/layout/partial/compoment/aside/asideNewestPost.ejs +1 -1
- package/layout/partial/compoment/aside/asidePower.ejs +3 -3
- package/layout/partial/compoment/aside/asideSwitch.ejs +6 -0
- package/layout/partial/compoment/aside/asideToc.ejs +1 -1
- package/layout/partial/compoment/aside/asideWebInfo.ejs +8 -8
- package/layout/partial/compoment/aside/asideWelcome.ejs +33 -0
- package/layout/partial/compoment/circle/angle.ejs +2 -2
- package/layout/partial/compoment/circle/content.ejs +8 -11
- package/layout/partial/compoment/dorakika/rightmenu.ejs +90 -105
- package/layout/partial/compoment/hometop/bbTimeList.ejs +1 -1
- package/layout/partial/compoment/hometop/groupTag.ejs +1 -1
- package/layout/partial/compoment/hometop/topGroup.ejs +11 -18
- package/layout/partial/compoment/inject/body.ejs +20 -7
- package/layout/partial/compoment/inject/head.ejs +67 -3
- package/layout/partial/compoment/links/angle.ejs +26 -0
- package/layout/partial/compoment/links/banner.ejs +2 -2
- package/layout/partial/compoment/mixins/pagination.ejs +2 -2
- package/layout/partial/compoment/nav/right.ejs +6 -6
- package/layout/partial/compoment/post/award.ejs +30 -22
- package/layout/partial/compoment/post/copyright.ejs +10 -8
- package/layout/partial/compoment/post/postMeta.ejs +21 -19
- package/layout/partial/compoment/says/saysBottom.ejs +3 -3
- package/layout/partial/compoment/says/saysContent.ejs +0 -1
- package/layout/partial/compoment/says/saysFunction.ejs +15 -0
- package/layout/partial/compoment/third-party/comments/comment.ejs +1 -1
- package/layout/partial/compoment/third-party/comments/twikoo.ejs +2 -1
- package/layout/partial/compoment/third-party/search/algolia-search.ejs +2 -2
- package/layout/partial/compoment/third-party/search/local-search.ejs +2 -2
- package/layout/partial/console.ejs +10 -4
- package/layout/partial/footer.ejs +11 -9
- package/layout/partial/nav.ejs +2 -2
- package/layout/partial/sidebar.ejs +2 -2
- package/layout/post.ejs +19 -3
- package/package.json +4 -5
- package/scripts/event/welcome.js +6 -7
- package/scripts/helper/charts.js +45 -34
- package/scripts/helper/randomLinks.js +1 -1
- package/scripts/helper/related_post.js +11 -4
- package/scripts/helper/themeJsExport.js +12 -10
- package/scripts/tags/fold.js +2 -3
- package/scripts/tags/note.js +6 -2
- package/scripts/tags/tabs.js +2 -2
- package/source/css/main.css +79 -265
- package/source/css/search/algolia-search.css +1 -1
- package/source/css/search/local-search.css +1 -1
- package/source/css/var.css +3 -0
- package/source/img/default.png +0 -0
- package/source/img/error_load.png +0 -0
- package/source/img/logo-horizontal_version.png +0 -0
- package/source/img/pwa/16.png +0 -0
- package/source/img/pwa/180.png +0 -0
- package/source/img/pwa/192.png +0 -0
- package/source/img/pwa/32.png +0 -0
- package/source/img/pwa/512.png +0 -0
- package/source/img/pwa/logo.png +0 -0
- package/source/img/pwa/siteicon/splash-1125x2436.png +0 -0
- package/source/img/pwa/siteicon/splash-1136x640.png +0 -0
- package/source/img/pwa/siteicon/splash-1170x2532.png +0 -0
- package/source/img/pwa/siteicon/splash-1179x2556.png +0 -0
- package/source/img/pwa/siteicon/splash-1242x2208.png +0 -0
- package/source/img/pwa/siteicon/splash-1242x2688.png +0 -0
- package/source/img/pwa/siteicon/splash-1248x2778.png +0 -0
- package/source/img/pwa/siteicon/splash-1290x2796.png +0 -0
- package/source/img/pwa/siteicon/splash-1334x750.png +0 -0
- package/source/img/pwa/siteicon/splash-1536x2048.png +0 -0
- package/source/img/pwa/siteicon/splash-1620x2160.png +0 -0
- package/source/img/pwa/siteicon/splash-1668x2224.png +0 -0
- package/source/img/pwa/siteicon/splash-1668x2388.png +0 -0
- package/source/img/pwa/siteicon/splash-1792x828.png +0 -0
- package/source/img/pwa/siteicon/splash-2048x1536.png +0 -0
- package/source/img/pwa/siteicon/splash-2048x2732.png +0 -0
- package/source/img/pwa/siteicon/splash-2160x1620.png +0 -0
- package/source/img/pwa/siteicon/splash-2208x1242.png +0 -0
- package/source/img/pwa/siteicon/splash-2224x1668.png +0 -0
- package/source/img/pwa/siteicon/splash-2388x1668.png +0 -0
- package/source/img/pwa/siteicon/splash-2436x1125.png +0 -0
- package/source/img/pwa/siteicon/splash-2532x1170.png +0 -0
- package/source/img/pwa/siteicon/splash-2556x1179.png +0 -0
- package/source/img/pwa/siteicon/splash-2688x1242.png +0 -0
- package/source/img/pwa/siteicon/splash-2732x2048.png +0 -0
- package/source/img/pwa/siteicon/splash-2778x1248.png +0 -0
- package/source/img/pwa/siteicon/splash-2796x1290.png +0 -0
- package/source/img/pwa/siteicon/splash-640x1136.png +0 -0
- package/source/img/pwa/siteicon/splash-750x1334.png +0 -0
- package/source/img/pwa/siteicon/splash-828x1792.png +0 -0
- package/source/img/solitude-show.jpg +0 -0
- package/source/js/commentBarrage.js +145 -136
- package/source/js/extend/covercolor/local.js +104 -94
- package/source/js/extend/search/algolia-search.js +11 -0
- package/source/js/extend/search/local-search.js +12 -1
- package/source/js/main.js +212 -27
- package/source/js/rightmenu.js +402 -0
- package/source/js/txmap.js +236 -0
- package/source/lib/chuckle-post-ai.js +1 -0
- package/source/lib/circle.min.js +1 -0
- package/source/lib/friends_post.js +4 -98
- package/source/lib/snackbar.min.js +9 -0
- package/source/lib/view-image.min.js +6 -0
- package/scripts/filter/katex.js +0 -25
- package/scripts/tags/expand.js +0 -4
- package/source/img/power.png +0 -0
- package/source/js/circle.js +0 -1828
- package/source/js/extend/covercolor/web.js +0 -137
- package/source/js/post_ai.js +0 -517
- package/source/lib/snackbar.js +0 -16
- package/source/lib/view-image.js +0 -13
- /package/source/lib/{bundle.js → bundle.min.js} +0 -0
- /package/source/lib/{lazyload.js → lazyload.min.js} +0 -0
package/scripts/tags/tabs.js
CHANGED
@@ -41,9 +41,9 @@ function postTabs (args, content) {
|
|
41
41
|
|
42
42
|
const isOnlyicon = tabIcon.length > 0 && tabCaption.length === 0 ? ' style="text-align: center;"' : ''
|
43
43
|
const icon = tabIcon.trim()
|
44
|
-
tabIcon.length > 0 && (tabIcon = `<
|
44
|
+
tabIcon.length > 0 && (tabIcon = `<i ${isOnlyicon} class="tab scoicon ${icon}"></i>`)
|
45
45
|
|
46
|
-
const toTop = '<button type="button" class="tab-to-top" aria-label="scroll to top"><i class="
|
46
|
+
const toTop = '<button type="button" class="tab-to-top" aria-label="scroll to top"><i class="scoicon sco-arrow-up-line"></i></button>'
|
47
47
|
|
48
48
|
const isActive = (tabActive > 0 && tabActive === tabId) || (tabActive === 0 && tabId === 1) ? ' active' : ''
|
49
49
|
tabNav += `<li class="tab${isActive}"><button type="button" data-href="#${tabHref}">${tabIcon + tabCaption.trim()}</button></li>`
|
package/source/css/main.css
CHANGED
@@ -929,7 +929,7 @@ blockquote footer cite::before {
|
|
929
929
|
font-size: 16px
|
930
930
|
}
|
931
931
|
|
932
|
-
.highlight-tools .
|
932
|
+
.highlight-tools .sco-copy-fill {
|
933
933
|
position: absolute;
|
934
934
|
right: .7rem;
|
935
935
|
cursor: pointer;
|
@@ -937,7 +937,7 @@ blockquote footer cite::before {
|
|
937
937
|
font-size: 18px
|
938
938
|
}
|
939
939
|
|
940
|
-
.highlight-tools .
|
940
|
+
.highlight-tools .sco-copy-fill:hover {
|
941
941
|
color: var(--sco-main)
|
942
942
|
}
|
943
943
|
|
@@ -1837,7 +1837,7 @@ blockquote footer cite::before {
|
|
1837
1837
|
position: absolute;
|
1838
1838
|
opacity: 1;
|
1839
1839
|
transition: .3s;
|
1840
|
-
|
1840
|
+
|
1841
1841
|
}
|
1842
1842
|
|
1843
1843
|
.author-info__top-group {
|
@@ -2534,7 +2534,12 @@ blockquote footer cite::before {
|
|
2534
2534
|
|
2535
2535
|
#page-header.not-top-img #nav a:hover {
|
2536
2536
|
color: var(--sco-white);
|
2537
|
-
text-shadow: none
|
2537
|
+
text-shadow: none;
|
2538
|
+
align-items: center
|
2539
|
+
}
|
2540
|
+
|
2541
|
+
#page-header #nav a:hover span.scoicon {
|
2542
|
+
opacity: 0;
|
2538
2543
|
}
|
2539
2544
|
|
2540
2545
|
#page-header.nav-fixed #nav {
|
@@ -4110,70 +4115,6 @@ blockquote.pullquote.right {
|
|
4110
4115
|
height: 100%
|
4111
4116
|
}
|
4112
4117
|
|
4113
|
-
.hide-block > .hide-button, .hide-inline > .hide-button {
|
4114
|
-
display: inline-block;
|
4115
|
-
padding: .3rem 1rem;
|
4116
|
-
background: #307af6;
|
4117
|
-
color: var(--sco-white)
|
4118
|
-
}
|
4119
|
-
|
4120
|
-
.hide-block > .hide-button.open, .hide-inline > .hide-button.open {
|
4121
|
-
display: none
|
4122
|
-
}
|
4123
|
-
|
4124
|
-
.hide-block > .hide-button.open + div, .hide-inline > .hide-button.open + div {
|
4125
|
-
display: block
|
4126
|
-
}
|
4127
|
-
|
4128
|
-
.hide-block > .hide-button.open + span, .hide-inline > .hide-button.open + span {
|
4129
|
-
display: inline
|
4130
|
-
}
|
4131
|
-
|
4132
|
-
.hide-block > .hide-content, .hide-inline > .hide-content {
|
4133
|
-
display: none
|
4134
|
-
}
|
4135
|
-
|
4136
|
-
.hide-inline > .hide-button {
|
4137
|
-
margin: 0 .3rem
|
4138
|
-
}
|
4139
|
-
|
4140
|
-
.hide-inline > .hide-content {
|
4141
|
-
margin: 0 .3rem
|
4142
|
-
}
|
4143
|
-
|
4144
|
-
.hide-block {
|
4145
|
-
margin: 0 0 .8rem
|
4146
|
-
}
|
4147
|
-
|
4148
|
-
.hide-toggle {
|
4149
|
-
margin-bottom: 1rem;
|
4150
|
-
border: 1px solid #f0f0f0
|
4151
|
-
}
|
4152
|
-
|
4153
|
-
.hide-toggle > .hide-button {
|
4154
|
-
padding: .3rem .5rem;
|
4155
|
-
background: #f0f0f0;
|
4156
|
-
color: #1f2d3d;
|
4157
|
-
cursor: pointer
|
4158
|
-
}
|
4159
|
-
|
4160
|
-
.hide-toggle > .hide-button > i {
|
4161
|
-
font-size: 1.2em;
|
4162
|
-
transition: all .3s ease 0s
|
4163
|
-
}
|
4164
|
-
|
4165
|
-
.hide-toggle > .hide-button.open i {
|
4166
|
-
transform: rotate(90deg)
|
4167
|
-
}
|
4168
|
-
|
4169
|
-
.hide-toggle > .hide-button.open + div {
|
4170
|
-
display: block
|
4171
|
-
}
|
4172
|
-
|
4173
|
-
.hide-toggle > .hide-content {
|
4174
|
-
display: none;
|
4175
|
-
margin: 1.5rem 1.2rem
|
4176
|
-
}
|
4177
4118
|
|
4178
4119
|
#article-container .inline-img {
|
4179
4120
|
display: inline;
|
@@ -4381,7 +4322,7 @@ blockquote.pullquote.right {
|
|
4381
4322
|
|
4382
4323
|
.note:not(.no-icon)::before {
|
4383
4324
|
position: absolute;
|
4384
|
-
top: calc(50% -
|
4325
|
+
top: calc(50% - 19px);
|
4385
4326
|
left: .7rem;
|
4386
4327
|
font-size: larger
|
4387
4328
|
}
|
@@ -4447,7 +4388,7 @@ blockquote.pullquote.right {
|
|
4447
4388
|
}
|
4448
4389
|
|
4449
4390
|
.note.primary:not(.no-icon)::before {
|
4450
|
-
content: "
|
4391
|
+
content: "\e060"
|
4451
4392
|
}
|
4452
4393
|
|
4453
4394
|
.note.primary:not(.no-icon):not(.modern)::before {
|
@@ -5465,9 +5406,8 @@ html {
|
|
5465
5406
|
position: absolute;
|
5466
5407
|
display: flex;
|
5467
5408
|
z-index: 1;
|
5468
|
-
content: "\
|
5469
|
-
|
5470
|
-
font-family: remixicon, serif !important;
|
5409
|
+
content: "\e008";
|
5410
|
+
font-family: scoicon, serif !important;
|
5471
5411
|
align-items: center;
|
5472
5412
|
justify-content: center;
|
5473
5413
|
font-size: 22px;
|
@@ -5476,7 +5416,8 @@ html {
|
|
5476
5416
|
}
|
5477
5417
|
|
5478
5418
|
.post #nav #site-name:hover {
|
5479
|
-
background: var(--sco-white-op)
|
5419
|
+
background: var(--sco-white-op);
|
5420
|
+
align-items: center
|
5480
5421
|
}
|
5481
5422
|
|
5482
5423
|
.nav-fixed #nav #site-name:hover {
|
@@ -6013,6 +5954,17 @@ i.fab {
|
|
6013
5954
|
}
|
6014
5955
|
|
6015
5956
|
@media screen and (max-width: 768px) {
|
5957
|
+
#page-header #nav a:hover span.scoicon {
|
5958
|
+
opacity: 1 !important;
|
5959
|
+
}
|
5960
|
+
#page-header.not-top-img #nav a:hover {
|
5961
|
+
align-items: flex-end !important;
|
5962
|
+
}
|
5963
|
+
|
5964
|
+
#nav #site-name span{
|
5965
|
+
padding-left: 8px
|
5966
|
+
}
|
5967
|
+
|
6016
5968
|
#sidebar #sidebar-menus .menus_items li .site-page:hover {
|
6017
5969
|
background: var(--sco-main);
|
6018
5970
|
color: var(--sco-white)
|
@@ -6491,14 +6443,21 @@ a.console_switchbutton {
|
|
6491
6443
|
transition: .3s;
|
6492
6444
|
display: flex;
|
6493
6445
|
height: 35px;
|
6494
|
-
width: 70px;
|
6446
|
+
min-width: 70px;
|
6495
6447
|
justify-content: center;
|
6496
|
-
align-items:
|
6448
|
+
align-items: flex-end;
|
6497
6449
|
text-shadow: none;
|
6498
6450
|
border-radius: 40px;
|
6499
6451
|
cursor: pointer
|
6500
6452
|
}
|
6501
6453
|
|
6454
|
+
#nav #site-name img {
|
6455
|
+
height: 100%
|
6456
|
+
}
|
6457
|
+
#nav #site-name:hover img {
|
6458
|
+
opacity: 0
|
6459
|
+
}
|
6460
|
+
|
6502
6461
|
#search-button > a > span {
|
6503
6462
|
display: none
|
6504
6463
|
}
|
@@ -6705,27 +6664,23 @@ a.console_switchbutton {
|
|
6705
6664
|
}
|
6706
6665
|
}
|
6707
6666
|
|
6708
|
-
|
6709
|
-
#aside-content .sticky_layout {
|
6710
|
-
margin-top: 1rem
|
6711
|
-
}
|
6712
|
-
}
|
6667
|
+
/*@media screen and (min-width: 768px) {*/
|
6668
|
+
/* #aside-content .sticky_layout {*/
|
6669
|
+
/* margin-top: 1rem*/
|
6670
|
+
/* }*/
|
6671
|
+
/*}*/
|
6713
6672
|
|
6714
|
-
|
6715
|
-
#aside-content .sticky_layout {
|
6716
|
-
margin-top: 1rem
|
6717
|
-
}
|
6718
|
-
}
|
6673
|
+
/*@media screen and (min-width: 1300px) {*/
|
6674
|
+
/* #aside-content .sticky_layout {*/
|
6675
|
+
/* margin-top: 1rem*/
|
6676
|
+
/* }*/
|
6677
|
+
/*}*/
|
6719
6678
|
|
6720
6679
|
#aside-content .sticky_layout {
|
6721
6680
|
top: 80px;
|
6722
6681
|
transition: top 0s
|
6723
6682
|
}
|
6724
6683
|
|
6725
|
-
#aside-content .sticky_layout .card-widget:first-child {
|
6726
|
-
margin-top: 0
|
6727
|
-
}
|
6728
|
-
|
6729
6684
|
#aside-content .card-widget:hover {
|
6730
6685
|
box-shadow: var(--sco-shadow-border)
|
6731
6686
|
}
|
@@ -7190,48 +7145,7 @@ span.fund_name {
|
|
7190
7145
|
align-content: center
|
7191
7146
|
}
|
7192
7147
|
|
7193
|
-
#aside-content .card-widget
|
7194
|
-
display: flex;
|
7195
|
-
justify-content: center;
|
7196
|
-
align-content: center;
|
7197
|
-
padding: 0;
|
7198
|
-
cursor: pointer;
|
7199
|
-
border: none;
|
7200
|
-
height: 100px
|
7201
|
-
}
|
7202
|
-
|
7203
|
-
#aside-content .card-widget#card-wechat::before {
|
7204
|
-
position: absolute;
|
7205
|
-
width: 100%;
|
7206
|
-
height: 100%;
|
7207
|
-
left: 0;
|
7208
|
-
top: 0;
|
7209
|
-
/*background: url() center center no-repeat;*/
|
7210
|
-
content: '';
|
7211
|
-
background-size: cover
|
7212
|
-
}
|
7213
|
-
|
7214
|
-
#aside-content .card-widget#card-wechat img {
|
7215
|
-
max-height: 110px;
|
7216
|
-
object-fit: cover
|
7217
|
-
}
|
7218
|
-
|
7219
|
-
.friend-link {
|
7220
|
-
display: flex;
|
7221
|
-
justify-content: center;
|
7222
|
-
align-content: center
|
7223
|
-
}
|
7224
|
-
|
7225
|
-
#flip-wrapper {
|
7226
|
-
position: relative;
|
7227
|
-
width: 100%;
|
7228
|
-
height: 100%;
|
7229
|
-
z-index: 1;
|
7230
|
-
display: flex;
|
7231
|
-
justify-content: center
|
7232
|
-
}
|
7233
|
-
|
7234
|
-
#aside-content .card-widget.card-power {
|
7148
|
+
#aside-content .card-widget.card-power,#aside-content .card-widget.card-history,#aside-content .card-widget.card-welcome {
|
7235
7149
|
padding: .4rem .6rem !important
|
7236
7150
|
}
|
7237
7151
|
|
@@ -7325,40 +7239,6 @@ div#power-star-title {
|
|
7325
7239
|
justify-content: center
|
7326
7240
|
}
|
7327
7241
|
|
7328
|
-
#flip-wrapper {
|
7329
|
-
-webkit-perspective: 1000;
|
7330
|
-
perspective: 1000
|
7331
|
-
}
|
7332
|
-
|
7333
|
-
#flip-content {
|
7334
|
-
width: 100%;
|
7335
|
-
height: 100%;
|
7336
|
-
-webkit-transform-style: preserve-3d;
|
7337
|
-
transform-style: preserve-3d;
|
7338
|
-
transition: cubic-bezier(0, 0, 0, 1.29) .3s
|
7339
|
-
}
|
7340
|
-
|
7341
|
-
#flip-wrapper:hover #flip-content {
|
7342
|
-
-webkit-transform: rotateY(180deg);
|
7343
|
-
transform: rotateY(180deg)
|
7344
|
-
}
|
7345
|
-
|
7346
|
-
.face {
|
7347
|
-
position: absolute;
|
7348
|
-
width: 100%;
|
7349
|
-
height: 100%;
|
7350
|
-
-webkit-backface-visibility: hidden;
|
7351
|
-
backface-visibility: hidden;
|
7352
|
-
}
|
7353
|
-
|
7354
|
-
.back.face {
|
7355
|
-
display: block;
|
7356
|
-
-webkit-transform: rotateY(180deg);
|
7357
|
-
transform: rotateY(180deg);
|
7358
|
-
box-sizing: border-box;
|
7359
|
-
border: var(--sco-card-border);
|
7360
|
-
}
|
7361
|
-
|
7362
7242
|
#card-vip-designweekly.card-widget {
|
7363
7243
|
display: flex !important;
|
7364
7244
|
padding: 0;
|
@@ -7634,7 +7514,7 @@ a.categoryButton i {
|
|
7634
7514
|
opacity: .2;
|
7635
7515
|
position: absolute;
|
7636
7516
|
right: 0;
|
7637
|
-
top:
|
7517
|
+
top: 20%;
|
7638
7518
|
transition: .3s;
|
7639
7519
|
width: 100px;
|
7640
7520
|
text-align: center;
|
@@ -9268,7 +9148,11 @@ div#author-info__sayhi:hover {
|
|
9268
9148
|
font-size: 12px;
|
9269
9149
|
color: var(--sco-white);
|
9270
9150
|
opacity: .6;
|
9271
|
-
line-height: 1
|
9151
|
+
line-height: 1.5;
|
9152
|
+
-webkit-line-clamp: 2;
|
9153
|
+
display: -webkit-box;
|
9154
|
+
overflow: hidden;
|
9155
|
+
-webkit-box-orient: vertical
|
9272
9156
|
}
|
9273
9157
|
|
9274
9158
|
.avatar-img-group {
|
@@ -9279,7 +9163,8 @@ div#author-info__sayhi:hover {
|
|
9279
9163
|
border-radius: 500px;
|
9280
9164
|
position: absolute;
|
9281
9165
|
transition: cubic-bezier(.69, .39, 0, 1.21) .3s;
|
9282
|
-
transform-origin: bottom
|
9166
|
+
transform-origin: bottom;
|
9167
|
+
border: 5px solid var(--sco-card-bg)
|
9283
9168
|
}
|
9284
9169
|
|
9285
9170
|
#aside-content .card-info:hover .avatar-img-group {
|
@@ -9511,7 +9396,7 @@ div#author-info__sayhi:hover {
|
|
9511
9396
|
display: flex;
|
9512
9397
|
justify-content: flex-start;
|
9513
9398
|
flex-direction: row;
|
9514
|
-
flex-wrap:
|
9399
|
+
flex-wrap: nowrap;
|
9515
9400
|
cursor: pointer
|
9516
9401
|
}
|
9517
9402
|
|
@@ -11368,7 +11253,8 @@ a.reward-main-btn:hover {
|
|
11368
11253
|
|
11369
11254
|
@media screen and (max-width: 768px) {
|
11370
11255
|
#quit-box {
|
11371
|
-
|
11256
|
+
z-index: 109;
|
11257
|
+
height: calc(100vh - 380px);
|
11372
11258
|
}
|
11373
11259
|
}
|
11374
11260
|
|
@@ -12414,7 +12300,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small {
|
|
12414
12300
|
bottom: 0;
|
12415
12301
|
left: 0;
|
12416
12302
|
right: 0;
|
12417
|
-
z-index:
|
12303
|
+
z-index: 1003;
|
12418
12304
|
width: 100%;
|
12419
12305
|
margin: auto;
|
12420
12306
|
padding: 0
|
@@ -12776,7 +12662,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small {
|
|
12776
12662
|
}
|
12777
12663
|
|
12778
12664
|
#page .tag-cloud-list a:hover {
|
12779
|
-
background: var(--sco-
|
12665
|
+
background: var(--sco-main) !important;
|
12780
12666
|
box-shadow: var(--sco-shadow-blue);
|
12781
12667
|
color: var(--sco-white) !important;
|
12782
12668
|
border: var(--style-border-hover)
|
@@ -12826,8 +12712,8 @@ span.tags-punctuation {
|
|
12826
12712
|
}
|
12827
12713
|
|
12828
12714
|
span.tags-punctuation::before {
|
12829
|
-
content: "\
|
12830
|
-
font-family:
|
12715
|
+
content: "\e071";
|
12716
|
+
font-family: scoicon, serif !important;
|
12831
12717
|
font-size: 14px;
|
12832
12718
|
opacity: .4;
|
12833
12719
|
}
|
@@ -13831,6 +13717,24 @@ div#sco-footer-bar .footer-bar-description {
|
|
13831
13717
|
display: none
|
13832
13718
|
}
|
13833
13719
|
|
13720
|
+
#bber .bber-video {
|
13721
|
+
position: relative;
|
13722
|
+
padding: 30% 50%;
|
13723
|
+
margin: 0.5rem 0
|
13724
|
+
}
|
13725
|
+
|
13726
|
+
#bber .bber-video video,
|
13727
|
+
#bber .bber-video iframe {
|
13728
|
+
position: absolute;
|
13729
|
+
width: 100%;
|
13730
|
+
height: 100%;
|
13731
|
+
left: 0;
|
13732
|
+
top: 0;
|
13733
|
+
margin: 0;
|
13734
|
+
border-radius: 8px;
|
13735
|
+
border: var(--style-border)
|
13736
|
+
}
|
13737
|
+
|
13834
13738
|
#bber-tips {
|
13835
13739
|
font-size: 14px;
|
13836
13740
|
display: flex;
|
@@ -16378,94 +16282,4 @@ div#equipment {
|
|
16378
16282
|
|
16379
16283
|
a.bber-reply {
|
16380
16284
|
cursor: pointer
|
16381
|
-
}
|
16382
|
-
|
16383
|
-
/*
|
16384
|
-
* ai
|
16385
|
-
*/
|
16386
|
-
.post-ai {
|
16387
|
-
background: var(--ai-post-bg);
|
16388
|
-
border-radius: 12px;
|
16389
|
-
padding: 12px 16px;
|
16390
|
-
line-height: 1.3;
|
16391
|
-
border: 1px solid #e3e8f7bd;;
|
16392
|
-
margin-top: 10px;
|
16393
|
-
margin-bottom: 6px;
|
16394
|
-
transition: all .3s;
|
16395
|
-
-webkit-transition: all .3s;
|
16396
|
-
-moz-transition: all .3s;
|
16397
|
-
-ms-transition: all .3s;
|
16398
|
-
-o-transition: all .3s
|
16399
|
-
}
|
16400
|
-
|
16401
|
-
.ai-title {
|
16402
|
-
display: flex;
|
16403
|
-
color: var(--sco-fontcolor);
|
16404
|
-
border-radius: 8px;
|
16405
|
-
align-items: center;
|
16406
|
-
padding: 0 5px
|
16407
|
-
}
|
16408
|
-
|
16409
|
-
.ai-title i {
|
16410
|
-
font-weight: 800
|
16411
|
-
}
|
16412
|
-
|
16413
|
-
.ai-title-text {
|
16414
|
-
font-weight: 700;
|
16415
|
-
margin-left: 8px
|
16416
|
-
}
|
16417
|
-
|
16418
|
-
.ai-tag {
|
16419
|
-
font-size: 12px;
|
16420
|
-
background-color: var(--ai-tag-bg);
|
16421
|
-
color: rgba(255, 255, 255, .9);
|
16422
|
-
border-radius: 4px;
|
16423
|
-
margin-left: auto;
|
16424
|
-
line-height: 1;
|
16425
|
-
padding: 4px 5px;
|
16426
|
-
border: var(--ai-border)
|
16427
|
-
}
|
16428
|
-
|
16429
|
-
.ai-explanation {
|
16430
|
-
padding: 8px;
|
16431
|
-
margin-top: 11px;
|
16432
|
-
font-size: 16px;
|
16433
|
-
line-height: 1.4;
|
16434
|
-
border: 1px solid var(--sco-card-border);
|
16435
|
-
border-radius: 8px;
|
16436
|
-
}
|
16437
|
-
|
16438
|
-
.ai-btn-box {
|
16439
|
-
font-size: 16px;
|
16440
|
-
width: 100%;
|
16441
|
-
display: flex;
|
16442
|
-
flex-direction: row;
|
16443
|
-
flex-wrap: wrap
|
16444
|
-
}
|
16445
|
-
|
16446
|
-
.ai-btn-item {
|
16447
|
-
padding: 5px 10px;
|
16448
|
-
margin: 10px 16px 0 5px;
|
16449
|
-
width: fit-content;
|
16450
|
-
line-height: 1;
|
16451
|
-
background: var(--sco-card-btn-bg);
|
16452
|
-
border: var(--ai-border);
|
16453
|
-
color: var(--sco-fontcolor);
|
16454
|
-
border-radius: 6px 6px 6px 0;
|
16455
|
-
-webkit-border-radius: 6px 6px 6px 0;
|
16456
|
-
-moz-border-radius: 6px 6px 6px 0;
|
16457
|
-
-ms-border-radius: 6px 6px 6px 0;
|
16458
|
-
-o-border-radius: 6px 6px 6px 0;
|
16459
|
-
user-select: none;
|
16460
|
-
transition: all .3s;
|
16461
|
-
-webkit-transition: all .3s;
|
16462
|
-
-moz-transition: all .3s;
|
16463
|
-
-ms-transition: all .3s;
|
16464
|
-
-o-transition: all .3s
|
16465
|
-
}
|
16466
|
-
|
16467
|
-
.ai-btn-item:hover {
|
16468
|
-
background: var(--sco-main);
|
16469
|
-
color: var(--sco-white);
|
16470
|
-
cursor: pointer;
|
16471
16285
|
}
|
package/source/css/var.css
CHANGED
package/source/img/default.png
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
package/source/img/pwa/180.png
CHANGED
Binary file
|
package/source/img/pwa/192.png
CHANGED
Binary file
|
Binary file
|
package/source/img/pwa/512.png
CHANGED
Binary file
|
package/source/img/pwa/logo.png
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|