24f16fc0d2
As the product bar has been removed from the other CoreOS sites, change back to match
250 lines
4.5 KiB
CSS
250 lines
4.5 KiB
CSS
nav.navbar {
|
|
border: 0px;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
nav.navbar .navbar-toggle {
|
|
padding: 0px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
font-size: 22px;
|
|
}
|
|
|
|
nav.navbar-default .navbar-nav>li>a {
|
|
letter-spacing: 0.5px;
|
|
color: #428bca;
|
|
font-size: 16px;
|
|
}
|
|
|
|
nav.navbar-default .navbar-nav>li>a.active {
|
|
color: #f04c5c;
|
|
}
|
|
|
|
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
|
|
background: #eee;
|
|
}
|
|
|
|
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
|
|
cursor: pointer;
|
|
background: rgba(255, 255, 255, 0.4) !important;
|
|
}
|
|
|
|
#quay-logo {
|
|
margin-left: 10px;
|
|
margin-top: 6px;
|
|
height: 30px;
|
|
width: 100px;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
background-position: center;
|
|
display: inline-block;
|
|
}
|
|
|
|
#quay-logo.hosted-logo {
|
|
width: 150px;
|
|
}
|
|
|
|
.header-bar-element .header-bar-content.search-visible {
|
|
box-shadow: 0px 1px 4px #ccc;
|
|
}
|
|
|
|
.header-bar-element .header-bar-content {
|
|
z-index: 5;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
right: 0px;
|
|
background: white;
|
|
}
|
|
|
|
.header-bar-element .search-box {
|
|
position: absolute;
|
|
left: 0px;
|
|
right: 0px;
|
|
top: -60px;
|
|
z-index: 4;
|
|
height: 56px;
|
|
transition: top 0.3s cubic-bezier(.23,.88,.72,.98);
|
|
background: white;
|
|
box-shadow: 0px 1px 16px #444;
|
|
padding: 10px;
|
|
}
|
|
|
|
.header-bar-element .search-box.search-visible {
|
|
top: 50px;
|
|
}
|
|
|
|
.header-bar-element .search-box.results-visible {
|
|
box-shadow: 0px 1px 4px #ccc;
|
|
}
|
|
|
|
.header-bar-element .search-box .search-label {
|
|
display: inline-block;
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
color: #ccc;
|
|
margin-right: 10px;
|
|
position: absolute;
|
|
top: 20px;
|
|
left: 14px;
|
|
}
|
|
|
|
.header-bar-element .search-box .search-box-wrapper {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 100px;
|
|
right: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.header-bar-element .search-box .search-box-wrapper input {
|
|
font-size: 18px;
|
|
width: 100%;
|
|
padding: 6px;
|
|
border: 0px;
|
|
}
|
|
|
|
.header-bar-element .search-results {
|
|
position: absolute;
|
|
left: 0px;
|
|
right: 0px;
|
|
top: -106px;
|
|
z-index: 3;
|
|
transition: top 0.4s cubic-bezier(.23,.88,.72,.98), height 0.25s ease-in-out;
|
|
|
|
background: white;
|
|
box-shadow: 0px 1px 16px #444;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.header-bar-element .search-results.loading, .header-bar-element .search-results.results {
|
|
top: 106px;
|
|
}
|
|
|
|
.header-bar-element .search-results.loading {
|
|
height: 50px;
|
|
}
|
|
|
|
.header-bar-element .search-results.no-results {
|
|
height: 150px;
|
|
}
|
|
|
|
.header-bar-element .search-results ul {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.header-bar-element .search-results li {
|
|
list-style: none;
|
|
padding: 6px;
|
|
margin-bottom: 4px;
|
|
padding-left: 20px;
|
|
position: relative;
|
|
}
|
|
|
|
.header-bar-element .search-results li .kind {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
color: #aaa;
|
|
width: 80px;
|
|
text-align: right;
|
|
}
|
|
|
|
.header-bar-element .search-results .avatar {
|
|
margin-left: 6px;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.header-bar-element .search-results li.current {
|
|
background: rgb(223, 242, 255);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.header-bar-element .search-results li i.fa {
|
|
margin-left: 6px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.header-bar-element .search-results li .result-description {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
max-height: 24px;
|
|
padding-left: 10px;
|
|
display: inline-block;
|
|
color: #aaa;
|
|
vertical-align: middle;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.header-bar-element .search-results li .description img {
|
|
display: none;
|
|
}
|
|
|
|
.header-bar-element .search-results li .score:before {
|
|
content: "Score: ";
|
|
}
|
|
|
|
.header-bar-element .search-results li .score {
|
|
float: right;
|
|
color: #ccc;
|
|
}
|
|
|
|
.header-bar-element .search-results li .result-name {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.header-bar-element .search-results li .clarification {
|
|
font-size: 12px;
|
|
margin-left: 6px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.header-bar-element .avatar {
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.user-tools {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.user-tools .user-tool {
|
|
font-size: 24px;
|
|
margin-top: 14px;
|
|
color: #428bca;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.user-tools.with-menu {
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.user-tools .caret {
|
|
position: absolute;
|
|
top: 3px;
|
|
left: 23px
|
|
}
|
|
|
|
.user-tools .notifications-bubble {
|
|
position: absolute;
|
|
top: 2px;
|
|
left: 13px;
|
|
}
|
|
|
|
.user-tools i.user-tool:hover {
|
|
cursor: pointer;
|
|
color: #333;
|
|
}
|
|
|
|
.user-tools .new-menu {
|
|
background: transparent !important;
|
|
}
|
|
|
|
.header-bar-element .context-dropdown i.fa {
|
|
width: 16px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
}
|