2023-08-26 15:41:11 +12:00
|
|
|
/* This file contains SCSS used for creating the general structure of pages. Selectors should be things like body, h1,
|
|
|
|
nav, etc which are used site-wide */
|
2023-12-27 11:00:30 +13:00
|
|
|
.red {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.orangered {
|
|
|
|
color: orangered;
|
|
|
|
}
|
|
|
|
|
2023-10-16 21:38:36 +13:00
|
|
|
.pl-0 {
|
2023-11-29 20:32:07 +13:00
|
|
|
padding-left: 0 !important;
|
2023-10-16 21:38:36 +13:00
|
|
|
}
|
|
|
|
|
2023-12-31 12:09:20 +13:00
|
|
|
.pl-1 {
|
|
|
|
padding-left: 5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pl-2 {
|
|
|
|
padding-left: 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pl-3 {
|
|
|
|
padding-left: 15px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pl-4 {
|
|
|
|
padding-left: 20px !important;
|
|
|
|
}
|
|
|
|
|
2023-08-26 15:41:11 +12:00
|
|
|
/* for more info about the feather font used for icons see https://at-ui.github.io/feather-font/ */
|
|
|
|
/* use https://fontdrop.info/ to get the unicode values of the featuer.ttf file */
|
|
|
|
@font-face {
|
|
|
|
font-family: "Feather";
|
|
|
|
src: url("/static/fonts/feather/feather.ttf?cb") format("truetype"), url("/static/fonts/feather/feather.woff?cb") format("woff"), url("/static/fonts/feather/feather.svg?cb#Feather") format("svg");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
.fe {
|
|
|
|
font-family: "Feather" !important;
|
|
|
|
speak: none;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
line-height: 1;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-item .fe {
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-subscription::before {
|
|
|
|
content: "\e9b9";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-logout::before {
|
|
|
|
content: "\e988";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-fb::before {
|
|
|
|
content: "\e95e";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-close::before {
|
|
|
|
content: "\ea03";
|
|
|
|
}
|
|
|
|
|
2024-01-03 16:29:58 +13:00
|
|
|
.fe-external::before {
|
|
|
|
content: "\e95b";
|
|
|
|
}
|
|
|
|
|
2023-08-26 15:41:11 +12:00
|
|
|
.fe-circle::before {
|
|
|
|
content: "\e937";
|
|
|
|
}
|
|
|
|
|
2024-01-12 17:15:08 +13:00
|
|
|
.fe-home::before {
|
|
|
|
content: "\e979";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-popular::before {
|
|
|
|
content: "\e9e6";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-all::before {
|
|
|
|
content: "\e986";
|
|
|
|
}
|
|
|
|
|
2023-08-26 15:41:11 +12:00
|
|
|
.fe-activity::before {
|
|
|
|
content: "\e900";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-copy::before {
|
|
|
|
content: "\e944";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-edit::before {
|
|
|
|
content: "\e958";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-plus::before {
|
|
|
|
content: "\e9b1";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-wind::before {
|
|
|
|
content: "\ea01";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-refresh-cw::before {
|
|
|
|
content: "\e9b9";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-x-circle::before {
|
|
|
|
content: "\ea03";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-printer::before {
|
|
|
|
content: "\e9b6";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-search::before {
|
|
|
|
content: "\e9c1";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-check::before {
|
|
|
|
content: "\e92b";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-user::before {
|
|
|
|
content: "\e9f1";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-heart::before {
|
|
|
|
content: "\e977";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-message-circle::before {
|
|
|
|
content: "\e990";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-settings::before {
|
|
|
|
content: "\e9c4";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-calendar::before {
|
|
|
|
content: "\e927";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-facebook::before {
|
|
|
|
content: "\e95e";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-share::before {
|
|
|
|
content: "\e9c2";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-chevron-up::before {
|
|
|
|
content: "\e931";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-chevron-down::before {
|
|
|
|
content: "\e92e";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-feather::before {
|
|
|
|
content: "\e960";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-mobile::before {
|
|
|
|
content: "\e9d2";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-loader::before {
|
|
|
|
content: "\e986";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-sun::before {
|
|
|
|
content: "\e9d7";
|
|
|
|
}
|
|
|
|
|
2023-12-27 11:00:30 +13:00
|
|
|
.fe-warning::before {
|
|
|
|
content: "\e904";
|
|
|
|
}
|
|
|
|
|
2023-10-10 22:25:37 +13:00
|
|
|
.fe-arrow-up::before {
|
|
|
|
content: "\e914";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-arrow-down::before {
|
|
|
|
content: "\e90c";
|
|
|
|
}
|
|
|
|
|
2023-10-15 19:36:14 +13:00
|
|
|
.fe-reply {
|
|
|
|
position: relative;
|
2023-11-09 21:32:29 +13:00
|
|
|
top: 1px;
|
2023-10-15 19:36:14 +13:00
|
|
|
}
|
|
|
|
|
|
|
|
.fe-reply::before {
|
2023-11-09 21:32:29 +13:00
|
|
|
content: "\e990";
|
2023-10-15 19:36:14 +13:00
|
|
|
}
|
|
|
|
|
|
|
|
.fe-report::before {
|
|
|
|
content: "\e967";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-angles-down::before {
|
|
|
|
content: "\e932";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-angles-up::before {
|
|
|
|
content: "\e935";
|
|
|
|
}
|
|
|
|
|
2023-11-30 06:36:08 +13:00
|
|
|
.fe-options::before {
|
|
|
|
content: "\e99b";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-edit::before {
|
|
|
|
content: "\e95a";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-delete::before {
|
|
|
|
content: "\ea03";
|
|
|
|
}
|
|
|
|
|
2023-12-14 21:22:46 +13:00
|
|
|
.fe-mea-culpa::before {
|
|
|
|
content: "\e997";
|
|
|
|
}
|
|
|
|
|
2023-12-13 21:04:11 +13:00
|
|
|
.fe-block::before {
|
|
|
|
content: "\ea04";
|
|
|
|
}
|
|
|
|
|
2023-11-30 05:27:00 +13:00
|
|
|
.fe-report::before {
|
|
|
|
content: "\e967";
|
|
|
|
}
|
|
|
|
|
2024-01-07 12:47:06 +13:00
|
|
|
.fe-bell, .fe-no-bell {
|
2024-01-06 11:01:44 +13:00
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
|
2023-11-30 23:21:37 +13:00
|
|
|
.fe-bell::before {
|
|
|
|
content: "\e91e";
|
|
|
|
}
|
|
|
|
|
2024-01-07 12:47:06 +13:00
|
|
|
.fe-no-bell::before {
|
|
|
|
content: "\e91f";
|
|
|
|
}
|
|
|
|
|
2024-01-13 22:09:02 +13:00
|
|
|
.fe-sun::before {
|
|
|
|
content: "\e9d7";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-moon::before {
|
|
|
|
content: "\e99a";
|
|
|
|
}
|
|
|
|
|
2024-01-15 20:46:37 +13:00
|
|
|
.fe-collapse::before {
|
|
|
|
content: "\e995";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-expand::before {
|
|
|
|
content: "\e98e";
|
|
|
|
}
|
|
|
|
|
2024-01-07 12:47:06 +13:00
|
|
|
h1 .fe-bell, h1 .fe-no-bell {
|
|
|
|
font-size: 18px;
|
|
|
|
top: -5px;
|
|
|
|
left: 17px;
|
|
|
|
}
|
|
|
|
|
2024-01-06 17:21:39 +13:00
|
|
|
.fe-magnify {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-magnify::before {
|
|
|
|
content: "\ea08";
|
|
|
|
}
|
|
|
|
|
|
|
|
.imageVisible .fe-magnify::before {
|
|
|
|
content: "\ea09";
|
|
|
|
}
|
|
|
|
|
2023-12-12 18:28:49 +13:00
|
|
|
.fe-rss::before {
|
|
|
|
content: "\e9be";
|
|
|
|
}
|
|
|
|
|
2023-11-30 05:27:00 +13:00
|
|
|
.fe-image {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
.fe-image:before {
|
2023-11-30 05:14:22 +13:00
|
|
|
content: "\e97a";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-new-account {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
.fe-new-account:before {
|
|
|
|
content: "\e986";
|
2023-11-27 22:05:35 +13:00
|
|
|
}
|
|
|
|
|
2024-03-20 10:45:26 +00:00
|
|
|
.fe-bot-account {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
.fe-bot-account:before {
|
|
|
|
content: "\e94d";
|
|
|
|
}
|
|
|
|
|
2023-11-30 05:27:00 +13:00
|
|
|
.fe-video {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
left: 1px;
|
|
|
|
}
|
|
|
|
.fe-video:before {
|
|
|
|
content: "\ea05";
|
|
|
|
}
|
|
|
|
|
2024-02-25 15:55:27 +13:00
|
|
|
.fe-audio {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.fe-audio:before {
|
|
|
|
content: "\e9fc";
|
|
|
|
}
|
|
|
|
|
2023-11-30 05:27:00 +13:00
|
|
|
.fe-poll {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
left: 1px;
|
|
|
|
}
|
|
|
|
.fe-poll:before {
|
2024-03-31 12:08:50 +01:00
|
|
|
content: "\e91b";
|
2024-03-31 12:05:54 +01:00
|
|
|
/* possibly e985 */
|
2023-11-30 05:27:00 +13:00
|
|
|
}
|
|
|
|
|
2024-03-20 20:41:45 +13:00
|
|
|
.fe-sticky-left::before {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
content: "\e934";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-sticky-right::before {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
content: "\e933";
|
|
|
|
}
|
|
|
|
|
2023-08-26 15:41:11 +12:00
|
|
|
a.no-underline {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a.no-underline:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.small, small {
|
|
|
|
font-size: 87%;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset legend {
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-check-input {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-group {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.form-group .text-nowrap input[type=number], .form-group .form-check-inline input[type=number], .form-group .fix-radio-align input[type=number] {
|
|
|
|
vertical-align: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control-label {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 0.375rem;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0.375rem 0.75rem;
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
line-height: 1.6;
|
|
|
|
color: #495057;
|
|
|
|
background-color: #fff;
|
|
|
|
background-clip: padding-box;
|
|
|
|
border: 1px solid rgba(0, 40, 100, 0.12);
|
|
|
|
border-radius: 3px;
|
|
|
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control:focus {
|
|
|
|
color: #495057;
|
|
|
|
background-color: #fff;
|
|
|
|
border-color: #1991eb;
|
|
|
|
outline: 0;
|
|
|
|
box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-secondary {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #007bff;
|
|
|
|
border-color: #007bff;
|
|
|
|
}
|
|
|
|
.btn-secondary:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #0069d9;
|
|
|
|
border-color: #0062cc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-striped tbody tr .current_sort,
|
|
|
|
.table-striped thead th.current_sort {
|
|
|
|
background-color: #f0f0f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-striped tbody tr:nth-of-type(2n+1) .current_sort {
|
|
|
|
background-color: #d8e5ee;
|
|
|
|
}
|
|
|
|
|
2024-02-25 09:08:14 +13:00
|
|
|
@media (min-width: 768px) {
|
|
|
|
html {
|
|
|
|
scroll-padding-top: 80px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-26 15:41:11 +12:00
|
|
|
.container {
|
|
|
|
width: 100%;
|
|
|
|
padding-right: 0.75rem;
|
|
|
|
padding-left: 0.75rem;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
max-width: inherit;
|
|
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.container {
|
|
|
|
max-width: 960px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.container {
|
|
|
|
max-width: 1200px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1600px) {
|
|
|
|
.container {
|
|
|
|
max-width: 1550px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 2000px) {
|
|
|
|
.container {
|
|
|
|
max-width: 1880px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-02-25 11:29:08 +13:00
|
|
|
@media (min-width: 992px) {
|
|
|
|
.navbar-expand-lg .navbar-nav .dropdown-menu {
|
|
|
|
overflow-y: auto;
|
|
|
|
max-height: 90vh;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
}
|
2024-01-12 17:15:08 +13:00
|
|
|
.low_bandwidth .dropdown-toggle::after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-08-26 15:41:11 +12:00
|
|
|
.skip-link {
|
|
|
|
position: absolute;
|
2024-03-31 12:05:54 +01:00
|
|
|
top: -40px;
|
|
|
|
/* Adjust as needed to hide the link off-screen */
|
2023-08-26 15:41:11 +12:00
|
|
|
left: 0;
|
2024-03-31 12:05:54 +01:00
|
|
|
background-color: #fff;
|
|
|
|
/* Background color to cover the link for screen readers */
|
|
|
|
z-index: 1060;
|
|
|
|
/* Ensure it's above other content */
|
2023-08-26 15:41:11 +12:00
|
|
|
}
|
|
|
|
|
|
|
|
.skip-link:focus {
|
2024-03-31 12:05:54 +01:00
|
|
|
top: 0;
|
|
|
|
/* Bring the link back into view when it receives focus */
|
2023-08-26 15:41:11 +12:00
|
|
|
}
|
|
|
|
|
|
|
|
.form-group {
|
|
|
|
margin-bottom: 1.1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
max-width: 350px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2024-01-04 22:24:13 +13:00
|
|
|
.card .card-body > p > img, .card .card-body > p > a > img {
|
2024-01-04 22:08:32 +13:00
|
|
|
max-width: 100%;
|
|
|
|
}
|
2023-08-22 21:24:11 +12:00
|
|
|
|
2023-10-03 22:29:13 +13:00
|
|
|
#breadcrumb_nav {
|
2023-11-29 20:32:07 +13:00
|
|
|
font-size: 87%;
|
2023-10-03 22:29:13 +13:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
#breadcrumb_nav {
|
|
|
|
display: block;
|
|
|
|
font-size: 87%;
|
|
|
|
}
|
|
|
|
#breadcrumb_nav .breadcrumb {
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
#breadcrumb_nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
|
|
|
|
content: ">";
|
|
|
|
}
|
|
|
|
}
|
2024-01-28 18:11:32 +13:00
|
|
|
.communities_table tbody tr th {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.communities_table tbody tr th a {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
width: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2023-08-29 22:01:06 +12:00
|
|
|
.community_header {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
background-size: cover;
|
2024-03-29 11:00:28 +00:00
|
|
|
border-radius: 5px 5px 0 0; /* top-left | top-right | bottom-right | bottom-left */
|
2023-12-22 14:05:39 +13:00
|
|
|
height: 176px;
|
2023-12-29 17:32:35 +13:00
|
|
|
margin-left: -12px;
|
|
|
|
margin-right: -12px;
|
|
|
|
margin-top: -9px;
|
2023-12-22 14:05:39 +13:00
|
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.community_header {
|
|
|
|
height: 240px;
|
|
|
|
}
|
2023-08-29 22:01:06 +12:00
|
|
|
}
|
2023-10-03 22:29:13 +13:00
|
|
|
@media (min-width: 992px) {
|
|
|
|
.community_header #breadcrumb_nav {
|
2023-12-29 17:32:35 +13:00
|
|
|
padding-left: 13px;
|
2023-10-03 22:29:13 +13:00
|
|
|
padding-top: 13px;
|
|
|
|
}
|
2023-12-22 14:05:39 +13:00
|
|
|
}
|
|
|
|
.community_header #breadcrumb_nav .breadcrumb {
|
|
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
|
|
display: inline-block;
|
|
|
|
padding: 5px 10px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2023-12-29 17:32:35 +13:00
|
|
|
@media (min-width: 992px) {
|
|
|
|
.community_header #breadcrumb_nav .breadcrumb {
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
}
|
2023-12-22 14:05:39 +13:00
|
|
|
.community_header #breadcrumb_nav .breadcrumb .breadcrumb-item {
|
|
|
|
color: white;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.community_header #breadcrumb_nav .breadcrumb .breadcrumb-item a {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
.community_header #breadcrumb_nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
|
|
|
|
content: ">";
|
|
|
|
color: white;
|
2023-10-03 22:29:13 +13:00
|
|
|
}
|
2023-08-29 22:01:06 +12:00
|
|
|
|
|
|
|
.community_header_no_background .community_icon, .community_header .community_icon {
|
|
|
|
width: 120px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2024-01-28 18:11:32 +13:00
|
|
|
#choose_topics_card label.form-control-label {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#choose_topics_card .form-group {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
#choose_topics_card ul.form-control {
|
|
|
|
border: none;
|
|
|
|
list-style-type: none;
|
|
|
|
padding-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
#choose_topics_card ul.form-control li {
|
|
|
|
vertical-align: center;
|
|
|
|
}
|
|
|
|
#choose_topics_card ul.form-control li label {
|
|
|
|
height: 44px;
|
|
|
|
}
|
|
|
|
|
2024-01-08 19:41:32 +13:00
|
|
|
.form-check .form-check-input {
|
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
|
|
|
}
|
|
|
|
|
2023-10-10 22:25:37 +13:00
|
|
|
.post_reply_form label {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-11-30 23:21:37 +13:00
|
|
|
.post_reply_form .form-check {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -14px;
|
|
|
|
left: 122px;
|
|
|
|
}
|
|
|
|
.post_reply_form .form-check label {
|
|
|
|
display: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add_reply .form-control-label {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.add_reply .form-check {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -14px;
|
|
|
|
left: 122px;
|
|
|
|
}
|
2023-10-10 22:25:37 +13:00
|
|
|
|
2023-10-02 22:16:44 +13:00
|
|
|
.post_list .post_teaser {
|
|
|
|
border-bottom: solid 2px #ddd;
|
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
.post_list .post_teaser h3 {
|
2024-01-07 22:49:08 +13:00
|
|
|
font-size: 110%;
|
2023-11-17 22:02:44 +13:00
|
|
|
margin-top: 4px;
|
2023-11-09 22:44:09 +13:00
|
|
|
margin-bottom: 0;
|
2023-10-02 22:16:44 +13:00
|
|
|
}
|
2023-10-07 21:32:19 +13:00
|
|
|
.post_list .post_teaser .meta_row a, .post_list .post_teaser .main_row a, .post_list .post_teaser .utilities_row a {
|
2023-10-02 22:16:44 +13:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2024-03-31 14:17:49 +13:00
|
|
|
.post_list .post_teaser .main_row {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.post_list .post_teaser .main_row .author {
|
|
|
|
margin-bottom: 30px;
|
|
|
|
display: inline-block;
|
2024-03-31 14:41:50 +13:00
|
|
|
max-width: 78%;
|
2024-03-31 14:17:49 +13:00
|
|
|
}
|
|
|
|
.post_list .post_teaser .main_row .post_utilities {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -12px;
|
2024-03-31 14:22:16 +13:00
|
|
|
left: 10px;
|
2024-03-31 14:17:49 +13:00
|
|
|
}
|
|
|
|
.post_list .post_teaser .main_row .post_utilities a {
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 44px;
|
|
|
|
line-height: 44px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2024-03-31 14:22:16 +13:00
|
|
|
.post_list .post_teaser .main_row .post_utilities a:first-child {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2024-03-31 14:17:49 +13:00
|
|
|
.post_list .post_teaser .main_row .post_options {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -1px;
|
|
|
|
}
|
2024-01-31 21:02:22 +13:00
|
|
|
.post_list .post_teaser .utilities_row a {
|
|
|
|
display: inline-block;
|
2024-02-02 15:30:03 +13:00
|
|
|
min-width: 44px;
|
2024-03-29 11:00:28 +00:00
|
|
|
min-height: 44px;
|
|
|
|
justify-content: center;
|
|
|
|
align-content: center;
|
2024-01-31 21:02:22 +13:00
|
|
|
}
|
|
|
|
.post_list .post_teaser .utilities_row .preview_image, .post_list .post_teaser .utilities_row .post_options {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2023-11-29 20:32:07 +13:00
|
|
|
.post_list .post_teaser .thumbnail {
|
2023-12-22 14:05:39 +13:00
|
|
|
float: right;
|
2023-11-29 20:32:07 +13:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
2024-01-24 09:23:44 +13:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.post_list .post_teaser .thumbnail .fe {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
background-color: rgba(255, 255, 255, 0.7);
|
|
|
|
padding-bottom: 1px;
|
|
|
|
padding-left: 1px;
|
|
|
|
border-radius: 2px;
|
|
|
|
top: 0;
|
2023-11-29 20:32:07 +13:00
|
|
|
}
|
|
|
|
.post_list .post_teaser .thumbnail img {
|
2023-12-22 14:05:39 +13:00
|
|
|
height: 60px;
|
|
|
|
width: 60px;
|
|
|
|
border-radius: 5px;
|
|
|
|
object-fit: cover;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.post_list .post_teaser .thumbnail img {
|
|
|
|
height: 70px;
|
|
|
|
width: 133px;
|
|
|
|
}
|
2023-11-29 20:32:07 +13:00
|
|
|
}
|
2024-02-26 21:45:47 +13:00
|
|
|
.post_list .post_teaser .thumbnail img.blur {
|
|
|
|
filter: blur(3px);
|
|
|
|
}
|
2024-01-24 09:23:44 +13:00
|
|
|
.post_list .post_teaser .thumbnail.lbw .fe {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
.post_list .post_teaser .thumbnail.lbw .fe::before {
|
|
|
|
font-size: 28px;
|
|
|
|
padding-right: 7px;
|
|
|
|
}
|
2024-03-02 14:46:17 +13:00
|
|
|
.post_list .post_teaser .thumbnail.missing_thumbnail .fe::before {
|
|
|
|
font-size: x-large;
|
|
|
|
opacity: 0.8;
|
|
|
|
}
|
2024-01-11 20:39:22 +13:00
|
|
|
.post_list .post_teaser.blocked {
|
|
|
|
opacity: 0.2;
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
.post_list .post_teaser.blocked .voting_buttons {
|
|
|
|
width: 46px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
.post_list .post_teaser.blocked .voting_buttons .upvote_button, .post_list .post_teaser.blocked .voting_buttons .downvote_button {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
2023-11-29 20:32:07 +13:00
|
|
|
|
2024-03-29 11:00:28 +00:00
|
|
|
.post_utilities_bar {
|
|
|
|
display: flex;
|
|
|
|
min-height: 44px;
|
|
|
|
}
|
|
|
|
.post_utilities_bar .post_options_link {
|
|
|
|
display: flex;
|
|
|
|
width: 44px;
|
|
|
|
height: 44px;
|
|
|
|
padding: 3px;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2024-01-21 15:44:13 +13:00
|
|
|
.post_list_masonry, .post_list_masonry_wide {
|
|
|
|
-webkit-column-count: 2;
|
|
|
|
-moz-column-count: 2;
|
|
|
|
column-count: 2;
|
|
|
|
-webkit-column-gap: 5px;
|
|
|
|
-moz-column-gap: 5px;
|
|
|
|
column-gap: 5px;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.post_list_masonry, .post_list_masonry_wide {
|
2024-01-25 21:18:44 +13:00
|
|
|
-webkit-column-count: 3;
|
|
|
|
-moz-column-count: 3;
|
|
|
|
column-count: 3;
|
2024-01-21 15:44:13 +13:00
|
|
|
-webkit-column-gap: 5px;
|
|
|
|
-moz-column-gap: 5px;
|
|
|
|
column-gap: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.post_list_masonry .post_teaser, .post_list_masonry_wide .post_teaser {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.post_list_masonry .post_teaser img, .post_list_masonry_wide .post_teaser img {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2024-01-31 20:16:46 +13:00
|
|
|
.post_list_masonry .post_teaser .masonry_thumb a, .post_list_masonry_wide .post_teaser .masonry_thumb a {
|
|
|
|
border: none;
|
|
|
|
}
|
2024-01-21 15:44:13 +13:00
|
|
|
.post_list_masonry .post_teaser .masonry_info, .post_list_masonry_wide .post_teaser .masonry_info {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
2024-01-31 20:16:46 +13:00
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
2024-01-21 15:44:13 +13:00
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2024-01-31 20:16:46 +13:00
|
|
|
.post_list_masonry .post_teaser .masonry_info .voting_buttons_masonry, .post_list_masonry_wide .post_teaser .masonry_info .voting_buttons_masonry {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
}
|
2024-01-21 15:44:13 +13:00
|
|
|
.post_list_masonry .post_teaser .masonry_info p, .post_list_masonry_wide .post_teaser .masonry_info p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.post_list_masonry .post_teaser .masonry_info p a, .post_list_masonry_wide .post_teaser .masonry_info p a {
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
line-height: 40px;
|
|
|
|
}
|
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.post_list_masonry .post_teaser .masonry_info p a, .post_list_masonry_wide .post_teaser .masonry_info p a {
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
}
|
2024-01-31 20:16:46 +13:00
|
|
|
.post_list_masonry .post_teaser .masonry_info .row, .post_list_masonry_wide .post_teaser .masonry_info .row {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
.post_list_masonry .post_teaser .masonry_info .row .col, .post_list_masonry_wide .post_teaser .masonry_info .row .col {
|
|
|
|
padding: 0;
|
|
|
|
flex-direction: row;
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
.post_list_masonry .post_teaser .masonry_info .row .col a, .post_list_masonry_wide .post_teaser .masonry_info .row .col a {
|
|
|
|
color: white;
|
2024-01-31 20:35:47 +13:00
|
|
|
padding-top: 6px;
|
|
|
|
}
|
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.post_list_masonry .post_teaser .masonry_info .row .col a, .post_list_masonry_wide .post_teaser .masonry_info .row .col a {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
2024-01-31 20:16:46 +13:00
|
|
|
}
|
|
|
|
.post_list_masonry .post_teaser .masonry_info .row .col .upvote_button, .post_list_masonry .post_teaser .masonry_info .row .col .downvote_button, .post_list_masonry_wide .post_teaser .masonry_info .row .col .upvote_button, .post_list_masonry_wide .post_teaser .masonry_info .row .col .downvote_button {
|
|
|
|
display: inline;
|
|
|
|
color: white;
|
2024-01-31 20:35:47 +13:00
|
|
|
padding-top: 10px;
|
2024-01-31 20:16:46 +13:00
|
|
|
width: 50%;
|
|
|
|
position: relative;
|
|
|
|
}
|
2024-01-31 20:35:47 +13:00
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.post_list_masonry .post_teaser .masonry_info .row .col .upvote_button, .post_list_masonry .post_teaser .masonry_info .row .col .downvote_button, .post_list_masonry_wide .post_teaser .masonry_info .row .col .upvote_button, .post_list_masonry_wide .post_teaser .masonry_info .row .col .downvote_button {
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
}
|
2024-01-31 20:16:46 +13:00
|
|
|
.post_list_masonry .post_teaser .masonry_info .row .col .upvote_button .htmx-indicator, .post_list_masonry .post_teaser .masonry_info .row .col .downvote_button .htmx-indicator, .post_list_masonry_wide .post_teaser .masonry_info .row .col .upvote_button .htmx-indicator, .post_list_masonry_wide .post_teaser .masonry_info .row .col .downvote_button .htmx-indicator {
|
|
|
|
position: absolute;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
left: 7px;
|
|
|
|
}
|
|
|
|
.post_list_masonry .post_teaser .masonry_info .row .col .upvote_button.voted_up, .post_list_masonry .post_teaser .masonry_info .row .col .downvote_button.voted_up, .post_list_masonry_wide .post_teaser .masonry_info .row .col .upvote_button.voted_up, .post_list_masonry_wide .post_teaser .masonry_info .row .col .downvote_button.voted_up {
|
|
|
|
color: #00b550;
|
|
|
|
}
|
|
|
|
.post_list_masonry .post_teaser .masonry_info .row .col .upvote_button.voted_down, .post_list_masonry .post_teaser .masonry_info .row .col .downvote_button.voted_down, .post_list_masonry_wide .post_teaser .masonry_info .row .col .upvote_button.voted_down, .post_list_masonry_wide .post_teaser .masonry_info .row .col .downvote_button.voted_down {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
.post_list_masonry .post_teaser .masonry_info .row .col-8, .post_list_masonry_wide .post_teaser .masonry_info .row .col-8 {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.post_list_masonry .post_teaser .masonry_info .row .col-8 p, .post_list_masonry_wide .post_teaser .masonry_info .row .col-8 p {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.post_list_masonry .post_teaser .masonry_info .row .reply_col, .post_list_masonry_wide .post_teaser .masonry_info .row .reply_col {
|
|
|
|
justify-content: right;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
2024-01-21 15:44:13 +13:00
|
|
|
.post_list_masonry .post_teaser .masonry_info_no_image, .post_list_masonry_wide .post_teaser .masonry_info_no_image {
|
|
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.post_list_masonry .post_teaser .masonry_info_no_image p, .post_list_masonry_wide .post_teaser .masonry_info_no_image p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.post_list_masonry .post_teaser .masonry_info_no_image p a, .post_list_masonry_wide .post_teaser .masonry_info_no_image p a {
|
|
|
|
color: var(--bs-body-color);
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.post_list_masonry_wide {
|
|
|
|
-webkit-column-count: 5;
|
|
|
|
-moz-column-count: 5;
|
|
|
|
column-count: 5;
|
|
|
|
-webkit-column-gap: 5px;
|
|
|
|
-moz-column-gap: 5px;
|
|
|
|
column-gap: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.layout_switcher {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-11-29 20:32:07 +13:00
|
|
|
.url_thumbnail {
|
|
|
|
float: right;
|
2024-01-05 11:56:18 +13:00
|
|
|
margin-top: -6px;
|
2023-11-29 20:32:07 +13:00
|
|
|
}
|
|
|
|
|
|
|
|
.post_image img {
|
|
|
|
max-width: 100%;
|
2024-03-17 03:22:05 +13:00
|
|
|
max-height: 90vh;
|
2023-11-29 20:32:07 +13:00
|
|
|
}
|
2023-10-02 22:16:44 +13:00
|
|
|
|
2023-12-24 13:28:41 +13:00
|
|
|
.render_username {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.render_username a img {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
border-radius: 50%;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
2023-10-16 21:38:36 +13:00
|
|
|
.comments > .comment {
|
|
|
|
margin-left: 0;
|
2023-11-09 22:44:09 +13:00
|
|
|
border-top: solid 1px #bbb;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
.comments > .comment:first-child {
|
|
|
|
border-top: none;
|
|
|
|
padding-top: 0;
|
2023-10-16 21:38:36 +13:00
|
|
|
}
|
|
|
|
|
2024-01-13 22:09:02 +13:00
|
|
|
[data-bs-theme=dark] .post_list .post_teaser {
|
|
|
|
border-bottom: solid 1px #424549;
|
|
|
|
}
|
2024-01-24 09:33:54 +13:00
|
|
|
[data-bs-theme=dark] .post_list .post_teaser .thumbnail .fe {
|
|
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
|
|
}
|
2024-01-13 22:09:02 +13:00
|
|
|
[data-bs-theme=dark] .comments > .comment {
|
|
|
|
border-top-color: #424549;
|
|
|
|
}
|
|
|
|
[data-bs-theme=dark] .downarea-textarea .form-control {
|
|
|
|
background-color: #424549;
|
|
|
|
color: whitesmoke;
|
|
|
|
}
|
2024-01-13 23:19:31 +13:00
|
|
|
[data-bs-theme=dark] .comment .replies {
|
|
|
|
border-left-color: #424549;
|
|
|
|
border-top-color: #424549;
|
|
|
|
}
|
2024-01-13 22:09:02 +13:00
|
|
|
|
2024-01-03 16:29:58 +13:00
|
|
|
.post_body img {
|
|
|
|
max-height: 40vh;
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment_body img {
|
|
|
|
max-height: 40vh;
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2023-10-16 21:38:36 +13:00
|
|
|
#replies {
|
|
|
|
scroll-margin-top: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post_replies > .col {
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
2023-11-27 22:05:35 +13:00
|
|
|
.post_type_image .post_image img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2024-01-16 21:39:10 +13:00
|
|
|
.voting_buttons_new {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.voting_buttons_new .upvote_button, .voting_buttons_new .downvote_button {
|
|
|
|
display: inline-block;
|
2024-01-17 18:46:03 +13:00
|
|
|
padding: 5px 15px;
|
2024-01-16 21:39:10 +13:00
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
|
2024-03-29 10:39:00 +00:00
|
|
|
min-width: 44px;
|
|
|
|
min-height: 44px;
|
2024-01-16 21:39:10 +13:00
|
|
|
}
|
|
|
|
.voting_buttons_new .upvote_button.digits_4, .voting_buttons_new .downvote_button.digits_4 {
|
|
|
|
width: 68px;
|
|
|
|
}
|
|
|
|
.voting_buttons_new .upvote_button.digits_5, .voting_buttons_new .downvote_button.digits_5 {
|
|
|
|
width: 76px;
|
|
|
|
}
|
|
|
|
.voting_buttons_new .upvote_button.digits_6, .voting_buttons_new .downvote_button.digits_6 {
|
|
|
|
width: 84px;
|
|
|
|
}
|
|
|
|
.voting_buttons_new .upvote_button.voted_up, .voting_buttons_new .downvote_button.voted_up {
|
|
|
|
color: green;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.voting_buttons_new .upvote_button.voted_down, .voting_buttons_new .downvote_button.voted_down {
|
|
|
|
color: darkred;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2024-01-17 18:46:03 +13:00
|
|
|
.voting_buttons_new .upvote_button {
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.voting_buttons_new .upvote_button {
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.voting_buttons_new .upvote_button .htmx-indicator {
|
|
|
|
left: 13px;
|
|
|
|
top: 7px;
|
|
|
|
}
|
|
|
|
.voting_buttons_new .downvote_button {
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
.voting_buttons_new .downvote_button .htmx-indicator {
|
|
|
|
left: 12px;
|
|
|
|
}
|
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.voting_buttons_new .downvote_button {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
.voting_buttons_new .downvote_button .htmx-indicator {
|
|
|
|
left: 2px;
|
|
|
|
}
|
|
|
|
}
|
2024-01-16 21:39:10 +13:00
|
|
|
.voting_buttons_new .htmx-indicator {
|
|
|
|
position: absolute;
|
|
|
|
left: 3px;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
.voting_buttons_new .htmx-request .htmx-indicator {
|
|
|
|
display: inline;
|
|
|
|
position: absolute;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
right: 14px;
|
|
|
|
top: 5px;
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
|
|
|
.voting_buttons_new .htmx-request.htmx-indicator {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2023-10-23 17:22:21 +13:00
|
|
|
.voting_buttons {
|
|
|
|
float: right;
|
|
|
|
display: block;
|
2024-03-29 10:39:00 +00:00
|
|
|
min-width: 54px;
|
2023-12-22 14:05:39 +13:00
|
|
|
padding: 0 0 5px 5px;
|
2023-12-24 17:41:34 +13:00
|
|
|
line-height: 30px;
|
2023-12-22 14:05:39 +13:00
|
|
|
font-size: 14px;
|
2023-10-23 17:22:21 +13:00
|
|
|
}
|
2023-12-24 17:41:34 +13:00
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.voting_buttons {
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
}
|
2023-10-23 17:22:21 +13:00
|
|
|
.voting_buttons div {
|
|
|
|
border: solid 1px #0071CE;
|
|
|
|
}
|
|
|
|
.voting_buttons .upvote_button, .voting_buttons .downvote_button {
|
2023-12-30 14:04:18 +13:00
|
|
|
position: relative;
|
2024-03-29 10:39:00 +00:00
|
|
|
padding: 0 3px;
|
|
|
|
min-height: 44px;
|
|
|
|
min-width: 44px;
|
2023-10-23 17:22:21 +13:00
|
|
|
border-radius: 3px;
|
|
|
|
cursor: pointer;
|
2024-03-29 10:39:00 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2024-03-31 14:17:49 +13:00
|
|
|
justify-content: center;
|
2023-10-23 17:22:21 +13:00
|
|
|
}
|
|
|
|
.voting_buttons .upvote_button.digits_4, .voting_buttons .downvote_button.digits_4 {
|
|
|
|
width: 68px;
|
|
|
|
}
|
|
|
|
.voting_buttons .upvote_button.digits_5, .voting_buttons .downvote_button.digits_5 {
|
|
|
|
width: 76px;
|
|
|
|
}
|
|
|
|
.voting_buttons .upvote_button.digits_6, .voting_buttons .downvote_button.digits_6 {
|
|
|
|
width: 84px;
|
|
|
|
}
|
|
|
|
.voting_buttons .upvote_button.voted_up, .voting_buttons .downvote_button.voted_up {
|
|
|
|
color: green;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.voting_buttons .upvote_button.voted_down, .voting_buttons .downvote_button.voted_down {
|
|
|
|
color: darkred;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.voting_buttons .downvote_button {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2023-12-30 14:04:18 +13:00
|
|
|
.voting_buttons .htmx-indicator {
|
|
|
|
position: absolute;
|
2024-01-10 13:41:45 +13:00
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
2023-12-30 14:04:18 +13:00
|
|
|
}
|
|
|
|
.voting_buttons .htmx-request .htmx-indicator {
|
|
|
|
display: inline;
|
|
|
|
position: absolute;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
right: 14px;
|
|
|
|
top: 5px;
|
2023-12-30 14:06:30 +13:00
|
|
|
opacity: 1 !important;
|
2023-12-30 14:04:18 +13:00
|
|
|
}
|
|
|
|
.voting_buttons .htmx-request.htmx-indicator {
|
|
|
|
display: inline;
|
|
|
|
}
|
2023-10-23 17:22:21 +13:00
|
|
|
.voting_buttons a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2023-10-10 22:25:37 +13:00
|
|
|
.comment {
|
|
|
|
clear: both;
|
2024-03-31 14:27:51 +13:00
|
|
|
margin-bottom: 10px;
|
2023-11-09 22:44:09 +13:00
|
|
|
margin-left: 15px;
|
|
|
|
padding-top: 8px;
|
2023-10-10 22:25:37 +13:00
|
|
|
}
|
2023-10-15 21:13:32 +13:00
|
|
|
.comment .limit_height {
|
2023-10-15 19:36:14 +13:00
|
|
|
position: relative;
|
|
|
|
}
|
2023-10-15 21:13:32 +13:00
|
|
|
.comment .limit_height.expanded {
|
2023-10-15 19:36:14 +13:00
|
|
|
max-height: none;
|
|
|
|
}
|
2023-10-15 21:13:32 +13:00
|
|
|
.comment .limit_height.expanded .show-more {
|
2023-10-15 19:36:14 +13:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.comment .show-more {
|
|
|
|
text-decoration: none;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #777;
|
|
|
|
color: white;
|
|
|
|
margin-bottom: 15px;
|
2024-01-10 19:54:54 +13:00
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
.comment .show-more .fe-angles-down, .comment .show-more .fe-angles-up {
|
|
|
|
margin-top: 7px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.comment .show-more {
|
|
|
|
height: 23px;
|
|
|
|
}
|
|
|
|
.comment .show-more .fe-angles-down, .comment .show-more .fe-angles-up {
|
|
|
|
display: inline;
|
|
|
|
}
|
2023-10-15 19:36:14 +13:00
|
|
|
}
|
2023-10-10 22:25:37 +13:00
|
|
|
.comment .comment_author img {
|
2024-01-16 21:39:10 +13:00
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
2023-12-24 16:20:18 +13:00
|
|
|
border-radius: 50%;
|
2024-01-16 21:39:10 +13:00
|
|
|
vertical-align: middle;
|
2023-10-10 22:25:37 +13:00
|
|
|
}
|
2024-01-16 21:39:10 +13:00
|
|
|
.comment .comment_author a.unhide {
|
|
|
|
display: none;
|
2023-10-10 22:25:37 +13:00
|
|
|
text-decoration: none;
|
2024-01-17 18:46:03 +13:00
|
|
|
padding: 5px 15px;
|
|
|
|
position: relative;
|
|
|
|
top: 3px;
|
2023-10-10 22:25:37 +13:00
|
|
|
}
|
2023-10-15 19:36:14 +13:00
|
|
|
.comment .comment_actions {
|
|
|
|
margin-top: -10px;
|
2023-12-28 20:00:07 +13:00
|
|
|
position: relative;
|
2023-10-15 19:36:14 +13:00
|
|
|
}
|
|
|
|
.comment .comment_actions a {
|
|
|
|
text-decoration: none;
|
2024-01-17 18:46:03 +13:00
|
|
|
padding: 5px 0;
|
2023-10-15 19:36:14 +13:00
|
|
|
}
|
2024-01-16 21:39:10 +13:00
|
|
|
.comment .comment_actions .hide_button {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.comment .comment_actions .hide_button a {
|
2024-01-17 18:46:03 +13:00
|
|
|
padding: 5px 15px;
|
|
|
|
}
|
|
|
|
.comment .comment_actions .notif_toggle {
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 87%;
|
|
|
|
padding: 5px 15px;
|
2024-01-16 21:39:10 +13:00
|
|
|
}
|
2023-10-16 21:38:36 +13:00
|
|
|
.comment .replies {
|
2024-03-31 12:01:40 +01:00
|
|
|
margin-top: 0;
|
2023-10-16 21:38:36 +13:00
|
|
|
border-left: solid 1px #ddd;
|
2023-11-09 22:44:09 +13:00
|
|
|
border-top: solid 1px #ddd;
|
2023-10-16 21:38:36 +13:00
|
|
|
}
|
2023-10-10 22:25:37 +13:00
|
|
|
|
2023-12-08 17:13:38 +13:00
|
|
|
#add_local_community_form #url {
|
|
|
|
width: 297px;
|
|
|
|
display: inline-block;
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
|
|
|
|
2023-12-13 21:04:11 +13:00
|
|
|
#reasons {
|
|
|
|
border: none;
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
overflow-y: auto;
|
2023-12-15 17:35:11 +13:00
|
|
|
height: 230px;
|
2023-12-13 21:04:11 +13:00
|
|
|
}
|
|
|
|
|
2023-11-30 23:21:37 +13:00
|
|
|
.table tr th {
|
|
|
|
vertical-align: middle;
|
2023-10-15 21:13:32 +13:00
|
|
|
}
|
|
|
|
|
2023-12-24 17:41:34 +13:00
|
|
|
.show_menu {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
|
2023-12-27 11:00:30 +13:00
|
|
|
.moderator_list {
|
|
|
|
list-style-type: none;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
.moderator_list li {
|
|
|
|
display: inline-block;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
2023-12-31 12:09:20 +13:00
|
|
|
fieldset legend {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2024-01-11 20:39:22 +13:00
|
|
|
.profile_action_buttons, .rh_action_buttons {
|
2024-01-01 16:26:57 +13:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2024-01-06 17:21:39 +13:00
|
|
|
.preview_image_shown {
|
|
|
|
z-index: 1;
|
|
|
|
position: relative;
|
|
|
|
max-width: 92vw;
|
|
|
|
height: auto;
|
2024-01-06 17:36:30 +13:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.preview_image_shown {
|
|
|
|
max-width: 760px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1280px) {
|
|
|
|
.preview_image_shown {
|
|
|
|
max-width: 800px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1600px) {
|
|
|
|
.preview_image_shown {
|
|
|
|
max-width: 850px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 2000px) {
|
|
|
|
.preview_image_shown {
|
|
|
|
max-width: 1180px;
|
|
|
|
}
|
2024-01-06 17:21:39 +13:00
|
|
|
}
|
|
|
|
|
2024-01-07 18:02:52 +13:00
|
|
|
.mobile_create_post {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2024-01-11 08:24:24 +13:00
|
|
|
.post_body blockquote, .comment_body blockquote {
|
2024-01-07 22:45:09 +13:00
|
|
|
border-left: 2px solid var(--bs-secondary);
|
|
|
|
padding: 0.1em 5px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2024-01-19 15:08:39 +13:00
|
|
|
.list-group-item:first-child {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
2024-01-23 17:16:49 +13:00
|
|
|
.skip-link:focus {
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
2024-02-08 18:43:11 +13:00
|
|
|
#choose_communities_in_topic_card {
|
|
|
|
max-width: inherit;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2024-02-08 18:34:58 +13:00
|
|
|
#choose_community table th {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
#choose_community table th img {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2024-02-16 06:17:13 +13:00
|
|
|
.warning_badge {
|
|
|
|
font-size: 12px;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin-right: 2px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
line-height: 20px;
|
|
|
|
padding: 0 4px;
|
|
|
|
}
|
|
|
|
.warning_badge.nsfw {
|
|
|
|
border: 1px solid #FF585B;
|
|
|
|
color: #FF585B;
|
|
|
|
}
|
|
|
|
.warning_badge.nsfl {
|
|
|
|
border: 1px solid black;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2024-03-13 16:40:20 +13:00
|
|
|
h1 .warning_badge {
|
|
|
|
position: relative;
|
|
|
|
left: 15px;
|
|
|
|
top: -6px;
|
|
|
|
}
|
|
|
|
|
2024-02-16 06:17:13 +13:00
|
|
|
[data-bs-theme=dark] .warning_badge.nsfl {
|
|
|
|
border: 1px solid white;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post_title .warning_badge {
|
|
|
|
line-height: 32px;
|
2024-02-18 11:46:11 +13:00
|
|
|
margin-left: 15px;
|
2024-02-16 06:17:13 +13:00
|
|
|
}
|
|
|
|
|
2024-02-17 23:13:02 +13:00
|
|
|
.conversation {
|
|
|
|
position: relative;
|
|
|
|
}
|
2024-02-17 20:05:57 +13:00
|
|
|
.conversation .message {
|
|
|
|
width: 90%;
|
|
|
|
max-width: 100%;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.conversation .message {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.conversation .message.from_other_party {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.conversation .message.from_me {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.conversation .message_created_at {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.conversation form .form-control-label {
|
|
|
|
display: none;
|
|
|
|
}
|
2024-02-17 23:13:02 +13:00
|
|
|
.conversation .conversation_options {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
2024-02-17 20:05:57 +13:00
|
|
|
|
2024-02-28 20:12:57 +13:00
|
|
|
#post_reply_markdown_editor_enabler {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 3px;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
#post_reply_markdown_editor_enabler {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.create_post_markdown_editor_enabler {
|
|
|
|
text-align: right;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2024-03-01 20:32:29 +13:00
|
|
|
.redo_search {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.redo_search input[type=search] {
|
|
|
|
width: unset;
|
|
|
|
display: inline;
|
|
|
|
font-size: inherit;
|
|
|
|
line-height: initial;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2023-08-22 21:24:11 +12:00
|
|
|
/*# sourceMappingURL=structure.css.map */
|