Compare commits

...

33 Commits

Author SHA1 Message Date
a682d432f7 Fix padding on become and editor button 2024-04-18 07:25:50 -07:00
17068549dc Update housing footer links. 2024-04-14 09:07:03 -07:00
7f49e7100c Hide date controls in user directory 2024-03-23 21:02:59 -07:00
d805722968 Hide metadata on user cards 2024-03-21 09:35:37 -07:00
e87eccf710 Fix box shadow and background color 2024-03-05 11:29:29 -08:00
06fc2eaedf Change highlighted header to 2nd last element 2024-03-03 18:56:04 -08:00
41b1e5558f Add margin to lists on published pages 2024-03-03 09:21:33 -08:00
9199314437 Hide site logo on error page 2024-03-03 08:32:31 -08:00
cdf00a5026 Link to become an editor on published pages 2024-03-02 20:43:29 -08:00
e361a8d018 Add footer links 2024-03-02 18:59:37 -08:00
8309e88885 Make published page look more like OrcasHub 2024-03-02 16:16:50 -08:00
a301036014 NFC: Formatting 2024-03-02 16:13:01 -08:00
f753820fbb Switch to forked version of User Card Directory 2024-02-28 08:02:59 -08:00
d8c4a16ad8 Hide OrcasHub in sidebar on desktop 2024-02-27 13:14:34 -08:00
8fdf327454 Add additional theme components 2024-02-27 13:14:34 -08:00
6054df2aea Hide lock icon globally 2024-02-27 13:14:34 -08:00
85b841a525 Add login CTA 2024-02-27 13:14:14 -08:00
c863a3c9a1 Start cleaning up unnecessary elements on Community Resources category 2024-02-26 21:05:31 -08:00
f18c70d867 Hide category description headings 2024-02-24 15:18:12 -08:00
b2cc4a2ae9 Add user card directory component 2024-02-21 09:02:58 -08:00
50b9a0ca14 Hide badges from user card 2024-02-21 09:01:24 -08:00
1c17f3b507 Resize category logos 2024-02-19 17:39:56 -08:00
f75fbd72e5 Hide side banner on create account screen 2024-02-18 20:49:05 -08:00
c8fd61c67b Add custom header links 2024-02-17 09:29:17 -08:00
0b9ae900e3 Add custom footer and styles 2024-02-17 08:58:22 -08:00
d39e74ca58 Adjust border radius on category list page 2024-02-17 08:08:15 -08:00
e347ce42e4 Hide default logo 2024-02-17 08:08:15 -08:00
47b081d2a9 Add OrcasHub header image 2024-02-17 08:08:15 -08:00
f715c54b8b Adjust border radius to match OrcasHub 2024-02-17 07:47:28 -08:00
910f435080 Remove background-container 2024-02-16 20:35:44 -08:00
ce2e975d10 Start updating colors to OrcasHub colors 2024-02-16 20:35:40 -08:00
a8bb351e2f Rename theme 2024-02-16 20:35:17 -08:00
98be4851e7 Change background to plain secondary color 2024-02-16 17:53:06 -08:00
12 changed files with 833 additions and 403 deletions

View File

@ -1,36 +1,30 @@
{
"name": "Air Theme",
"name": "OrcasHub Theme",
"about_url": null,
"license_url": null,
"components": [
"https://github.com/jordanvidrine/discourse-category-group-boxes.git",
"https://github.com/discourse/discourse-clickable-topic.git",
"https://github.com/discourse/discourse-search-banner.git"
"https://github.com/discourse/discourse-custom-header-links.git",
"https://git.grosinger.net/tgrosinger/discourse-user-card-directory.git",
"https://github.com/discourse/DiscoTOC.git",
"https://github.com/paviliondev/discourse-tc-topic-list-previews.git"
],
"assets": {
"OrcasHub-Top-Logo": "assets/OrcasHub-Top-Logo.png"
},
"modifiers": {
"serialize_topic_excerpts": true
},
"color_schemes": {
"air-light": {
"OrcasHub": {
"primary": "1c1c1c",
"secondary": "f9fcff",
"secondary": "ffffff",
"tertiary": "3877e5",
"quaternary": "7e8b93",
"header_background": "f9fcff",
"header_primary": "122b43",
"highlight": "e6cb37",
"danger": "d05454",
"success": "71bd9f",
"love": "c16ad7"
},
"air-dark": {
"primary": "e0e0e0",
"secondary": "2d2d2d",
"tertiary": "9a5cfd",
"quaternary": "71bd9f",
"header_background": "202020",
"header_background": "374151",
"header_primary": "e0e0e0",
"highlight": "9a5cfd",
"highlight": "e6cb37",
"danger": "d05454",
"success": "71bd9f",
"love": "c16ad7"

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

9
common/after_header.html Executable file
View File

@ -0,0 +1,9 @@
<div id="login-message">
<h2>
There are a lot more discussions going on if you log in!
</h2>
<a href="/login" class="widget-button btn btn-primary btn-small sign-up-button btn-text">
<span class="d-button-label">Log in or Sign Up</span>
</a>
</div>

File diff suppressed because it is too large Load Diff

52
common/footer.html Normal file
View File

@ -0,0 +1,52 @@
<div class="become-editor-link">
<a href="https://orcas.community/editor">
Become an editor
</a>
</div>
<footer class="orcashub-footer">
<div class="outer-container">
<div class="inner-container">
<div class="grid">
<div class="grid-row">
<div>
<h3>Classifieds</h3>
<ul>
<li><a href="https://orcas.community/classified/for-sale">For Sale</a></li>
<li><a href="https://orcas.community/classified/for-free">For Free</a></li>
<li><a href="https://orcas.community/classified/want-to-buy">Looking For</a></li>
<li><a href="https://orcas.community/classified/want-to-borrow">Want to Borrow</a></li>
<li><a href="https://orcas.community/classified/new">New Post</a> </li>
</ul>
</div>
<div class="second-group">
<h3>Housing</h3>
<ul>
<li><a href="https://orcas.community/housing?filters=basic_for-rent">For Rent</a></li>
<li><a href="https://orcas.community/housing?filters=basic_request">Requests</a> </li>
<li><a href="https://orcas.community/housing/new">New Post</a> </li>
</ul>
</div>
</div>
<div class="grid-row">
<div>
<h3>Other Services</h3>
<ul>
<li><a href="/" target="_blank">Groups</a> </li>
<li><a href="https://orcas.community/events">Events</a> </li>
<li><a href="https://sanjuans.online/" target="_blank">San Juans Online</a></li>
</ul>
</div>
<div class="second-group">
<h3>About</h3>
<ul>
<li><a href="https://orcas.community/terms-of-service">Terms of Service</a></li>
<li><a href="https://orcas.community/privacy-policy">Privacy Policy</a></li>
<li><a href="https://opencollective.com/orcas-community" target="_blank">Donate</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>

View File

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

View File

@ -1,3 +1,47 @@
@import "showcased-categories";
@import "chat-desktop";
@import "sidebar-desktop";
.top-header-image {
height: 128px;
width: 246px;
}
// Header links
.custom-header-links {
.headerLink a {
padding: .5rem .75rem;
margin: 0 .1rem;
color: var(--header_primary);
font-weight: 500;
font-size: .9rem;
line-height: 1.25rem;
&:hover {
color: white;
}
}
li:nth-last-child(2) {
a {
color: white;
background-color: #111827;
border-radius: .375rem;
}
}
}
// Sidebar
.sidebar-section[data-section-name="orcashub"] {
// Hide OrcasHub section in the sidebar on desktop since it's show in the header.
display: none !important;
}
// Footer
.custom-footer {
.list {
margin: 2rem 5em 4rem;
}
}

View File

@ -7,7 +7,7 @@ export default {
initialize() {
withPluginApi("0.8.14", (api) => {
api.modifyClass("component:edit-category-general", {
pluginId: "discourse-air",
pluginId: "orcashub-discourse-theme",
didInsertElement() {
this._super(...arguments);

View File

@ -2,7 +2,7 @@ import { apiInitializer } from "discourse/lib/api";
export default apiInitializer("0.8", (api) => {
api.modifyClass("component:topic-list-item", {
pluginId: "discourse-air",
pluginId: "orcashub-discourse-theme",
expandPinned: true,
});
});

View File

@ -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;
@ -200,3 +206,32 @@ ol.category-breadcrumb {
padding-right: 0.25em;
}
}
// Footer
.custom-footer {
.list {
margin: 2rem 0;
}
}
// Community Resources Category
.category-resources {
// Topic List
.topic-list-data {
.right {
margin-left: 0 !important;
display: flex;
align-items: center;
}
}
// Topic Post
.topic-avatar,
.topic-meta-data {
display: none !important;
}
}

View File

@ -1,7 +1,7 @@
{
"name": "discourse-air",
"name": "orcashub-discourse-theme",
"version": "1.0.0",
"repository": "https://github.com/discourse/discourse-air",
"repository": "https://git.grosinger.net/tgrosinger/orcashub-discourse-theme",
"author": "Jordan Vidrine",
"license": "GPL-2.0-or-later",
"devDependencies": {

View File

@ -1,17 +1,17 @@
// sidebar
@mixin box-shadow($value: 0px) {
box-shadow: 0 24px 40px rgba(0, 0, 0, 0.07),
0 10.8529px 24.1177px rgba(0, 0, 0, 0.0456112),
0 4.50776px 10.0172px rgba(0, 0, 0, 0.035),
0 1.63037px 3.62304px rgba(0, 0, 0, 0.0243888);
box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
rgba(0, 0, 0, 0) 0px 0px 0px 0px,
rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
}
#main-outlet-wrapper {
.sidebar-wrapper {
margin: 30px 0 50px;
background-color: var(--secondary);
border-radius: 1em;
border-radius: .5rem;
top: calc(var(--header-offset) + 30px);
height: calc(100vh - (var(--header-offset) + 80px));
@include box-shadow;