Grammalecte  Diff

Differences From Artifact [9d799fd2a8]:

To Artifact [2b6e1d1881]:


123
124
125
126
127
128
129
130

131
132

133
134
135


136
137
138
139
140


141
142
143
144
145
146
147
148
149
150


151
152
153

154
155
156
157
158
159
160
161
123
124
125
126
127
128
129

130
131

132



133
134
135
136
137


138
139
140
141
142
143
144


145


146
147



148
149
150
151


152
153
154







-
+

-
+
-
-
-
+
+



-
-
+
+





-
-

-
-
+
+
-
-
-
+



-
-



*/
div.grammalecte_spinner {
    visibility: hidden;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    top: 2px;
    right: 200px;
    background-color: hsla(210, 80%, 80%, .5);
    background-color: hsla(210, 100%, 30%, .1);
    border: 10px solid hsla(210, 80%, 60%, .5);
    border-top: 10px solid hsla(210, 100%, 40%, .7);
    border-bottom: 10px solid hsla(210, 100%, 40%, .7);
    border: 3px solid hsla(210, 100%, 30%, .1);
    border-top: 3px solid hsla(210, 100%, 50%, .8);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 0 0 hsla(210, 50%, 50%, .5);
    animation: grammalecte-spin-big .5s linear infinite;
    box-shadow: 0 0 0 0 hsla(210, 80%, 50%, .5);
    animation: grammalecte-spin-big 2s linear infinite;
}

@keyframes grammalecte-spin-big {
    0% {
        transform: rotate(0deg) scale(1);
        border-top: 10px solid hsla(210, 100%, 40%, .7);
        border-bottom: 10px solid hsla(210, 100%, 40%, .7);
    }
    70% {
        transform: rotate(180deg) scale(.8);
    50% {
        transform: rotate(180deg) scale(.9);
        border-top: 10px solid hsla(0, 100%, 40%, .7);
        border-bottom: 10px solid hsla(0, 100%, 40%, .7);
        box-shadow: 0 0 0 20px hsla(210, 50%, 50%, 0);
        box-shadow: 0 0 0 10px hsla(210, 50%, 50%, 0);
    }
    100% {
        transform: rotate(360deg) scale(1);
        border-top: 10px solid hsla(210, 100%, 40%, .7);
        border-bottom: 10px solid hsla(210, 100%, 40%, .7);
        box-shadow: 0 0 0 0 hsla(210, 50%, 50%, 0);
    }
}