summaryrefslogtreecommitdiff
path: root/src/web/app/init.css
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-22 03:13:19 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-22 03:13:19 +0900
commitd9703eab67feeecde189ab81c39b02d90f53be85 (patch)
treed58acfc22283624ffa1dc1224d2f77ebefe69549 /src/web/app/init.css
parentMerge pull request #193 from syuilo/no-tag-ls (diff)
downloadmisskey-d9703eab67feeecde189ab81c39b02d90f53be85.tar.gz
misskey-d9703eab67feeecde189ab81c39b02d90f53be85.tar.bz2
misskey-d9703eab67feeecde189ab81c39b02d90f53be85.zip
Clean up
Diffstat (limited to 'src/web/app/init.css')
-rw-r--r--src/web/app/init.css24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/web/app/init.css b/src/web/app/init.css
index 2a277a9c84..c92f30b443 100644
--- a/src/web/app/init.css
+++ b/src/web/app/init.css
@@ -4,9 +4,9 @@ html {
font-family: sans-serif;
}
-body > noscript > div {
+body > noscript {
position: fixed;
- z-index: 32768;
+ z-index: 2;
top: 0;
left: 0;
width: 100%;
@@ -14,16 +14,16 @@ body > noscript > div {
text-align: center;
background: #fff;
}
- body > noscript > div > p {
+ body > noscript > p {
display: block;
margin: 32px;
font-size: 2em;
color: #555;
}
-#init {
+#ini {
position: fixed;
- z-index: 16384;
+ z-index: 1;
top: 0;
left: 0;
width: 100%;
@@ -32,27 +32,27 @@ body > noscript > div {
background: #fff;
cursor: wait;
}
- #init > p {
+ #ini > p {
display: block;
user-select: none;
margin: 32px;
font-size: 4em;
color: #555;
}
- #init > p > span {
- animation: init 1.4s infinite ease-in-out both;
+ #ini > p > span {
+ animation: ini 1.4s infinite ease-in-out both;
}
- #init > p > span:nth-child(1) {
+ #ini > p > span:nth-child(1) {
animation-delay: 0s;
}
- #init > p > span:nth-child(2) {
+ #ini > p > span:nth-child(2) {
animation-delay: 0.16s;
}
- #init > p > span:nth-child(3) {
+ #ini > p > span:nth-child(3) {
animation-delay: 0.32s;
}
-@keyframes init {
+@keyframes ini {
0%, 80%, 100% {
opacity: 1;
}