- Change logo on non-landing to be just the box and to have a slight border on the right
- Change the letter spacing on the landing page to make the header more readable - Change the logo on the 500 page
|
@ -15,10 +15,17 @@ nav.navbar {
|
||||||
background-image: linear-gradient(to top, #535C66 0%,#6E8194 100%);
|
background-image: linear-gradient(to top, #535C66 0%,#6E8194 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav.navbar-default .navbar-brand {
|
||||||
|
padding-left: 14px;
|
||||||
|
border-right: 1px solid rgb(134, 140, 163);
|
||||||
|
padding-right: 14px;
|
||||||
|
padding-top: 5px;
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
nav.navbar-default .navbar-nav>li>a {
|
nav.navbar-default .navbar-nav>li>a {
|
||||||
color: white;
|
color: white;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
font-weight: 600;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
|
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
|
||||||
|
@ -654,12 +661,12 @@ i.toggle-icon:hover {
|
||||||
.user-tools .user-tool {
|
.user-tools .user-tool {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
color: #aaa;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-tools i.user-tool:hover {
|
.user-tools i.user-tool:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #428bca;
|
color: #BEE1FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-box a {
|
.status-box a {
|
||||||
|
@ -1351,10 +1358,20 @@ i.toggle-icon:hover {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.landing .header-bar .user-tools i {
|
||||||
|
padding: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.landing .header-bar .user-tools i:hover {
|
||||||
|
background: rgba(255, 255, 255, 0.4) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.landing .navbar-links a {
|
.landing .navbar-links a {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
letter-spacing: 0.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.landing .navbar-links li a:hover {
|
.landing .navbar-links li a:hover {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
≡
|
≡
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="/" target="{{ appLinkTarget() }}">
|
<a class="navbar-brand" href="/" target="{{ appLinkTarget() }}">
|
||||||
<img src="/static/img/white_horizontal.png">
|
<img src="/static/img/quay-box-white.png" data-title="Quay.io" data-placement="bottom" bs-tooltip>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
BIN
static/img/quay-box-blue.png
Normal file
After Width: | Height: | Size: 9 KiB |
BIN
static/img/quay-box-white.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 10 KiB |
BIN
static/img/quay-logo-inverted-old.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 10 KiB |
BIN
static/img/quay-logo-old.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 14 KiB |