2017-10-13 14:11:31 +02:00
|
|
|
// out: css/mobile.css, sourcemap: true, compress: true
|
2017-11-06 12:53:02 +01:00
|
|
|
@rojo: #da222b;
|
|
|
|
|
|
|
|
body{
|
|
|
|
background-color: #EEEDED;
|
|
|
|
}
|
2017-11-08 13:08:21 +01:00
|
|
|
|
|
|
|
@media (max-width: 899px) {
|
2017-11-06 12:53:02 +01:00
|
|
|
#main-content{
|
|
|
|
margin-bottom: 80px;
|
|
|
|
}
|
2017-11-07 11:14:07 +01:00
|
|
|
|
|
|
|
img.full-width-img{
|
|
|
|
margin-left:-15px;
|
|
|
|
margin-right:-15px;
|
|
|
|
max-width: none;
|
|
|
|
width: 100vw;
|
|
|
|
}
|
2017-11-08 13:08:21 +01:00
|
|
|
a.referencias{
|
|
|
|
text-decoration: none;
|
|
|
|
border-bottom: dotted 1px ;
|
|
|
|
color: #da222b;
|
|
|
|
&:hover{
|
|
|
|
color:#fa222b
|
|
|
|
}
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 3em;
|
|
|
|
}
|
2017-11-06 12:53:02 +01:00
|
|
|
.navbar-default{
|
|
|
|
background-color: #EEEDED;
|
|
|
|
border: none;
|
|
|
|
a.navbar-brand-custom{
|
|
|
|
font-family: 'Londrina Solid', cursive;
|
|
|
|
color:#000;
|
|
|
|
font-size: 18px;
|
|
|
|
padding: 0px;
|
|
|
|
padding-top:10px;
|
|
|
|
display: inline-block;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
.chapter-name{
|
|
|
|
font-family: 'Londrina Solid', cursive;
|
|
|
|
color:@rojo;
|
|
|
|
font-size: 17px;
|
2017-12-06 01:40:08 +01:00
|
|
|
@media (min-width:768px) {
|
|
|
|
margin-left:6px;
|
|
|
|
margin-right:6px;
|
|
|
|
}
|
2017-11-06 12:53:02 +01:00
|
|
|
}
|
2017-12-06 01:40:08 +01:00
|
|
|
|
2017-11-06 12:53:02 +01:00
|
|
|
}
|
|
|
|
.link-menu{
|
|
|
|
text-align: center;
|
|
|
|
font-family: 'Londrina Solid', cursive;
|
|
|
|
text-decoration: none;
|
|
|
|
color:black;
|
|
|
|
display: inline-block;
|
|
|
|
&:active, &.active{
|
|
|
|
color:@rojo;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
&:hover{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-10-13 14:11:31 +02:00
|
|
|
ul.menu{
|
|
|
|
li{
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
2017-10-13 14:17:40 +02:00
|
|
|
.section{
|
|
|
|
padding-top:70px;
|
2017-10-13 14:11:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.img-menu{
|
|
|
|
height: 60px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2017-11-06 12:53:02 +01:00
|
|
|
|
|
|
|
#story-text, #map-text{
|
|
|
|
margin-top:1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.nopadding {
|
|
|
|
padding: 0 !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
#cover-btn{
|
|
|
|
text-align: center;
|
|
|
|
padding:0px;
|
|
|
|
background: #383E4E;
|
|
|
|
color:white;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
#cover-creditos{
|
|
|
|
background-color: #AF9F7B;
|
|
|
|
padding:15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cover-social{
|
|
|
|
background-color: #fff;
|
|
|
|
padding:15px;
|
|
|
|
border-top: 1px solid black;
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
}
|
|
|
|
#cover-footer{
|
|
|
|
padding: 0px;
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
padding-top:15px;
|
|
|
|
padding-bottom:15px;
|
|
|
|
height:auto;
|
|
|
|
background-color: #fff;
|
|
|
|
min-height: 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cover-agradecimientos {
|
|
|
|
background-color: #fff;
|
|
|
|
padding-top:10px;
|
|
|
|
padding-bottom: 30px;
|
|
|
|
font-size: 12px;
|
|
|
|
h4{
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a.move-link{
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
.circle {
|
|
|
|
background: @rojo;
|
|
|
|
border-radius: 0.8em;
|
|
|
|
-moz-border-radius: 0.8em;
|
|
|
|
-webkit-border-radius: 0.8em;
|
|
|
|
color: #ffffff;
|
|
|
|
display: inline-block;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1.6em;
|
|
|
|
margin-right: 5px;
|
|
|
|
text-align: center;
|
|
|
|
width: 1.6em;
|
|
|
|
}
|
|
|
|
&.next{
|
2017-12-06 01:40:08 +01:00
|
|
|
//float:right;
|
2017-11-06 12:53:02 +01:00
|
|
|
}
|
|
|
|
&.prev{
|
2017-12-06 01:40:08 +01:00
|
|
|
// float:left;
|
2017-11-06 12:53:02 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
/******* SHARING BUTTONS ***/
|
|
|
|
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;
|
|
|
|
}
|
2017-11-07 11:14:07 +01:00
|
|
|
|
|
|
|
|
|
|
|
/*******/
|
|
|
|
.carousel-btn{
|
|
|
|
padding: 0px;
|
|
|
|
li{
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
a{
|
|
|
|
font-family: 'Londrina Solid', cursive;
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 4px 8px;
|
|
|
|
}
|
|
|
|
a.active{
|
|
|
|
background-color:#da222b;
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
a.active:hover,a.active:active, a.active:visited {
|
|
|
|
background-color:#da222b;
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2017-11-08 13:08:21 +01:00
|
|
|
|
|
|
|
}
|