Compare commits
1 Commits
main
...
1fe9d8237b
Author | SHA1 | Date | |
---|---|---|---|
1fe9d8237b |
@ -697,6 +697,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>
|
@ -81,7 +81,7 @@ html body.staff:not(.navigation-topics) #main-outlet {
|
||||
}
|
||||
|
||||
html body.navigation-category #main-outlet {
|
||||
width: calc(100% - 1em) !important;
|
||||
width: calc(100% - 1em);
|
||||
}
|
||||
|
||||
.container.posts > .row {
|
||||
@ -194,8 +194,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 +235,7 @@ ol.category-breadcrumb {
|
||||
width: unset;
|
||||
}
|
||||
|
||||
.topic-list .topic-list-header .topic-list-data,
|
||||
.topic-list .topic-list-item .topic-list-data {
|
||||
padding: 15px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user