User:SnorlaxMonster/GalleryTest.css: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
(SnorlaxMonster changed the content model of the page User:SnorlaxMonster/GalleryTest.css from "CSS" to "Sanitized CSS")
Tag: content model change
No edit summary
Line 1: Line 1:
.gallery-80 {
.gallery-80 li.gallerybox div.thumb {
     border-radius: 20px;
     border-radius: 20px;
     background-color: hsl(78, 69.77%, 80%);
     background-color: hsl(78, 69.77%, 80%);
Line 5: Line 5:
}
}


.gallery-light {
.gallery-light li.gallerybox div.thumb {
     border-radius: 20px;
     border-radius: 20px;
     background-color: hsl(78, 69.77%, 83%); /* {{bulba color light}} */
     background-color: hsl(78, 69.77%, 83%); /* {{bulba color light}} */
Line 11: Line 11:
}
}


.gallery-85 {
.gallery-85 li.gallerybox div.thumb {
     border-radius: 20px;
     border-radius: 20px;
     background-color: hsl(78, 69.77%, 85%);
     background-color: hsl(78, 69.77%, 85%);
Line 17: Line 17:
}
}


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

Revision as of 14:17, 15 November 2024

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

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

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

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