Sin resumen de edición |
Sin resumen de edición |
||
Línea 1: | Línea 1: | ||
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ | /* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ | ||
/* SLIDER */ | |||
/* CSS Image Slideshow created by CSS | |||
* | |||
* @author: Unknown | |||
* current version crafted together by [[User:Christharp]] from several CSS sites. For my website:[http://www.yellpedia.com/wiki/Main_Page Yellpedia] | |||
*/ | |||
.containerphoto{ | |||
height: 500px; | |||
width: 500px; | |||
overflow:hidden; | |||
position:relative; | |||
} | |||
.photoslide{ | |||
position:absolute; | |||
animation:round 20s infinite; | |||
opacity:0; | |||
} | |||
@keyframes round{ | |||
25%{opacity:1;} | |||
40%{opacity:0;} | |||
} | |||
img:nth-child(5){animation-delay:0s;} | |||
img:nth-child(4){animation-delay:4s;} | |||
img:nth-child(3){animation-delay:8s;} | |||
img:nth-child(2){animation-delay:12s;} | |||
img:nth-child(1){animation-delay:16s;} | |||
} | |||
/* CABECERAS */ | /* CABECERAS */ |
Revisión del 12:55 13 jun 2020
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/* SLIDER */
/* CSS Image Slideshow created by CSS
*
* @author: Unknown
* current version crafted together by [[User:Christharp]] from several CSS sites. For my website:[http://www.yellpedia.com/wiki/Main_Page Yellpedia]
*/
.containerphoto{
height: 500px;
width: 500px;
overflow:hidden;
position:relative;
}
.photoslide{
position:absolute;
animation:round 20s infinite;
opacity:0;
}
@keyframes round{
25%{opacity:1;}
40%{opacity:0;}
}
img:nth-child(5){animation-delay:0s;}
img:nth-child(4){animation-delay:4s;}
img:nth-child(3){animation-delay:8s;}
img:nth-child(2){animation-delay:12s;}
img:nth-child(1){animation-delay:16s;}
}
/* CABECERAS */
/* BARRA DE NAVEGACIÓN */
#NavBar1
{
background-color: rgba(146,195,211,1.00);
display: block;
font-family: Arial;
font-weight: normal;
text-align: center;
width: 100%;
border-radius: 15px 15px 0px 0px;
-webkit-border-radius: 15px 15px 0px 0px;
-moz-border-radius: 15px 15px 0px 0px;
-webkit-box-shadow: 0px 4px 7px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 7px -2px rgba(0,0,0,0.75);
box-shadow: 0px 4px 7px -2px rgba(0,0,0,0.75);
}
#Menu1
{
background-color: #92C3D3;
display: inline-block;
height: 67px;
}
#NavBar1 ul
{
list-style: none;
margin: 0;
padding: 0;
position: relative;
}
#NavBar1 ul:after
{
clear: both;
content: "";
display: block;
}
#NavBar1 ul li
{
background-color: #92C3D3;
display: list-item;
float: left;
list-style: none;
z-index: 9999;
}
#NavBar1 ul li :link
{
color: #FFFFFF;
font-family: Arial;
font-weight: normal;
font-size: 13px;
font-style: normal;
padding: 15px 30px 15px 30px;
text-align: center;
text-decoration: none;
}
#NavBar1 > ul > li > :link
{
height: 37px;
}
.Menu1 :link
{
display: block;
}
#NavBar1 li :link:hover, #NavBar1 li .active
{
background-color: #A7D2DF;
border-radius: 15px 15px 0px 0px;
color: #424242;
transform: translate(0px, -5px) scale(1.2);
transition: .5s cubic-bezier(.5,.03,.41,1);
-webkit-transition: .5s cubic-bezier(.5,.03,.41,1);
-moz-transition: .5s cubic-bezier(.5,.03,.41,1);
-webkit-box-shadow: 0px -2px 7px 3px rgba(89,119,128,1);
-moz-box-shadow: 0px -2px 7px 3px rgba(89,119,128,1);
box-shadow: 0px -2px 7px 3px rgba(89,119,128,1);
}
#NavBar1 .toggle,[id^=Menu1-submenu]
{
display: none;
}
@media all and (max-width:970px)
{
#NavBar1
{
margin: 0;
text-align: left;
}
#NavBar1 ul li a, #NavBar1 .toggle
{
font-size: 13px;
font-weight: normal;
font-style: normal;
padding: 15px 20px 15px 20px;
}
#NavBar1 .toggle + a
{
display: none !important;
}
.Menu1
{
display: none;
z-index: 9999;
}
#Menu1
{
background-color: transparent;
display: none;
}
#NavBar1 > ul > li > a
{
height: auto;
}
#NavBar1 .toggle
{
display: block;
background-color: #92C3D3;
color: #FFFFFF;
padding: 0px 20px 0px 20px;
line-height: 54px;
text-decoration: none;
border: none;
}
#NavBar1 .toggle:hover
{
background-color: #A7D2DF;
color: #424242;
}
[id^=Menu1-submenu]:checked + ul
{
display: block !important;
}
#Menu1-title
{
height: 67px;
line-height: 67px !important;
text-align: center;
}
#NavBar1 ul li
{
display: block;
width: 100%;
text-align: left;
}
#NavBar1 ul ul .toggle,
#NavBar1 ul ul a
{
padding: 0 40px;
}
#NavBar1 a:hover,
#NavBar1 ul ul ul a
{
background-color: #A7D2DF;
color: #FFFFFF;
}
#NavBar1 ul li ul li .toggle,
#NavBar1 ul ul a
{
background-color: #A7D2DF;
color: #FFFFFF;
}
#NavBar1 ul ul ul a
{
padding: 15px 20px 15px 60px;
}
#NavBar1 ul li a
{
text-align: left;
}
#NavBar1 ul li a br
{
display: none;
}
#NavBar1 ul li i
{
margin-right: 8px;
}
#NavBar1 ul ul
{
float: none;
position: static;
}
#NavBar1 ul ul li:hover > ul,
#NavBar1 ul li:hover > ul
{
display: none;
}
#NavBar1 ul ul li
{
display: block;
width: 100%;
}
#NavBar1 ul ul ul li
{
position: static;
}
#Menu1-icon
{
display: block;
position: absolute;
left: 30px;
top: 21px;
}
#Menu1-icon span
{
display: block;
margin-top: 4px;
height: 2px;
background-color: #FFFFFF;
color: #FFFFFF;
width: 24px;
}
#NavBar1 ul li ul li .toggle:hover
{
background-color: #C6E1EA;
color: #424242;
}
#NavBar1 .toggle .arrow-down
{
border-top-color: #FFFFFF;
}
#NavBar1 .toggle:hover .arrow-down, #NavBar1 li .active .arrow-down
{
border-top-color: #424242;
}
#NavBar1 ul li ul li .toggle .arrow-down
{
border-top-color: #FFFFFF;
}
#NavBar1 ul li ul li .toggle:hover .arrow-down, #NavBar1 ul li ul li .active .arrow-down
{
border-top-color: #424242;
}
}