Skip to content

Commit

Permalink
Merge e81fd86 into 5d6d103
Browse files Browse the repository at this point in the history
  • Loading branch information
Mast3rwaf1z authored Oct 31, 2023
2 parents 5d6d103 + e81fd86 commit 04df0b8
Show file tree
Hide file tree
Showing 17 changed files with 46 additions and 0 deletions.
45 changes: 45 additions & 0 deletions stregsystem/static/stregsystem/cursor.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
input:hover {

cursor: url('cursor/frame0.png') 32 32, auto;
-webkit-animation: cursor 400ms infinite;
animation: cursor 400ms infinite;
}


@-webkit-keyframes cursor {
0% {cursor: url('cursor/frame0.png') 32 32, auto;}
6% {cursor: url('cursor/frame1.png') 32 32, auto;}
13% {cursor: url('cursor/frame2.png') 32 32, auto;}
20% {cursor: url('cursor/frame3.png') 32 32, auto;}
26% {cursor: url('cursor/frame4.png') 32 32, auto;}
33% {cursor: url('cursor/frame5.png') 32 32, auto;}
40% {cursor: url('cursor/frame6.png') 32 32, auto;}
46% {cursor: url('cursor/frame7.png') 32 32, auto;}
53% {cursor: url('cursor/frame8.png') 32 32, auto;}
60% {cursor: url('cursor/frame9.png') 32 32, auto;}
66% {cursor: url('cursor/frame10.png') 32 32, auto;}
73% {cursor: url('cursor/frame11.png') 32 32, auto;}
80% {cursor: url('cursor/frame12.png') 32 32, auto;}
86% {cursor: url('cursor/frame13.png') 32 32, auto;}
93% {cursor: url('cursor/frame14.png') 32 32, auto;}
100% {cursor: url('cursor/frame0.png') 32 32, auto;}
}

@keyframes cursor {
0% {cursor: url('cursor/frame0.png') 32 32, auto;}
6% {cursor: url('cursor/frame1.png') 32 32, auto;}
13% {cursor: url('cursor/frame2.png') 32 32, auto;}
20% {cursor: url('cursor/frame3.png') 32 32, auto;}
26% {cursor: url('cursor/frame4.png') 32 32, auto;}
33% {cursor: url('cursor/frame5.png') 32 32, auto;}
40% {cursor: url('cursor/frame6.png') 32 32, auto;}
46% {cursor: url('cursor/frame7.png') 32 32, auto;}
53% {cursor: url('cursor/frame8.png') 32 32, auto;}
60% {cursor: url('cursor/frame9.png') 32 32, auto;}
66% {cursor: url('cursor/frame10.png') 32 32, auto;}
73% {cursor: url('cursor/frame11.png') 32 32, auto;}
80% {cursor: url('cursor/frame12.png') 32 32, auto;}
86% {cursor: url('cursor/frame13.png') 32 32, auto;}
93% {cursor: url('cursor/frame14.png') 32 32, auto;}
100% {cursor: url('cursor/frame0.png') 32 32, auto;}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stregsystem/static/stregsystem/cursor/frame1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stregsystem/static/stregsystem/cursor/frame10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stregsystem/static/stregsystem/cursor/frame11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stregsystem/static/stregsystem/cursor/frame12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stregsystem/static/stregsystem/cursor/frame13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stregsystem/static/stregsystem/cursor/frame14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stregsystem/static/stregsystem/cursor/frame2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stregsystem/static/stregsystem/cursor/frame3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stregsystem/static/stregsystem/cursor/frame4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stregsystem/static/stregsystem/cursor/frame5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stregsystem/static/stregsystem/cursor/frame6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stregsystem/static/stregsystem/cursor/frame7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stregsystem/static/stregsystem/cursor/frame8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions stregsystem/templates/stregsystem/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<link rel="stylesheet" media="screen" href="{% static "/stregsystem/snow.css" %}">
<link rel="stylesheet" media="screen" href="{% static "/stregsystem/easter.css" %}">
<link rel="stylesheet" media="screen" href="{% static "/stregsystem/fireworks.css" %}">
<link rel="stylesheet" media="screen" href="{% static "/stregsystem/cursor.css" %}">
<script>
var static_url = "{% get_static_prefix %}";
var media_url = "{% get_media_prefix %}";
Expand Down

0 comments on commit 04df0b8

Please sign in to comment.