CSS Emojiggly
Z
Z
Z
/* Created by fox_hover codepen.io/fox_hover/pen/JNjYNj */
/* Editado por Roberta reinokawaii.blogspot.com */
/* poke main styles !!!YOU NEED THEM */
.poke {
height: 58px;
position: relative;
width: 70px;
display: inline-block;
}
.poke .jigglypuff {
top: 0;
left: 0;
width: 10%;
height: 10%;
}
/*corpo*/
.poke .jigglypuff .corpinhu {
width: 70px;
height: 56px;
background-color: #ffe1e1;
border-radius: 100%;
position: absolute;
top: 25px;
left: 0;
right: 0;
margin: auto;
box-shadow: 0px 0px 5px 0px rgb(249, 221, 184);
}
/*bocao*/
.poke .jigglypuff .corpinhu .mouth {
margin: auto;
}
.poke .jigglypuff .corpinhu .big-mouth {
width: 10px;
height: 6px;
border-radius: 0 0 50% 50%;
}
/*blush*/
.poke .jigglypuff .corpinhu .blush {
width: 45px;
height: 9px;
position: absolute;
top: 35px;
left: 0;
right: 0;
margin: auto;
}
.poke .jigglypuff .corpinhu .blush:before, .poke .jigglypuff .corpinhu .blush:after {
content: "";
display: block;
width: 12px;
height: 100%;
background-color: #fcc;
border-radius: 50%;
}
.poke .jigglypuff .corpinhu .blush:before {
position: absolute;
top: 0;
left: 0;
}
.poke .jigglypuff .corpinhu .blush:after {
position: absolute;
top: 0;
right: 0;
}
/*orelhas*/
.poke .jigglypuff .eyes {
width: 1px;
height: 5px;
position: absolute;
top: 18px;
left: 0;
right: 0;
margin: auto;
}
.poke .jigglypuff .eyes .eye {
width: 38px;
height: 30px;
}
.poke .jigglypuff .eyes .eye:before {
content: "";
display: block;
width: 100%;
height: 100%;
background-color: #ffe1e1;
border-radius: 100%;
}
.poke .jigglypuff .eyes .eye.wink .eye-inner {
background-color: transparent;
width: 0px;
height: 1px;
background-color: #debbbb;
border-radius: 0;
position: absolute;
top: 30px;
left: 14px;
right: 0;
margin: auto;
-webkit-transform: rotate(169deg);
transform: rotate(169deg);
}
.poke .jigglypuff .eyes .eye.wink .eye-inner:before, .poke .jigglypuff .eyes .eye.wink .eye-inner:after {
content: '';
display: block;
width: 12px;
height: 1px;
background-color: #debbbb;
}
.poke .jigglypuff .eyes .eye.wink .eye-inner:before {
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
position: absolute;
top: -4px;
left: 0;
}
.poke .jigglypuff .eyes .eye.wink .eye-inner:after {
-webkit-transform: rotate(-25deg);
transform: rotate(-25deg);
position: absolute;
top: 4px;
left: 0;
}
.poke .jigglypuff .eyes .eye.wink .pupil {
display: none;
}
.poke .jigglypuff .eyes .eye.extra-light .light {
width: 40%;
height: 40%;
}
.poke .jigglypuff .eyes .eye.extra-light .light:before {
content: "";
display: block;
width: 70%;
height: 70%;
background-color: #fff;
border-radius: 50%;
}
.poke .jigglypuff .eyes .eye .eye-inner {
background-color: #fff;
width: 40%;
height: 60%;
position: absolute;
top: 70%;
left: 29%;
border-radius: 100%;
}
.poke .jigglypuff .eyes .eye .eye-inner .pupil {
background-color: #83e7dc;
width: 100%;
height: 90%;
position: absolute;
top: 10%;
left: 10%;
border-radius: 80%;
}
.poke .jigglypuff .eyes .eye .eye-inner .pupil .light {
background-color: #fff;
width: 50%;
height: 50%;
position: absolute;
top: 10%;
left: 10%;
border-radius: 50%;
}
.poke .jigglypuff .eyes .eye-left {
position: absolute;
top: 4px;
left: 0;
}
.poke .jigglypuff .eyes .eye-right {
position: absolute;
top: 4px;
right: 0;
}
/* poke-1 styles */
.jigglypuff#jigglypuff-1 .corpinhu .mouth {
width: 8px;
height: 22px;
border-bottom: 3px solid #fcc;
position: absolute;
top: 14px;
left: 0;
right: 0;
-webkit-animation: smile 3.8s linear 0s infinite;
animation: smile 3.8s linear 0s infinite;
}
@-webkit-keyframes smile {
0% {
border-radius: 0%;
}
20% {
border-radius: 50%;
}
70% {
border-radius: 50%;
}
}
@keyframes smile {
0% {
border-radius: 0%;
}
20% {
border-radius: 50%;
}
70% {
border-radius: 50%;
}
}
/* poke-2 styles */
.jigglypuff#jigglypuff-2 .mouth {
background-color: #fff;
position: absolute;
top: 30px;
left: 0;
right: 0;
}
.jigglypuff#jigglypuff-2 .eye-inner {
top: 70%;
background-color: transparent !important;
-webkit-animation: hearts 0.6s linear 0s infinite alternate;
animation: hearts 0.6s linear 0s infinite alternate;
}
@-webkit-keyframes hearts {
0% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes hearts {
0% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.jigglypuff#jigglypuff-2 .eye-inner:before, .jigglypuff#jigglypuff-2 .eye-inner:after {
content: "";
display: block;
height: 45%;
width: 30%;
background-color: #83e7dc;
border-radius: 50% 50% 0 0;
}
.jigglypuff#jigglypuff-2 .eye-inner:before {
position: absolute;
top: 0;
left: 5px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.jigglypuff#jigglypuff-2 .eye-inner:after {
position: absolute;
top: 0;
right: 5px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.jigglypuff#jigglypuff-2 .eye-inner .pupil {
display: none;
}
.jigglypuff#jigglypuff-2 .blush {
top: 28px !important;
}
/* poke-3 styles */
.jigglypuff#jigglypuff-3 .eye-right .light {
position: absolute;
top: 10%;
left: auto;
right: 10%;
}
.jigglypuff#jigglypuff-3 .mouth {
width: 15px;
height: 15px;
position: absolute;
top: 30px;
left: 10px;
right: 0;
-webkit-transform: rotate(23deg);
transform: rotate(23deg);
}
.jigglypuff#jigglypuff-3 .mouth:before {
content: "";
display: block;
border-bottom: 3px solid #fcc;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #ffe1e1;
z-index: 3;
position: absolute;
top: 0px;
left: 0;
}
.jigglypuff#jigglypuff-3 .toungue {
width: 10px;
height: 16px;
background-color: #fcc;
border-radius: 30px;
z-index: 2;
position: absolute;
top: 7px;
left: 4px;
-webkit-transform-origin: center top;
transform-origin: center top;
-webkit-animation: toungue 2.0s linear 0s infinite;
animation: toungue 2.0s linear 0s infinite;
}
@-webkit-keyframes toungue {
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
40% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
75% {
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
}
@keyframes toungue {
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
40% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
75% {
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
}
.jigglypuff#jigglypuff-3 .toungue:before {
content: "";
display: block;
width: 2px;
height: 4px;
background-color: #fcc;
position: absolute;
left: 0px;
right: 0px;
bottom: 5px;
margin: auto;
opacity: 0.4;
}
/* poke-4 styles */
.jigglypuff#jigglypuff-4 .eye .light {
position: absolute;
top: 9px;
left: 0px;
}
.jigglypuff#jigglypuff-4 .eye .light:before {
position: absolute;
top: -5px;
left: 0px;
}
.jigglypuff#jigglypuff-4 .mouth {
position: absolute;
top: 30px;
left: 0;
right: 0;
background-color: #ec7977;
overflow: hidden;
-webkit-transform-origin: center top;
transform-origin: center top;
-webkit-animation: laugh 1.9s linear 0s infinite;
animation: laugh 1.9s linear 0s infinite;
}
@-webkit-keyframes laugh {
0% {
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
30% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
40% {
-webkit-transform: scale(1, 0.6);
transform: scale(1, 0.6);
}
50% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
60% {
-webkit-transform: scale(1, 0.6);
transform: scale(1, 0.6);
}
70% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes laugh {
0% {
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
30% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
40% {
-webkit-transform: scale(1, 0.6);
transform: scale(1, 0.6);
}
50% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
60% {
-webkit-transform: scale(1, 0.6);
transform: scale(1, 0.6);
}
70% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
.jigglypuff#jigglypuff-4 .mouth .toungue {
width: 17px;
height: 17px;
background-color: #C71F1C;
border-radius: 20px;
position: absolute;
top: 9px;
left: 3;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
/* poke-5 styles */
@-webkit-keyframes eyes-1 {
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 1;
}
20% {
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
opacity: 0;
}
70% {
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
opacity: 0;
}
80% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 1;
}
}
@keyframes eyes-1 {
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 1;
}
20% {
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
opacity: 0;
}
70% {
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
opacity: 0;
}
80% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 1;
}
}
@-webkit-keyframes eyes-2 {
0% {
opacity: 0;
position: absolute;
top: 60%;
left: 20%;
}
28% {
opacity: 1;
position: absolute;
top: 60%;
left: 20%;
}
70% {
opacity: 1;
position: absolute;
top: 60%;
left: 20%;
}
78% {
opacity: 0;
position: absolute;
top: 60%;
left: 20%;
}
}
@keyframes eyes-2 {
0% {
opacity: 0;
position: absolute;
top: 60%;
left: 20%;
}
28% {
opacity: 1;
position: absolute;
top: 60%;
left: 20%;
}
70% {
opacity: 1;
position: absolute;
top: 60%;
left: 20%;
}
78% {
opacity: 0;
position: absolute;
top: 60%;
left: 20%;
}
}
@-webkit-keyframes blush {
0% {
opacity: 0;
}
20% {
opacity: 1;
}
70% {
opacity: 1;
}
80% {
opacity: 0;
}
}
@keyframes blush {
0% {
opacity: 0;
}
20% {
opacity: 1;
}
70% {
opacity: 1;
}
80% {
opacity: 0;
}
}
.jigglypuff#jigglypuff-5 .eye:after {
content: "";
display: block;
width: 60%;
height: 100%;
border-top: 3px solid #fcc;
border-radius: 50%;
position: absolute;
top: 10%;
left: 20%;
opacity: 0;
-webkit-animation: eyes-2 2.8s linear 0s infinite;
animation: eyes-2 2.8s linear 0s infinite;
}
.jigglypuff#jigglypuff-5 .eye .eye-inner {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-animation: eyes-1 2.8s linear 0s infinite;
animation: eyes-1 2.8s linear 0s infinite;
}
.jigglypuff#jigglypuff-5 .blush {
top: 25px !important;
opacity: 0;
-webkit-animation: blush 2.8s linear 0s infinite;
animation: blush 2.8s linear 0s infinite;
}
.jigglypuff#jigglypuff-5 .mouth {
width: 6px;
height: 26px;
border-bottom: 10px solid #fff;
border-radius: 20px;
}
/* poke-6 styles */
@-webkit-keyframes eyes-big-light {
0% {
position: absolute;
top: 10%;
left: 10%;
right: auto;
bottom: auto;
}
20% {
position: absolute;
top: auto;
left: auto;
right: 10%;
bottom: 10%;
}
70% {
position: absolute;
top: auto;
left: auto;
right: 10%;
bottom: 10%;
}
80% {
position: absolute;
top: 10%;
left: 10%;
right: auto;
bottom: auto;
}
}
@keyframes eyes-big-light {
0% {
position: absolute;
top: 10%;
left: 10%;
right: auto;
bottom: auto;
}
20% {
position: absolute;
top: auto;
left: auto;
right: 10%;
bottom: 10%;
}
70% {
position: absolute;
top: auto;
left: auto;
right: 10%;
bottom: 10%;
}
80% {
position: absolute;
top: 10%;
left: 10%;
right: auto;
bottom: auto;
}
}
@-webkit-keyframes eyes-small-light {
0% {
opacity: 0;
}
23% {
opacity: 1;
}
70% {
opacity: 1;
}
75% {
opacity: 0;
}
}
@keyframes eyes-small-light {
0% {
opacity: 0;
}
23% {
opacity: 1;
}
70% {
opacity: 1;
}
75% {
opacity: 0;
}
}
@keyframes blush {
0% {
opacity: 0;
}
20% {
opacity: 1;
}
70% {
opacity: 1;
}
80% {
opacity: 0;
}
}
.jigglypuff#jigglypuff-6 .eye .light {
-webkit-animation: eyes-big-light 2.8s linear 0s infinite;
animation: eyes-big-light 2.8s linear 0s infinite;
}
.jigglypuff#jigglypuff-6 .eye .light:before {
position: absolute;
top: -5px;
left: 5px;
opacity: 0;
-webkit-animation: eyes-small-light 2.8s linear 0s infinite;
animation: eyes-small-light 2.8s linear 0s infinite;
}
.jigglypuff#jigglypuff-6 .blush {
opacity: 0;
-webkit-animation: blush 2.8s linear 0s infinite;
animation: blush 2.8s linear 0s infinite;
}
.jigglypuff#jigglypuff-6 .mouth {
width: 16px;
height: 16px;
border-bottom: 10px solid #ffe1e1;
border-radius: 20px;
}
/* poke-7 styles */
.jigglypuff#jigglypuff-7 .eye:after {
content: "";
display: block;
width: 30%;
height: 60%;
border-bottom: 3px solid #fcc;
border-radius: 50%;
position: absolute;
top: 20px;
left: 35%;
}
.jigglypuff#jigglypuff-7 .eye-left:after {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
.jigglypuff#jigglypuff-7 .eye-right:after {
-webkit-transform: rotate(12deg);
transform: rotate(12deg);
}
.jigglypuff#jigglypuff-7 .eye-inner {
display: none;
}
@-webkit-keyframes mouth {
0% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
60% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes mouth {
0% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
60% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.jigglypuff#jigglypuff-7 .mouth {
height: 11px;
width: 7px;
background-color: #fff;
border-radius: 0% 50% 50% 50%;
position: absolute;
top: 36px;
left: 0px;
right: 0px;
-webkit-transform: scale(0.7);
transform: scale(0.7);
-webkit-transform-origin: center top;
transform-origin: center top;
-webkit-animation: mouth 2s linear 0s infinite;
animation: mouth 2s linear 0s infinite;
}
.jigglypuff#jigglypuff-7 .sleepy-pokes {
width: 34px;
height: 50px;
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
color: #fcc;
font-weight: bold;
}
@-webkit-keyframes sleepy-pokes {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes sleepy-pokes {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.jigglypuff#jigglypuff-7 .sleepy-pokes div {
text-shadow: 2px 2px 0px rgba(63, 106, 52, 0.3);
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
opacity: 0;
}
.jigglypuff#jigglypuff-7 .sleepy-pokes div:nth-child(1) {
position: absolute;
top: 5px;
left: 10px;
font-size: 16px;
-webkit-animation: sleepy-pokes 1s linear 0s infinite alternate;
animation: sleepy-pokes 1s linear 0s infinite alternate;
}
.jigglypuff#jigglypuff-7 .sleepy-pokes div:nth-child(2) {
position: absolute;
top: -6px;
left: -6px;
font-size: 12px;
-webkit-animation: sleepy-pokes 1s linear 0.5s infinite alternate;
animation: sleepy-pokes 1s linear 0.5s infinite alternate;
}
.jigglypuff#jigglypuff-7 .sleepy-pokes div:nth-child(3) {
position: absolute;
top: -30px;
left: -10px;
font-size: 19px;
-webkit-animation: sleepy-pokes 1s linear 1s infinite alternate;
animation: sleepy-pokes 1s linear 1s infinite alternate;
}
/* poke-8 styles */
.jigglypuff#jigglypuff-8 .eye:after {
content: "";
display: block;
width: 50%;
height: 50%;
border-bottom: 3px solid #fcc;
border-radius: 50%;
position: absolute;
top: 20px;
left: 0px;
right: 0px;
margin: auto;
}
.jigglypuff#jigglypuff-8 .eye .eye-inner {
display: none;
}
.jigglypuff#jigglypuff-8 .mouth {
width: 2px;
height: 2px;
border-top: 2px solid #ffe1e1;
border-radius: 50%;
position: absolute;
top: 26px;
left: 0px;
right: 0px;
}
.jigglypuff#jigglypuff-8 .tear {
width: 10px;
height: 10px;
background-color: #8ffef0;
border-radius: 0px 50% 50% 50%;
position: absolute;
top: 26px;
left: 1px;
z-index: 10;
-webkit-animation: tear 1.8s linear 0s infinite;
animation: tear 1.8s linear 0s infinite;
}
@-webkit-keyframes tear {
0% {
top: 6px;
-webkit-transform: scale(0.4) rotate(45deg);
transform: scale(0.4) rotate(45deg);
}
100% {
top: 85%;
-webkit-transform: scale(1) rotate(45deg);
transform: scale(1) rotate(45deg);
}
}
@keyframes tear {
0% {
top: 6px;
-webkit-transform: scale(0.4) rotate(45deg);
transform: scale(0.4) rotate(45deg);
}
100% {
top: 85%;
-webkit-transform: scale(1) rotate(45deg);
transform: scale(1) rotate(45deg);
}
}
.jigglypuff#jigglypuff-8 .tear:before {
content: "";
display: block;
width: 90%;
height: 90%;
background-color: #01f3d3;
border-radius: 0px 50% 50% 50%;
position: absolute;
top: 0px;
left: 0px;
}
/* poke-9 styles */
@-webkit-keyframes angry-jigglypuff-bg {
0% {
background-color: white;
}
30% {
background-color: #ffe1e1;
}
70% {
background-color: #fcc;
}
80% {
background-color: white;
}
}
@keyframes angry-jigglypuff-bg {
0% {
background-color: white;
}
30% {
background-color: #ffe1e1;
}
70% {
background-color: #fcc;
}
80% {
background-color: white;
}
}
@-webkit-keyframes angry-eyes {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
30% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
70% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
80% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes angry-eyes {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
30% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
70% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
80% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes angry-brows-mouth {
0% {
opacity: 0;
}
37% {
opacity: 1;
}
70% {
opacity: 1;
}
77% {
opacity: 0;
}
}
@keyframes angry-brows-mouth {
0% {
opacity: 0;
}
37% {
opacity: 1;
}
70% {
opacity: 1;
}
77% {
opacity: 0;
}
}
.jigglypuff#jigglypuff-9 .corpinhu,
.jigglypuff#jigglypuff-9 .eye:before {
-webkit-animation: angry-jigglypuff-bg 2.8s linear 0s infinite;
animation: angry-jigglypuff-bg 2.8s linear 0s infinite;
}
.jigglypuff#jigglypuff-9 .eye-inner {
-webkit-animation: angry-eyes 2.8s linear 0s infinite;
animation: angry-eyes 2.8s linear 0s infinite;
}
.jigglypuff#jigglypuff-9 .eye:after {
content: "";
display: block;
width: 0px;
height: 0px;
background-color: #ffe1e1;
position: absolute;
top: 5px;
left: 0;
right: 0;
margin: auto;
-webkit-animation: angry-brows-mouth 2.8s linear 0s infinite;
animation: angry-brows-mouth 2.8s linear 0s infinite;
opacity: 0;
}
.jigglypuff#jigglypuff-9 .eye-left:after {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
.jigglypuff#jigglypuff-9 .eye-right:after {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
.jigglypuff#jigglypuff-9 .mouth {
width: 0px;
height: 0px;
border-top: 3px solid #ffe1e1;
position: absolute;
top: 6px;
left: 0;
right: 0;
border-radius: 50%;
-webkit-transform: rotate(32deg);
transform: rotate(32deg);
opacity: 0;
-webkit-animation: angry-brows-mouth 2.8s linear 0s infinite;
animation: angry-brows-mouth 2.8s linear 0s infinite;
}
<corpinhu>
<div class="mojiii">
<div class="emoji-mojiii">
<!--poke #1-->
<div class="poke">
<div class="jigglypuff" id="jigglypuff-1">
<div class="corpinhu">
<div class="mouth"></div>
</div>
<div class="eyes">
<div class="eye eye-left">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
<div class="eye eye-right">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--poke #2-->
<div class="poke">
<div class="jigglypuff" id="jigglypuff-2">
<div class="corpinhu">
<div class="blush"></div>
<div class="mouth big-mouth"></div>
</div>
<div class="eyes">
<div class="eye eye-left">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
<div class="eye eye-right">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--poke #3-->
<div class="poke">
<div class="jigglypuff" id="jigglypuff-3">
<div class="corpinhu">
<div class="mouth">
<div class="toungue"></div>
</div>
</div>
<div class="eyes">
<div class="eye eye-left wink">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
<div class="eye eye-right">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--poke #4-->
<div class="poke">
<div class="jigglypuff" id="jigglypuff-4">
<div class="corpinhu">
<div class="mouth big-mouth">
<div class="toungue"></div>
</div>
</div>
<div class="eyes">
<div class="eye eye-left extra-light">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
<div class="eye eye-right extra-light">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--poke #5-->
<div class="poke">
<div class="jigglypuff" id="jigglypuff-5">
<div class="corpinhu">
<div class="blush"></div>
<div class="mouth"></div>
</div>
<div class="eyes">
<div class="eye eye-left">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
<div class="eye eye-right">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--poke #6-->
<div class="poke">
<div class="jigglypuff" id="jigglypuff-6">
<div class="corpinhu">
<div class="blush"></div>
<div class="mouth"></div>
</div>
<div class="eyes">
<div class="eye eye-left extra-light">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
<div class="eye eye-right extra-light">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--poke #7-->
<div class="poke">
<div class="jigglypuff" id="jigglypuff-7">
<div class="corpinhu">
<div class="mouth"></div>
<div class="sleepy-pokes">
<div>Z</div>
<div>Z</div>
<div>Z</div>
</div>
</div>
<div class="eyes">
<div class="eye eye-left">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
<div class="eye eye-right">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--poke #8-->
<div class="poke">
<div class="jigglypuff" id="jigglypuff-8">
<div class="corpinhu">
<div class="tear"></div>
<div class="mouth"></div>
</div>
<div class="eyes">
<div class="eye eye-left">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
<div class="eye eye-right">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--poke #9-->
<div class="poke">
<div class="jigglypuff" id="jigglypuff-9">
<div class="corpinhu">
<div class="mouth"></div>
</div>
<div class="eyes">
<div class="eye eye-left">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
<div class="eye eye-right">
<div class="eye-inner">
<div class="pupil">
<div class="light"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</corpinhu>