historia-de-zainab/css/home.less

231 lines
4.6 KiB
Text
Raw Normal View History

2017-09-25 14:03:53 +02:00
// out: css/home.css, sourcemap: true, compress: true
2017-11-08 13:08:21 +01:00
@media (min-width: 900px) {
p {
font-size: 12px;
}
2017-09-27 13:39:45 +02:00
2017-11-08 13:08:21 +01:00
#portada{
width: 100%;
height:100%;
2017-09-27 13:39:45 +02:00
2017-11-08 13:08:21 +01:00
}
2017-11-14 01:41:11 +01:00
#equipo-row{
font-family: 'Londrina Solid', cursive;
color:black;
background-color: #AF9F7B; padding: 1em;
margin-left:-15px;
margin-right:-15px;
text-align: center;
font-weight: normal;
span{
font-weight: bold;
}
}
2017-11-08 13:08:21 +01:00
.cd-horizontal-timeline .events-content {
position: relative;
}
2017-09-27 13:39:45 +02:00
2017-11-08 13:08:21 +01:00
.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;
}
2017-09-25 14:03:53 +02:00
2017-11-08 13:08:21 +01:00
.cd-horizontal-timeline .events-content li.selected {
/* 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
2017-11-08 13:08:21 +01:00
div.section-container {
background: white;
}
.cd-timeline-navigation{
padding:0px;
margin:0px;
2017-09-27 13:39:45 +02:00
text-align: left;
2017-11-08 13:08:21 +01:00
align:left;
2017-09-25 14:03:53 +02:00
}
2017-11-08 13:08:21 +01:00
#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;
}
2017-09-27 13:10:46 +02:00
}
2017-09-27 13:39:45 +02:00
2017-11-08 13:08:21 +01:00
div.menu-content {
height: 100vh;
background-color: white;
font-size: 14px;
line-height: 1.3em;
/*padding-left: 50px;
padding-right: 70px;*/
2017-09-27 13:10:46 +02:00
}
2017-09-25 14:03:53 +02:00
2017-11-08 13:08:21 +01:00
div.extra-btn-container {
position: absolute;
left: -35px;
top: 20px;
width: 100px;
height: 100px;
}
div.extra-btn-container a{
font-family: 'Londrina Solid', cursive;
color:black;
margin-bottom: 20px;
display: block;
}
2017-09-25 14:03:53 +02:00
2017-11-08 13:08:21 +01:00
div.extra-btn-container2 {
position: absolute;
left: -50px;
top: 120px;
width: 100px;
height: 100px;
}
2017-09-25 14:03:53 +02:00
2017-11-08 13:08:21 +01:00
div.extra-btn-container3 {
position: absolute;
left: -50px;
top: 220px;
width: 100px;
height: 100px;
}
2017-10-23 20:23:19 +02:00
2017-11-08 13:08:21 +01:00
.carousel-btn{
padding: 0px;
li{
list-style: none;
}
a{
font-family: 'Londrina Solid', cursive;
}
a.active{
background-color:#da222b;
color:white;
}
a.active:hover,a.active:active, a.active:visited {
background-color:#da222b;
color:white;
}
2017-10-23 20:23:19 +02:00
2017-09-29 13:52:12 +02:00
}
2017-11-08 13:08:21 +01:00
a.btn-circle {
border-radius: 40px;
}
2017-11-07 11:14:07 +01:00
2017-11-08 13:08:21 +01:00
.map-popover {
display: none;
2017-09-29 13:52:12 +02:00
}
2017-11-08 13:08:21 +01:00
.referencias-popover{
width:90%;
height:80%;
2017-09-29 13:52:12 +02:00
}
2017-11-08 13:08:21 +01:00
div.section-left{
background-color: #ededed;
min-height: 100vh;
2017-09-29 13:52:12 +02:00
}
2017-09-29 20:04:06 +02:00
2017-11-08 13:08:21 +01:00
a.switchMode{
display: block;
max-height: 150px;
}
2017-09-25 15:15:33 +02:00
2017-11-08 13:08:21 +01:00
div.section-inner-content {
text-align:right;
div.story-content {
background-size: contain;
background-position: center 5px;
background-repeat: no-repeat;
}
div.data-content {
background-size: contain;
background-position: center 5px;
background-repeat: no-repeat;
}
}
a.referencias{
text-decoration: none;
border-bottom: dotted 1px ;
color: #da222b;
&:hover{
color:#fa222b
}
display: inline-block;
margin-bottom: 3em;
}
2017-09-26 14:01:06 +02:00
2017-11-08 13:08:21 +01:00
.menu-story-inner, .menu-data-inner{
padding-top:2em;
padding-bottom:2em;
2017-09-29 21:01:11 +02:00
}
2017-09-29 20:04:06 +02:00
}
2017-11-14 01:41:11 +01:00
ul.share-buttons{
display: inline-block;
list-style: none;
padding: 0;
text-align: center;
}
ul.share-buttons img{
max-width: 28px;
margin-left:50px;
}
ul.share-buttons li{
display: inline;
}
ul.share-buttons .sr-only{
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}