Added files

This commit is contained in:
exituser
2021-11-26 22:01:40 +07:00
parent 8c0e41ea2f
commit f41f4089d3
51 changed files with 14063 additions and 4 deletions
File diff suppressed because one or more lines are too long
+1658
View File
File diff suppressed because it is too large Load Diff
+37
View File
@@ -0,0 +1,37 @@
/*
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* 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;
}
-1
View File
@@ -1 +0,0 @@