Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

<body>
<div id="preloader" class="preloader">
<div class="loader-gplus"></div>
</div>

<div id="st-container" class="st-container disable-scrolling">
Expand Down
1 change: 0 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

<body>
<div id="preloader" class="preloader">
<div class="loader-gplus"></div>
</div>

<div id="st-container" class="st-container">
Expand Down
107 changes: 0 additions & 107 deletions _sass/partials/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,113 +128,6 @@ time {
left: 0;
background-color: #fff;
}
.loader-gplus {
display: inline-block;
position: absolute;
top: calc(50% - 20px);
left: calc(50% - 20px);
width: 40px;
height: 40px;
overflow: hidden;
border-radius: 20px;
animation: base 3s steps(1) 0s infinite;
&::before, &::after {
content: ' ';
display: block;
width: 50%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
left: 50%;
z-index: 1;
border-radius: 0 20px 20px 0;
transform-origin: 0 50%;
}
&::before {
z-index: 2;
transform-style: preserve-3d;
animation: flip 3s linear 0s infinite;
}
&::after {
animation: reveal 3s steps(1) 0s infinite;
}
}
@keyframes base {
0% {
transform: rotate(0deg);
background-color: #21aa29;
}
25% {
transform: rotate(90deg);
background-color: #2159d6;
}
50% {
transform: rotate(180deg);
background-color: #d62408;
}
75% {
transform: rotate(270deg);
background-color: #ffcf00;
}
100% {
transform: rotate(360deg);
background-color: #21aa29;
}
}
@keyframes reveal {
0% {
background-color: #2159d6;
transform: rotate(0deg);
}
25% {
background-color: #d62408;
transform: rotate(180deg);
}
50% {
background-color: #ffcf00;
transform: rotate(0deg);
}
75% {
background-color: #21aa29;
transform: rotate(180deg);
}
100% {
background-color: #2159d6;
transform: rotate(0deg);
}
}
@keyframes flip {
0% {
background-color: #21aa29;
transform: rotateY(0deg);
}
12.5%, 87.56% {
background-color: #105514;
}
12.51%, 37.5% {
background-color: #102c6b;
}
25% {
background-color: #2159d6;
}
37.51%, 62.5% {
background-color: #6b1204;
}
50% {
background-color: #d62408;
}
62.51%, 87.5% {
background-color: #7f6700;
}
75%, 78% {
background-color: #ffcf00;
}
100% {
background-color: #21aa29;
transform: rotateY(-720deg);
}
}
.social-links {
li {
margin-right: 4px;
Expand Down
2 changes: 1 addition & 1 deletion css/main.css

Large diffs are not rendered by default.