sinzmise-cetastories-en 2.0.0-1734701235115 → 2.0.0-1734702124573
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/404.html +1 -1
- package/archives/2023/12/index.html +1 -1
- package/archives/2023/index.html +1 -1
- package/archives/index.html +1 -1
- package/atom.xml +2 -2
- package/categories/Test/index.html +1 -1
- package/categories/index.html +1 -1
- package/comments/index.html +1 -1
- package/css/coin.css +1 -190
- package/css/hbe.style.css +1 -749
- package/css/index.css +1 -14564
- package/css/kslink.css +1 -38
- package/css/plane.css +1 -59
- package/css/tags.css +1 -3516
- package/cw.js +1 -1
- package/index.html +1 -1
- package/js/webmention.js +3 -0
- package/package.json +1 -1
- package/posts/46521/index.html +1 -1
- package/sitemap.xml +2 -2
- package/swpp/update.json +1 -1
- package/tags/Test/index.html +1 -1
- package/tags/index.html +1 -1
- package/coin.css +0 -1
- package/hbe.style.css +0 -1
- package/index.css +0 -1
- package/kslink.css +0 -1
- package/plane.css +0 -1
- package/tags.css +0 -1
- package/var.css +0 -0
package/css/kslink.css
CHANGED
@@ -1,38 +1 @@
|
|
1
|
-
|
2
|
-
/* 快速填写格式 */
|
3
|
-
.addBtn {
|
4
|
-
display: flex;
|
5
|
-
justify-content: center;
|
6
|
-
flex-wrap: wrap;
|
7
|
-
}
|
8
|
-
.addBtn button {
|
9
|
-
transition: .2s;
|
10
|
-
display: flex;
|
11
|
-
margin: 5px auto;
|
12
|
-
color: var(--global-bg);
|
13
|
-
padding: 15px;
|
14
|
-
border-radius: 40px;
|
15
|
-
background: var(--search-result-title);
|
16
|
-
align-items: center;
|
17
|
-
}
|
18
|
-
|
19
|
-
button {
|
20
|
-
padding: 0;
|
21
|
-
outline: 0;
|
22
|
-
border: none;
|
23
|
-
background: 0 0;
|
24
|
-
cursor: pointer;
|
25
|
-
touch-action: manipulation;
|
26
|
-
}
|
27
|
-
.fa-solid, .fas {
|
28
|
-
font-family: "Font Awesome 6 Free";
|
29
|
-
font-weight: 900;
|
30
|
-
}
|
31
|
-
.addBtn i {
|
32
|
-
font-size: 1.3rem;
|
33
|
-
margin-right: 10px;
|
34
|
-
}
|
35
|
-
.addBtn button:hover {
|
36
|
-
background: var(--theme-color);
|
37
|
-
color: #fff;
|
38
|
-
}
|
1
|
+
.addBtn{display:flex;justify-content:center;flex-wrap:wrap}.addBtn button{transition:.2s;display:flex;margin:5px auto;color:var(--global-bg);padding:15px;border-radius:40px;background:var(--search-result-title);align-items:center}button{padding:0;outline:0;border:none;background:0 0;cursor:pointer;touch-action:manipulation}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}.addBtn i{font-size:1.3rem;margin-right:10px}.addBtn button:hover{background:var(--theme-color);color:#fff}
|
package/css/plane.css
CHANGED
@@ -1,59 +1 @@
|
|
1
|
-
|
2
|
-
.planeOpt kbd {
|
3
|
-
margin: 0 3px;
|
4
|
-
padding: 3px 5px;
|
5
|
-
border: 1px solid #b4b4b4;
|
6
|
-
border-radius: 3px;
|
7
|
-
background-color: #f8f8f8;
|
8
|
-
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), 0 2px 1px 0 rgba(255, 255, 255, .6) inset;
|
9
|
-
box-shadow: 0 1px 3px rgba(0, 0, 0, .25), 0 2px 1px 0 rgba(255, 255, 255, .6) inset;
|
10
|
-
color: #34495e;
|
11
|
-
white-space: nowrap;
|
12
|
-
font-weight: 600;
|
13
|
-
font-size: .9em;
|
14
|
-
font-family: Monaco, 'Ubuntu Mono', monospace;
|
15
|
-
line-height: 1em;
|
16
|
-
}
|
17
|
-
|
18
|
-
.planeOpt button {
|
19
|
-
cursor: pointer;
|
20
|
-
font-family: inherit;
|
21
|
-
font-size: 12px;
|
22
|
-
background: #49b1f5;
|
23
|
-
color: white;
|
24
|
-
padding: 0.5em 1em;
|
25
|
-
display: flex;
|
26
|
-
align-items: center;
|
27
|
-
border: none;
|
28
|
-
border-radius: 8px;
|
29
|
-
overflow: hidden;
|
30
|
-
transition: all 0.2s;
|
31
|
-
}
|
32
|
-
|
33
|
-
.planeOpt button span {
|
34
|
-
display: block;
|
35
|
-
margin-left: 0.3em;
|
36
|
-
transition: all 0.3s ease-in-out;
|
37
|
-
}
|
38
|
-
|
39
|
-
.planeOpt button svg {
|
40
|
-
display: block;
|
41
|
-
transform-origin: center center;
|
42
|
-
transition: transform 0.3s ease-in-out;
|
43
|
-
}
|
44
|
-
|
45
|
-
.planeOpt button:hover .svg-wrapper {
|
46
|
-
animation: fly-1 0.6s ease-in-out infinite alternate;
|
47
|
-
}
|
48
|
-
|
49
|
-
.planeOpt button:hover svg {
|
50
|
-
transform: translateX(1.2em) rotate(45deg) scale(1.1);
|
51
|
-
}
|
52
|
-
|
53
|
-
.planeOpt button:hover span {
|
54
|
-
transform: translateX(5em);
|
55
|
-
}
|
56
|
-
|
57
|
-
.planeOpt button:active {
|
58
|
-
transform: scale(0.95);
|
59
|
-
}
|
1
|
+
.planeOpt kbd{margin:0 3px;padding:3px 5px;border:1px solid #b4b4b4;border-radius:3px;background-color:#f8f8f8;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.25),0 2px 1px 0 rgba(255,255,255,.6) inset;box-shadow:0 1px 3px rgba(0,0,0,.25),0 2px 1px 0 rgba(255,255,255,.6) inset;color:#34495e;white-space:nowrap;font-weight:600;font-size:.9em;font-family:Monaco,'Ubuntu Mono',monospace;line-height:1em}.planeOpt button{cursor:pointer;font-family:inherit;font-size:12px;background:#49b1f5;color:#fff;padding:.5em 1em;display:flex;align-items:center;border:none;border-radius:8px;overflow:hidden;transition:all .2s}.planeOpt button span{display:block;margin-left:.3em;transition:all .3s ease-in-out}.planeOpt button svg{display:block;transform-origin:center center;transition:transform .3s ease-in-out}.planeOpt button:hover .svg-wrapper{animation:fly-1 .6s ease-in-out infinite alternate}.planeOpt button:hover svg{transform:translateX(1.2em) rotate(45deg) scale(1.1)}.planeOpt button:hover span{transform:translateX(5em)}.planeOpt button:active{transform:scale(.95)}
|