hexo-theme-particlex 2.2.11 → 2.3.0
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/layout/loading.ejs +1 -1
- package/package.json +1 -1
- package/source/css/particlex.css +3 -2
package/layout/loading.ejs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div id="loading" style="height: 100vh; width: 100vw; position: fixed; display: flex; z-index: 2147483647; justify-content: space-between; background: #fff; transition: opacity 0.3s ease-out, visibility 0.3s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none">
|
|
1
|
+
<div id="loading" style="height: 100vh; width: 100vw; left: 0; top: 0; position: fixed; display: flex; z-index: 2147483647; justify-content: space-between; background: #fff; transition: opacity 0.3s ease-out, visibility 0.3s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none">
|
|
2
2
|
<div style="position: fixed; height: 100vh; width: 100vw; display: flex; justify-content: center; align-items: center">
|
|
3
3
|
<div id="loadcontent" style="width: 50vmin; height: 50vmin; padding: 50px; border-radius: 50%; display: flex; justify-content: center; align-items: center; border: solid 10px #a3ddfb; text-align: center">
|
|
4
4
|
<div>
|
package/package.json
CHANGED
package/source/css/particlex.css
CHANGED
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
}
|
|
51
51
|
#archives {
|
|
52
52
|
margin: auto;
|
|
53
|
+
margin-top: 100px;
|
|
53
54
|
padding: 20px;
|
|
54
|
-
top: 100px;
|
|
55
55
|
}
|
|
56
56
|
#archives .categories-tags {
|
|
57
57
|
margin: auto;
|
|
@@ -387,6 +387,7 @@
|
|
|
387
387
|
}
|
|
388
388
|
#main {
|
|
389
389
|
margin-right: calc(100% - 100vw);
|
|
390
|
+
overflow: auto;
|
|
390
391
|
}
|
|
391
392
|
#menu {
|
|
392
393
|
background: #92cafa;
|
|
@@ -510,8 +511,8 @@
|
|
|
510
511
|
color: #1e3e3f;
|
|
511
512
|
font-size: 15px;
|
|
512
513
|
margin: auto;
|
|
514
|
+
margin-top: 100px;
|
|
513
515
|
padding: 20px;
|
|
514
|
-
top: 100px;
|
|
515
516
|
}
|
|
516
517
|
.article .content {
|
|
517
518
|
margin: 50px 0;
|