Skip to content

Protochroma - Supply Shop Schedule by werewire

Screenshot of Protochroma - Supply Shop Schedule

Details

Authorwerewire

LicenseCC-BY-NC-4.0

Categoryprotochroma

Created

Updated

Size891 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Displays The Chroma Schedule next to supply guy (rip his flavor text lol)

Notes

-also should work with my extra dark theme if you just either delete or make the normal theme version a note
-not sure if this works on EVERY display?

Source code

/* ==UserStyle==
@name           Protochroma - Supply Shop Schedule
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Displays The Chroma Schedule next to supply guy (rip his flavor text lol) 
@author         Werewire
==/UserStyle== */
@-moz-document url-prefix("https://protochroma.net/supply-shop/") {

    p {
  display:none
}
    /* NORMAL VERS*/
    .charbox {
  min-width: 50px;
  min-height: 150px;
  background-color: var(--bg-middle);
  background-image: url(https://i.imgur.com/xW6X0fL.png);
  display: block;
  padding: 4px 4px 4px 4px;
  border-radius: 4px;
}
/* NORMAL VERS*/
    
/* EXTRA DARK VERS*
    .charbox {
  min-width: 50px;
  min-height: 150px;
  background-color: var(--bg-middle);
  background-image: url(https://i.imgur.com/0SBE7W7.png);
  display: block;
  padding: 4px 4px 4px 4px;
  border-radius: 4px;

}
/* EXTRA DARK VERS*/
}

Reviews

No reviews yet.