historia-de-zainab/css/home.less

183 lines
3.1 KiB
Text
Raw Normal View History

2017-09-25 14:03:53 +02:00
// out: css/home.css, sourcemap: true, compress: true
2017-09-27 13:39:45 +02:00
p {
2017-09-25 14:03:53 +02:00
font-size: 12px;
}
2017-09-29 11:53:26 +02:00
#portada{
width: 100%;
height:100%;
}
2017-09-25 14:03:53 +02:00
.cd-horizontal-timeline .events-content {
2017-09-27 13:39:45 +02:00
position: relative;
2017-09-25 14:03:53 +02:00
}
2017-09-27 13:39:45 +02:00
2017-09-25 14:03:53 +02:00
.cd-horizontal-timeline .events-content li {
2017-09-27 13:39:45 +02:00
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;
2017-09-25 14:03:53 +02:00
}
2017-09-27 13:39:45 +02:00
2017-09-25 14:03:53 +02:00
.cd-horizontal-timeline .events-content li.selected {
2017-09-27 13:39:45 +02:00
/* visible event content */
position: relative;
z-index: 2;
opacity: 1;
transform: translateX(0);
2017-09-25 14:03:53 +02:00
}
2017-09-27 13:39:45 +02:00
div.section-container {
2017-09-28 15:21:25 +02:00
background: white;
2017-09-25 14:03:53 +02:00
}
2017-09-27 13:39:45 +02:00
.cd-timeline-navigation{
padding:0px;
margin:0px;
text-align: left;
align:left;
}
#timeline {
2017-09-25 14:03:53 +02:00
z-index: 10;
position: absolute;
2017-09-27 13:39:45 +02:00
bottom: 0;
left: 0;
2017-09-29 22:11:44 +02:00
/*height: 100px;*/
2017-09-27 13:39:45 +02:00
width: 100%;
text-align: left;
2017-09-27 14:08:54 +02:00
background-color: white;
2017-09-29 11:53:26 +02:00
display: none;
2017-09-27 13:39:45 +02:00
li {
display: inline-block;
width: 13.9%;
margin: 0px;
padding: 0px;
text-align: left;
line-height: auto;
2017-09-25 14:03:53 +02:00
}
2017-09-27 13:39:45 +02:00
a {
2017-09-27 14:08:54 +02:00
background-color: transparent;
2017-09-27 13:39:45 +02:00
text-align: left;
line-height: auto;
2017-09-25 14:03:53 +02:00
}
2017-09-27 13:39:45 +02:00
/*a.active{
2017-09-25 14:03:53 +02:00
background-color:orange;
2017-09-27 13:39:45 +02:00
}*/
img {
width:103%;
2017-09-27 13:10:46 +02:00
opacity: 0.2;
transition: all 1s;
}
2017-09-27 13:39:45 +02:00
a.active img.img-menu {
2017-09-27 13:10:46 +02:00
opacity: 1;
}
2017-09-25 14:03:53 +02:00
}
2017-09-27 13:39:45 +02:00
div.menu-content {
2017-09-25 14:03:53 +02:00
height: 100vh;
background-color: white;
2017-10-13 14:11:31 +02:00
font-size: 14px;
2017-09-29 21:01:11 +02:00
line-height: 1.3em;
2017-09-29 12:21:38 +02:00
/*padding-left: 50px;
padding-right: 70px;*/
2017-09-25 14:03:53 +02:00
}
2017-09-27 13:39:45 +02:00
div.extra-btn-container {
2017-09-25 14:03:53 +02:00
position: absolute;
2017-09-28 15:21:25 +02:00
left: -50px;
2017-10-23 21:01:07 +02:00
top: 20px;
2017-09-28 15:21:25 +02:00
width: 100px;
height: 100px;
2017-09-25 14:03:53 +02:00
}
2017-10-23 20:23:19 +02:00
div.extra-btn-container2 {
position: absolute;
left: -50px;
2017-10-23 21:01:07 +02:00
top: 120px;
2017-10-23 20:23:19 +02:00
width: 100px;
height: 100px;
}
div.extra-btn-container3 {
position: absolute;
left: -50px;
2017-10-23 21:01:07 +02:00
top: 220px;
2017-10-23 20:23:19 +02:00
width: 100px;
height: 100px;
}
2017-09-29 13:52:12 +02:00
.carousel-btn{
padding: 0px;
li{
list-style: none;
}
a{
font-family: 'Londrina Solid', cursive;
2017-11-07 11:14:07 +01:00
2017-09-29 13:52:12 +02:00
}
a.active{
background-color:#da222b;
color:white;
}
a.active:hover,a.active:active, a.active:visited {
background-color:#da222b;
color:white;
}
2017-09-29 20:04:06 +02:00
2017-09-29 13:52:12 +02:00
}
2017-09-27 13:39:45 +02:00
a.btn-circle {
2017-09-25 14:03:53 +02:00
border-radius: 40px;
}
2017-09-25 15:15:33 +02:00
2017-09-27 13:39:45 +02:00
.map-popover {
2017-09-25 15:15:33 +02:00
display: none;
}
2017-09-29 20:30:37 +02:00
.referencias-popover{
width:90%;
height:80%;
}
2017-09-28 13:44:31 +02:00
div.section-left{
2017-09-29 20:30:37 +02:00
background-color: #ededed;
2017-10-13 14:11:31 +02:00
min-height: 100vh;
2017-09-28 13:44:31 +02:00
}
2017-09-26 14:01:06 +02:00
2017-09-28 13:44:31 +02:00
a.switchMode{
display: block;
2017-09-28 15:21:25 +02:00
max-height: 150px;
2017-09-28 13:44:31 +02:00
}
2017-09-27 13:39:45 +02:00
div.section-inner-content {
2017-09-28 13:44:31 +02:00
text-align:right;
2017-09-29 21:01:11 +02:00
div.story-content {
2017-09-29 22:11:44 +02:00
background-size: contain;
2017-10-13 14:11:31 +02:00
background-position: center 5px;
2017-09-29 22:11:44 +02:00
background-repeat: no-repeat;
2017-09-29 21:01:11 +02:00
}
div.data-content {
2017-09-29 22:11:44 +02:00
background-size: contain;
2017-10-13 14:11:31 +02:00
background-position: center 5px;
2017-09-29 22:11:44 +02:00
background-repeat: no-repeat;
2017-09-29 21:01:11 +02:00
}
2017-09-26 14:01:06 +02:00
}
2017-09-29 20:30:37 +02:00
a.referencias{
text-decoration: none;
border-bottom: dotted 1px ;
color: #da222b;
&:hover{
color:#fa222b
}
display: inline-block;
margin-bottom: 3em;
}
2017-09-29 20:04:06 +02:00
.menu-story-inner, .menu-data-inner{
padding-top:2em;
padding-bottom:2em;
}