User:SnorlaxMonster/GalleryTest.css: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
(Created page with ".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...")
 
(SnorlaxMonster changed the content model of the page User:SnorlaxMonster/GalleryTest.css from "CSS" to "Sanitized CSS")
Tag: content model change
(No difference)

Revision as of 14:16, 15 November 2024

.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;
}