- Tarea #901 -> PDF's con carta de los restaurantes - Tarea #901 -> Arreglos git-svn-id: https://192.168.0.254/svn/Proyectos.LaManoDePablo_Web/trunk@30 1f125104-cfba-1d4b-a82f-f72e3caf8177
135 lines
2.4 KiB
CSS
135 lines
2.4 KiB
CSS
/* The Nivo Slider styles */
|
|
.nivoSlider {
|
|
position:relative;
|
|
float:right;
|
|
}
|
|
.nivoSlider img {
|
|
position:absolute;
|
|
top:0px;
|
|
left:0px;
|
|
}
|
|
|
|
.slider-wrapper {
|
|
width:100%;
|
|
height:384px;
|
|
background:url(../images/bg_slider.jpg) 0 0 no-repeat;
|
|
position:relative;
|
|
overflow:hidden;
|
|
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
|
|
-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
|
|
-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
|
|
margin-bottom:35px;
|
|
}
|
|
|
|
/* If an image is wrapped in a link */
|
|
.nivoSlider a.nivo-imageLink {
|
|
position:absolute;
|
|
top:0px;
|
|
left:0px;
|
|
width:100%;
|
|
height:100%;
|
|
border:0;
|
|
padding:0;
|
|
margin:0;
|
|
z-index:6;
|
|
display:none;
|
|
}
|
|
/* The slices and boxes in the Slider */
|
|
.nivo-slice {
|
|
display:block;
|
|
position:absolute;
|
|
z-index:5;
|
|
height:100%;
|
|
}
|
|
.nivo-box {
|
|
display:block;
|
|
position:absolute;
|
|
z-index:5;
|
|
}
|
|
/* Caption styles */
|
|
.nivo-caption {
|
|
text-align: center;
|
|
position:absolute;
|
|
left:-305px;
|
|
top:0px;
|
|
opacity:1; /* Overridden by captionOpacity setting */
|
|
width:271px;
|
|
z-index:8;
|
|
}
|
|
.nivo-caption em {
|
|
background:url(../images/quot2.png) bottom right no-repeat;
|
|
text-align: center;
|
|
display:block;
|
|
color:#6c5f5b;
|
|
padding-bottom:2px;
|
|
}
|
|
|
|
.nivo-caption em span {
|
|
background:url(../images/quot1.png) no-repeat;
|
|
width: 20px;
|
|
height: 20px;
|
|
display: block;
|
|
float: left;
|
|
}
|
|
.nivo-caption a {
|
|
display:inline !important;
|
|
}
|
|
|
|
.nivo-caption strong {
|
|
font-family: 'Forum', cursive;
|
|
font-size:52px;
|
|
color:#bf0f0a;
|
|
display:block;
|
|
line-height:1.2em;
|
|
text-transform:uppercase;
|
|
padding:55px 0 0 0;
|
|
letter-spacing:-2px;
|
|
text-align: center;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.nivo-caption strong span {
|
|
display:block;
|
|
margin-top:-16px
|
|
}
|
|
|
|
.nivo-caption b {
|
|
font-family: 'Forum', cursive;
|
|
font-weight: normal;
|
|
display:block;
|
|
font-size:27px;
|
|
color:#312826;
|
|
text-transform:uppercase;
|
|
padding:0 0 23px 0;
|
|
line-height:1.2em;
|
|
letter-spacing:-1px;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
|
|
.nivo-html-caption {
|
|
display:none;
|
|
}
|
|
/* Direction nav styles (e.g. Next & Prev) */
|
|
.nivo-directionNav a {
|
|
position:absolute;
|
|
top:45%;
|
|
z-index:9;
|
|
cursor:pointer;
|
|
}
|
|
.nivo-prevNav {
|
|
left:0px;
|
|
}
|
|
.nivo-nextNav {
|
|
right:0px;
|
|
}
|
|
/* Control nav styles (e.g. 1,2,3...) */
|
|
.nivo-controlNav a {
|
|
position:relative;
|
|
z-index:9;
|
|
cursor:pointer;
|
|
}
|
|
.nivo-controlNav a.active {
|
|
font-weight:bold;
|
|
} |