harbor/static/resources/css/header.css

131 lines
2.3 KiB
CSS
Raw Normal View History

2016-04-11 10:07:16 +02:00
.navbar-custom {
background-image: none;
background-color: #057ac9;
height: 66px;
margin-bottom: 0;
}
nav .container {
margin-top: 15px;
}
nav .container-custom {
min-width: 1024px;
}
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > li > a:active {
color: white; /*Change active text color here*/
}
.navbar-brand > img {
margin-top: -30px;
}
.navbar-form {
2016-07-03 06:10:42 +02:00
margin-top: 0;
padding-right: 0;
2016-04-11 10:07:16 +02:00
}
.search-icon {
2016-07-03 06:10:42 +02:00
background: url("/static/resources/img/magnitude-glass.jpg") no-repeat 97% 6px;
background-size: 1.5em;
background-color: #FFFFFF;
2016-04-11 10:07:16 +02:00
}
.nav-custom li {
float: left;
padding: 10px 0 0 0;
margin-right: 12px;
list-style: none;
display: inline-block;
2016-04-11 10:07:16 +02:00
}
.nav-custom li a {
font-size: 14px;
color: #FFFFFF;
text-decoration: none;
2016-04-11 10:07:16 +02:00
}
.nav-custom .active {
border-bottom: 3px solid #EFEFEF;
font-weight: bold;
}
.dropdown {
float: left;
}
.dropdown .btn-link:hover,
.dropdown .btn-link:visited,
.dropdown .btn-link:link {
display:inline-block;
text-decoration: none;
color: #FFFFFF;
}
.dropdown-submenu {
2016-07-03 06:10:42 +02:00
position: relative;
}
.dropdown-submenu>.dropdown-menu {
2016-07-03 06:10:42 +02:00
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
2016-07-03 06:10:42 +02:00
display: block;
}
.dropdown-submenu>a:after {
2016-07-03 06:10:42 +02:00
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
2016-07-03 06:10:42 +02:00
border-left-color: #fff;
}
.dropdown-submenu.pull-left {
2016-07-03 06:10:42 +02:00
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
2016-07-03 06:10:42 +02:00
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
.loading-progress {
display: inline-block;
position: relative;
background-image: url('/static/resources/img/loading.gif');
background-position: center;
background-size: 107px;
width: 1em;
height: 1.2em;
margin-bottom: 2px;
vertical-align: middle;
}
a:hover, a:visited, a:link {
text-decoration: none;
}