Изменения от Главреда ГитЖС | Changes of GitJS Glavred
This commit is contained in:
2
0000
2
0000
@@ -1,5 +1,5 @@
|
|||||||
МАОН
|
МАОН
|
||||||
0.2.2
|
0.2.3
|
||||||
https://git.opengamestudio.org/KH/MAOH
|
https://git.opengamestudio.org/KH/MAOH
|
||||||
|
|
||||||
x /⨐.js
|
x /⨐.js
|
||||||
|
|||||||
39
🙈.css
39
🙈.css
@@ -1,11 +1,3 @@
|
|||||||
.центрирование-на-экране
|
|
||||||
{
|
|
||||||
position: absolute;
|
|
||||||
left: 50%;
|
|
||||||
top: 50%;
|
|
||||||
transform: translateX(-50%) translateY(-50%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.фон-экрана
|
.фон-экрана
|
||||||
{
|
{
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@@ -14,35 +6,4 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
|
||||||
|
|
||||||
/* https://loading.io/css/ */
|
|
||||||
.lds-dual-ring
|
|
||||||
{
|
|
||||||
display: inline-block;
|
|
||||||
width: 80px;
|
|
||||||
height: 80px;
|
|
||||||
}
|
|
||||||
.lds-dual-ring:after
|
|
||||||
{
|
|
||||||
content: " ";
|
|
||||||
display: block;
|
|
||||||
width: 64px;
|
|
||||||
height: 64px;
|
|
||||||
margin: 8px;
|
|
||||||
border-radius: 50%;
|
|
||||||
border: 3px solid black;
|
|
||||||
border-color: black transparent black transparent;
|
|
||||||
animation: lds-dual-ring 1.2s linear infinite;
|
|
||||||
}
|
|
||||||
@keyframes lds-dual-ring
|
|
||||||
{
|
|
||||||
0%
|
|
||||||
{
|
|
||||||
transform: rotate(0deg);
|
|
||||||
}
|
|
||||||
100%
|
|
||||||
{
|
|
||||||
transform: rotate(360deg);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user