Sin resumen de edición |
Sin resumen de edición |
||
Línea 3: | Línea 3: | ||
/* SLIDER */ | /* SLIDER */ | ||
#slider{ | |||
width:100%; | |||
height:500px; | |||
position:relative; | |||
overflow:hidden; | |||
} | |||
@keyframes load{ | |||
from{left:-100%;} | |||
to{left:0;} | |||
} | |||
.slides{ | |||
width:400%; | |||
height:100%; | |||
position:relative; | |||
-webkit-animation:slide 30s infinite; | |||
-moz-animation:slide 30s infinite; | |||
animation:slide 30s infinite; | |||
} | |||
.slider{ | |||
width:25%; | |||
height:100%; | |||
float:left; | |||
position:relative; | |||
z-index:1; | |||
overflow:hidden; | |||
} | |||
.slide img{ | |||
width:100%; | |||
height:100%; | |||
} | |||
/* Legend */ | |||
.legend{ | |||
border:500px solid transparent; | |||
border-left:800px solid rgba(52, 73, 94, .7); | |||
border-bottom:0; | |||
position:absolute; | |||
bottom:0; | |||
} | |||
/* Contents */ | |||
.content{ | |||
width:100%; | |||
height:100%; | |||
position:absolute; | |||
overflow:hidden; | |||
} | |||
.content-txt{ | |||
width:400px; | |||
height:150px; | |||
float:left; | |||
position:relative; | |||
top:300px; | |||
-webkit-animation:content-s 7.5s infinite; | |||
-moz-animation:content-s 7.5s infinite; | |||
animation:content-s 7.5s infinite; | |||
} | |||
.content-txt h1{ | |||
font-family:Arial; | |||
text-transform:uppercase; | |||
font-size:24px; | |||
color:#fff; | |||
text-align:left; | |||
margin-left:30px; | |||
padding-bottom:10px; | |||
} | |||
.content-txt h2{ | |||
font-family:arial; | |||
font-weight:normal; | |||
font-size:14px; | |||
font-style:italic; | |||
color:#fff; | |||
text-align:left; | |||
margin-left:30px; | |||
} | |||
/* Switch */ | |||
.switch{ | |||
width:120px; | |||
height:10px; | |||
position:absolute; | |||
bottom:50px; | |||
z-index:99; | |||
left:30px; | |||
} | |||
.switch > ul{ | |||
list-style:none; | |||
} | |||
.switch > ul > li{ | |||
width:10px; | |||
height:10px; | |||
border-radius:50%; | |||
background:#333; | |||
float:left; | |||
margin-right:5px; | |||
cursor:pointer; | |||
} | |||
.switch ul{ | |||
overflow:hidden; | |||
} | |||
.on{ | |||
width:100%; | |||
height:100%; | |||
border-radius:50%; | |||
background:#f39c12; | |||
position:relative; | |||
-webkit-animation:on 30s infinite; | |||
-moz-animation:on 30s infinite; | |||
animation:on 30s infinite; | |||
} | |||
/* Animation */ | |||
@-webkit-keyframes slide{ | |||
0%,100%{ | |||
margin-left:0%; | |||
} | |||
21%{ | |||
margin-left:0%; | |||
} | |||
25%{ | |||
margin-left:-100%; | |||
} | |||
46%{ | |||
margin-left:-100%; | |||
} | |||
50%{ | |||
margin-left:-200%; | |||
} | |||
71%{ | |||
margin-left:-200%; | |||
} | |||
75%{ | |||
margin-left:-300%; | |||
} | |||
96%{ | |||
margin-left:-300%; | |||
} | |||
} | |||
@-moz-keyframes slide{ | |||
0%,100%{ | |||
margin-left:0%; | |||
} | |||
21%{ | |||
margin-left:0%; | |||
} | |||
25%{ | |||
margin-left:-100%; | |||
} | |||
46%{ | |||
margin-left:-100%; | |||
} | |||
50%{ | |||
margin-left:-200%; | |||
} | |||
71%{ | |||
margin-left:-200%; | |||
} | |||
75%{ | |||
margin-left:-300%; | |||
} | |||
96%{ | |||
margin-left:-300%; | |||
} | |||
} | |||
@keyframes slide{ | |||
0%,100%{ | |||
margin-left:0%; | |||
} | |||
21%{ | |||
margin-left:0%; | |||
} | |||
25%{ | |||
margin-left:-100%; | |||
} | |||
46%{ | |||
margin-left:-100%; | |||
} | |||
50%{ | |||
margin-left:-200%; | |||
} | |||
71%{ | |||
margin-left:-200%; | |||
} | |||
75%{ | |||
margin-left:-300%; | |||
} | |||
96%{ | |||
margin-left:-300%; | |||
} | |||
} | |||
@-webkit-keyframes content-s{ | |||
0%{left:-420px;} | |||
10%{left:0px;} | |||
30%{left:0px;} | |||
40%{left:0px;} | |||
50%{left:0px;} | |||
60%{left:0px;} | |||
70%{left:0;} | |||
80%{left:-420px;} | |||
90%{left:-420px;} | |||
100%{left:-420px;} | |||
} | |||
@-moz-keyframes content-s{ | |||
0%{left:-420px;} | |||
10%{left:0px;} | |||
30%{left:0px;} | |||
40%{left:0px;} | |||
50%{left:0px;} | |||
60%{left:0px;} | |||
70%{left:0;} | |||
80%{left:-420px;} | |||
90%{left:-420px;} | |||
100%{left:-420px;} | |||
} | |||
@keyframes content-s{ | |||
0%{left:-420px;} | |||
10%{left:20px;} | |||
15%{left:0px;} | |||
30%{left:0px;} | |||
40%{left:0px;} | |||
50%{left:0px;} | |||
60%{left:0px;} | |||
70%{left:0;} | |||
80%{left:-420px;} | |||
90%{left:-420px;} | |||
100%{left:-420px;} | |||
} | |||
@-webkit-keyframes on{ | |||
0%,100%{ | |||
margin-left:0%; | |||
} | |||
21%{ | |||
margin-left:0%; | |||
} | |||
25%{ | |||
margin-left:15px; | |||
} | |||
46%{ | |||
margin-left:15px; | |||
} | |||
50%{ | |||
margin-left:30px; | |||
} | |||
71%{ | |||
margin-left:30px; | |||
} | |||
75%{ | |||
margin-left:45px; | |||
} | |||
96%{ | |||
margin-left:45px; | |||
} | |||
} | |||
@-moz-keyframes on{ | |||
0%,100%{ | |||
margin-left:0%; | |||
} | |||
21%{ | |||
margin-left:0%; | |||
} | |||
25%{ | |||
margin-left:15px; | |||
} | |||
46%{ | |||
margin-left:15px; | |||
} | |||
50%{ | |||
margin-left:30px; | |||
} | |||
71%{ | |||
margin-left:30px; | |||
} | |||
75%{ | |||
margin-left:45px; | |||
} | |||
96%{ | |||
margin-left:45px; | |||
} | |||
} | |||
@keyframes on{ | |||
0%,100%{ | |||
margin-left:0%; | |||
} | |||
21%{ | |||
margin-left:0%; | |||
} | |||
25%{ | |||
margin-left:15px; | |||
} | |||
46%{ | |||
margin-left:15px; | |||
} | |||
50%{ | |||
margin-left:30px; | |||
} | |||
71%{ | |||
margin-left:30px; | |||
} | |||
75%{ | |||
margin-left:45px; | |||
} | |||
96%{ | |||
margin-left:45px; | |||
} | |||
} | |||
/* main */ | |||
/* Reset */ | |||
a{text-decoration:none;color:inherit;} | |||
html{width:100%;height:100%;} | |||
/* Body */ | |||
body{ | |||
background:#fff; | |||
} | |||
/* Header */ | |||
header{ | |||
width:100%; | |||
height:80px; | |||
background:#222; | |||
} | |||
.logo{ | |||
width:50px; | |||
height:65px; | |||
position:relative; | |||
top:7.5px; | |||
float:left; | |||
margin-left:5%; | |||
} | |||
.logo img{ | |||
width:100%; | |||
height:100%; | |||
} | |||
nav{ | |||
width:auto; | |||
height:100%; | |||
float:right; | |||
margin-right:5%; | |||
list-style:none; | |||
} | |||
nav li{ | |||
width:auto; | |||
margin-right:20px; | |||
float:left; | |||
} | |||
nav li a{ | |||
font-family:Arial; | |||
font-size:16px; | |||
color:#fff; | |||
line-height:80px; | |||
} | |||
nav select{ | |||
width:150px; | |||
height:30px; | |||
margin-top:25px; | |||
font-family:Arial; | |||
font-size:14px; | |||
color:#666; | |||
border:2px solid #aaa; | |||
padding-left:10px; | |||
} | |||
nav select:focus{ | |||
outline:none; | |||
} | |||
/* Content */ | |||
.container{ | |||
width:70%; | |||
height:auto; | |||
padding:20px 0; | |||
margin:20px auto; | |||
} | |||
.container h1{ | |||
font-family:Arial; | |||
font-size:24px; | |||
color:#222; | |||
text-transform:uppercase; | |||
margin:20px 0; | |||
} | |||
.container h2{ | |||
font-family:arial; | |||
font-size:16px; | |||
color:#444; | |||
margin-top:10px; | |||
} | |||
.container h3{ | |||
font-family:arial; | |||
font-weight:normal; | |||
font-size:16px; | |||
color:#aaa; | |||
} | |||
.code{ | |||
width:600px; | |||
height:auto; | |||
margin:20px auto; | |||
padding:10px 20px; | |||
background:#222; | |||
border-left:10px solid #aaa; | |||
font-family: arial; | |||
font-size:16px; | |||
color:#fff; | |||
} | |||
.code span{ | |||
color:#89A978; | |||
} | |||
.space{ | |||
width:20px; | |||
height:1px; | |||
float:left; | |||
} | |||
footer{ | |||
width:100%; | |||
height:50px; | |||
background:#222; | |||
} | |||
footer h1{ | |||
font-family:Arial; | |||
font-weight:normal; | |||
font-size:14px; | |||
color:#fff; | |||
margin-left:5%; | |||
line-height:50px; | |||
} | |||
Revisión del 12:14 14 jun 2020
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/* SLIDER */
#slider{
width:100%;
height:500px;
position:relative;
overflow:hidden;
}
@keyframes load{
from{left:-100%;}
to{left:0;}
}
.slides{
width:400%;
height:100%;
position:relative;
-webkit-animation:slide 30s infinite;
-moz-animation:slide 30s infinite;
animation:slide 30s infinite;
}
.slider{
width:25%;
height:100%;
float:left;
position:relative;
z-index:1;
overflow:hidden;
}
.slide img{
width:100%;
height:100%;
}
/* Legend */
.legend{
border:500px solid transparent;
border-left:800px solid rgba(52, 73, 94, .7);
border-bottom:0;
position:absolute;
bottom:0;
}
/* Contents */
.content{
width:100%;
height:100%;
position:absolute;
overflow:hidden;
}
.content-txt{
width:400px;
height:150px;
float:left;
position:relative;
top:300px;
-webkit-animation:content-s 7.5s infinite;
-moz-animation:content-s 7.5s infinite;
animation:content-s 7.5s infinite;
}
.content-txt h1{
font-family:Arial;
text-transform:uppercase;
font-size:24px;
color:#fff;
text-align:left;
margin-left:30px;
padding-bottom:10px;
}
.content-txt h2{
font-family:arial;
font-weight:normal;
font-size:14px;
font-style:italic;
color:#fff;
text-align:left;
margin-left:30px;
}
/* Switch */
.switch{
width:120px;
height:10px;
position:absolute;
bottom:50px;
z-index:99;
left:30px;
}
.switch > ul{
list-style:none;
}
.switch > ul > li{
width:10px;
height:10px;
border-radius:50%;
background:#333;
float:left;
margin-right:5px;
cursor:pointer;
}
.switch ul{
overflow:hidden;
}
.on{
width:100%;
height:100%;
border-radius:50%;
background:#f39c12;
position:relative;
-webkit-animation:on 30s infinite;
-moz-animation:on 30s infinite;
animation:on 30s infinite;
}
/* Animation */
@-webkit-keyframes slide{
0%,100%{
margin-left:0%;
}
21%{
margin-left:0%;
}
25%{
margin-left:-100%;
}
46%{
margin-left:-100%;
}
50%{
margin-left:-200%;
}
71%{
margin-left:-200%;
}
75%{
margin-left:-300%;
}
96%{
margin-left:-300%;
}
}
@-moz-keyframes slide{
0%,100%{
margin-left:0%;
}
21%{
margin-left:0%;
}
25%{
margin-left:-100%;
}
46%{
margin-left:-100%;
}
50%{
margin-left:-200%;
}
71%{
margin-left:-200%;
}
75%{
margin-left:-300%;
}
96%{
margin-left:-300%;
}
}
@keyframes slide{
0%,100%{
margin-left:0%;
}
21%{
margin-left:0%;
}
25%{
margin-left:-100%;
}
46%{
margin-left:-100%;
}
50%{
margin-left:-200%;
}
71%{
margin-left:-200%;
}
75%{
margin-left:-300%;
}
96%{
margin-left:-300%;
}
}
@-webkit-keyframes content-s{
0%{left:-420px;}
10%{left:0px;}
30%{left:0px;}
40%{left:0px;}
50%{left:0px;}
60%{left:0px;}
70%{left:0;}
80%{left:-420px;}
90%{left:-420px;}
100%{left:-420px;}
}
@-moz-keyframes content-s{
0%{left:-420px;}
10%{left:0px;}
30%{left:0px;}
40%{left:0px;}
50%{left:0px;}
60%{left:0px;}
70%{left:0;}
80%{left:-420px;}
90%{left:-420px;}
100%{left:-420px;}
}
@keyframes content-s{
0%{left:-420px;}
10%{left:20px;}
15%{left:0px;}
30%{left:0px;}
40%{left:0px;}
50%{left:0px;}
60%{left:0px;}
70%{left:0;}
80%{left:-420px;}
90%{left:-420px;}
100%{left:-420px;}
}
@-webkit-keyframes on{
0%,100%{
margin-left:0%;
}
21%{
margin-left:0%;
}
25%{
margin-left:15px;
}
46%{
margin-left:15px;
}
50%{
margin-left:30px;
}
71%{
margin-left:30px;
}
75%{
margin-left:45px;
}
96%{
margin-left:45px;
}
}
@-moz-keyframes on{
0%,100%{
margin-left:0%;
}
21%{
margin-left:0%;
}
25%{
margin-left:15px;
}
46%{
margin-left:15px;
}
50%{
margin-left:30px;
}
71%{
margin-left:30px;
}
75%{
margin-left:45px;
}
96%{
margin-left:45px;
}
}
@keyframes on{
0%,100%{
margin-left:0%;
}
21%{
margin-left:0%;
}
25%{
margin-left:15px;
}
46%{
margin-left:15px;
}
50%{
margin-left:30px;
}
71%{
margin-left:30px;
}
75%{
margin-left:45px;
}
96%{
margin-left:45px;
}
}
/* main */
/* Reset */
a{text-decoration:none;color:inherit;}
html{width:100%;height:100%;}
/* Body */
body{
background:#fff;
}
/* Header */
header{
width:100%;
height:80px;
background:#222;
}
.logo{
width:50px;
height:65px;
position:relative;
top:7.5px;
float:left;
margin-left:5%;
}
.logo img{
width:100%;
height:100%;
}
nav{
width:auto;
height:100%;
float:right;
margin-right:5%;
list-style:none;
}
nav li{
width:auto;
margin-right:20px;
float:left;
}
nav li a{
font-family:Arial;
font-size:16px;
color:#fff;
line-height:80px;
}
nav select{
width:150px;
height:30px;
margin-top:25px;
font-family:Arial;
font-size:14px;
color:#666;
border:2px solid #aaa;
padding-left:10px;
}
nav select:focus{
outline:none;
}
/* Content */
.container{
width:70%;
height:auto;
padding:20px 0;
margin:20px auto;
}
.container h1{
font-family:Arial;
font-size:24px;
color:#222;
text-transform:uppercase;
margin:20px 0;
}
.container h2{
font-family:arial;
font-size:16px;
color:#444;
margin-top:10px;
}
.container h3{
font-family:arial;
font-weight:normal;
font-size:16px;
color:#aaa;
}
.code{
width:600px;
height:auto;
margin:20px auto;
padding:10px 20px;
background:#222;
border-left:10px solid #aaa;
font-family: arial;
font-size:16px;
color:#fff;
}
.code span{
color:#89A978;
}
.space{
width:20px;
height:1px;
float:left;
}
footer{
width:100%;
height:50px;
background:#222;
}
footer h1{
font-family:Arial;
font-weight:normal;
font-size:14px;
color:#fff;
margin-left:5%;
line-height:50px;
}
/* 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;
}
}