Add OrcasHub header image

This commit is contained in:
Tony Grosinger 2024-02-17 07:53:22 -08:00
parent f715c54b8b
commit 97936bf5a5
6 changed files with 32 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1,3 +1,16 @@
// Header image above nav bar
.outer {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
display: flex;
justify-content: center;
background-color: var(--header_background);
}
.top-header-image {
background-image: url($OrcasHub-Top-Logo);
}
// custom search banner customizations // custom search banner customizations
.custom-search-banner-wrap { .custom-search-banner-wrap {
margin: 0 auto !important; margin: 0 auto !important;

5
common/header.html Normal file
View File

@ -0,0 +1,5 @@
<div class="outer">
<a href="https://orcas.community/">
<div class="top-header-image"></div>
</a>
</div>

View File

@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=C:\Users\tgrosinger\Downloads\discourse-orcashub-nav.zip

View File

@ -1,3 +1,8 @@
@import "showcased-categories"; @import "showcased-categories";
@import "chat-desktop"; @import "chat-desktop";
@import "sidebar-desktop"; @import "sidebar-desktop";
.top-header-image {
height: 128px;
width: 246px;
}

View File

@ -1,5 +1,11 @@
@import "chat-mobile"; @import "chat-mobile";
.top-header-image {
height: 80px;
width: 154px;
background-size: 154px 80px;
}
.custom-search-banner-wrap { .custom-search-banner-wrap {
h1 { h1 {
font-size: 2.5em !important; font-size: 2.5em !important;