client/app/slideshow/slideshow.css
author rougeronj
Wed, 10 Jun 2015 15:45:21 +0200
changeset 158 8b4c073a7c2c
parent 106 cb13a9009bf5
child 178 a3e1106b6f96
permissions -rw-r--r--
increment version

.slideshow{
    margin-top:-20px;
}

/* .slide-title{ */
/*     display: block; */
    
/* } */
.slideshow-content{
    margin-bottom : 15px;
    height: 465px;
}

.slideshow-content .media{
    border: 1px solid #a8a8a8;  
}

.slideshow-content .caption{
    border-top: 1px solid #a8a8a8;
    color: #000;
    position: static;
    text-shadow: none;
    text-align: left;
    overflow: scroll;
    height: 100%
}
}
.slideshow-title .book{
    font-size: 15px;
}
.slideshow-title h1 {
    display: inline-block;
    padding:0 15px;
}
.slideshow-title p{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: right;
}
.slideshow-title .author{
    font-size: 15px;
}
.slideshow-title .count{
    font-size: 15px;
}

.carousel-caption {
    color: #000;
    position: static;
    text-shadow: none;
    text-align: left;
}

.carousel-indicators {
    display: none;
}

.carousel-control {
    width: 0;
    cursor: pointer;
    color:#6e6e6e;
    opacity:1;
}

.insight{
    overflow-x: auto;
    white-space: nowrap;
    height: 125px;
    margin: 0 15px; 
}

.insight .item {
    cursor: pointer;
    display: inline-block;
    position:relative;
    height: 115px;
    width: 13%;
    padding: 0;
    margin: 0 5px;
    border: 1px solid #cdcdcd;
    overflow: hidden;
}
.insight .item img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 101%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.insight .item .img-landscape {
    height: 100%;
    width: auto;
}