Compare commits
2 Commits
f715c54b8b
...
ef90e1ed94
Author | SHA1 | Date | |
---|---|---|---|
ef90e1ed94 | |||
97936bf5a5 |
BIN
assets/OrcasHub-Top-Logo.png
Normal file
BIN
assets/OrcasHub-Top-Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -1,3 +1,21 @@
|
||||
// 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);
|
||||
}
|
||||
|
||||
// Hide the default logo in the header bar
|
||||
.home-logo-wrapper-outlet {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// custom search banner customizations
|
||||
.custom-search-banner-wrap {
|
||||
margin: 0 auto !important;
|
||||
|
5
common/header.html
Normal file
5
common/header.html
Normal file
@ -0,0 +1,5 @@
|
||||
<div class="outer">
|
||||
<a href="https://orcas.community/">
|
||||
<div class="top-header-image"></div>
|
||||
</a>
|
||||
</div>
|
3
common/header.html:Zone.Identifier
Normal file
3
common/header.html:Zone.Identifier
Normal file
@ -0,0 +1,3 @@
|
||||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
ReferrerUrl=C:\Users\tgrosinger\Downloads\discourse-orcashub-nav.zip
|
@ -1,3 +1,8 @@
|
||||
@import "showcased-categories";
|
||||
@import "chat-desktop";
|
||||
@import "sidebar-desktop";
|
||||
|
||||
.top-header-image {
|
||||
height: 128px;
|
||||
width: 246px;
|
||||
}
|
||||
|
@ -1,5 +1,11 @@
|
||||
@import "chat-mobile";
|
||||
|
||||
.top-header-image {
|
||||
height: 80px;
|
||||
width: 154px;
|
||||
background-size: 154px 80px;
|
||||
}
|
||||
|
||||
.custom-search-banner-wrap {
|
||||
h1 {
|
||||
font-size: 2.5em !important;
|
||||
|
Loading…
Reference in New Issue
Block a user