historia-de-zainab/css/home.less
2017-09-29 12:21:38 +02:00

118 lines
1.9 KiB
Text

// out: css/home.css, sourcemap: true, compress: true
p {
font-size: 12px;
}
#portada{
width: 100%;
height:100%;
}
.cd-horizontal-timeline .events-content {
position: relative;
}
.cd-horizontal-timeline .events-content li {
position: absolute;
z-index: 1;
width: 100%;
left: 0;
top: 0;
transform: translateX(-100%);
opacity: 0;
animation-duration: 0.4s;
animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
/* visible event content */
position: relative;
z-index: 2;
opacity: 1;
transform: translateX(0);
}
div.section-container {
background: white;
}
.cd-timeline-navigation{
padding:0px;
margin:0px;
text-align: left;
align:left;
}
#timeline {
z-index: 10;
position: absolute;
bottom: 0;
left: 0;
height: 100px;
width: 100%;
text-align: left;
background-color: white;
display: none;
li {
display: inline-block;
width: 13.9%;
margin: 0px;
padding: 0px;
text-align: left;
line-height: auto;
}
a {
background-color: transparent;
text-align: left;
line-height: auto;
}
/*a.active{
background-color:orange;
}*/
img {
width:103%;
opacity: 0.2;
transition: all 1s;
}
a.active img.img-menu {
opacity: 1;
}
}
div.menu-content {
height: 100vh;
background-color: white;
/*padding-left: 50px;
padding-right: 70px;*/
}
div.extra-btn-container {
position: absolute;
left: -50px;
top: 20px;
width: 100px;
height: 100px;
}
a.btn-circle {
border-radius: 40px;
}
.map-popover {
display: none;
}
div.section-left{
background-color: #ededed;
}
a.switchMode{
display: block;
max-height: 150px;
}
div.section-inner-content {
text-align:right;
div.story-content {}
div.data-content {}
}