comparison css/style.css @ 6:65bb726d70b4

Changed carousel css.
author Ariane Broermann <ariane@intevation.de>
date Mon, 03 Feb 2014 11:28:49 +0100
parents 6a78f347c2cd
children be9f6dd08a77
comparison
equal deleted inserted replaced
5:a0c5274925a9 6:65bb726d70b4
4 } 4 }
5 /* Custom page container */ 5 /* Custom page container */
6 .container p { 6 .container p {
7 font-size: 15px; 7 font-size: 15px;
8 } 8 }
9
10 /* Custom jumbotron */ 9 /* Custom jumbotron */
11 .jumbotron { 10 .jumbotron {
12 text-align: center; 11 text-align: center;
13 border-bottom: 1px solid #e5e5e5; 12 border-bottom: 1px solid #e5e5e5;
14 } 13 }
24 color: #777; 23 color: #777;
25 border-top: 1px solid #e5e5e5; 24 border-top: 1px solid #e5e5e5;
26 } 25 }
27 /* Custom page carousel */ 26 /* Custom page carousel */
28 .carousel img { 27 .carousel img {
29 align: right; 28 max-width: 748px;
30 width: 748px; 29 max-height: 400px;
31 height: 400px;
32 } 30 }
33 .carousel-caption { 31 .carousel-caption {
34 background-color: #2D6CA2; 32 position: relative;
35 border: 2px solid; 33 max-width: 748px;
36 border-radius: 25px 25px 25px 25px; 34 margin-top: 20px;
37 box-shadow: 10px 10px 5px #888888; 35 padding-bottom: 0;
38 font-size: 1.2em; 36 text-align: left;
39 opacity: 0.9;
40 } 37 }
41 .carousel-caption a { 38 .carousel-caption a {
42 color: #F3F663; 39 color: #F3F663;
43 } 40 }
44 .carousel-caption a:hover { 41 .carousel-caption a:hover {
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)