sinzmise-cetastories-en 2.0.0-1734692664242 → 2.0.0-1734700979626
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/chatroom/chatroom.js +1 -1
- package/comments/index.html +1 -1
- package/css/index.css +29 -0
- package/cw.js +1 -1
- package/index.css +1 -1
- package/index.html +1 -1
- package/js/fomal.js +1 -1
- package/package.json +1 -1
- package/posts/46521/index.html +1 -1
- package/swpp/update.json +1 -1
- package/tags/Test/index.html +1 -1
- package/tags/index.html +1 -1
package/css/index.css
CHANGED
@@ -13858,6 +13858,35 @@ hr:before {
|
|
13858
13858
|
margin: 0 2ch
|
13859
13859
|
}
|
13860
13860
|
}
|
13861
|
+
|
13862
|
+
.webmention-input {
|
13863
|
+
max-width: 190px;
|
13864
|
+
height: 44px;
|
13865
|
+
background-color: var(--anzhiyu-secondtext);
|
13866
|
+
border-radius: .5rem;
|
13867
|
+
padding: 0 1rem;
|
13868
|
+
border: 2px solid transparent;
|
13869
|
+
font-size: 1rem;
|
13870
|
+
transition: border-color .3s cubic-bezier(.25,.01,.25,1) 0s, color .3s cubic-bezier(.25,.01,.25,1) 0s,background .2s cubic-bezier(.25,.01,.25,1) 0s;
|
13871
|
+
}
|
13872
|
+
|
13873
|
+
.webmention-label {
|
13874
|
+
display: block;
|
13875
|
+
margin-bottom: .3rem;
|
13876
|
+
font-size: .9rem;
|
13877
|
+
font-weight: bold;
|
13878
|
+
color: var(--anzhiyu-fontcolor);
|
13879
|
+
transition: color .3s cubic-bezier(.25,.01,.25,1) 0s;
|
13880
|
+
}
|
13881
|
+
|
13882
|
+
.webmention-input:hover, .webmention-input:focus, .webmention-input-group:hover .webmention-input {
|
13883
|
+
outline: none;
|
13884
|
+
border-color: var(--anzhiyu-reverse);
|
13885
|
+
}
|
13886
|
+
|
13887
|
+
.webmention-input-group:hover .webmention-label, .webmention-input:focus {
|
13888
|
+
color: var(--anzhiyu-scrollbar);
|
13889
|
+
}
|
13861
13890
|
:root{
|
13862
13891
|
--heo-white: #fff;
|
13863
13892
|
--heo-black: #000;
|
package/cw.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
const workboxVersion="5.1.3";importScripts("https://storage.googleapis.com/workbox-cdn/releases/5.1.3/workbox-sw.js"),workbox.core.setCacheNameDetails({prefix:"CetaHouseEnCache"}),workbox.core.skipWaiting(),workbox.core.clientsClaim(),workbox.precaching.precacheAndRoute([{revision:"
|
1
|
+
const workboxVersion="5.1.3";importScripts("https://storage.googleapis.com/workbox-cdn/releases/5.1.3/workbox-sw.js"),workbox.core.setCacheNameDetails({prefix:"CetaHouseEnCache"}),workbox.core.skipWaiting(),workbox.core.clientsClaim(),workbox.precaching.precacheAndRoute([{revision:"90fe28ddfd5d9780e73cb17d8e14abb8",url:"./404.html"},{revision:"fd4b800ebe5b7d270d2cbff43c1d819f",url:"./index.html"},{revision:"34f1601509297166445616371bc42daa",url:"./js/main.js"},{revision:"4b7d6e203af925c5614715f74630df2b",url:"./css/index.css"}],{directoryIndex:null}),workbox.precaching.cleanupOutdatedCaches(),workbox.routing.registerRoute(/\.(?:png|jpg|jpeg|gif|bmp|webp|svg|ico)$/,new workbox.strategies.CacheFirst({cacheName:"images",plugins:[new workbox.expiration.ExpirationPlugin({maxEntries:1e3,maxAgeSeconds:2592e3}),new workbox.cacheableResponse.CacheableResponsePlugin({statuses:[0,200]})]})),workbox.routing.registerRoute(/\.(?:eot|ttf|woff|woff2)$/,new workbox.strategies.CacheFirst({cacheName:"fonts",plugins:[new workbox.expiration.ExpirationPlugin({maxEntries:1e3,maxAgeSeconds:2592e3}),new workbox.cacheableResponse.CacheableResponsePlugin({statuses:[0,200]})]})),workbox.routing.registerRoute(/^https:\/\/fonts\.googleapis\.com/,new workbox.strategies.StaleWhileRevalidate({cacheName:"google-fonts-stylesheets"})),workbox.routing.registerRoute(/^https:\/\/fonts\.gstatic\.com/,new workbox.strategies.CacheFirst({cacheName:"google-fonts-webfonts",plugins:[new workbox.expiration.ExpirationPlugin({maxEntries:1e3,maxAgeSeconds:2592e3}),new workbox.cacheableResponse.CacheableResponsePlugin({statuses:[0,200]})]})),workbox.routing.registerRoute(/^https:\/\/cdnjs\.cdn\.storisinz\.site/,new workbox.strategies.CacheFirst({cacheName:"static-libs-cdnjs",plugins:[new workbox.expiration.ExpirationPlugin({maxEntries:1e3,maxAgeSeconds:2592e3}),new workbox.cacheableResponse.CacheableResponsePlugin({statuses:[0,200]})]})),workbox.googleAnalytics.initialize();
|