comparison css/style.css @ 123:3864e4382c80

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