info@54
|
1 |
body {
|
info@54
|
2 |
padding-top: 20px;
|
info@54
|
3 |
}
|
info@54
|
4 |
|
info@54
|
5 |
.footer {
|
info@54
|
6 |
border-top: 1px solid #eee;
|
info@54
|
7 |
margin-top: 40px;
|
info@54
|
8 |
padding-top: 40px;
|
info@54
|
9 |
padding-bottom: 40px;
|
info@54
|
10 |
}
|
info@54
|
11 |
|
info@54
|
12 |
/* Main marketing message and sign up button */
|
info@54
|
13 |
.jumbotron {
|
info@54
|
14 |
text-align: center;
|
info@54
|
15 |
background-color: transparent;
|
info@54
|
16 |
}
|
info@54
|
17 |
.jumbotron .btn {
|
info@54
|
18 |
font-size: 21px;
|
info@54
|
19 |
padding: 14px 24px;
|
info@54
|
20 |
}
|
info@54
|
21 |
|
info@54
|
22 |
/* Customize the nav-justified links to be fill the entire space of the .navbar */
|
info@54
|
23 |
|
info@54
|
24 |
.nav-justified {
|
info@54
|
25 |
background-color: #eee;
|
info@54
|
26 |
border-radius: 5px;
|
info@54
|
27 |
border: 1px solid #ccc;
|
info@54
|
28 |
}
|
info@54
|
29 |
.nav-justified > li > a {
|
info@54
|
30 |
margin-bottom: 0;
|
info@54
|
31 |
padding-top: 15px;
|
info@54
|
32 |
padding-bottom: 15px;
|
info@54
|
33 |
color: #777;
|
info@54
|
34 |
font-weight: bold;
|
info@54
|
35 |
text-align: center;
|
info@54
|
36 |
border-bottom: 1px solid #d5d5d5;
|
info@54
|
37 |
background-color: #e5e5e5; /* Old browsers */
|
info@54
|
38 |
background-repeat: repeat-x; /* Repeat the gradient */
|
info@54
|
39 |
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* FF3.6+ */
|
info@54
|
40 |
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
|
info@54
|
41 |
background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Chrome 10+,Safari 5.1+ */
|
info@54
|
42 |
background-image: -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Opera 11.10+ */
|
info@54
|
43 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
|
info@54
|
44 |
background-image: linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* W3C */
|
info@54
|
45 |
}
|
info@54
|
46 |
.nav-justified > .active > a,
|
info@54
|
47 |
.nav-justified > .active > a:hover,
|
info@54
|
48 |
.nav-justified > .active > a:focus {
|
info@54
|
49 |
background-color: #ddd;
|
info@54
|
50 |
background-image: none;
|
info@54
|
51 |
box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
|
info@54
|
52 |
}
|
info@54
|
53 |
.nav-justified > li:first-child > a {
|
info@54
|
54 |
border-radius: 5px 5px 0 0;
|
info@54
|
55 |
}
|
info@54
|
56 |
.nav-justified > li:last-child > a {
|
info@54
|
57 |
border-bottom: 0;
|
info@54
|
58 |
border-radius: 0 0 5px 5px;
|
info@54
|
59 |
}
|
info@54
|
60 |
|
info@54
|
61 |
@media (min-width: 768px) {
|
info@54
|
62 |
.nav-justified {
|
info@54
|
63 |
max-height: 52px;
|
info@54
|
64 |
}
|
info@54
|
65 |
.nav-justified > li > a {
|
info@54
|
66 |
border-left: 1px solid #fff;
|
info@54
|
67 |
border-right: 1px solid #d5d5d5;
|
info@54
|
68 |
}
|
info@54
|
69 |
.nav-justified > li:first-child > a {
|
info@54
|
70 |
border-left: 0;
|
info@54
|
71 |
border-radius: 5px 0 0 5px;
|
info@54
|
72 |
}
|
info@54
|
73 |
.nav-justified > li:last-child > a {
|
info@54
|
74 |
border-radius: 0 5px 5px 0;
|
info@54
|
75 |
border-right: 0;
|
info@54
|
76 |
}
|
info@54
|
77 |
}
|
info@54
|
78 |
|
info@54
|
79 |
/* Responsive: Portrait tablets and up */
|
info@54
|
80 |
@media screen and (min-width: 768px) {
|
info@54
|
81 |
/* Remove the padding we set earlier */
|
info@54
|
82 |
.masthead,
|
info@54
|
83 |
.marketing,
|
info@54
|
84 |
.footer {
|
info@54
|
85 |
padding-left: 0;
|
info@54
|
86 |
padding-right: 0;
|
info@54
|
87 |
}
|
info@54
|
88 |
}
|