summaryrefslogtreecommitdiffstats
path: root/moe.pinapelz.com/styles/clock.css
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-05-27 00:53:18 -0700
committerPinapelz <yukais@pinapelz.com>2026-05-27 00:55:26 -0700
commit36e053f4f0a2f63c08f7c28b9492c067f1ca42bc (patch)
treec28973073c8e26775ee4d18d1016df44afdfeceb /moe.pinapelz.com/styles/clock.css
parenta01e0666fd66c367745cdaff76fcd6ea7568c31c (diff)
migrate pinapelz.moe -> pinapelz.com
Diffstat (limited to 'moe.pinapelz.com/styles/clock.css')
-rw-r--r--moe.pinapelz.com/styles/clock.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/moe.pinapelz.com/styles/clock.css b/moe.pinapelz.com/styles/clock.css
new file mode 100644
index 0000000..a69c22c
--- /dev/null
+++ b/moe.pinapelz.com/styles/clock.css
@@ -0,0 +1,43 @@
+.clock-widget {
+ font-size: 2em;
+ color: #ff69b4;
+ text-align: center;
+ margin-top: 20px;
+ padding: 20px;
+ border: 2px dashed #ff69b4;
+ background: #ffe4e1;
+ border-radius: 15px;
+ box-shadow: 0 0 10px rgba(255, 105, 180, 0.5);
+ position: relative;
+ overflow: hidden;
+ animation: glitter 3s infinite alternate;
+ border-width:20px;
+ padding:10px;
+ border-style:solid;
+ border-image: url("https://foollovers.com/mat/plate/pl035-plate-j03.gif") 55 fill round;
+}
+
+.clock-widget::before {
+ content: '';
+ position: absolute;
+ top: -50%;
+ left: -50%;
+ width: 200%;
+ height: 200%;
+ background: linear-gradient(135deg, rgba(255, 105, 180, 0.2), rgba(255, 228, 225, 0.2));
+ animation: rotate 6s linear infinite;
+}
+
+.clock-widget span {
+ position: relative;
+ z-index: 1;
+}
+
+@keyframes rotate {
+ 0% {
+ transform: rotate(0deg);
+ }
+ 100% {
+ transform: rotate(360deg);
+ }
+} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage