🆙 Detached Theme from original NitroV3

This commit is contained in:
duckietm
2026-06-10 07:23:02 +02:00
parent b2000ba1a9
commit e5ca4936ea
739 changed files with 49 additions and 7774 deletions
+8
View File
@@ -1,11 +1,19 @@
/* Classic (original) purse style. All selectors are scoped under
.nitro-purse-classic so they never collide with the modern PurseView.css
rules that share class names like .nitro-purse. */
.nitro-purse-classic {
width: 100%;
}
/* Extra (seasonal) currency in classic mode reuses the modern boxed
.nitro-purse__other styling, just constrained to the classic purse width. */
.nitro-purse__other--classic {
max-width: 125px;
}
/* The #41403c border on the extra-currency box is new-style-only;
classic mode has no border. */
.nitro-purse__other--classic .nitro-purse-seasonal-currency {
border: 0;
}