User:SnorlaxMonster/GalleryTest.css: Difference between revisions
From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
(Add 95%) |
m (Increase border width) |
||
Line 5: | Line 5: | ||
.gallery-80 li.gallerybox div.thumb { | .gallery-80 li.gallerybox div.thumb { | ||
background-color: hsl(78, 69.77%, 80%); | background-color: hsl(78, 69.77%, 80%); | ||
border: | border: 2px solid #C4E673; | ||
} | } | ||
.gallery-light li.gallerybox div.thumb { | .gallery-light li.gallerybox div.thumb { | ||
background-color: hsl(78, 69.77%, 83%); /* {{bulba color light}} */ | background-color: hsl(78, 69.77%, 83%); /* {{bulba color light}} */ | ||
border: | border: 2px solid #C4E673; | ||
} | } | ||
.gallery-85 li.gallerybox div.thumb { | .gallery-85 li.gallerybox div.thumb { | ||
background-color: hsl(78, 69.77%, 85%); | background-color: hsl(78, 69.77%, 85%); | ||
border: | border: 2px solid #C4E673; | ||
} | } | ||
.gallery-90 li.gallerybox div.thumb { | .gallery-90 li.gallerybox div.thumb { | ||
background-color: hsl(78, 69.77%, 90%); | background-color: hsl(78, 69.77%, 90%); | ||
border: | border: 2px solid #C4E673; | ||
} | } | ||
.gallery-95 li.gallerybox div.thumb { | .gallery-95 li.gallerybox div.thumb { | ||
background-color: hsl(78, 69.77%, 95%); | background-color: hsl(78, 69.77%, 95%); | ||
border: | border: 2px solid #C4E673; | ||
} | } |
Revision as of 09:13, 16 November 2024
li.gallerybox div.thumb { border-radius: 20px; } .gallery-80 li.gallerybox div.thumb { background-color: hsl(78, 69.77%, 80%); border: 2px solid #C4E673; } .gallery-light li.gallerybox div.thumb { background-color: hsl(78, 69.77%, 83%); /* {{bulba color light}} */ border: 2px solid #C4E673; } .gallery-85 li.gallerybox div.thumb { background-color: hsl(78, 69.77%, 85%); border: 2px solid #C4E673; } .gallery-90 li.gallerybox div.thumb { background-color: hsl(78, 69.77%, 90%); border: 2px solid #C4E673; } .gallery-95 li.gallerybox div.thumb { background-color: hsl(78, 69.77%, 95%); border: 2px solid #C4E673; }