Warning, /webapps/ocs-server/plasmastore/css/responsive_preview is written in an unsupported language. File is not indexed.
0001 /* Makes images fully responsive */
0002
0003 .img-responsive,
0004 .thumbnail > img,
0005 .thumbnail a > img,
0006 .carousel-inner > .item > img,
0007 .carousel-inner > .item > a > img {
0008 display: block;
0009 width: 100%;
0010 height: auto;
0011 }
0012
0013 /* ------------------- Carousel Styling ------------------- */
0014
0015 .carousel-inner {
0016 border-radius: 15px;
0017 }
0018
0019 .carousel-caption {
0020 background-color: rgba(0,0,0,.5);
0021 position: absolute;
0022 left: 0;
0023 right: 0;
0024 bottom: 0;
0025 z-index: 10;
0026 padding: 0 0 10px 25px;
0027 color: #fff;
0028 text-align: left;
0029 }
0030
0031 .carousel-indicators {
0032 position: absolute;
0033 bottom: 0;
0034 right: 0;
0035 left: 0;
0036 width: 100%;
0037 z-index: 15;
0038 margin: 0;
0039 padding: 0 25px 25px 0;
0040 text-align: right;
0041 }
0042
0043 .carousel-control.left,
0044 .carousel-control.right {
0045 background-image: none;
0046 }
0047
0048
0049 /* ------------------- Section Styling - Not needed for carousel styling ------------------- */
0050
0051 .section-white {
0052 padding: 10px 0;
0053 }
0054
0055 .section-white {
0056 background-color: #fff;
0057 color: #555;
0058 }
0059
0060 @media screen and (min-width: 768px) {
0061
0062 .section-white {
0063 padding: 1.5em 0;
0064 }
0065
0066 }
0067
0068 @media screen and (min-width: 992px) {
0069
0070 .container {
0071 max-width: 930px;
0072 }
0073
0074 }