comparison css/style.css @ 54:3dcb691d948a

Changed color from carousel indicators and position from captions.
author Ariane Broermann <ariane@intevation.de>
date Tue, 25 Mar 2014 10:52:50 +0100
parents 71aae9251fb9
children ac127010dc17
comparison
equal deleted inserted replaced
52:c404400027ea 54:3dcb691d948a
27 border-top: 1px solid #e5e5e5; 27 border-top: 1px solid #e5e5e5;
28 } 28 }
29 /* Custom page carousel */ 29 /* Custom page carousel */
30 .carousel-caption { 30 .carousel-caption {
31 position: relative; 31 position: relative;
32 margin-top: 20px; 32 margin-top: 10px;
33 margin-bottom: 5px;
33 margin-right: 250px; 34 margin-right: 250px;
34 padding-bottom: 0; 35 text-align: center;
35 text-align: left; 36 color: #323;
36 } 37 }
37 .carousel-caption { 38
38 color: #4c4c4c;
39 }
40 .carousel-img { 39 .carousel-img {
41 width: 755px; 40 width: 755px;
42 height: 525px; 41 height: 525px;
43 } 42 }
43
44 .carousel-indicators li {
45 border: 2px solid #323;
46 }
47 .carousel-indicators .active {
48 border: 2px solid #323;
49 background-color: #323;
50 }
51
52
44 /* 53 /*
45 * dive4elements 54 * dive4elements
46 * -------------------------------------------------- 55 * --------------------------------------------------
47 */ 56 */
48 @media screen and (max-width: 767px) { 57 @media screen and (max-width: 767px) {
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)