User:SnorlaxMonster/GalleryTest.css

From Bulbapedia, the community-driven Pokémon encyclopedia.
< User:SnorlaxMonster
Revision as of 14:16, 15 November 2024 by SnorlaxMonster (talk | contribs) (SnorlaxMonster changed the content model of the page User:SnorlaxMonster/GalleryTest.css from "CSS" to "Sanitized CSS")
Jump to navigationJump to search
.gallery-80 {
    border-radius: 20px;
    background-color: hsl(78, 69.77%, 80%);
    border: 1px solid #C4E673;
}

.gallery-light {
    border-radius: 20px;
    background-color: hsl(78, 69.77%, 83%); /* {{bulba color light}} */
    border: 1px solid #C4E673;
}

.gallery-85 {
    border-radius: 20px;
    background-color: hsl(78, 69.77%, 85%);
    border: 1px solid #C4E673;
}

.gallery-90 {
    border-radius: 20px;
    background-color: hsl(78, 69.77%, 90%);
    border: 1px solid #C4E673;
}