comparison css/style.css @ 128:4a55f97cd790

merged
author Ariane Broermann <ariane@intevation.de>
date Thu, 03 Apr 2014 11:56:43 +0200
parents 9942e60141f2 073e9bb69a19
children 8bf498f00328 ebdf28acb5aa
comparison
equal deleted inserted replaced
127:8f17e9ede2a8 128:4a55f97cd790
14 .container p { 14 .container p {
15 font-size: 15px; 15 font-size: 15px;
16 } 16 }
17 17
18 /* Custom jumbotron */ 18 /* Custom jumbotron */
19 .container .jumbotron {
20 padding: 10px 36px;
21 }
19 .jumbotron h3 { 22 .jumbotron h3 {
20 text-align: center; 23 text-align: center;
21 } 24 }
22 .jumbotron .demo-btn { 25 .jumbotron .demo-btn {
23 text-align: center; 26 text-align: center;
24 border-bottom: 1px solid #e5e5e5;
25 } 27 }
26 .jumbotron .btn { 28 .jumbotron .btn {
27 font-size: 21px; 29 font-size: 21px;
28 padding: 14px 24px; 30 padding: 14px 24px;
29 } 31 }
30 /* Custom page footer */ 32 /* Custom page footer */
31 .footer { 33 .footer {
32 padding-left: 15px;
33 padding-right: 15px;
34 padding-top: 19px; 34 padding-top: 19px;
35 color: #777; 35 color: #777;
36 border-top: 1px solid #e5e5e5; 36 border-top: 1px solid #e5e5e5;
37 } 37 }
38 38
39 /* Custom page header */ 39 /* Custom page header */
40 .navbar-brand {
41 padding-left: 36px;
42 }
43 .navbar-collapse{
44 padding-right: 36px;
45 }
40 .nav { 46 .nav {
41 font-family: Arial; 47 font-family: Arial;
42 } 48 }
43 .glyphicon { 49 .glyphicon {
44 margin-right: 1.5ex; 50 margin-right: 1.5ex;
45 } 51 }
46 52
47 /* Custom page carousel */ 53 /* Custom page carousel */
54 .carousel-inner{
55 margin-bottom: 15px;
56 }
48 .carousel-caption { 57 .carousel-caption {
49 position: static; 58 position: static;
50 margin-top: 10px; 59 margin-bottom: 35px;
51 margin-bottom: 50px;
52 padding-left: 10%; 60 padding-left: 10%;
53 padding-right: 10%; 61 padding-right: 10%;
54 text-align: center; 62 text-align: center;
55 color: #323; 63 color: #323;
56 text-shadow: none; 64 text-shadow: none;
61 .carousel-img { 69 .carousel-img {
62 width: 755px; 70 width: 755px;
63 height: 525px; 71 height: 525px;
64 } 72 }
65 73
74 .carousel-indicators {
75 bottom: 0px;
76 }
66 .carousel-indicators li { 77 .carousel-indicators li {
67 border: 2px solid #323; 78 border: 2px solid #323;
68 } 79 }
69 .carousel-indicators .active { 80 .carousel-indicators .active {
70 border: 2px solid #323; 81 border: 2px solid #323;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)