Compare commits
4 Commits
main
...
6cfaae17f9
Author | SHA1 | Date | |
---|---|---|---|
6cfaae17f9 | |||
5cec530052 | |||
e5e2936986 | |||
400a490a46 |
@ -408,7 +408,6 @@ html body #main-outlet {
|
||||
.badge-section,
|
||||
.metadata-row {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Category List
|
||||
@ -697,6 +696,28 @@ html body #main-outlet {
|
||||
}
|
||||
}
|
||||
|
||||
.become-editor-link {
|
||||
display: none;
|
||||
margin: -40px auto 30px auto;
|
||||
padding-left: 3em;
|
||||
max-width: 1000px;
|
||||
|
||||
a {
|
||||
color: var(--primary-high);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: var(--primary-high);
|
||||
}
|
||||
}
|
||||
|
||||
.published-page {
|
||||
.become-editor-link {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
// published page additions
|
||||
.published-page-header {
|
||||
background-color: unset;
|
||||
|
@ -1,3 +1,9 @@
|
||||
<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">
|
||||
@ -6,19 +12,19 @@
|
||||
<div>
|
||||
<h3>Classifieds</h3>
|
||||
<ul>
|
||||
<li><a href="https://orcashub.org/classified/for-sale">For Sale</a></li>
|
||||
<li><a href="https://orcashub.org/classified/for-free">For Free</a></li>
|
||||
<li><a href="https://orcashub.org/classified/want-to-buy">Looking For</a></li>
|
||||
<li><a href="https://orcashub.org/classified/want-to-borrow">Want to Borrow</a></li>
|
||||
<li><a href="https://orcashub.org/classified/new">New Post</a> </li>
|
||||
<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://orcashub.org/housing?filters=basic_for-rent">For Rent</a></li>
|
||||
<li><a href="https://orcashub.org/housing?filters=basic_request">Requests</a> </li>
|
||||
<li><a href="https://orcashub.org/housing/new">New Post</a> </li>
|
||||
<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>
|
||||
@ -27,20 +33,20 @@
|
||||
<h3>Other Services</h3>
|
||||
<ul>
|
||||
<li><a href="/" target="_blank">Groups</a> </li>
|
||||
<li><a href="https://orcashub.org/events">Events</a> </li>
|
||||
<li><a href="https://wiki.orcashub.org/" target="_blank">Resources</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://orcashub.org/terms-of-service">Terms of Service</a></li>
|
||||
<li><a href="https://orcashub.org/privacy-policy">Privacy Policy</a></li>
|
||||
<li><a href="https://orcashub.org/donate" target="_blank">Donate</a></li>
|
||||
<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>
|
||||
</footer>
|
@ -80,10 +80,6 @@ html body.staff:not(.navigation-topics) #main-outlet {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
html body.navigation-category #main-outlet {
|
||||
width: calc(100% - 1em) !important;
|
||||
}
|
||||
|
||||
.container.posts > .row {
|
||||
max-width: calc(100vw - 1.5em);
|
||||
}
|
||||
@ -139,10 +135,6 @@ ol.category-breadcrumb {
|
||||
max-width: unset;
|
||||
}
|
||||
|
||||
.topic-list .topic-list-data .main-link {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.custom-search-banner-wrap .search-context {
|
||||
top: 3em !important;
|
||||
}
|
||||
@ -194,8 +186,12 @@ ol.category-breadcrumb {
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
|
||||
.full-width .contents .topic-list .topic-list-header {
|
||||
display: none;
|
||||
.full-width .contents .topic-list .topic-list-header tr {
|
||||
background-color: var(--secondary);
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
|
||||
border: 1px solid rgba(var(--primary-rgb), 0.1);
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.topic-list .topic-item-stats {
|
||||
@ -231,6 +227,7 @@ ol.category-breadcrumb {
|
||||
width: unset;
|
||||
}
|
||||
|
||||
.topic-list .topic-list-header .topic-list-data,
|
||||
.topic-list .topic-list-item .topic-list-data {
|
||||
padding: 15px;
|
||||
}
|
||||
@ -259,11 +256,6 @@ ol.category-breadcrumb {
|
||||
color: var(--secondary);
|
||||
}
|
||||
|
||||
// Hide the "4/7" topic navigation when on mobile since it's always stuck to the bottom anyway.
|
||||
.topic-navigation {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
// Footer
|
||||
.custom-footer {
|
||||
.list {
|
||||
|
Reference in New Issue
Block a user