comparison css/style.css @ 120:996750c42402

Centered carousel captions with fixed height.
author Tom Gottfried <tom@intevation.de>
date Wed, 02 Apr 2014 14:11:42 +0200
parents b217e51c15b7
children b142a13c7435
comparison
equal deleted inserted replaced
119:b217e51c15b7 120:996750c42402
30 color: #777; 30 color: #777;
31 border-top: 1px solid #e5e5e5; 31 border-top: 1px solid #e5e5e5;
32 } 32 }
33 /* Custom page carousel */ 33 /* Custom page carousel */
34 .carousel-caption { 34 .carousel-caption {
35 position: relative; 35 position: static;
36 margin-top: 10px; 36 margin-top: 10px;
37 margin-bottom: 5px; 37 margin-bottom: 50px;
38 margin-right: 250px; 38 padding-left: 20%;
39 padding-right: 20%;
39 text-align: center; 40 text-align: center;
40 color: #323; 41 color: #323;
41 text-shadow: none; 42 text-shadow: none;
43 height: 5.5em;
44 overflow: hidden;
42 } 45 }
43 46
44 .carousel-img { 47 .carousel-img {
45 width: 755px; 48 width: 755px;
46 height: 525px; 49 height: 525px;
51 } 54 }
52 .carousel-indicators .active { 55 .carousel-indicators .active {
53 border: 2px solid #323; 56 border: 2px solid #323;
54 background-color: #323; 57 background-color: #323;
55 } 58 }
56
57 59
58 /* 60 /*
59 * dive4elements 61 * dive4elements
60 * -------------------------------------------------- 62 * --------------------------------------------------
61 */ 63 */
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)