Git提交

This commit is contained in:
NianBroken
2022-01-30 17:46:31 +08:00
commit 77dfaff474
65 changed files with 24680 additions and 0 deletions

5779
assets/css/fontawesome-all.min.css vendored Normal file

File diff suppressed because it is too large Load Diff

1659
assets/css/main.css Normal file

File diff suppressed because it is too large Load Diff

36
assets/css/noscript.css Normal file
View File

@@ -0,0 +1,36 @@
/*
此源码是基于 Dimension 的二次修改
Githubhttps://github.com/nianbroken/Personal_Sakura_Guide_Page
Giteehttps://gitee.com/nianbroken/Personal_Sakura_Guide_Page
*/
/* BG */
body.is-preload #bg:before {
background-color: transparent;
}
/* Header */
body.is-preload #header {
-moz-filter: none;
-webkit-filter: none;
-ms-filter: none;
filter: none;
}
body.is-preload #header > * {
opacity: 1;
}
body.is-preload #header .content .inner {
max-height: none;
padding: 3rem 2rem;
opacity: 1;
}
/* Main */
#main article {
opacity: 1;
margin: 4rem 0 0 0;
}