-
Notifications
You must be signed in to change notification settings - Fork 1
/
navbar.css
37 lines (32 loc) · 989 Bytes
/
navbar.css
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
/* NAVBAR */
#masthead.site-header,
#masthead.site-header #nav-wrapper.navbar-fixed-top {
background: #e6efed;
border-bottom: 2px solid #525F5B!important;
}
#masthead.site-header #site-title .col-sm-8 #uc-site-header #uc-site-title a,
nav.navbar-default .navbar-nav > li > a,
#masthead #nav-wrapper .navbar-header a.navbar-brand {
color: #525f5b;
}
.navbar-default .navbar-nav > .active > a {
border-bottom-width: 2px;
border-bottom-style: solid;
}
#masthead.site-header #nav-wrapper.navbar-fixed-top {
box-shadow: none;
}
/* #masthead.site-header #nav-wrapper.navbar-fixed-top #dropdown {
margin: 0 0 0 auto;
}
#masthead.site-header #nav-wrapper #dropdown #menu-top-nav:before {
content: "IPB at the UConn TechPark";
opacity: 0;
transition: opacity 0.15s ease;
}
#masthead.site-header #nav-wrapper.navbar-fixed-top #dropdown #menu-top-nav {
float: right;
}
#masthead.site-header #nav-wrapper.navbar-fixed-top #dropdown #menu-top-nav:before {
opacity: 1;
} */