Compare commits

...

4 commits
master ... xmas

Author SHA1 Message Date
cuom1999
b6955bf294 Change style 2021-12-26 04:24:48 -06:00
LDQ
5d652b296b Change speed 2021-12-26 06:10:45 +00:00
cuom1999
d58c448295 Change speed 2021-12-26 00:06:07 -06:00
cuom1999
e544c14967 Add snow effect 2021-12-25 23:37:51 -06:00

View file

@ -177,7 +177,6 @@
{% if request.user.is_authenticated and request.profile.user_script and not request.user.is_impersonate %} {% if request.user.is_authenticated and request.profile.user_script and not request.user.is_impersonate %}
<script type="text/javascript">{{ request.profile.user_script|safe }}</script> <script type="text/javascript">{{ request.profile.user_script|safe }}</script>
{% endif %} {% endif %}
<noscript> <noscript>
<style> <style>
#content { #content {
@ -189,10 +188,15 @@
} }
</style> </style>
</noscript> </noscript>
<style>
</style>
</head> </head>
<body> <body>
<script src="https://unpkg.com/magic-snowflakes/dist/snowflakes.min.js"></script>
<script>
var snowflakes = new Snowflakes({
speed: 0.3,
count: 20,
});
</script>
<svg width="0" height="0" style="display: block"> <svg width="0" height="0" style="display: block">
<defs> <defs>
<clipPath id="rating-clip"><circle cx="8" cy="8" r="7"/></clipPath> <clipPath id="rating-clip"><circle cx="8" cy="8" r="7"/></clipPath>