--- a/client/app/slideshow/slideshow.css Fri May 29 13:38:24 2015 +0200
+++ b/client/app/slideshow/slideshow.css Tue Jun 02 09:46:30 2015 +0200
@@ -1,6 +1,50 @@
.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;
@@ -13,38 +57,42 @@
}
.carousel-control {
- width: 3%;
-}
-
-.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
- right: 2%;
+ width: 0;
+ cursor: pointer;
+ color:#6e6e6e;
+ opacity:1;
}
-.carousel-holder img{
- max-height: 500px;
- max-width: 100%;
-}
-
-.original-text {
- font-style: italic;
+.insight{
+ overflow-x: auto;
+ white-space: nowrap;
+ height: 125px;
+ margin: 0 15px;
}
-textarea.form-control {
- height: 140px;
+.insight .item {
+ cursor: pointer;
+ display: inline-block;
+ position:relative;
+ height: 115px;
+ width: 13%;
+ padding: 0;
+ margin: 0 5px;
+ border: 1px solid #cdcdcd;
+ overflow: hidden;
}
-
-ul.insight{
- overflow-x: hidden;
- overflow-y: scroll;
- height: 170px;
+.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%);
}
-ul.insight li {
- display: block;
+.insight .item .img-landscape {
height: 100%;
-}
-
-ul.insight li img{
- height: 100%;
- width: 100%;
+ width: auto;
}
\ No newline at end of file