2022-11-05 13:17:27 -07:00
|
|
|
/* Reset CSS */
|
|
|
|
|
|
|
|
*,
|
|
|
|
*::before,
|
|
|
|
*::after {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
body,
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
p,
|
|
|
|
figure,
|
|
|
|
blockquote,
|
|
|
|
dl,
|
|
|
|
dd,
|
2022-11-17 16:43:00 -08:00
|
|
|
fieldset,
|
2022-11-05 13:17:27 -07:00
|
|
|
menu {
|
|
|
|
margin: 0;
|
2022-11-12 22:21:52 -08:00
|
|
|
padding: 0;
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
ul[role='list'],
|
|
|
|
ol[role='list'] {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
html:focus-within {
|
|
|
|
scroll-behavior: smooth;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
min-height: 100vh;
|
|
|
|
text-rendering: optimizeSpeed;
|
|
|
|
line-height: 1.5;
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:not([class]) {
|
|
|
|
text-decoration-skip-ink: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
img,
|
|
|
|
picture {
|
2022-11-12 22:21:52 -08:00
|
|
|
display: inline-block;
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
input,
|
|
|
|
button,
|
|
|
|
textarea,
|
|
|
|
select {
|
|
|
|
font: inherit;
|
|
|
|
}
|
|
|
|
|
2022-11-12 22:21:52 -08:00
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2022-11-27 15:43:20 -08:00
|
|
|
p a,
|
|
|
|
td a {
|
2022-11-16 20:42:25 -08:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2022-11-05 13:17:27 -07:00
|
|
|
@media (prefers-reduced-motion: reduce) {
|
|
|
|
html:focus-within {
|
|
|
|
scroll-behavior: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
*,
|
|
|
|
*::before,
|
|
|
|
*::after {
|
|
|
|
animation-duration: 0.01ms !important;
|
|
|
|
animation-iteration-count: 1 !important;
|
|
|
|
transition-duration: 0.01ms !important;
|
|
|
|
scroll-behavior: auto !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Base template styling */
|
|
|
|
|
|
|
|
:root {
|
2023-05-03 21:42:37 -07:00
|
|
|
--color-highlight: #449c8c;
|
|
|
|
|
2022-11-12 22:21:52 -08:00
|
|
|
--color-bg-main: #26323c;
|
|
|
|
--color-bg-menu: #2e3e4c;
|
|
|
|
--color-bg-box: #1a2631;
|
2022-11-13 15:14:38 -08:00
|
|
|
--color-bg-error: rgb(87, 32, 32);
|
2022-11-16 20:12:28 -08:00
|
|
|
--color-delete: #8b2821;
|
2023-05-03 21:42:37 -07:00
|
|
|
--color-header-menu: rgba(255, 255, 255, 0.8);
|
2023-01-16 12:05:21 -08:00
|
|
|
--color-main-shadow: rgba(0, 0, 0, 0.6);
|
|
|
|
--size-main-shadow: 50px;
|
2022-11-12 22:21:52 -08:00
|
|
|
|
|
|
|
--color-text-duller: #5f6983;
|
|
|
|
--color-text-dull: #99a;
|
|
|
|
--color-text-main: #fff;
|
2023-01-16 12:05:21 -08:00
|
|
|
--color-text-link: var(--color-highlight);
|
2023-05-03 21:42:37 -07:00
|
|
|
--color-text-in-highlight: var(--color-text-main);
|
2022-11-12 22:21:52 -08:00
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
--color-input-background: var(--color-bg-main);
|
2022-11-05 13:17:27 -07:00
|
|
|
--color-input-border: #000;
|
|
|
|
--color-input-border-active: #444b5d;
|
2023-01-16 12:05:21 -08:00
|
|
|
--color-button-secondary: #2e3e4c;
|
2022-12-11 08:25:48 -08:00
|
|
|
--color-button-disabled: #7c9c97;
|
2022-12-23 02:56:25 -08:00
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
--width-sidebar-small: 200px;
|
|
|
|
--width-sidebar-medium: 250px;
|
2023-01-16 11:15:39 -08:00
|
|
|
|
2023-01-16 11:19:10 -08:00
|
|
|
--emoji-height: 1.1em;
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
body.theme-light {
|
|
|
|
--color-bg-main: #d4dee7;
|
|
|
|
--color-bg-menu: #c0ccd8;
|
|
|
|
--color-bg-box: #f0f3f5;
|
2023-01-16 12:05:21 -08:00
|
|
|
--color-bg-error: rgb(219, 144, 144);
|
|
|
|
--color-delete: #884743;
|
2023-05-03 21:42:37 -07:00
|
|
|
--color-header-menu: rgba(0, 0, 0, 0.7);
|
2023-01-16 12:05:21 -08:00
|
|
|
--color-main-shadow: rgba(0, 0, 0, 0.1);
|
|
|
|
--size-main-shadow: 20px;
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
--color-text-duller: #4f5157;
|
|
|
|
--color-text-dull: rgb(62, 62, 68);
|
2023-01-16 12:05:21 -08:00
|
|
|
--color-text-main: rgb(0, 0, 0);
|
|
|
|
--color-text-link: var(--color-highlight);
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
--color-input-background: var(--color-bg-main);
|
2023-01-16 12:05:21 -08:00
|
|
|
--color-input-border: rgb(109, 109, 109);
|
|
|
|
--color-input-border-active: #464646;
|
|
|
|
--color-button-secondary: #5c6770;
|
|
|
|
--color-button-disabled: #a1a1a1;
|
|
|
|
}
|
|
|
|
|
2022-11-05 13:17:27 -07:00
|
|
|
body {
|
2022-11-12 22:21:52 -08:00
|
|
|
background-color: var(--color-bg-main);
|
|
|
|
color: var(--color-text-main);
|
|
|
|
font-family: "Raleway", sans-serif;
|
2022-11-13 15:14:38 -08:00
|
|
|
font-size: 16px;
|
2022-11-17 18:21:00 -08:00
|
|
|
min-height: 100%;
|
2022-11-12 22:21:52 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
2023-05-03 21:42:37 -07:00
|
|
|
width: 800px;
|
2022-11-12 22:21:52 -08:00
|
|
|
margin: 20px auto;
|
2023-05-03 21:42:37 -07:00
|
|
|
box-shadow: none;
|
2022-11-12 22:21:52 -08:00
|
|
|
border-radius: 5px;
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
body.wide main {
|
|
|
|
width: 1100px;
|
2022-12-22 13:06:35 -08:00
|
|
|
}
|
|
|
|
|
2022-11-17 18:21:00 -08:00
|
|
|
footer {
|
2022-12-31 13:12:39 -08:00
|
|
|
max-width: 800px;
|
2022-11-17 18:21:00 -08:00
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0 0 10px 0;
|
|
|
|
color: var(--color-text-duller);
|
|
|
|
text-align: center;
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2022-12-31 13:12:39 -08:00
|
|
|
footer a {
|
2022-11-17 18:21:00 -08:00
|
|
|
border-bottom: 1px solid var(--color-text-duller);
|
2022-12-05 18:21:00 -08:00
|
|
|
margin-right: 5px;
|
2022-11-17 18:21:00 -08:00
|
|
|
}
|
|
|
|
|
2022-11-05 13:17:27 -07:00
|
|
|
header {
|
|
|
|
display: flex;
|
2023-05-03 21:42:37 -07:00
|
|
|
height: 42px;
|
|
|
|
margin: -20px 0 20px 0;
|
2022-12-22 13:06:35 -08:00
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
2022-11-12 22:21:52 -08:00
|
|
|
header .logo {
|
2022-12-23 21:46:27 -08:00
|
|
|
display: inline-block;
|
2022-11-05 19:10:39 -07:00
|
|
|
font-family: "Raleway";
|
2022-11-12 22:21:52 -08:00
|
|
|
font-weight: bold;
|
|
|
|
background: var(--color-highlight);
|
2023-05-03 21:42:37 -07:00
|
|
|
border-radius: 0 0 5px 5px;
|
2022-11-17 18:16:34 -08:00
|
|
|
text-transform: lowercase;
|
2023-05-03 21:42:37 -07:00
|
|
|
padding: 6px 8px 5px 7px;
|
|
|
|
height: 42px;
|
|
|
|
font-size: 120%;
|
2023-01-16 12:05:21 -08:00
|
|
|
color: var(--color-text-in-highlight);
|
2022-11-12 22:21:52 -08:00
|
|
|
border-bottom: 3px solid rgba(0, 0, 0, 0);
|
2022-11-17 18:21:00 -08:00
|
|
|
z-index: 10;
|
2022-12-23 21:46:27 -08:00
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
2022-11-12 22:21:52 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
header .logo:hover {
|
2022-11-13 15:14:38 -08:00
|
|
|
border-bottom: 3px solid rgba(255, 255, 255, 0.3);
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
2022-11-12 22:21:52 -08:00
|
|
|
header .logo img {
|
2022-11-05 19:10:39 -07:00
|
|
|
display: inline;
|
|
|
|
vertical-align: top;
|
|
|
|
margin: 0 3px 0 0;
|
|
|
|
}
|
|
|
|
|
2022-11-05 13:17:27 -07:00
|
|
|
header menu {
|
2023-05-03 21:42:37 -07:00
|
|
|
flex-grow: 0;
|
2022-11-05 13:17:27 -07:00
|
|
|
display: flex;
|
|
|
|
list-style-type: none;
|
2022-11-12 22:21:52 -08:00
|
|
|
justify-content: flex-start;
|
2022-11-17 18:21:00 -08:00
|
|
|
z-index: 10;
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
2022-11-12 22:21:52 -08:00
|
|
|
header menu a {
|
2023-05-03 21:42:37 -07:00
|
|
|
padding: 6px 10px 4px 10px;
|
|
|
|
color: var(--color-header-menu);
|
2022-11-12 22:21:52 -08:00
|
|
|
line-height: 30px;
|
|
|
|
border-bottom: 3px solid rgba(0, 0, 0, 0);
|
2023-05-03 21:42:37 -07:00
|
|
|
margin: 0 2px;
|
|
|
|
text-align: center;
|
2022-11-17 18:21:00 -08:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
header menu a.logo {
|
|
|
|
width: auto;
|
|
|
|
margin-right: 7px;
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
2022-11-16 20:12:28 -08:00
|
|
|
header menu a:hover,
|
|
|
|
header menu a.selected {
|
2022-11-12 22:21:52 -08:00
|
|
|
border-bottom: 3px solid var(--color-highlight);
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
header menu a:hover:not(.logo) {
|
2022-12-22 13:06:35 -08:00
|
|
|
border-bottom: 3px solid rgba(0, 0, 0, 0);
|
|
|
|
background-color: var(--color-bg-menu);
|
2023-05-03 21:42:37 -07:00
|
|
|
border-radius: 0 0 5px 5px;
|
2022-12-22 13:06:35 -08:00
|
|
|
}
|
|
|
|
|
2022-11-17 18:21:00 -08:00
|
|
|
header menu a i {
|
|
|
|
font-size: 24px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2023-01-20 08:46:33 -08:00
|
|
|
body.light-theme.has-banner header menu a i {
|
|
|
|
color: var(--color-bg-main);
|
|
|
|
}
|
|
|
|
|
2022-11-22 18:21:01 -08:00
|
|
|
header menu a.htmx-request i {
|
|
|
|
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
|
|
animation-delay: var(--fa-animation-delay, 0s);
|
|
|
|
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
|
|
animation-direction: var(--fa-animation-direction, normal);
|
|
|
|
-webkit-animation-name: fa-spin;
|
|
|
|
animation-name: fa-spin;
|
|
|
|
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
|
|
|
animation-duration: var(--fa-animation-duration, 2s);
|
|
|
|
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
|
|
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
|
|
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|
|
|
animation-timing-function: var(--fa-animation-timing, linear);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-11-12 22:21:52 -08:00
|
|
|
header menu .gap {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
2022-11-05 13:17:27 -07:00
|
|
|
|
2022-11-12 22:21:52 -08:00
|
|
|
header menu a img {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin: 0 0 2px 8px;
|
|
|
|
height: 30px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
header menu a small {
|
|
|
|
color: var(--color-text-dull);
|
|
|
|
font-size: 70%;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav {
|
2023-05-03 21:42:37 -07:00
|
|
|
padding: 10px 0px 20px 5px;
|
|
|
|
border-radius: 5px;
|
2022-11-17 16:43:00 -08:00
|
|
|
}
|
|
|
|
|
2023-02-25 23:10:54 -08:00
|
|
|
nav hr {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-11-17 16:43:00 -08:00
|
|
|
nav h3 {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 90%;
|
|
|
|
padding: 15px 18px 7px 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav h3:first-child {
|
|
|
|
padding-top: 0;
|
2022-11-12 22:21:52 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
nav a {
|
2022-11-05 13:17:27 -07:00
|
|
|
display: block;
|
2022-11-12 22:21:52 -08:00
|
|
|
color: var(--color-text-dull);
|
2023-05-03 21:42:37 -07:00
|
|
|
padding: 7px 18px 7px 10px;
|
|
|
|
border-right: 3px solid transparent;
|
2022-11-12 22:21:52 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
nav a.selected {
|
2022-11-05 13:17:27 -07:00
|
|
|
color: var(--color-text-main);
|
2022-11-17 16:43:00 -08:00
|
|
|
background: var(--color-bg-main);
|
2023-05-03 21:42:37 -07:00
|
|
|
border-radius: 5px 0 0 5px;
|
2022-11-12 22:21:52 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
nav a:hover {
|
|
|
|
color: var(--color-text-main);
|
2023-05-03 21:42:37 -07:00
|
|
|
border-right: 3px solid var(--color-highlight);
|
2022-11-17 16:43:00 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
nav a.selected:hover {
|
2023-05-03 21:42:37 -07:00
|
|
|
border-right: 3px solid transparent;
|
2022-11-17 16:43:00 -08:00
|
|
|
}
|
|
|
|
|
2022-12-20 01:01:54 -08:00
|
|
|
nav a.danger {
|
|
|
|
color: var(--color-text-duller);
|
|
|
|
}
|
|
|
|
|
|
|
|
nav a.danger:hover {
|
|
|
|
color: var(--color-text-dull);
|
|
|
|
}
|
|
|
|
|
2022-11-17 16:43:00 -08:00
|
|
|
nav a i {
|
|
|
|
width: 20px;
|
|
|
|
text-align: center;
|
|
|
|
margin-right: 4px;
|
|
|
|
display: inline-block;
|
2022-11-12 22:21:52 -08:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
nav .identity-banner {
|
|
|
|
margin: 5px 0 10px 7px;
|
|
|
|
}
|
2022-11-13 15:14:38 -08:00
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
nav .identity-banner img.icon {
|
|
|
|
max-width: 32px;
|
|
|
|
max-height: 32px;
|
2022-11-13 15:14:38 -08:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
nav .identity-banner .avatar-link {
|
|
|
|
padding: 4px;
|
2022-11-13 15:14:38 -08:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
nav .identity-banner .handle {
|
|
|
|
word-wrap: break-word;
|
2022-12-14 11:46:56 -08:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
nav .identity-banner div.link {
|
|
|
|
color: var(--color-text-main);
|
2022-12-16 18:42:48 -08:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
nav .identity-banner a,
|
|
|
|
nav .identity-banner a:hover {
|
|
|
|
border-right: none;
|
2022-11-17 17:52:00 -08:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
/* Left-right columns */
|
|
|
|
|
|
|
|
.settings {
|
|
|
|
display: flex;
|
|
|
|
align-items: stretch;
|
|
|
|
justify-content: center;
|
|
|
|
margin-top: 20px;
|
2022-12-14 11:46:56 -08:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
.settings .settings-content {
|
|
|
|
flex-grow: 1;
|
|
|
|
width: 300px;
|
|
|
|
max-width: 900px;
|
|
|
|
padding: 0 15px 15px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings nav {
|
|
|
|
width: var(--width-sidebar-medium);
|
2022-11-13 15:14:38 -08:00
|
|
|
background: var(--color-bg-menu);
|
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
.settings nav h2 {
|
2022-11-13 15:14:38 -08:00
|
|
|
background: var(--color-highlight);
|
2023-01-16 12:05:21 -08:00
|
|
|
color: var(--color-text-in-highlight);
|
2022-11-13 15:14:38 -08:00
|
|
|
padding: 8px 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 90%;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
2022-12-16 19:04:28 -08:00
|
|
|
img.emoji {
|
2023-01-16 11:15:39 -08:00
|
|
|
height: var(--emoji-height);
|
2023-01-16 11:19:10 -08:00
|
|
|
vertical-align: baseline;
|
2022-12-16 19:04:28 -08:00
|
|
|
}
|
|
|
|
|
2023-05-24 10:41:56 -07:00
|
|
|
span.ellipsis::after {
|
2023-01-16 10:59:46 -08:00
|
|
|
content: "…";
|
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
/* Generic styling and sections */
|
2022-12-22 13:06:35 -08:00
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
section {
|
2022-12-22 13:06:35 -08:00
|
|
|
background: var(--color-bg-box);
|
|
|
|
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
|
2023-05-03 21:42:37 -07:00
|
|
|
margin: 0 auto 45px auto;
|
2022-12-22 13:06:35 -08:00
|
|
|
padding: 5px 15px;
|
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
section:first-of-type {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
2023-05-04 10:50:17 -07:00
|
|
|
section:first-of-type:has(>h1.above) {
|
|
|
|
margin-top: 50px;
|
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
section.invisible {
|
|
|
|
background: none;
|
|
|
|
box-shadow: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
section h1.above {
|
|
|
|
position: relative;
|
|
|
|
top: -35px;
|
|
|
|
left: -15px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 120%;
|
|
|
|
color: var(--color-text-main);
|
|
|
|
margin-bottom: -20px;
|
|
|
|
}
|
|
|
|
|
2023-07-22 10:46:35 -07:00
|
|
|
section h2.above {
|
|
|
|
position: relative;
|
|
|
|
top: -35px;
|
|
|
|
left: -15px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 100%;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: var(--color-text-dull);
|
|
|
|
margin-bottom: -20px;
|
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
section p {
|
|
|
|
margin: 5px 0 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
section:last-of-type {
|
2022-12-31 13:12:39 -08:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
section.shell {
|
2022-12-22 13:06:35 -08:00
|
|
|
background: none;
|
|
|
|
box-shadow: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
#main-content>h1 {
|
2022-12-22 13:06:35 -08:00
|
|
|
max-width: 700px;
|
|
|
|
margin: 25px auto 5px auto;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 120%;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: var(--color-text-main);
|
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
h1+section {
|
2022-12-22 13:06:35 -08:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown .banner {
|
|
|
|
width: calc(100% + 30px);
|
|
|
|
height: auto;
|
|
|
|
object-fit: cover;
|
|
|
|
margin: -5px -15px 10px -15px;
|
|
|
|
border-radius: 5px 0 0 0;
|
|
|
|
display: block;
|
|
|
|
}
|
2022-12-16 20:27:55 -08:00
|
|
|
|
|
|
|
.markdown p {
|
|
|
|
margin: 4px 0 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown li {
|
|
|
|
margin: 4px 0 10px 0;
|
|
|
|
}
|
|
|
|
|
2022-12-23 21:34:21 -08:00
|
|
|
p.authorization-code {
|
|
|
|
margin: 10px 0;
|
|
|
|
font-size: 140%;
|
|
|
|
}
|
|
|
|
|
2022-12-27 15:56:50 -08:00
|
|
|
|
2022-11-13 15:14:38 -08:00
|
|
|
/* Icon menus */
|
|
|
|
|
2022-11-17 18:16:34 -08:00
|
|
|
.icon-menu .option {
|
2022-11-17 16:43:00 -08:00
|
|
|
display: block;
|
2023-05-03 21:42:37 -07:00
|
|
|
margin: 0 0 10px 0;
|
2022-11-12 22:21:52 -08:00
|
|
|
color: inherit;
|
2022-11-05 13:17:27 -07:00
|
|
|
text-decoration: none;
|
2022-11-17 16:43:00 -08:00
|
|
|
padding: 10px 20px;
|
2022-11-12 22:21:52 -08:00
|
|
|
border: 2px solid rgba(255, 255, 255, 0);
|
|
|
|
border-radius: 3px;
|
2022-12-23 21:52:20 -08:00
|
|
|
overflow: hidden;
|
2022-11-05 19:10:39 -07:00
|
|
|
}
|
|
|
|
|
2022-11-17 18:16:34 -08:00
|
|
|
.icon-menu .option:hover {
|
2022-11-12 22:21:52 -08:00
|
|
|
border: 2px solid var(--color-highlight);
|
2022-11-05 19:10:39 -07:00
|
|
|
}
|
|
|
|
|
2022-11-17 18:16:34 -08:00
|
|
|
.icon-menu .option.empty {
|
|
|
|
color: var(--color-text-dull);
|
|
|
|
}
|
|
|
|
|
2022-12-26 09:14:23 -08:00
|
|
|
.icon-menu .option-actions {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2022-12-20 00:51:53 -08:00
|
|
|
.icon-menu .option.empty:hover,
|
|
|
|
.icon-menu .option.static:hover {
|
2022-11-17 18:16:34 -08:00
|
|
|
border: 2px solid rgba(255, 255, 255, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-menu .option img,
|
|
|
|
.icon-menu .option i {
|
2022-11-05 19:10:39 -07:00
|
|
|
vertical-align: middle;
|
|
|
|
margin: 0 10px 3px 0;
|
2022-11-12 22:21:52 -08:00
|
|
|
height: 50px;
|
|
|
|
width: auto;
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
2022-12-14 23:50:54 -08:00
|
|
|
.icon-menu .option img.emoji {
|
2023-01-16 11:15:39 -08:00
|
|
|
height: var(--emoji-height);
|
2022-12-14 23:50:54 -08:00
|
|
|
}
|
|
|
|
|
2022-11-17 18:16:34 -08:00
|
|
|
.icon-menu .option i {
|
2022-11-12 22:21:52 -08:00
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
width: 50px;
|
|
|
|
line-height: 50px;
|
|
|
|
font-size: 200%;
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
2022-12-26 09:14:23 -08:00
|
|
|
.icon-menu .option.hashtags {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-menu .option.hashtags .tag {
|
|
|
|
min-width: 0;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-menu .option.hashtags .count {
|
|
|
|
text-align: right;
|
2022-11-17 19:04:01 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-menu .option .pill {
|
|
|
|
display: inline-block;
|
2022-12-21 11:57:14 -08:00
|
|
|
padding: 2px 10px;
|
|
|
|
background: var(--color-text-duller);
|
|
|
|
border-radius: 20px;
|
2022-11-17 19:04:01 -08:00
|
|
|
margin: 0 5px 0 5px;
|
2022-12-21 11:57:14 -08:00
|
|
|
font-size: 70%;
|
2022-11-17 19:04:01 -08:00
|
|
|
}
|
|
|
|
|
2022-11-25 16:52:43 -08:00
|
|
|
.icon-menu .option .pill.bad {
|
|
|
|
background: var(--color-delete);
|
|
|
|
}
|
|
|
|
|
2022-12-16 16:39:10 -08:00
|
|
|
.icon-menu .option time {
|
|
|
|
color: var(--color-text-duller);
|
|
|
|
margin: 14px 0 0 0;
|
|
|
|
}
|
|
|
|
|
2022-12-21 11:57:14 -08:00
|
|
|
.icon-menu .option button {
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
2022-12-26 14:25:54 -08:00
|
|
|
.icon-menu .option button.right {
|
|
|
|
float: right;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2022-11-12 22:21:52 -08:00
|
|
|
.handle {
|
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
|
|
|
line-height: normal;
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
2022-11-12 22:21:52 -08:00
|
|
|
.handle small {
|
|
|
|
display: block;
|
2022-11-05 19:10:39 -07:00
|
|
|
color: var(--color-text-dull);
|
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
/* Icon/app listings */
|
|
|
|
|
|
|
|
.flex-icons {
|
|
|
|
display: flex;
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 20px 0 10px 0;
|
|
|
|
padding: 0;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-icons a {
|
|
|
|
display: inline-block;
|
2023-05-13 09:32:48 -07:00
|
|
|
width: 250px;
|
|
|
|
margin: 0 0 25px 0;
|
2023-05-03 21:42:37 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.flex-icons a img {
|
|
|
|
max-width: 64px;
|
|
|
|
max-height: 64px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-icons a h2 {
|
|
|
|
margin: 7px 0 0 72px;
|
|
|
|
font-size: 110%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-icons a i {
|
|
|
|
margin: 0 0 0 72px;
|
|
|
|
font-size: 90%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2023-01-10 19:31:50 -08:00
|
|
|
/* Item tables */
|
|
|
|
|
|
|
|
table.items {
|
|
|
|
margin: 10px 0;
|
|
|
|
border: 1px solid var(--color-bg-menu);
|
|
|
|
border-spacing: 0;
|
|
|
|
border-radius: 5px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.items td {
|
|
|
|
padding: 10px;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 1.1em;
|
|
|
|
height: 55px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.items td small {
|
|
|
|
display: block;
|
|
|
|
color: var(--color-text-dull);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.items tr:nth-of-type(2n+1) {
|
|
|
|
background-color: var(--color-bg-box);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.items td.name {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.items td.name a.overlay,
|
|
|
|
table.items td.icon a.overlay {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.items td.icon {
|
|
|
|
width: 40px;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.items td.icon img {
|
|
|
|
width: 32px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.items td .bad {
|
|
|
|
background: var(--color-delete);
|
|
|
|
padding: 4px 6px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.items td.stat {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.items td.actions {
|
|
|
|
text-align: right;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.items td.actions a {
|
|
|
|
color: var(--color-text-dull);
|
|
|
|
padding: 3px 4px;
|
|
|
|
border-radius: 3px;
|
|
|
|
text-decoration: none;
|
|
|
|
border: 3px solid transparent;
|
|
|
|
margin: 0 0 0 3px;
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.items td.actions a:hover {
|
|
|
|
color: var(--color-text-main);
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.items td.actions a.danger:hover {
|
|
|
|
background-color: var(--color-delete);
|
|
|
|
}
|
2022-11-05 13:17:27 -07:00
|
|
|
|
|
|
|
/* Forms */
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
section form {
|
2022-12-22 13:06:35 -08:00
|
|
|
max-width: 500px;
|
|
|
|
margin: 40px auto;
|
|
|
|
}
|
|
|
|
|
2022-11-17 16:43:00 -08:00
|
|
|
fieldset {
|
|
|
|
border: 0;
|
|
|
|
background: var(--color-bg-box);
|
|
|
|
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
|
|
|
|
margin: 25px 0 45px 0;
|
|
|
|
padding: 5px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset legend {
|
|
|
|
position: relative;
|
|
|
|
top: -15px;
|
|
|
|
left: -15px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: var(--color-text-dull);
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
2022-11-13 15:41:48 -08:00
|
|
|
.right-column form,
|
|
|
|
form.inline {
|
2022-11-13 15:14:38 -08:00
|
|
|
padding: 0;
|
2022-12-30 14:03:11 -08:00
|
|
|
margin: 0;
|
2022-12-31 13:12:39 -08:00
|
|
|
display: inline;
|
2022-11-13 15:14:38 -08:00
|
|
|
}
|
|
|
|
|
2023-03-14 14:35:40 -07:00
|
|
|
div.follow {
|
2022-11-13 15:41:48 -08:00
|
|
|
float: right;
|
2023-05-03 21:42:37 -07:00
|
|
|
margin: 30px 0 0 0;
|
2022-11-13 15:41:48 -08:00
|
|
|
font-size: 16px;
|
2022-11-17 19:04:01 -08:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2023-03-14 14:35:40 -07:00
|
|
|
div.follow .actions {
|
2022-12-30 00:01:03 -08:00
|
|
|
/* display: flex; */
|
|
|
|
position: relative;
|
|
|
|
justify-content: space-between;
|
|
|
|
/* padding: 8px 0 0 0; */
|
|
|
|
align-items: center;
|
|
|
|
align-content: center;
|
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
.follow .actions button {
|
2022-12-30 00:01:03 -08:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.inline-menu {
|
|
|
|
margin: 0px;
|
2022-12-31 13:12:39 -08:00
|
|
|
display: inline;
|
2022-12-30 00:01:03 -08:00
|
|
|
}
|
|
|
|
|
2022-12-21 11:57:14 -08:00
|
|
|
form.follow {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2022-12-05 18:54:47 -08:00
|
|
|
form.search {
|
|
|
|
display: flex;
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
}
|
|
|
|
|
2022-11-13 15:14:38 -08:00
|
|
|
form h1 {
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
form p {
|
|
|
|
color: var(--color-text-main);
|
|
|
|
margin: 10px 0 15px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .field {
|
2022-11-17 16:43:00 -08:00
|
|
|
margin: 0 0 25px 0;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .field:last-of-type {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .field .label-input {
|
|
|
|
flex-grow: 1;
|
2022-11-13 15:14:38 -08:00
|
|
|
}
|
|
|
|
|
2022-11-28 20:41:36 -08:00
|
|
|
form .field.stats {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-11-28 21:14:52 -08:00
|
|
|
|
2022-11-28 20:41:36 -08:00
|
|
|
form .field.stats table {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .field.stats table tr th {
|
|
|
|
color: var(--color-text-main);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
form .field.stats table tbody td {
|
|
|
|
color: var(--color-text-dull);
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2022-11-13 15:14:38 -08:00
|
|
|
.right-column form .field {
|
|
|
|
margin: 0;
|
|
|
|
background: none;
|
|
|
|
box-shadow: none;
|
|
|
|
padding: 0;
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
form label {
|
2022-11-13 15:14:38 -08:00
|
|
|
display: block;
|
2022-11-05 13:17:27 -07:00
|
|
|
text-transform: uppercase;
|
2022-11-13 15:14:38 -08:00
|
|
|
font-size: 100%;
|
|
|
|
font-weight: bold;
|
2022-11-17 16:43:00 -08:00
|
|
|
margin: 0 0 5px 0;
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
2022-11-13 15:14:38 -08:00
|
|
|
form label small {
|
2022-11-05 13:17:27 -07:00
|
|
|
font-size: 80%;
|
2022-11-13 15:14:38 -08:00
|
|
|
margin-left: 5px;
|
|
|
|
color: var(--color-text-dull);
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
2022-11-13 15:14:38 -08:00
|
|
|
.right-column form label {
|
|
|
|
margin: 5px 10px 5px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .help {
|
|
|
|
color: var(--color-text-dull);
|
|
|
|
font-size: 90%;
|
2022-11-17 16:43:00 -08:00
|
|
|
margin: -5px 0 5px 0;
|
2022-11-13 15:14:38 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
form .errorlist {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .errorlist li {
|
|
|
|
color: var(--color-text-main);
|
|
|
|
background: var(--color-bg-error);
|
|
|
|
border-radius: 3px;
|
|
|
|
margin: 5px 0 8px 0;
|
|
|
|
padding: 3px 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .errorlist li::before {
|
|
|
|
content: "\f071";
|
|
|
|
font: var(--fa-font-solid);
|
|
|
|
margin-right: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .hidden {
|
|
|
|
display: none;
|
2022-11-05 13:17:27 -07:00
|
|
|
}
|
|
|
|
|
2022-11-06 12:48:04 -08:00
|
|
|
form input,
|
2022-11-13 15:14:38 -08:00
|
|
|
form select,
|
|
|
|
form textarea {
|
2022-11-05 13:17:27 -07:00
|
|
|
width: 100%;
|
2022-11-13 15:14:38 -08:00
|
|
|
padding: 5px 7px;
|
2023-01-16 12:05:21 -08:00
|
|
|
background: var(--color-input-background);
|
2022-11-05 13:17:27 -07:00
|
|
|
border: 1px solid var(--color-input-border);
|
|
|
|
border-radius: 3px;
|
|
|
|
color: var(--color-text-main);
|
|
|
|
}
|
|
|
|
|
2022-11-17 18:21:00 -08:00
|
|
|
form .clear {
|
|
|
|
color: var(--color-text-main);
|
|
|
|
font-size: 90%;
|
|
|
|
margin: 5px 0 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .clear input {
|
|
|
|
display: inline;
|
|
|
|
width: 32px;
|
|
|
|
}
|
|
|
|
|
2022-12-31 13:12:39 -08:00
|
|
|
.right-column form.compose .buttons {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2022-11-13 15:14:38 -08:00
|
|
|
.right-column form.compose input,
|
|
|
|
.right-column form.compose textarea {
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
border: 0;
|
|
|
|
font-size: 95%;
|
|
|
|
border-radius: 0;
|
|
|
|
background-color: var(--color-bg-box);
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-column form.compose textarea {
|
|
|
|
height: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form input:focus,
|
|
|
|
form select:focus,
|
|
|
|
form textarea:focus {
|
2022-11-05 13:17:27 -07:00
|
|
|
outline: none;
|
|
|
|
border: 1px solid var(--color-input-border-active);
|
|
|
|
}
|
|
|
|
|
2022-11-17 16:43:00 -08:00
|
|
|
form img.preview {
|
|
|
|
max-height: 100%;
|
|
|
|
max-width: 100px;
|
|
|
|
margin: 0 0 0 20px;
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
2022-12-01 17:46:49 -08:00
|
|
|
form .uploaded-image {
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .uploaded-image img {
|
|
|
|
max-width: 200px;
|
|
|
|
max-height: 200px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .uploaded-image p {
|
|
|
|
margin-left: 220px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .uploaded-image .buttons {
|
|
|
|
margin-left: 220px;
|
|
|
|
}
|
|
|
|
|
2022-11-13 15:14:38 -08:00
|
|
|
form .buttons {
|
2022-12-16 18:42:48 -08:00
|
|
|
clear: both;
|
2022-11-13 15:14:38 -08:00
|
|
|
text-align: right;
|
2022-11-17 16:43:00 -08:00
|
|
|
margin: -20px 0 15px 0;
|
2022-11-13 15:14:38 -08:00
|
|
|
}
|
|
|
|
|
2022-12-16 18:42:48 -08:00
|
|
|
form .buttons:nth-of-type(2) {
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
|
|
|
|
2022-12-04 09:46:41 -08:00
|
|
|
form p+.buttons,
|
|
|
|
form fieldset .buttons {
|
2022-11-18 07:28:15 -08:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2023-01-19 12:13:10 -08:00
|
|
|
form button.add-image {
|
2022-12-01 17:46:49 -08:00
|
|
|
margin: 10px 0 10px 0;
|
|
|
|
}
|
|
|
|
|
2023-01-19 12:13:10 -08:00
|
|
|
form legend+button.add-image {
|
2022-12-04 09:46:41 -08:00
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2022-12-01 17:46:49 -08:00
|
|
|
form progress {
|
|
|
|
display: none;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-11-13 15:14:38 -08:00
|
|
|
.right-column form .buttons {
|
|
|
|
margin: 5px 10px 5px 0;
|
|
|
|
}
|
|
|
|
|
2022-11-22 07:57:40 -08:00
|
|
|
button,
|
|
|
|
.button {
|
2022-11-13 15:14:38 -08:00
|
|
|
padding: 5px 10px;
|
|
|
|
margin: 0 0 0 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
border: 3px solid rgba(255, 255, 255, 0);
|
|
|
|
cursor: pointer;
|
|
|
|
font-weight: bold;
|
|
|
|
background-color: var(--color-highlight);
|
2023-01-16 12:05:21 -08:00
|
|
|
color: var(--color-text-in-highlight);
|
2022-11-13 15:14:38 -08:00
|
|
|
display: inline-block;
|
2023-07-22 10:46:35 -07:00
|
|
|
text-decoration: none;
|
2022-11-13 15:14:38 -08:00
|
|
|
}
|
|
|
|
|
2022-11-22 07:57:40 -08:00
|
|
|
button.delete,
|
2022-12-17 13:45:31 -08:00
|
|
|
.button.delete,
|
|
|
|
button.danger,
|
|
|
|
.button.danger {
|
2022-11-16 20:12:28 -08:00
|
|
|
background: var(--color-delete);
|
|
|
|
}
|
|
|
|
|
2022-12-21 11:57:14 -08:00
|
|
|
button.destructive:hover,
|
|
|
|
.button.destructive:hover {
|
|
|
|
background: var(--color-delete);
|
|
|
|
}
|
|
|
|
|
2022-11-22 07:57:40 -08:00
|
|
|
button.secondary,
|
|
|
|
.button.secondary {
|
2023-01-16 12:05:21 -08:00
|
|
|
background: var(--color-button-secondary);
|
2022-11-17 07:21:42 -08:00
|
|
|
}
|
|
|
|
|
2022-11-22 07:57:40 -08:00
|
|
|
button.toggle,
|
|
|
|
.button.toggle {
|
2022-11-13 15:14:38 -08:00
|
|
|
background: var(--color-bg-main);
|
|
|
|
}
|
|
|
|
|
2022-12-11 08:25:48 -08:00
|
|
|
button[disabled],
|
|
|
|
.button[disabled] {
|
|
|
|
background: var(--color-button-disabled);
|
2023-01-15 09:29:18 -08:00
|
|
|
cursor: not-allowed;
|
2022-12-11 08:25:48 -08:00
|
|
|
}
|
|
|
|
|
2022-11-22 07:57:40 -08:00
|
|
|
button.left,
|
|
|
|
.button.left {
|
2022-11-17 16:43:00 -08:00
|
|
|
float: left;
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
}
|
|
|
|
|
2022-11-22 07:57:40 -08:00
|
|
|
button.toggle.enabled,
|
|
|
|
.button.toggle.enabled {
|
2022-11-13 15:14:38 -08:00
|
|
|
background: var(--color-highlight);
|
|
|
|
}
|
|
|
|
|
2022-11-22 07:57:40 -08:00
|
|
|
button:hover,
|
|
|
|
.button:hover {
|
2022-11-13 15:14:38 -08:00
|
|
|
border: 3px solid rgba(255, 255, 255, 0.3);
|
|
|
|
}
|
|
|
|
|
2022-12-29 10:33:41 -08:00
|
|
|
button.htmx-request,
|
|
|
|
.button.htmx-request {
|
|
|
|
background: var(--color-button-disabled);
|
|
|
|
}
|
|
|
|
|
|
|
|
button.htmx-request::before,
|
|
|
|
.button.htmx-request::before {
|
|
|
|
display: inline-block;
|
|
|
|
content: "\f2f1";
|
|
|
|
font: var(--fa-font-solid);
|
|
|
|
margin-right: 8px;
|
|
|
|
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
|
|
animation-delay: var(--fa-animation-delay, 0s);
|
|
|
|
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
|
|
animation-direction: var(--fa-animation-direction, normal);
|
|
|
|
-webkit-animation-name: fa-spin;
|
|
|
|
animation-name: fa-spin;
|
|
|
|
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
|
|
|
animation-duration: var(--fa-animation-duration, 2s);
|
|
|
|
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
|
|
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
|
|
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|
|
|
animation-timing-function: var(--fa-animation-timing, linear);
|
|
|
|
}
|
|
|
|
|
2023-01-15 12:35:45 -08:00
|
|
|
button i:first-child,
|
|
|
|
.button i:first-child {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
|
2022-11-22 07:57:40 -08:00
|
|
|
.right-column button,
|
|
|
|
.right-column .button {
|
2022-11-13 15:14:38 -08:00
|
|
|
padding: 2px 6px;
|
|
|
|
}
|
2022-12-29 10:33:41 -08:00
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
form .multi-option {
|
2022-12-27 15:56:50 -08:00
|
|
|
margin-bottom: 10px;
|
2023-05-03 21:42:37 -07:00
|
|
|
display: block;
|
2022-12-27 15:56:50 -08:00
|
|
|
}
|
2022-12-29 10:33:41 -08:00
|
|
|
|
2022-12-27 15:56:50 -08:00
|
|
|
form .option.option-row {
|
|
|
|
margin: 0px 0px 5px 0px;
|
|
|
|
}
|
2022-12-29 10:33:41 -08:00
|
|
|
|
2022-12-27 15:56:50 -08:00
|
|
|
.option-row .right {
|
|
|
|
float: right;
|
|
|
|
}
|
2022-12-29 10:33:41 -08:00
|
|
|
|
2022-12-27 15:56:50 -08:00
|
|
|
form .option-row .option-field {
|
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
|
|
|
line-height: normal;
|
|
|
|
width: 40%;
|
|
|
|
min-width: 30px;
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 7px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
form .option-row .right button {
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2023-01-13 14:54:21 -08:00
|
|
|
blockquote {
|
|
|
|
padding-left: 20px;
|
|
|
|
border-left: 2px solid var(--color-bg-menu);
|
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
.secret .label {
|
|
|
|
background-color: var(--color-bg-menu);
|
|
|
|
padding: 3px 7px;
|
|
|
|
border-radius: 3px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.secret.visible .label {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.secret .value {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.secret.visible .value {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2022-11-13 15:14:38 -08:00
|
|
|
|
2022-11-17 18:21:00 -08:00
|
|
|
/* Logged out homepage */
|
|
|
|
|
2022-11-19 09:20:13 -08:00
|
|
|
.about p {
|
|
|
|
margin: 0 0 15px 0;
|
|
|
|
}
|
|
|
|
|
2022-11-17 18:21:00 -08:00
|
|
|
.about img.banner {
|
|
|
|
width: calc(100% + 30px);
|
|
|
|
height: auto;
|
|
|
|
object-fit: cover;
|
|
|
|
margin: -65px -15px 0 -15px;
|
2022-11-19 12:38:25 -08:00
|
|
|
border-radius: 5px 0 0 0;
|
2022-11-17 18:21:00 -08:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2022-11-05 17:00:01 -07:00
|
|
|
/* Identities */
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
section.identity {
|
|
|
|
overflow: hidden;
|
|
|
|
margin-bottom: 10px;
|
2022-11-05 17:00:01 -07:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
section.identity .banner {
|
2022-11-17 17:52:00 -08:00
|
|
|
width: 100%;
|
|
|
|
height: 200px;
|
|
|
|
object-fit: cover;
|
2022-11-17 07:21:42 -08:00
|
|
|
display: block;
|
2022-11-17 18:21:00 -08:00
|
|
|
width: calc(100% + 30px);
|
2023-05-03 21:42:37 -07:00
|
|
|
margin: -5px -15px 0px -15px;
|
2022-11-17 07:21:42 -08:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
section.identity .icon {
|
2022-11-05 17:00:01 -07:00
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
float: left;
|
2023-05-03 21:42:37 -07:00
|
|
|
margin: 15px 20px 15px 0;
|
2023-02-24 02:54:58 -08:00
|
|
|
cursor: pointer;
|
2022-11-05 17:00:01 -07:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
section.identity .emoji {
|
2023-01-16 11:15:39 -08:00
|
|
|
height: var(--emoji-height);
|
2022-12-14 23:50:54 -08:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
section.identity h1 {
|
|
|
|
margin: 25px 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
section.identity small {
|
2022-11-05 17:00:01 -07:00
|
|
|
display: block;
|
2023-05-03 21:42:37 -07:00
|
|
|
font-size: 100%;
|
2022-11-05 17:00:01 -07:00
|
|
|
font-weight: normal;
|
|
|
|
color: var(--color-text-dull);
|
2022-11-19 12:38:25 -08:00
|
|
|
margin: -5px 0 0 0;
|
2022-11-05 17:00:01 -07:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
section.identity .bio {
|
|
|
|
clear: left;
|
|
|
|
margin: 0 0 10px 0;
|
2022-11-18 16:24:43 -08:00
|
|
|
}
|
|
|
|
|
2022-12-14 23:50:54 -08:00
|
|
|
.bio .emoji {
|
2023-01-16 11:15:39 -08:00
|
|
|
height: var(--emoji-height);
|
2022-12-14 23:50:54 -08:00
|
|
|
}
|
|
|
|
|
2022-12-21 12:48:39 -08:00
|
|
|
.bio p {
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
.identity-metadata {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
2022-12-27 15:56:50 -08:00
|
|
|
.identity-metadata .metadata-pair {
|
2023-05-03 21:42:37 -07:00
|
|
|
display: inline-block;
|
|
|
|
width: 300px;
|
|
|
|
margin: 0px 0 5px 0;
|
2022-12-27 15:56:50 -08:00
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
border: 2px solid rgba(255, 255, 255, 0);
|
|
|
|
border-radius: 10px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.identity-metadata .metadata-pair .metadata-name {
|
|
|
|
display: inline-block;
|
2023-05-03 21:42:37 -07:00
|
|
|
min-width: 90px;
|
2022-12-27 15:56:50 -08:00
|
|
|
margin-right: 15px;
|
|
|
|
text-align: right;
|
|
|
|
color: var(--color-text-dull);
|
|
|
|
}
|
2022-12-29 10:33:41 -08:00
|
|
|
|
2022-11-05 17:00:01 -07:00
|
|
|
.system-note {
|
2022-11-12 22:21:52 -08:00
|
|
|
background: var(--color-bg-menu);
|
2022-11-05 17:00:01 -07:00
|
|
|
color: var(--color-text-dull);
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 5px 8px;
|
2023-05-03 21:42:37 -07:00
|
|
|
margin-bottom: 20px;
|
2022-11-05 17:00:01 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.system-note a {
|
2022-11-13 15:41:48 -08:00
|
|
|
text-decoration: underline;
|
2022-11-05 17:00:01 -07:00
|
|
|
}
|
2022-11-11 21:02:43 -08:00
|
|
|
|
2022-11-27 15:43:20 -08:00
|
|
|
table.metadata {
|
|
|
|
margin: -10px 0 0 0;
|
2022-12-16 18:42:48 -08:00
|
|
|
text-align: left;
|
2022-11-27 15:43:20 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
table.metadata td {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2022-12-16 18:42:48 -08:00
|
|
|
table.metadata th {
|
|
|
|
padding: 0 10px 0 0;
|
2022-11-27 15:43:20 -08:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2022-12-17 13:45:31 -08:00
|
|
|
table.buttons {
|
|
|
|
margin: -10px 0 10px 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.buttons th {
|
|
|
|
padding: 5px 20px 5px 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.buttons th button {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-12-14 09:15:46 -08:00
|
|
|
.stats {
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats ul {
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
display: flex;
|
|
|
|
justify-content: start;
|
|
|
|
gap: 1em;
|
|
|
|
}
|
|
|
|
|
2022-12-14 23:50:54 -08:00
|
|
|
table.metadata td .emoji {
|
2023-01-16 11:15:39 -08:00
|
|
|
height: var(--emoji-height);
|
2022-12-14 23:50:54 -08:00
|
|
|
}
|
|
|
|
|
2022-12-05 21:14:50 -08:00
|
|
|
/* Timelines */
|
2022-11-28 20:41:36 -08:00
|
|
|
|
|
|
|
.left-column .timeline-name {
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
color: var(--color-text-main);
|
|
|
|
font-size: 130%;
|
2023-03-14 14:35:40 -07:00
|
|
|
display: flow-root;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-column .timeline-name .hashtag {
|
|
|
|
margin-top: 5px;
|
2022-11-28 20:41:36 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.left-column .timeline-name i {
|
|
|
|
margin-right: 10px
|
|
|
|
}
|
2022-11-27 15:43:20 -08:00
|
|
|
|
2022-12-05 21:14:50 -08:00
|
|
|
.view-options {
|
2023-05-03 21:42:37 -07:00
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 0;
|
2023-01-10 19:31:50 -08:00
|
|
|
display: flex;
|
2023-01-15 15:41:52 -08:00
|
|
|
flex-wrap: wrap;
|
2023-05-03 21:42:37 -07:00
|
|
|
background: none;
|
|
|
|
box-shadow: none;
|
2022-12-05 21:14:50 -08:00
|
|
|
}
|
|
|
|
|
2023-01-10 19:31:50 -08:00
|
|
|
.view-options a:not(.button) {
|
2022-12-23 21:46:27 -08:00
|
|
|
display: inline-block;
|
|
|
|
margin: 0 10px 5px 0;
|
2022-12-21 11:57:14 -08:00
|
|
|
padding: 4px 12px;
|
2022-12-05 21:14:50 -08:00
|
|
|
color: var(--color-text-duller);
|
|
|
|
background: var(--color-bg-box);
|
|
|
|
border-radius: 3px;
|
2023-01-15 15:41:52 -08:00
|
|
|
white-space: nowrap;
|
2022-12-05 21:14:50 -08:00
|
|
|
}
|
|
|
|
|
2023-01-10 19:31:50 -08:00
|
|
|
.view-options a.button {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 0 5px auto;
|
|
|
|
padding: 1px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.view-options a:not(.button):hover {
|
2022-12-21 12:05:14 -08:00
|
|
|
color: var(--color-text-dull);
|
2022-12-21 11:57:14 -08:00
|
|
|
}
|
|
|
|
|
2023-01-10 19:31:50 -08:00
|
|
|
.view-options a:not(.button).selected {
|
2022-12-21 11:57:14 -08:00
|
|
|
color: var(--color-text-highlight);
|
|
|
|
}
|
|
|
|
|
|
|
|
.view-options .fa-solid {
|
|
|
|
min-width: 16px;
|
2022-12-05 21:14:50 -08:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
/* Announcements/Flash messages */
|
2023-01-13 14:54:21 -08:00
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
.announcement,
|
|
|
|
.message {
|
2023-01-13 14:54:21 -08:00
|
|
|
background-color: var(--color-highlight);
|
|
|
|
border-radius: 5px;
|
2023-05-03 21:42:37 -07:00
|
|
|
margin: 10px 0 0 0;
|
2023-01-13 14:54:21 -08:00
|
|
|
padding: 5px 30px 5px 8px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
.message {
|
|
|
|
background-color: var(--color-bg-menu);
|
|
|
|
}
|
|
|
|
|
|
|
|
.announcement .dismiss,
|
|
|
|
.message .dismiss {
|
2023-01-13 14:54:21 -08:00
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
right: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2023-07-24 16:59:50 -07:00
|
|
|
.message.error {
|
|
|
|
background-color: var(--color-bg-error);
|
|
|
|
}
|
|
|
|
|
2022-12-26 09:14:23 -08:00
|
|
|
/* Identity banner */
|
|
|
|
|
|
|
|
.identity-banner {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-grow: 1;
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.identity-banner .handle {
|
|
|
|
display: block;
|
|
|
|
padding: 0 10px;
|
|
|
|
vertical-align: middle;
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.identity-banner .handle .link,
|
|
|
|
.identity-banner .handle .small {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.identity-banner .avatar-link {
|
2022-12-26 14:25:54 -08:00
|
|
|
line-height: 0;
|
|
|
|
/* Fixes a bit of extra padding on the bottom of the link. */
|
2022-12-26 09:14:23 -08:00
|
|
|
}
|
|
|
|
|
2022-12-30 00:01:03 -08:00
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
.identity-banner img.icon {
|
|
|
|
max-width: 64px;
|
|
|
|
max-height: 64px;
|
|
|
|
}
|
|
|
|
|
2022-12-30 00:01:03 -08:00
|
|
|
|
2022-11-11 21:02:43 -08:00
|
|
|
/* Posts */
|
|
|
|
|
|
|
|
.post {
|
|
|
|
margin-bottom: 20px;
|
2022-12-22 13:28:28 -08:00
|
|
|
background: var(--color-bg-box);
|
|
|
|
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
|
|
|
|
padding: 14px;
|
2022-11-11 21:02:43 -08:00
|
|
|
}
|
|
|
|
|
2022-11-25 15:34:45 -08:00
|
|
|
.post.mini {
|
|
|
|
font-size: 14px;
|
2022-11-27 11:37:52 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.post.reply {
|
|
|
|
margin-left: 32px;
|
2022-11-25 15:34:45 -08:00
|
|
|
}
|
|
|
|
|
2022-12-04 19:31:49 -08:00
|
|
|
.post.user {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2022-12-22 13:28:28 -08:00
|
|
|
form .post {
|
2022-11-25 15:34:45 -08:00
|
|
|
background-color: var(--color-bg-main);
|
|
|
|
}
|
|
|
|
|
2022-11-11 21:02:43 -08:00
|
|
|
.post .icon {
|
|
|
|
height: 48px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2022-11-25 15:34:45 -08:00
|
|
|
.post.mini .icon {
|
|
|
|
height: 28px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2022-12-14 23:50:54 -08:00
|
|
|
.post .emoji {
|
2023-01-16 11:15:39 -08:00
|
|
|
height: var(--emoji-height);
|
2022-12-14 23:50:54 -08:00
|
|
|
}
|
|
|
|
|
2022-12-26 09:14:23 -08:00
|
|
|
.post .post-banner {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2022-11-25 15:34:45 -08:00
|
|
|
}
|
|
|
|
|
2022-11-11 21:02:43 -08:00
|
|
|
.post time {
|
|
|
|
display: block;
|
|
|
|
color: var(--color-text-duller);
|
2023-05-05 23:04:20 -07:00
|
|
|
width: 70px;
|
2022-11-22 23:14:55 -08:00
|
|
|
text-align: center;
|
|
|
|
background-color: var(--color-bg-main);
|
|
|
|
border-radius: 3px;
|
2022-11-24 14:17:32 -08:00
|
|
|
padding: 3px 3px;
|
2022-11-27 13:25:09 -08:00
|
|
|
cursor: pointer;
|
2022-11-11 21:02:43 -08:00
|
|
|
}
|
|
|
|
|
2022-11-16 05:53:39 -08:00
|
|
|
.post time i {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
|
2022-11-15 17:50:09 -08:00
|
|
|
.post .summary {
|
2022-12-27 09:55:16 -08:00
|
|
|
margin: 12px 0 4px 58px;
|
2022-11-15 17:50:09 -08:00
|
|
|
padding: 3px 6px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background: var(--color-bg-menu);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post .summary::before {
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
float: right;
|
|
|
|
content: "SHOW";
|
|
|
|
font-size: 80%;
|
|
|
|
padding: 2px 2px 2px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post .summary.enabled::before {
|
|
|
|
content: "HIDE";
|
|
|
|
}
|
|
|
|
|
2022-11-27 10:09:46 -08:00
|
|
|
.post .edited {
|
|
|
|
font-weight: lighter;
|
|
|
|
color: var(--color-text-duller);
|
2022-12-27 09:55:16 -08:00
|
|
|
margin-left: 58px;
|
2022-11-27 10:09:46 -08:00
|
|
|
}
|
|
|
|
|
2022-12-21 18:40:46 -08:00
|
|
|
.post .content {
|
2022-12-27 09:55:16 -08:00
|
|
|
margin-left: 58px;
|
2022-12-21 18:40:46 -08:00
|
|
|
}
|
|
|
|
|
2022-11-27 11:37:52 -08:00
|
|
|
.post.mini .content,
|
|
|
|
.post.mini .edited {
|
2022-12-22 13:28:28 -08:00
|
|
|
margin-left: 0;
|
2022-11-25 15:34:45 -08:00
|
|
|
}
|
|
|
|
|
2022-11-15 17:50:09 -08:00
|
|
|
.post .content.hidden {
|
|
|
|
display: none;
|
2022-11-11 21:02:43 -08:00
|
|
|
}
|
2022-11-13 15:29:40 -08:00
|
|
|
|
|
|
|
.post .content p {
|
|
|
|
margin: 12px 0 4px 0;
|
|
|
|
}
|
2022-11-13 17:42:47 -08:00
|
|
|
|
2023-05-24 10:41:56 -07:00
|
|
|
.post .content p a .invisible {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-11-16 22:00:10 -08:00
|
|
|
.post .attachments {
|
2022-12-08 09:59:36 -08:00
|
|
|
padding-top: 4px;
|
2022-12-23 21:54:03 -08:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(2, auto);
|
|
|
|
grid-column-gap: 4px;
|
|
|
|
grid-row-gap: 4px;
|
2022-11-16 22:00:10 -08:00
|
|
|
}
|
|
|
|
|
2022-12-23 21:54:03 -08:00
|
|
|
.post .attachments a {
|
2023-02-28 16:02:20 -08:00
|
|
|
position: relative;
|
2022-12-23 21:54:03 -08:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2022-11-16 22:00:10 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.post .attachments a.image img {
|
2022-11-28 21:35:43 -08:00
|
|
|
display: block;
|
2022-12-23 21:54:03 -08:00
|
|
|
max-width: 100%;
|
2022-12-24 05:34:33 -08:00
|
|
|
object-fit: cover;
|
|
|
|
object-position: center;
|
|
|
|
max-height: 400px;
|
2022-12-23 21:54:03 -08:00
|
|
|
}
|
|
|
|
|
2023-02-28 16:02:20 -08:00
|
|
|
.post .attachments .badge {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 6px;
|
|
|
|
left: 6px;
|
|
|
|
padding: 0 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: var(--color-text-in-highlight);
|
|
|
|
background: rgb(0 0 0 / 60%);
|
|
|
|
}
|
|
|
|
|
2022-12-23 21:54:03 -08:00
|
|
|
.post .attachments video {
|
|
|
|
max-width: 100%;
|
2023-01-20 08:35:38 -08:00
|
|
|
aspect-ratio: 16/9;
|
2022-11-16 22:00:10 -08:00
|
|
|
}
|
|
|
|
|
2023-01-15 13:49:04 -08:00
|
|
|
.post .attachments .other {
|
|
|
|
grid-column: span 2;
|
|
|
|
padding: 8px;
|
|
|
|
border: 1px solid var(--color-text-duller);
|
|
|
|
background: var(--color-bg-menu);
|
|
|
|
border-radius: 4px;
|
|
|
|
margin-top: 8px;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post .attachments .other-label {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2023-01-15 15:41:52 -08:00
|
|
|
.post .attachments .other-label>i {
|
2023-01-15 13:49:04 -08:00
|
|
|
margin-right: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post .attachments .other:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background: var(--color-bg-main);
|
|
|
|
color: #FFF;
|
|
|
|
border-color: var(--color-highlight);
|
|
|
|
}
|
|
|
|
|
2022-11-15 17:30:30 -08:00
|
|
|
.post .actions {
|
2022-12-22 13:28:28 -08:00
|
|
|
display: flex;
|
2022-12-21 18:40:46 -08:00
|
|
|
position: relative;
|
2023-05-03 21:42:37 -07:00
|
|
|
justify-content: right;
|
2022-12-22 13:28:28 -08:00
|
|
|
padding: 8px 0 0 0;
|
|
|
|
align-items: center;
|
|
|
|
align-content: center;
|
2022-12-21 18:40:46 -08:00
|
|
|
margin: 0 0 -8px 64px;
|
2022-11-15 17:30:30 -08:00
|
|
|
}
|
|
|
|
|
2022-12-21 18:40:46 -08:00
|
|
|
.post .actions a {
|
2022-12-22 13:28:28 -08:00
|
|
|
padding: 2px 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
min-width: 60px;
|
2022-11-24 16:11:04 -08:00
|
|
|
text-align: center;
|
2022-12-22 13:28:28 -08:00
|
|
|
cursor: pointer;
|
|
|
|
color: var(--color-text-dull);
|
2022-11-15 17:30:30 -08:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
.post .actions a.no-action:hover {
|
|
|
|
background-color: transparent;
|
|
|
|
cursor: default;
|
|
|
|
color: var(--color-text-dull);
|
|
|
|
}
|
|
|
|
|
2022-12-21 18:40:46 -08:00
|
|
|
.post .actions a:hover {
|
|
|
|
background-color: var(--color-bg-main);
|
2022-11-15 17:30:30 -08:00
|
|
|
}
|
|
|
|
|
2022-11-24 16:11:04 -08:00
|
|
|
.post .actions menu {
|
|
|
|
display: none;
|
|
|
|
background-color: var(--color-bg-menu);
|
|
|
|
border-radius: 5px;
|
|
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
2022-12-22 13:28:28 -08:00
|
|
|
position: absolute;
|
2022-12-23 04:52:28 -08:00
|
|
|
right: 0;
|
2022-12-21 18:40:46 -08:00
|
|
|
bottom: 35px;
|
2022-11-24 16:11:04 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.post .actions menu.enabled {
|
|
|
|
display: block;
|
2022-12-06 15:55:35 -08:00
|
|
|
z-index: 10;
|
2022-11-24 16:11:04 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.post .actions menu a {
|
|
|
|
text-align: left;
|
|
|
|
display: block;
|
|
|
|
font-size: 15px;
|
2022-12-23 04:52:28 -08:00
|
|
|
padding: 4px 10px;
|
2022-11-24 16:11:04 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.post .actions menu a i {
|
|
|
|
margin-right: 4px;
|
2022-11-27 13:25:09 -08:00
|
|
|
width: 16px;
|
2022-11-24 16:11:04 -08:00
|
|
|
}
|
|
|
|
|
2022-12-22 13:28:28 -08:00
|
|
|
.post .actions a:hover {
|
|
|
|
color: var(--color-text-main);
|
|
|
|
}
|
|
|
|
|
|
|
|
.post .actions a.active {
|
2023-01-16 12:05:21 -08:00
|
|
|
color: var(--color-text-link);
|
2022-12-22 13:28:28 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.post .handle .link:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post .content a {
|
|
|
|
word-break: break-all;
|
2022-11-28 20:41:36 -08:00
|
|
|
text-decoration: none;
|
2023-01-16 12:05:21 -08:00
|
|
|
color: var(--color-text-link);
|
2022-11-28 20:41:36 -08:00
|
|
|
}
|
|
|
|
|
2022-12-22 13:28:28 -08:00
|
|
|
.post .content a:hover {
|
2022-11-28 20:41:36 -08:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2022-12-18 08:09:25 -08:00
|
|
|
/* Special Type Posts */
|
|
|
|
.post .notice a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post .poll h3 small {
|
|
|
|
font-weight: lighter;
|
|
|
|
font-size: small;
|
|
|
|
}
|
2022-12-20 00:51:53 -08:00
|
|
|
|
2022-12-18 08:09:25 -08:00
|
|
|
.post .poll ul {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post .poll li {
|
|
|
|
padding: 6px 0;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
2022-12-20 00:51:53 -08:00
|
|
|
|
2022-12-18 08:09:25 -08:00
|
|
|
.poll-number {
|
|
|
|
display: inline-block;
|
|
|
|
width: 45px;
|
|
|
|
}
|
2022-12-20 00:51:53 -08:00
|
|
|
|
2022-12-18 08:09:25 -08:00
|
|
|
.poll-footer {
|
|
|
|
padding: 6px 0 6px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2022-12-20 00:51:53 -08:00
|
|
|
|
2023-02-19 09:48:41 -08:00
|
|
|
.poll-footer span.todo {
|
|
|
|
padding-left: 6px;
|
|
|
|
font-size: 90%;
|
|
|
|
color: var(--color-text-dull);
|
|
|
|
}
|
|
|
|
|
2022-12-18 08:09:25 -08:00
|
|
|
.post .poll ul li .votes {
|
|
|
|
margin-left: 10px;
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|
2022-11-17 17:52:00 -08:00
|
|
|
.boost-banner,
|
|
|
|
.mention-banner,
|
|
|
|
.follow-banner,
|
2023-05-13 09:01:27 -07:00
|
|
|
.like-banner,
|
|
|
|
.pinned-post-banner {
|
2022-12-21 18:40:46 -08:00
|
|
|
padding: 0 0 3px 5px;
|
2022-11-13 17:42:47 -08:00
|
|
|
}
|
|
|
|
|
2022-12-14 23:50:54 -08:00
|
|
|
.boost-banner .emoji,
|
|
|
|
.mention-banner .emoji,
|
|
|
|
.follow-banner .emoji,
|
|
|
|
.like-banner .emoji {
|
2023-01-16 11:15:39 -08:00
|
|
|
height: var(--emoji-height);
|
2022-12-14 23:50:54 -08:00
|
|
|
}
|
|
|
|
|
2022-11-17 17:52:00 -08:00
|
|
|
.boost-banner a,
|
|
|
|
.mention-banner a,
|
|
|
|
.follow-banner a,
|
|
|
|
.like-banner a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2022-11-13 17:42:47 -08:00
|
|
|
.boost-banner::before {
|
|
|
|
content: "\f079";
|
|
|
|
font: var(--fa-font-solid);
|
|
|
|
margin-right: 4px;
|
2022-12-04 08:27:42 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.boost-banner time {
|
|
|
|
float: right;
|
|
|
|
display: block;
|
|
|
|
color: var(--color-text-duller);
|
|
|
|
border-radius: 3px;
|
2022-11-13 17:42:47 -08:00
|
|
|
}
|
|
|
|
|
2022-11-17 17:52:00 -08:00
|
|
|
.mention-banner::before {
|
|
|
|
content: "\0040";
|
|
|
|
font: var(--fa-font-solid);
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.follow-banner::before {
|
|
|
|
content: "\f007";
|
|
|
|
font: var(--fa-font-solid);
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.like-banner::before {
|
|
|
|
content: "\f005";
|
|
|
|
font: var(--fa-font-solid);
|
|
|
|
margin-right: 4px;
|
2022-11-13 17:42:47 -08:00
|
|
|
}
|
2022-11-16 05:53:39 -08:00
|
|
|
|
2023-05-13 09:01:27 -07:00
|
|
|
.pinned-post-banner::before {
|
|
|
|
content: "\f08d";
|
|
|
|
font: var(--fa-font-solid);
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
2022-12-16 16:06:29 -08:00
|
|
|
.pagination {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2023-01-03 00:32:00 -08:00
|
|
|
align-items: center;
|
2022-12-16 16:06:29 -08:00
|
|
|
gap: 1em;
|
|
|
|
}
|
|
|
|
|
2023-01-03 00:32:00 -08:00
|
|
|
.pagination .count {
|
|
|
|
display: inline-block;
|
|
|
|
color: var(--color-text-dull);
|
2022-11-22 07:57:40 -08:00
|
|
|
}
|
2022-11-16 05:53:39 -08:00
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
@media (max-width: 1120px),
|
2022-12-21 17:05:30 -08:00
|
|
|
(display-mode: standalone) {
|
2022-12-23 02:56:25 -08:00
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
body.wide main {
|
|
|
|
width: 100%;
|
|
|
|
padding: 0 10px;
|
2022-12-23 21:54:03 -08:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
}
|
2022-12-23 02:56:25 -08:00
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
@media (max-width: 850px),
|
|
|
|
(display-mode: standalone) {
|
2022-11-21 16:05:00 -08:00
|
|
|
|
2022-12-22 09:23:59 -08:00
|
|
|
|
2022-11-16 05:53:39 -08:00
|
|
|
main {
|
|
|
|
width: 100%;
|
2023-05-03 21:42:37 -07:00
|
|
|
margin: 20px auto 20px auto;
|
2022-11-16 05:53:39 -08:00
|
|
|
box-shadow: none;
|
|
|
|
border-radius: 0;
|
2023-05-03 21:42:37 -07:00
|
|
|
padding: 0 10px;
|
2022-11-16 05:53:39 -08:00
|
|
|
}
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
.settings nav {
|
|
|
|
width: var(--width-sidebar-small);
|
2022-12-22 13:06:35 -08:00
|
|
|
}
|
|
|
|
|
2022-12-24 05:34:33 -08:00
|
|
|
.post .attachments a.image img {
|
|
|
|
max-height: 300px;
|
|
|
|
}
|
2022-11-16 16:23:46 -08:00
|
|
|
}
|
2022-11-17 16:43:00 -08:00
|
|
|
|
|
|
|
|
2022-12-21 18:40:46 -08:00
|
|
|
@media (max-width: 750px) {
|
2022-12-22 13:28:28 -08:00
|
|
|
|
2022-12-21 18:40:46 -08:00
|
|
|
.post {
|
|
|
|
margin-bottom: 15px;
|
2022-12-22 13:28:28 -08:00
|
|
|
}
|
|
|
|
|
2022-12-21 18:40:46 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 550px) {
|
|
|
|
|
2023-05-03 21:42:37 -07:00
|
|
|
main {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2022-12-21 18:40:46 -08:00
|
|
|
.post .content,
|
|
|
|
.post .summary,
|
2022-12-21 20:12:25 -08:00
|
|
|
.post .edited,
|
2022-12-21 18:40:46 -08:00
|
|
|
.post .actions {
|
|
|
|
margin-left: 0;
|
2022-12-22 13:28:28 -08:00
|
|
|
}
|
2022-12-21 18:40:46 -08:00
|
|
|
|
2022-12-23 21:52:20 -08:00
|
|
|
menu a.search {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-11-17 16:43:00 -08:00
|
|
|
}
|
2022-11-30 14:12:00 -08:00
|
|
|
|
2022-12-21 21:36:21 -08:00
|
|
|
|
|
|
|
@media (display-mode: standalone) {
|
|
|
|
html {
|
|
|
|
scrollbar-color: var(--color-bg-main) var(--color-text-duller);
|
|
|
|
}
|
|
|
|
|
|
|
|
html::-webkit-scrollbar {
|
|
|
|
background: var(--color-bg-menu);
|
|
|
|
width: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
html::-webkit-scrollbar-thumb {
|
|
|
|
background: var(--color-text-dull);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-11-30 14:12:00 -08:00
|
|
|
/* Copy to clipboard action */
|
|
|
|
|
|
|
|
.copy {
|
|
|
|
transition: 0.2s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.copy:hover {
|
|
|
|
color: var(--color-text-main);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2022-12-01 17:46:49 -08:00
|
|
|
.copied,
|
|
|
|
.copied:hover {
|
2022-11-30 14:12:00 -08:00
|
|
|
color: var(--color-highlight);
|
|
|
|
transition: 0.2s;
|
|
|
|
}
|
2022-12-07 08:12:43 -08:00
|
|
|
|
2023-01-07 09:34:11 -08:00
|
|
|
/* Image viewer */
|
|
|
|
#image-viewer {
|
2023-01-08 11:20:33 -08:00
|
|
|
display: none;
|
2023-01-07 09:34:11 -08:00
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
margin: 0;
|
|
|
|
width: 100dvw;
|
|
|
|
height: 100dvh;
|
2023-01-08 11:20:33 -08:00
|
|
|
opacity: 0;
|
2023-01-07 09:34:11 -08:00
|
|
|
background: rgb(0 0 0 / 75%);
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
2023-01-10 19:31:50 -08:00
|
|
|
#image-viewer picture,
|
|
|
|
#image-viewer img {
|
2023-01-07 09:34:11 -08:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#image-viewer img {
|
|
|
|
max-height: calc(100dvh - 8em);
|
|
|
|
max-width: 100dvw;
|
|
|
|
}
|
|
|
|
|
|
|
|
#image-viewer figcaption {
|
|
|
|
width: 100%;
|
|
|
|
padding: 1em;
|
|
|
|
background-color: black;
|
|
|
|
color: var(--color-text-main);
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#image-viewer button {
|
|
|
|
position: fixed;
|
|
|
|
right: 10px;
|
|
|
|
top: 10px;
|
|
|
|
color: var(--color-text-main);
|
|
|
|
background: transparent;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2022-12-07 08:12:43 -08:00
|
|
|
|
|
|
|
/* Accessibility */
|
|
|
|
.screenreader-text {
|
|
|
|
position: absolute;
|
|
|
|
left: -999px;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
top: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.screenreader-text:focus {
|
2022-12-31 11:02:44 -08:00
|
|
|
color: var(--color-text-main);
|
2022-12-07 08:12:43 -08:00
|
|
|
display: inline-block;
|
|
|
|
height: auto;
|
|
|
|
width: auto;
|
|
|
|
position: static;
|
|
|
|
margin: auto;
|
|
|
|
}
|
2022-12-24 10:05:07 -08:00
|
|
|
|
|
|
|
|
|
|
|
/* Debug */
|
|
|
|
.debug {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-12-26 14:25:54 -08:00
|
|
|
|
2022-12-24 10:05:07 -08:00
|
|
|
.debug h2 {
|
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
2022-12-26 14:25:54 -08:00
|
|
|
|
2022-12-24 10:05:07 -08:00
|
|
|
.debug-section {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2022-12-26 14:25:54 -08:00
|
|
|
|
2022-12-24 10:05:07 -08:00
|
|
|
.debug-section .field.payload,
|
|
|
|
#canonical_response,
|
|
|
|
#raw_response {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2022-12-26 14:25:54 -08:00
|
|
|
|
|
|
|
#canonical_response,
|
|
|
|
#raw_response {
|
2022-12-24 10:05:07 -08:00
|
|
|
background-color: var(--color-bg-box);
|
|
|
|
overflow: scroll;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2022-12-26 14:25:54 -08:00
|
|
|
|
2022-12-24 10:05:07 -08:00
|
|
|
.debug-section .field .name {
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 49%;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
2022-12-26 14:25:54 -08:00
|
|
|
|
2022-12-24 10:05:07 -08:00
|
|
|
.debug-section .field .value {
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 49%;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.debug-section {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.debug-section .hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-12-27 15:56:50 -08:00
|
|
|
|
|
|
|
.field .hidden {
|
|
|
|
display: none;
|
|
|
|
}
|