Sin resumen de edición |
Sin resumen de edición |
||
Línea 3: | Línea 3: | ||
/* SLIDER */ | /* SLIDER */ | ||
# | #SliderView { | ||
width: | background: #ebebeb82; | ||
height: | width: 90%; | ||
position:relative; | margin: 15px auto; | ||
overflow:hidden; | height: auto; | ||
position: relative; | |||
overflow: hidden; | |||
-webkit-user-select: none; | |||
-moz-user-select: none; | |||
-ms-user-select: none; | |||
-o-user-select: none; | |||
user-select: none; | |||
text-align: center; | |||
} | } | ||
#SliderWrapper { | |||
position: relative; | |||
-webkit-transition: 1s; | |||
-o-transition: 1s; | |||
transition: 1s; | |||
-webkit-transition-timing-function: cubic-bezier(.67,.01,.23,1); | |||
-o-transition-timing-function: cubic-bezier(.67,.01,.23,1); | |||
transition-timing-function: cubic-bezier(.67,.01,.23,1); | |||
} | } | ||
#SliderWrapper, #SliderWrapper ul, #SliderWrapper li, #NavBtns, #NavBtns ul { | |||
margin: 0px; | |||
padding: 0px; | |||
} | } | ||
. | |||
.Sld { | |||
height: | height: auto; | ||
list-style: none; | |||
display: inline; | |||
float: left; | |||
} | } | ||
. | |||
width | .SlideIMG { | ||
width: 100%; | |||
} | } | ||
. | |||
width:100%; | .SlideIMG img { | ||
height:100%; | display: block; | ||
max-width: 100%; | |||
height: auto; | |||
min-width: 100%; | |||
min-height: 100%; | |||
position: relative; | |||
} | } | ||
width: | #NavBtns { | ||
height:100%; | position: absolute; | ||
display: block; | |||
width: auto; | |||
height: 100%; | |||
} | } | ||
. | |||
width: | .NavBtn { | ||
height: | position: relative; | ||
display: block; | |||
top: 0px; | |||
width: auto; | |||
height: auto; | |||
list-style: none; | |||
margin: 0px; | |||
background: transparent; | |||
text-align: right; | |||
font-family: Clash; | |||
} | } | ||
.nmRight { | |||
. | height: 100%; | ||
right: 0px; | |||
background: linear-gradient(to left, rgb(23, 23, 23), transparent); | |||
} | } | ||
.nmRight li { | |||
list-style: none; | |||
. | padding: 10px 10px 10px 100px; | ||
} | } | ||
. | .nmRight li:hover { | ||
cursor: pointer; | |||
background: linear-gradient(to left, #ffffff 0%,#ffffff 47%,#ffffff00 100%); | |||
} | } | ||
. | |||
.nbActiveRight { | |||
background: linear-gradient(to left, #ffffff 0%,#ffffff 47%,#ffffff00 100%); | |||
} | } | ||
. | |||
.NavBtn:hover { | |||
color:white; | |||
} | } | ||
.sl_info { | |||
. | position: relative; | ||
top: -25px; | |||
width: 100%; | |||
text-align: left; | |||
background: rgba(0, 0, 0, 0.8); | |||
color: white; | |||
padding: 10px; | |||
margin: -25px 0px -25px 0px; | |||
} | } | ||
Revisión del 13:06 13 jun 2020
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/* SLIDER */
#SliderView {
background: #ebebeb82;
width: 90%;
margin: 15px auto;
height: auto;
position: relative;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
text-align: center;
}
#SliderWrapper {
position: relative;
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
-webkit-transition-timing-function: cubic-bezier(.67,.01,.23,1);
-o-transition-timing-function: cubic-bezier(.67,.01,.23,1);
transition-timing-function: cubic-bezier(.67,.01,.23,1);
}
#SliderWrapper, #SliderWrapper ul, #SliderWrapper li, #NavBtns, #NavBtns ul {
margin: 0px;
padding: 0px;
}
.Sld {
height: auto;
list-style: none;
display: inline;
float: left;
}
.SlideIMG {
width: 100%;
}
.SlideIMG img {
display: block;
max-width: 100%;
height: auto;
min-width: 100%;
min-height: 100%;
position: relative;
}
#NavBtns {
position: absolute;
display: block;
width: auto;
height: 100%;
}
.NavBtn {
position: relative;
display: block;
top: 0px;
width: auto;
height: auto;
list-style: none;
margin: 0px;
background: transparent;
text-align: right;
font-family: Clash;
}
.nmRight {
height: 100%;
right: 0px;
background: linear-gradient(to left, rgb(23, 23, 23), transparent);
}
.nmRight li {
list-style: none;
padding: 10px 10px 10px 100px;
}
.nmRight li:hover {
cursor: pointer;
background: linear-gradient(to left, #ffffff 0%,#ffffff 47%,#ffffff00 100%);
}
.nbActiveRight {
background: linear-gradient(to left, #ffffff 0%,#ffffff 47%,#ffffff00 100%);
}
.NavBtn:hover {
color:white;
}
.sl_info {
position: relative;
top: -25px;
width: 100%;
text-align: left;
background: rgba(0, 0, 0, 0.8);
color: white;
padding: 10px;
margin: -25px 0px -25px 0px;
}
/* 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;
}
}