SlideShare a Scribd company logo
1 of 15
Download to read offline
@charset "utf-8";
body{
text-align:center;

}
h2{
font-family: 'Creepster', cursive;
font-size: 50px;
color: #999;

box-shadow: 1px 1px 5px rgba (0,0,0,0.5);

width: 980px;
text-align: center;
}

#slider{
background: #000;
border: 5px solid #eaeaea;
box-shadow: 1px 1px 5px rgba(0,0,0,0.7);
height: 320px;
width: 680px;
margin: auto;
margin-top: auto;
overflow: visible;
position: relative;

}

#mascara {
overflow: hidden;
height: 320px;
}

#slider ul {
margin: 0;
padding: 0;
position: relative;
}

#slider li {
width: 680px;
height: 320px;
position: absolute;
left: -325px;
list-style: none;
}

#slider li.primeira-anima {
animation: cycle 25s linear infinite;
-moz-animation: cycle 25s linear infinite;
-webkit-animation: cycle 25s linear infinite;
-ms-animation: cycle 25s linear infinite;
-o-animation: cycle 25s linear infinite;
}

#slider li.segunda-anima {
animation: cycletwo 25s linear infinite;
-moz-animation: cycletwo 25s linear infinite;
-webkit-animation: cycletwo 25s linear infinite;
-ms-animation: cycletwo 25s linear infinite;
-o-animation: cycletwo 25s linear infinite;
}

#slider li.terceira-anima {
animation: cyclethree 25s linear infinite;
-moz-animation: cyclethree 25s linear infinite;
-webkit-animation: cyclethree 25s linear infinite;
-ms-animation: cyclethree 25s linear infinite;
-o-animation: cyclethree 25s linear infinite;
}

#slider li.quarta-anima {
animation: cyclefour 25s linear infinite;
-moz-animation: cyclefour 25s linear infinite;
-webkit-animation: cyclefour 25s linear infinite;
-ms-animation: cyclefour 25s linear infinite;
-o-animation: cyclefour 25s linear infinite;
}

#slider li.quinta-anima {
animation: cyclefive 25s linear infinite;
-moz-animation: cyclefive 25s linear infinite;
-webkit-animation: cyclefive 25s linear infinite;
-ms-animation: cyclefive 25s linear infinite;
-o-animation: cyclefive 25s linear infinite;
}

@keyframes cycle {
0% { left: 0px; }
4% { left: 0px; }
16% { left: 0px; opacity:1; z-index:0; }
20% { left: 325px; opacity: 0; z-index: 0; }
21% { left: -325px; opacity: 0; z-index: -1; }
92% { left: -325px; opacity: 0; z-index: 0; }
96% { left: -325px; opacity: 0; }
100%{ left: 0px; opacity: 1; }
}

@keyframes cycletwo {
0% { left: -325px; opacity: 0; }
16% { left: -325px; opacity: 0; }
20% { left: 0px; opacity: 1; }
24% { left: 0px; opacity: 1; }
36% { left: 0px; opacity: 1; z-index: 0; }
40% { left: 325px; opacity: 0; z-index: 0; }
41% { left: -325px; opacity: 0; z-index: -1; }
100%{ left: -325px; opacity: 0; z-index: -1; }
}

@keyframes cyclethree {
0% { left: -325px; opacity: 0; }
36% { left: -325px; opacity: 0; }
40% { left: 0px; opacity: 1; }
44% { left: 0px; opacity: 1; }
56% { left: 0px; opacity: 1; }
60% { left: 325px; opacity: 0; z-index: 0; }
61% { left: -325px; opacity: 0; z-index: -1; }
100%{ left: -325px; opacity: 0; z-index: -1; }
}

@keyframes cyclefour {
0% { left: -325px; opacity: 0; }
56% { left: -325px; opacity: 0; }
60% { left: 0px; opacity: 1; }
64% { left: 0px; opacity: 1; }
76% { left: 0px; opacity: 1; z-index: 0; }
80% { left: 325px; opacity: 0; z-index: 0; }
81% { left: -325px; opacity: 0; z-index: -1; }
100%{ left: -325px; opacity: 0; z-index: -1; }
}
@keyframes cyclefive {
0% { left: -325px; opacity: 0; }
76% { left: -325px; opacity: 0; }
80% { left: 0px; opacity: 1; }
84% { left: 0px; opacity: 1; }
96% { left: 0px; opacity: 1; z-index: 0; }
100%{ left: 325px; opacity: 0; z-index: 0; }
}

@-moz-keyframes cycle {
0% { left: 0px; }
4% { left: 0px; }
16% { left: 0px; opacity:1; z-index:0; }
20% { left: 325px; opacity: 0; z-index: 0; }
21% { left: -325px; opacity: 0; z-index: -1; }
92% { left: -325px; opacity: 0; z-index: 0; }
96% { left: -325px; opacity: 0; }
100%{ left: 0px; opacity: 1; }
}

@-moz-keyframes cycletwo {
0% { left: -325px; opacity: 0; }
16% { left: -325px; opacity: 0; }
20% { left: 0px; opacity: 1; }
24% { left: 0px; opacity: 1; }
36% { left: 0px; opacity: 1; z-index: 0; }
40% { left: 325px; opacity: 0; z-index: 0; }
41% { left: -325px; opacity: 0; z-index: -1; }
100%{ left: -325px; opacity: 0; z-index: -1; }
}

@-moz-keyframes cyclethree {
0% { left: -325px; opacity: 0; }
36% { left: -325px; opacity: 0; }
40% { left: 0px; opacity: 1; }
44% { left: 0px; opacity: 1; }
56% { left: 0px; opacity: 1; }
60% { left: 325px; opacity: 0; z-index: 0; }
61% { left: -325px; opacity: 0; z-index: -1; }
100%{ left: -325px; opacity: 0; z-index: -1; }
}

@-moz-keyframes cyclefour {
0% { left: -325px; opacity: 0; }
56% { left: -325px; opacity: 0; }
60% { left: 0px; opacity: 1; }
64% { left: 0px; opacity: 1; }
76% { left: 0px; opacity: 1; z-index: 0; }
80% { left: 325px; opacity: 0; z-index: 0; }
81% { left: -325px; opacity: 0; z-index: -1; }
100%{ left: -325px; opacity: 0; z-index: -1; }
}
@-moz-keyframes cyclefive {
0% { left: -325px; opacity: 0; }
76% { left: -325px; opacity: 0; }
80% { left: 0px; opacity: 1; }
84% { left: 0px; opacity: 1; }
96% { left: 0px; opacity: 1; z-index: 0; }
100%{ left: 325px; opacity: 0; z-index: 0; }
}

/*@-webkit-keyframes cycle {
0% { top: 0px; }
4% { top: 0px; }
16% { top: 0px; opacity:1; z-index:0; }
20% { top: 325px; opacity: 0; z-index: 0; }
21% { top: -325px; opacity: 0; z-index: -1; }
92% { top: -325px; opacity: 0; z-index: 0; }
96% { top: -325px; opacity: 0; }
100%{ top: 0px; opacity: 1; }
}

@-webkit-keyframes cycletwo {
0% { top: -325px; opacity: 0; }
16% { top: -325px; opacity: 0; }
20% { top: 0px; opacity: 1; }
24% { top: 0px; opacity: 1; }
36% { top: 0px; opacity: 1; z-index: 0; }
40% { top: 325px; opacity: 0; z-index: 0; }
41% { top: -325px; opacity: 0; z-index: -1; }
100%{ top: -325px; opacity: 0; z-index: -1; }
}
@-webkit-keyframes cyclethree {
0% { top: -325px; opacity: 0; }
36% { top: -325px; opacity: 0; }
40% { top: 0px; opacity: 1; }
44% { top: 0px; opacity: 1; }
56% { top: 0px; opacity: 1; }
60% { top: 325px; opacity: 0; z-index: 0; }
61% { top: -325px; opacity: 0; z-index: -1; }
100%{ top: -325px; opacity: 0; z-index: -1; }
}

@-webkit-keyframes cyclefour {
0% { top: -325px; opacity: 0; }
56% { top: -325px; opacity: 0; }
60% { top: 0px; opacity: 1; }
64% { top: 0px; opacity: 1; }
76% { top: 0px; opacity: 1; z-index: 0; }
80% { top: 325px; opacity: 0; z-index: 0; }
81% { top: -325px; opacity: 0; z-index: -1; }
100%{ top: -325px; opacity: 0; z-index: -1; }
}
@-webkit-keyframes cyclefive {
0% { top: -325px; opacity: 0; }
76% { top: -325px; opacity: 0; }
80% { top: 0px; opacity: 1; }
84% { top: 0px; opacity: 1; }
96% { top: 0px; opacity: 1; z-index: 0; }
100%{ top: 325px; opacity: 0; z-index: 0; }
}*/

@-webkit-keyframes cycle {
0% { left:0px; }
4% { left:0px; }
16% { left:0px; opacity:1; z-index:0; }
20% { left:325px; opacity:0; z-index:0; }
21% { left:-325px; opacity:0; z-index:-1; }
50% { left:-325px; opacity:0; z-index:-1; }
92% { left:-325px; opacity:0; z-index:0; }
96% { left:-325px; opacity:0; }
100%{ left:0px; opacity:1; }

}
@-webkit-keyframes cycletwo {
0% { left:-325px; opacity:0; }
16% { left:-325px; opacity:0; }
20% { left:0px; opacity:1; }
24% { left:0px; opacity:1; }
36% { left:0px; opacity:1; z-index:0; }
40% { left:325px; opacity:0; z-index:0; }
41% { left:-325px; opacity:0; z-index:-1; }
100%{ left:-325px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclethree {
0% { left:-325px; opacity:0; }
36% { left:-325px; opacity:0; }
40% { left:0px; opacity:1; }
44% { left:0px; opacity:1; }
56% { left:0px; opacity:1; z-index:0; }
60% { left:325px; opacity:0; z-index:0; }
61% { left:-325px; opacity:0; z-index:-1; }
100%{ left:-325px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclefour {
0% { left:-325px; opacity:0; }
56% { left:-325px; opacity:0; }
60% { left:0px; opacity:1; }
64% { left:0px; opacity:1; }
76% { left:0px; opacity:1; z-index:0; }
80% { left:325px; opacity:0; z-index:0; }
81% { left:-325px; opacity:0; z-index:-1; }
100%{ left:-325px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclefive {
0% { left:-325px; opacity:0; }
76% { left:-325px; opacity:0; }
80% { left:0px; opacity:1; }
84% { left:0px; opacity:1; }
96% { left:0px; opacity:1; z-index:0; }
100%{ left:325px; opacity:0; z-index:0; }
}
@-ms-keyframes cycle {
0% { left: 0px; }
4% { left: 0px; }
16% { left: 0px; opacity:1; z-index:0; }
20% { left: 325px; opacity: 0; z-index: 0; }
21% { left: -325px; opacity: 0; z-index: -1; }
92% { left: -325px; opacity: 0; z-index: 0; }
96% { left: -325px; opacity: 0; }
100%{ left: 0px; opacity: 1; }
}

@-ms-keyframes cycletwo {
0% { left: -325px; opacity: 0; }
16% { left: -325px; opacity: 0; }
20% { left: 0px; opacity: 1; }
24% { left: 0px; opacity: 1; }
36% { left: 0px; opacity: 1; z-index: 0; }
40% { left: 325px; opacity: 0; z-index: 0; }
41% { left: -325px; opacity: 0; z-index: -1; }
100%{ left: -325px; opacity: 0; z-index: -1; }
}

@-ms-keyframes cyclethree {
0% { left: -325px; opacity: 0; }
36% { left: -325px; opacity: 0; }
40% { left: 0px; opacity: 1; }
44% { left: 0px; opacity: 1; }
56% { left: 0px; opacity: 1; }
60% { left: 325px; opacity: 0; z-index: 0; }
61% { left: -325px; opacity: 0; z-index: -1; }
100%{ left: -325px; opacity: 0; z-index: -1; }
}

@-ms-keyframes cyclefour {
0% { left: -325px; opacity: 0; }
56% { left: -325px; opacity: 0; }
60% { left: 0px; opacity: 1; }
64% { left: 0px; opacity: 1; }
76% { left: 0px; opacity: 1; z-index: 0; }
80% { left: 325px; opacity: 0; z-index: 0; }
81% { left: -325px; opacity: 0; z-index: -1; }
100%{ left: -325px; opacity: 0; z-index: -1; }
}
@-ms-keyframes cyclefive {
0% { left: -325px; opacity: 0; }
76% { left: -325px; opacity: 0; }
80% { left: 0px; opacity: 1; }
84% { left: 0px; opacity: 1; }
96% { left: 0px; opacity: 1; z-index: 0; }
100%{ left: 325px; opacity: 0; z-index: 0; }
}

@-o-keyframes cycle {
0% { left: 0px; }
4% { left: 0px; }
16% { left: 0px; opacity:1; z-index:0; }
20% { left: 325px; opacity: 0; z-index: 0; }
21% { left: -325px; opacity: 0; z-index: -1; }
92% { left: -325px; opacity: 0; z-index: 0; }
96% { left: -325px; opacity: 0; }
100%{ left: 0px; opacity: 1; }
}

@-o-keyframes cycletwo {
0% { left: -325px; opacity: 0; }
16% { left: -325px; opacity: 0; }
20% { left: 0px; opacity: 1; }
24% { left: 0px; opacity: 1; }
36% { left: 0px; opacity: 1; z-index: 0; }
40% { left: 325px; opacity: 0; z-index: 0; }
41% { left: -325px; opacity: 0; z-index: -1; }
100%{ left: -325px; opacity: 0; z-index: -1; }
}
@-o-keyframes cyclethree {
0% { left: -325px; opacity: 0; }
36% { left: -325px; opacity: 0; }
40% { left: 0px; opacity: 1; }
44% { left: 0px; opacity: 1; }
56% { left: 0px; opacity: 1; }
60% { left: 325px; opacity: 0; z-index: 0; }
61% { left: -325px; opacity: 0; z-index: -1; }
100%{ left: -325px; opacity: 0; z-index: -1; }
}

@-o-keyframes cyclefour {
0% { left: -325px; opacity: 0; }
56% { left: -325px; opacity: 0; }
60% { left: 0px; opacity: 1; }
64% { left: 0px; opacity: 1; }
76% { left: 0px; opacity: 1; z-index: 0; }
80% { left: 325px; opacity: 0; z-index: 0; }
81% { left: -325px; opacity: 0; z-index: -1; }
100%{ left: -325px; opacity: 0; z-index: -1; }
}
@-o-keyframes cyclefive {
0% { left: -325px; opacity: 0; }
76% { left: -325px; opacity: 0; }
80% { left: 0px; opacity: 1; }
84% { left: 0px; opacity: 1; }
96% { left: 0px; opacity: 1; z-index: 0; }
100%{ left: 325px; opacity: 0; z-index: 0; }
}
.barra-progresso {
position: relative;
top: -5px;
width: 680px;
height: 5px;
background: #000;
animation: fullexpand 25s ease-out infinite;
}

@keyframes fullexpand {
0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; }
4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; }
16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; }
17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; }
18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; }
}

@-moz-keyframes fullexpand {
0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; }
4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; }
16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; }
17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; }
18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; }
}

@-webkit-keyframes fullexpand {
0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; }
4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; }
16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.7; }
17%, 37%, 57%, 77%, 97% { width:100%; opacity:0.3; }
18%, 38%, 58%, 78%, 98% { width:100%; opacity:0; }
}
@-ms-keyframes fullexpand {
0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; }
4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; }
16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; }
17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; }
18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; }
}

@-o-keyframes fullexpand {
0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; }
4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; }
16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; }
17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; }
18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; }
}

#slider:hover li,
#slider:hover .barra-progresso
{
animation-play-state: paused;
}

More Related Content

Viewers also liked

Viewers also liked (6)

Meny - Samarkand catering i Stockholm
Meny  -  Samarkand catering i StockholmMeny  -  Samarkand catering i Stockholm
Meny - Samarkand catering i Stockholm
 
Bootstrap3 basics
Bootstrap3 basicsBootstrap3 basics
Bootstrap3 basics
 
Testing is coming
Testing is comingTesting is coming
Testing is coming
 
Kerajinan Limbah Tekstil
Kerajinan Limbah TekstilKerajinan Limbah Tekstil
Kerajinan Limbah Tekstil
 
community radio internship report
community radio internship reportcommunity radio internship report
community radio internship report
 
Horn antenna project report
Horn antenna project reportHorn antenna project report
Horn antenna project report
 

Similar to Código css3 do slideshow automático

Making Links Magical Again with CSS
Making Links Magical Again with CSSMaking Links Magical Again with CSS
Making Links Magical Again with CSSJenn Lukas
 
week4.DS_Store__MACOSXweek4._.DS_Storeweek4final wor.docx
week4.DS_Store__MACOSXweek4._.DS_Storeweek4final wor.docxweek4.DS_Store__MACOSXweek4._.DS_Storeweek4final wor.docx
week4.DS_Store__MACOSXweek4._.DS_Storeweek4final wor.docxphilipnelson29183
 
sitecssindex.css.version.index{color#0000F2;background-colo.docx
sitecssindex.css.version.index{color#0000F2;background-colo.docxsitecssindex.css.version.index{color#0000F2;background-colo.docx
sitecssindex.css.version.index{color#0000F2;background-colo.docxmaoanderton
 
Eye Candy Without Images: Fun With CSS3
Eye Candy Without Images: Fun With CSS3Eye Candy Without Images: Fun With CSS3
Eye Candy Without Images: Fun With CSS3Shoshi Roberts
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxphilipnelson29183
 
cssblocks.css.b_page{ width 930px; margin 0 auto; position.docx
cssblocks.css.b_page{ width 930px; margin 0 auto; position.docxcssblocks.css.b_page{ width 930px; margin 0 auto; position.docx
cssblocks.css.b_page{ width 930px; margin 0 auto; position.docxfaithxdunce63732
 

Similar to Código css3 do slideshow automático (12)

popular posts widget
popular posts widgetpopular posts widget
popular posts widget
 
Css3 process bar
Css3 process barCss3 process bar
Css3 process bar
 
Css3 process bar
Css3 process barCss3 process bar
Css3 process bar
 
Css3 process bar
Css3 process barCss3 process bar
Css3 process bar
 
Making Links Magical Again with CSS
Making Links Magical Again with CSSMaking Links Magical Again with CSS
Making Links Magical Again with CSS
 
week4.DS_Store__MACOSXweek4._.DS_Storeweek4final wor.docx
week4.DS_Store__MACOSXweek4._.DS_Storeweek4final wor.docxweek4.DS_Store__MACOSXweek4._.DS_Storeweek4final wor.docx
week4.DS_Store__MACOSXweek4._.DS_Storeweek4final wor.docx
 
sitecssindex.css.version.index{color#0000F2;background-colo.docx
sitecssindex.css.version.index{color#0000F2;background-colo.docxsitecssindex.css.version.index{color#0000F2;background-colo.docx
sitecssindex.css.version.index{color#0000F2;background-colo.docx
 
Eye Candy Without Images: Fun With CSS3
Eye Candy Without Images: Fun With CSS3Eye Candy Without Images: Fun With CSS3
Eye Candy Without Images: Fun With CSS3
 
Zebra
ZebraZebra
Zebra
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
 
Formato encuesta
Formato encuestaFormato encuesta
Formato encuesta
 
cssblocks.css.b_page{ width 930px; margin 0 auto; position.docx
cssblocks.css.b_page{ width 930px; margin 0 auto; position.docxcssblocks.css.b_page{ width 930px; margin 0 auto; position.docx
cssblocks.css.b_page{ width 930px; margin 0 auto; position.docx
 

Recently uploaded

👙 Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Service
👙  Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Service👙  Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Service
👙 Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Serviceanamikaraghav4
 
VIP Call Girls Nagpur Megha Call 7001035870 Meet With Nagpur Escorts
VIP Call Girls Nagpur Megha Call 7001035870 Meet With Nagpur EscortsVIP Call Girls Nagpur Megha Call 7001035870 Meet With Nagpur Escorts
VIP Call Girls Nagpur Megha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
𓀤Call On 6297143586 𓀤 Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
𓀤Call On 6297143586 𓀤 Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...𓀤Call On 6297143586 𓀤 Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
𓀤Call On 6297143586 𓀤 Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...rahim quresi
 
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...aamir
 
Independent Hatiara Escorts ✔ 9332606886✔ Full Night With Room Online Booking...
Independent Hatiara Escorts ✔ 9332606886✔ Full Night With Room Online Booking...Independent Hatiara Escorts ✔ 9332606886✔ Full Night With Room Online Booking...
Independent Hatiara Escorts ✔ 9332606886✔ Full Night With Room Online Booking...Riya Pathan
 
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...noor ahmed
 
Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...
Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...
Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...noor ahmed
 
Russian Escorts Agency In Goa 💚 9316020077 💚 Russian Call Girl Goa
Russian Escorts Agency In Goa  💚 9316020077 💚 Russian Call Girl GoaRussian Escorts Agency In Goa  💚 9316020077 💚 Russian Call Girl Goa
Russian Escorts Agency In Goa 💚 9316020077 💚 Russian Call Girl Goasexy call girls service in goa
 
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...aamir
 
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser... Shivani Pandey
 
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...noor ahmed
 
Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...
Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...
Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...Riya Pathan
 
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...noor ahmed
 
Call Girls Agency In Goa 💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...
Call Girls  Agency In Goa  💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...Call Girls  Agency In Goa  💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...
Call Girls Agency In Goa 💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...russian goa call girl and escorts service
 
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...ritikasharma
 

Recently uploaded (20)

Goa Call Girls 9316020077 Call Girls In Goa By Russian Call Girl in goa
Goa Call Girls 9316020077 Call Girls  In Goa By Russian Call Girl in goaGoa Call Girls 9316020077 Call Girls  In Goa By Russian Call Girl in goa
Goa Call Girls 9316020077 Call Girls In Goa By Russian Call Girl in goa
 
👙 Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Service
👙  Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Service👙  Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Service
👙 Kolkata Call Girls Shyam Bazar 💫💫7001035870 Model escorts Service
 
VIP Call Girls Nagpur Megha Call 7001035870 Meet With Nagpur Escorts
VIP Call Girls Nagpur Megha Call 7001035870 Meet With Nagpur EscortsVIP Call Girls Nagpur Megha Call 7001035870 Meet With Nagpur Escorts
VIP Call Girls Nagpur Megha Call 7001035870 Meet With Nagpur Escorts
 
𓀤Call On 6297143586 𓀤 Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
𓀤Call On 6297143586 𓀤 Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...𓀤Call On 6297143586 𓀤 Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
𓀤Call On 6297143586 𓀤 Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
 
Call Girls Chirag Delhi Delhi WhatsApp Number 9711199171
Call Girls Chirag Delhi Delhi WhatsApp Number 9711199171Call Girls Chirag Delhi Delhi WhatsApp Number 9711199171
Call Girls Chirag Delhi Delhi WhatsApp Number 9711199171
 
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
 
Independent Hatiara Escorts ✔ 9332606886✔ Full Night With Room Online Booking...
Independent Hatiara Escorts ✔ 9332606886✔ Full Night With Room Online Booking...Independent Hatiara Escorts ✔ 9332606886✔ Full Night With Room Online Booking...
Independent Hatiara Escorts ✔ 9332606886✔ Full Night With Room Online Booking...
 
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...
 
Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...
Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...
Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...
 
Russian Escorts Agency In Goa 💚 9316020077 💚 Russian Call Girl Goa
Russian Escorts Agency In Goa  💚 9316020077 💚 Russian Call Girl GoaRussian Escorts Agency In Goa  💚 9316020077 💚 Russian Call Girl Goa
Russian Escorts Agency In Goa 💚 9316020077 💚 Russian Call Girl Goa
 
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
 
Russian ℂall gIRLS In Goa 9316020077 ℂall gIRLS Service In Goa
Russian ℂall gIRLS In Goa 9316020077  ℂall gIRLS Service  In GoaRussian ℂall gIRLS In Goa 9316020077  ℂall gIRLS Service  In Goa
Russian ℂall gIRLS In Goa 9316020077 ℂall gIRLS Service In Goa
 
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...
 
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
 
Desi Bhabhi Call Girls In Goa 💃 730 02 72 001💃desi Bhabhi Escort Goa
Desi Bhabhi Call Girls  In Goa  💃 730 02 72 001💃desi Bhabhi Escort GoaDesi Bhabhi Call Girls  In Goa  💃 730 02 72 001💃desi Bhabhi Escort Goa
Desi Bhabhi Call Girls In Goa 💃 730 02 72 001💃desi Bhabhi Escort Goa
 
Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...
Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...
Independent Sonagachi Escorts ✔ 9332606886✔ Full Night With Room Online Booki...
 
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
 
Call Girls Agency In Goa 💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...
Call Girls  Agency In Goa  💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...Call Girls  Agency In Goa  💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...
Call Girls Agency In Goa 💚 9316020077 💚 Call Girl Goa By Russian Call Girl ...
 
Goa Call "Girls Service 9316020077 Call "Girls in Goa
Goa Call "Girls  Service   9316020077 Call "Girls in GoaGoa Call "Girls  Service   9316020077 Call "Girls in Goa
Goa Call "Girls Service 9316020077 Call "Girls in Goa
 
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
 

Código css3 do slideshow automático

  • 1. @charset "utf-8"; body{ text-align:center; } h2{ font-family: 'Creepster', cursive; font-size: 50px; color: #999; box-shadow: 1px 1px 5px rgba (0,0,0,0.5); width: 980px; text-align: center; } #slider{ background: #000; border: 5px solid #eaeaea; box-shadow: 1px 1px 5px rgba(0,0,0,0.7); height: 320px; width: 680px; margin: auto; margin-top: auto; overflow: visible; position: relative; } #mascara {
  • 2. overflow: hidden; height: 320px; } #slider ul { margin: 0; padding: 0; position: relative; } #slider li { width: 680px; height: 320px; position: absolute; left: -325px; list-style: none; } #slider li.primeira-anima { animation: cycle 25s linear infinite; -moz-animation: cycle 25s linear infinite; -webkit-animation: cycle 25s linear infinite; -ms-animation: cycle 25s linear infinite; -o-animation: cycle 25s linear infinite; } #slider li.segunda-anima { animation: cycletwo 25s linear infinite; -moz-animation: cycletwo 25s linear infinite; -webkit-animation: cycletwo 25s linear infinite; -ms-animation: cycletwo 25s linear infinite;
  • 3. -o-animation: cycletwo 25s linear infinite; } #slider li.terceira-anima { animation: cyclethree 25s linear infinite; -moz-animation: cyclethree 25s linear infinite; -webkit-animation: cyclethree 25s linear infinite; -ms-animation: cyclethree 25s linear infinite; -o-animation: cyclethree 25s linear infinite; } #slider li.quarta-anima { animation: cyclefour 25s linear infinite; -moz-animation: cyclefour 25s linear infinite; -webkit-animation: cyclefour 25s linear infinite; -ms-animation: cyclefour 25s linear infinite; -o-animation: cyclefour 25s linear infinite; } #slider li.quinta-anima { animation: cyclefive 25s linear infinite; -moz-animation: cyclefive 25s linear infinite; -webkit-animation: cyclefive 25s linear infinite; -ms-animation: cyclefive 25s linear infinite; -o-animation: cyclefive 25s linear infinite; } @keyframes cycle { 0% { left: 0px; } 4% { left: 0px; } 16% { left: 0px; opacity:1; z-index:0; }
  • 4. 20% { left: 325px; opacity: 0; z-index: 0; } 21% { left: -325px; opacity: 0; z-index: -1; } 92% { left: -325px; opacity: 0; z-index: 0; } 96% { left: -325px; opacity: 0; } 100%{ left: 0px; opacity: 1; } } @keyframes cycletwo { 0% { left: -325px; opacity: 0; } 16% { left: -325px; opacity: 0; } 20% { left: 0px; opacity: 1; } 24% { left: 0px; opacity: 1; } 36% { left: 0px; opacity: 1; z-index: 0; } 40% { left: 325px; opacity: 0; z-index: 0; } 41% { left: -325px; opacity: 0; z-index: -1; } 100%{ left: -325px; opacity: 0; z-index: -1; } } @keyframes cyclethree { 0% { left: -325px; opacity: 0; } 36% { left: -325px; opacity: 0; } 40% { left: 0px; opacity: 1; } 44% { left: 0px; opacity: 1; } 56% { left: 0px; opacity: 1; } 60% { left: 325px; opacity: 0; z-index: 0; } 61% { left: -325px; opacity: 0; z-index: -1; } 100%{ left: -325px; opacity: 0; z-index: -1; } } @keyframes cyclefour { 0% { left: -325px; opacity: 0; }
  • 5. 56% { left: -325px; opacity: 0; } 60% { left: 0px; opacity: 1; } 64% { left: 0px; opacity: 1; } 76% { left: 0px; opacity: 1; z-index: 0; } 80% { left: 325px; opacity: 0; z-index: 0; } 81% { left: -325px; opacity: 0; z-index: -1; } 100%{ left: -325px; opacity: 0; z-index: -1; } } @keyframes cyclefive { 0% { left: -325px; opacity: 0; } 76% { left: -325px; opacity: 0; } 80% { left: 0px; opacity: 1; } 84% { left: 0px; opacity: 1; } 96% { left: 0px; opacity: 1; z-index: 0; } 100%{ left: 325px; opacity: 0; z-index: 0; } } @-moz-keyframes cycle { 0% { left: 0px; } 4% { left: 0px; } 16% { left: 0px; opacity:1; z-index:0; } 20% { left: 325px; opacity: 0; z-index: 0; } 21% { left: -325px; opacity: 0; z-index: -1; } 92% { left: -325px; opacity: 0; z-index: 0; } 96% { left: -325px; opacity: 0; } 100%{ left: 0px; opacity: 1; } } @-moz-keyframes cycletwo {
  • 6. 0% { left: -325px; opacity: 0; } 16% { left: -325px; opacity: 0; } 20% { left: 0px; opacity: 1; } 24% { left: 0px; opacity: 1; } 36% { left: 0px; opacity: 1; z-index: 0; } 40% { left: 325px; opacity: 0; z-index: 0; } 41% { left: -325px; opacity: 0; z-index: -1; } 100%{ left: -325px; opacity: 0; z-index: -1; } } @-moz-keyframes cyclethree { 0% { left: -325px; opacity: 0; } 36% { left: -325px; opacity: 0; } 40% { left: 0px; opacity: 1; } 44% { left: 0px; opacity: 1; } 56% { left: 0px; opacity: 1; } 60% { left: 325px; opacity: 0; z-index: 0; } 61% { left: -325px; opacity: 0; z-index: -1; } 100%{ left: -325px; opacity: 0; z-index: -1; } } @-moz-keyframes cyclefour { 0% { left: -325px; opacity: 0; } 56% { left: -325px; opacity: 0; } 60% { left: 0px; opacity: 1; } 64% { left: 0px; opacity: 1; } 76% { left: 0px; opacity: 1; z-index: 0; } 80% { left: 325px; opacity: 0; z-index: 0; } 81% { left: -325px; opacity: 0; z-index: -1; } 100%{ left: -325px; opacity: 0; z-index: -1; } }
  • 7. @-moz-keyframes cyclefive { 0% { left: -325px; opacity: 0; } 76% { left: -325px; opacity: 0; } 80% { left: 0px; opacity: 1; } 84% { left: 0px; opacity: 1; } 96% { left: 0px; opacity: 1; z-index: 0; } 100%{ left: 325px; opacity: 0; z-index: 0; } } /*@-webkit-keyframes cycle { 0% { top: 0px; } 4% { top: 0px; } 16% { top: 0px; opacity:1; z-index:0; } 20% { top: 325px; opacity: 0; z-index: 0; } 21% { top: -325px; opacity: 0; z-index: -1; } 92% { top: -325px; opacity: 0; z-index: 0; } 96% { top: -325px; opacity: 0; } 100%{ top: 0px; opacity: 1; } } @-webkit-keyframes cycletwo { 0% { top: -325px; opacity: 0; } 16% { top: -325px; opacity: 0; } 20% { top: 0px; opacity: 1; } 24% { top: 0px; opacity: 1; } 36% { top: 0px; opacity: 1; z-index: 0; } 40% { top: 325px; opacity: 0; z-index: 0; } 41% { top: -325px; opacity: 0; z-index: -1; } 100%{ top: -325px; opacity: 0; z-index: -1; } }
  • 8. @-webkit-keyframes cyclethree { 0% { top: -325px; opacity: 0; } 36% { top: -325px; opacity: 0; } 40% { top: 0px; opacity: 1; } 44% { top: 0px; opacity: 1; } 56% { top: 0px; opacity: 1; } 60% { top: 325px; opacity: 0; z-index: 0; } 61% { top: -325px; opacity: 0; z-index: -1; } 100%{ top: -325px; opacity: 0; z-index: -1; } } @-webkit-keyframes cyclefour { 0% { top: -325px; opacity: 0; } 56% { top: -325px; opacity: 0; } 60% { top: 0px; opacity: 1; } 64% { top: 0px; opacity: 1; } 76% { top: 0px; opacity: 1; z-index: 0; } 80% { top: 325px; opacity: 0; z-index: 0; } 81% { top: -325px; opacity: 0; z-index: -1; } 100%{ top: -325px; opacity: 0; z-index: -1; } } @-webkit-keyframes cyclefive { 0% { top: -325px; opacity: 0; } 76% { top: -325px; opacity: 0; } 80% { top: 0px; opacity: 1; } 84% { top: 0px; opacity: 1; } 96% { top: 0px; opacity: 1; z-index: 0; } 100%{ top: 325px; opacity: 0; z-index: 0; } }*/ @-webkit-keyframes cycle {
  • 9. 0% { left:0px; } 4% { left:0px; } 16% { left:0px; opacity:1; z-index:0; } 20% { left:325px; opacity:0; z-index:0; } 21% { left:-325px; opacity:0; z-index:-1; } 50% { left:-325px; opacity:0; z-index:-1; } 92% { left:-325px; opacity:0; z-index:0; } 96% { left:-325px; opacity:0; } 100%{ left:0px; opacity:1; } } @-webkit-keyframes cycletwo { 0% { left:-325px; opacity:0; } 16% { left:-325px; opacity:0; } 20% { left:0px; opacity:1; } 24% { left:0px; opacity:1; } 36% { left:0px; opacity:1; z-index:0; } 40% { left:325px; opacity:0; z-index:0; } 41% { left:-325px; opacity:0; z-index:-1; } 100%{ left:-325px; opacity:0; z-index:-1; } } @-webkit-keyframes cyclethree { 0% { left:-325px; opacity:0; } 36% { left:-325px; opacity:0; } 40% { left:0px; opacity:1; } 44% { left:0px; opacity:1; } 56% { left:0px; opacity:1; z-index:0; } 60% { left:325px; opacity:0; z-index:0; } 61% { left:-325px; opacity:0; z-index:-1; } 100%{ left:-325px; opacity:0; z-index:-1; } }
  • 10. @-webkit-keyframes cyclefour { 0% { left:-325px; opacity:0; } 56% { left:-325px; opacity:0; } 60% { left:0px; opacity:1; } 64% { left:0px; opacity:1; } 76% { left:0px; opacity:1; z-index:0; } 80% { left:325px; opacity:0; z-index:0; } 81% { left:-325px; opacity:0; z-index:-1; } 100%{ left:-325px; opacity:0; z-index:-1; } } @-webkit-keyframes cyclefive { 0% { left:-325px; opacity:0; } 76% { left:-325px; opacity:0; } 80% { left:0px; opacity:1; } 84% { left:0px; opacity:1; } 96% { left:0px; opacity:1; z-index:0; } 100%{ left:325px; opacity:0; z-index:0; } } @-ms-keyframes cycle { 0% { left: 0px; } 4% { left: 0px; } 16% { left: 0px; opacity:1; z-index:0; } 20% { left: 325px; opacity: 0; z-index: 0; } 21% { left: -325px; opacity: 0; z-index: -1; } 92% { left: -325px; opacity: 0; z-index: 0; } 96% { left: -325px; opacity: 0; } 100%{ left: 0px; opacity: 1; } } @-ms-keyframes cycletwo { 0% { left: -325px; opacity: 0; }
  • 11. 16% { left: -325px; opacity: 0; } 20% { left: 0px; opacity: 1; } 24% { left: 0px; opacity: 1; } 36% { left: 0px; opacity: 1; z-index: 0; } 40% { left: 325px; opacity: 0; z-index: 0; } 41% { left: -325px; opacity: 0; z-index: -1; } 100%{ left: -325px; opacity: 0; z-index: -1; } } @-ms-keyframes cyclethree { 0% { left: -325px; opacity: 0; } 36% { left: -325px; opacity: 0; } 40% { left: 0px; opacity: 1; } 44% { left: 0px; opacity: 1; } 56% { left: 0px; opacity: 1; } 60% { left: 325px; opacity: 0; z-index: 0; } 61% { left: -325px; opacity: 0; z-index: -1; } 100%{ left: -325px; opacity: 0; z-index: -1; } } @-ms-keyframes cyclefour { 0% { left: -325px; opacity: 0; } 56% { left: -325px; opacity: 0; } 60% { left: 0px; opacity: 1; } 64% { left: 0px; opacity: 1; } 76% { left: 0px; opacity: 1; z-index: 0; } 80% { left: 325px; opacity: 0; z-index: 0; } 81% { left: -325px; opacity: 0; z-index: -1; } 100%{ left: -325px; opacity: 0; z-index: -1; } } @-ms-keyframes cyclefive {
  • 12. 0% { left: -325px; opacity: 0; } 76% { left: -325px; opacity: 0; } 80% { left: 0px; opacity: 1; } 84% { left: 0px; opacity: 1; } 96% { left: 0px; opacity: 1; z-index: 0; } 100%{ left: 325px; opacity: 0; z-index: 0; } } @-o-keyframes cycle { 0% { left: 0px; } 4% { left: 0px; } 16% { left: 0px; opacity:1; z-index:0; } 20% { left: 325px; opacity: 0; z-index: 0; } 21% { left: -325px; opacity: 0; z-index: -1; } 92% { left: -325px; opacity: 0; z-index: 0; } 96% { left: -325px; opacity: 0; } 100%{ left: 0px; opacity: 1; } } @-o-keyframes cycletwo { 0% { left: -325px; opacity: 0; } 16% { left: -325px; opacity: 0; } 20% { left: 0px; opacity: 1; } 24% { left: 0px; opacity: 1; } 36% { left: 0px; opacity: 1; z-index: 0; } 40% { left: 325px; opacity: 0; z-index: 0; } 41% { left: -325px; opacity: 0; z-index: -1; } 100%{ left: -325px; opacity: 0; z-index: -1; } }
  • 13. @-o-keyframes cyclethree { 0% { left: -325px; opacity: 0; } 36% { left: -325px; opacity: 0; } 40% { left: 0px; opacity: 1; } 44% { left: 0px; opacity: 1; } 56% { left: 0px; opacity: 1; } 60% { left: 325px; opacity: 0; z-index: 0; } 61% { left: -325px; opacity: 0; z-index: -1; } 100%{ left: -325px; opacity: 0; z-index: -1; } } @-o-keyframes cyclefour { 0% { left: -325px; opacity: 0; } 56% { left: -325px; opacity: 0; } 60% { left: 0px; opacity: 1; } 64% { left: 0px; opacity: 1; } 76% { left: 0px; opacity: 1; z-index: 0; } 80% { left: 325px; opacity: 0; z-index: 0; } 81% { left: -325px; opacity: 0; z-index: -1; } 100%{ left: -325px; opacity: 0; z-index: -1; } } @-o-keyframes cyclefive { 0% { left: -325px; opacity: 0; } 76% { left: -325px; opacity: 0; } 80% { left: 0px; opacity: 1; } 84% { left: 0px; opacity: 1; } 96% { left: 0px; opacity: 1; z-index: 0; } 100%{ left: 325px; opacity: 0; z-index: 0; } } .barra-progresso { position: relative;
  • 14. top: -5px; width: 680px; height: 5px; background: #000; animation: fullexpand 25s ease-out infinite; } @keyframes fullexpand { 0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; } 4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; } 16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; } 17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; } 18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; } } @-moz-keyframes fullexpand { 0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; } 4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; } 16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; } 17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; } 18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; } } @-webkit-keyframes fullexpand { 0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; } 4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; } 16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.7; } 17%, 37%, 57%, 77%, 97% { width:100%; opacity:0.3; } 18%, 38%, 58%, 78%, 98% { width:100%; opacity:0; } }
  • 15. @-ms-keyframes fullexpand { 0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; } 4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; } 16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; } 17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; } 18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; } } @-o-keyframes fullexpand { 0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; } 4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; } 16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; } 17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; } 18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; } } #slider:hover li, #slider:hover .barra-progresso { animation-play-state: paused; }