aboutsummaryrefslogtreecommitdiff
path: root/justified-nav.css
diff options
context:
space:
mode:
Diffstat (limited to 'justified-nav.css')
-rw-r--r--justified-nav.css80
1 files changed, 0 insertions, 80 deletions
diff --git a/justified-nav.css b/justified-nav.css
deleted file mode 100644
index b8b8b74c..00000000
--- a/justified-nav.css
+++ /dev/null
@@ -1,80 +0,0 @@
1body {
2 padding-top: 20px;
3}
4
5.footer {
6 padding-top: 40px;
7 padding-bottom: 40px;
8 margin-top: 40px;
9}
10
11/* Main marketing message and sign up button */
12.jumbotron {
13 text-align: center;
14 background-color: transparent;
15}
16.jumbotron .btn {
17 padding: 12px 22px;
18 font-size: 19px;
19}
20
21/* Customize the nav-justified links to be fill the entire space of the .navbar */
22
23.nav-justified {
24 background: #fff;
25}
26.nav-justified > li > a {
27 border-radius: 20px;
28 padding-top: 5px;
29 padding-bottom: 5px;
30 margin-bottom: 5px;
31 margin-left: 10px;
32 margin-top: 5px;
33 font-weight: normal;
34 color: #000;
35 text-align: center;
36 font-size: large;
37}
38
39.nav-justified > .active > a,
40.nav-justified > .active > a:hover,
41.nav-justified > .active > a:focus {
42 background-color: #ddd;
43}
44
45.nav-justified > li > a:hover {
46 transition: background-color 0.3s;
47}
48
49.nav-justified > .m_demo > a {
50 font-weight: bold;
51}
52
53
54/* Responsive: Portrait tablets and up */
55@media screen and (min-width: 768px) {
56 /* Remove the padding we set earlier */
57 .masthead,
58 .marketing,
59 .footer {
60 padding-right: 0;
61 padding-left: 0;
62 }
63}
64
65.navbar-taler {
66 background-color: #fff;
67 border-bottom: 2px solid #eee;
68}
69
70.navbar-taler .navbar-toggle {
71 border-color: #ddd;
72}
73.navbar-taler .navbar-toggle:hover,
74.navbar-taler .navbar-toggle:focus {
75 background-color: #ddd;
76}
77.navbar-taler .navbar-toggle .icon-bar {
78 background-color: #888;
79}
80