Skip to content

Pithee Utility Belt by japanyoshi

Screenshot of Pithee Utility Belt

Details

Authorjapanyoshi

LicenseCC0

Categorypithee.com

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixes word break and makes the background pure black. Also changes the text to Comic Sans because why not.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Pithee Utility Belt
@version      20240328.04.40
@namespace    https://userstyles.world/user/Haley Halcyon
@description  Fixes word break and makes the background pure black. Also changes the text to Comic Sans because why not.
@author       Haley Halcyon
@license      CC0
==/UserStyle== */

@-moz-document url-prefix("https://pithee.com/game") {
/* break overlong words */
.q-card__section {
  word-break: break-word;
}

/* change card font */
.q-card__section, .card-text {
  font-family: "comic sans ms";
}

/* fix ass-gray background */
body {
  --q-secondary: #000;
}

/* make the stars gold */
.text-center.stars > div i {
  color: gold;
  animation: star-shimmer infinite 3s;
  animation-delay: 0ms;
}

.text-center.stars > div:nth-child(2) i {
  animation-delay: 400ms;
}

.text-center.stars > div:nth-child(3) i {
  animation-delay: 800ms;
}

@keyframes star-shimmer {
  from {color: gold;}
  10% {color: gold;}
  20% {color: yellow;}
  30% {color: white;}
  40% {color: yellow;}
  to {color: gold;}
}


}

Reviews

No reviews yet.