aboutsummaryrefslogtreecommitdiff
path: root/justified-nav.css
blob: 59dc11d3d628be456c360ac0b34e41d860e6caff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
body {
  padding-top: 20px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 12px 22px;
  font-size: 19px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background: #fff;
}
.nav-justified > li > a {
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 5px;
  font-weight: normal;
  color: #000;
  text-align: center;
  font-size: large;
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
}

.nav-justified > .m_demo > a {
  font-weight: bold;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-taler {
  background-color: #fff;
  border-bottom: 2px solid #eee;
}

.navbar-taler .navbar-toggle {
  border-color: #ddd;
}
.navbar-taler .navbar-toggle:hover,
.navbar-taler .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-taler .navbar-toggle .icon-bar {
  background-color: #888;
}