-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnavbar.css
More file actions
61 lines (51 loc) · 942 Bytes
/
Copy pathnavbar.css
File metadata and controls
61 lines (51 loc) · 942 Bytes
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
/*
* Style tweaks
* --------------------------------------------------
*/
html,
body {
overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
padding-top: 100px;
}
footer {
padding: 30px 0;
}
/*
* Custom styles
*/
.navbar-brand {
font-size: 24px;
color: #008300;
}
.navbar-container {
padding: 20px 0 20px 0;
}
.navbar-brand, .navbar-nav>li>a{
color: #297A2D;
text-shadow: 0.3px 0.3px black;
}
div#navbar.collapse.navbar-collapse{
width: 100%;
}
.navbar.navbar-fixed-top.fixed-theme {
color:#c6c6c6;
background-color: white;
border-color: #080808;
box-shadow: 0 0 5px rgba(0,0,0,.8);
}
.navbar-brand.fixed-theme {
font-size: 18px;
}
.navbar-container.fixed-theme {
padding: 0;
}
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
transition: 0.4s;
-webkit-transition: 0.4s;
}