2021-01-17 08:55:19 +00:00
|
|
|
body {
|
|
|
|
background-color: #d2d2d2;
|
|
|
|
}
|
|
|
|
|
2019-12-14 10:57:14 +00:00
|
|
|
.status-container-container {
|
2020-10-25 11:36:00 +00:00
|
|
|
margin: 0 -4px 12px -4px;
|
2020-01-26 08:58:15 +00:00
|
|
|
padding: 4px;
|
2019-12-19 15:24:33 +00:00
|
|
|
border-left: 4px solid transparent;
|
|
|
|
}
|
|
|
|
|
2021-01-16 18:30:23 +00:00
|
|
|
.status-container-container:target {
|
2019-12-19 15:24:33 +00:00
|
|
|
border-color: #777777;
|
2019-12-14 10:57:14 +00:00
|
|
|
}
|
|
|
|
|
2020-01-26 08:58:15 +00:00
|
|
|
.status-container-container.highlight {
|
2020-10-19 05:20:57 +00:00
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-container {
|
|
|
|
display: flex;
|
2020-01-26 08:58:15 +00:00
|
|
|
}
|
|
|
|
|
2019-12-13 18:08:26 +00:00
|
|
|
.status-content {
|
2019-12-24 15:19:11 +00:00
|
|
|
margin: 4px 0;
|
2020-01-11 07:26:00 +00:00
|
|
|
max-height: 600px;
|
|
|
|
overflow: auto;
|
2020-10-25 11:36:00 +00:00
|
|
|
overflow-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-name {
|
|
|
|
overflow-wrap: break-word;
|
2019-12-13 18:08:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-content p {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2020-01-01 07:39:42 +00:00
|
|
|
.status-content img,
|
|
|
|
.status-image,
|
|
|
|
.status-video {
|
2020-09-22 04:21:39 +00:00
|
|
|
height: auto;
|
|
|
|
width: auto;
|
2020-04-14 09:32:53 +00:00
|
|
|
max-height: 240px;
|
|
|
|
max-width: 280px;
|
2020-01-01 07:39:42 +00:00
|
|
|
vertical-align: bottom;
|
2020-09-27 06:54:50 +00:00
|
|
|
object-fit: contain;
|
2020-01-01 07:39:42 +00:00
|
|
|
}
|
|
|
|
|
2019-12-24 15:19:11 +00:00
|
|
|
.status-media-container {
|
2020-10-25 11:36:00 +00:00
|
|
|
margin: 5px 0 -5px 0;
|
|
|
|
overflow: auto;
|
2019-12-24 15:19:11 +00:00
|
|
|
}
|
|
|
|
|
2020-11-08 13:13:05 +00:00
|
|
|
.status-media-container>a {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2019-12-22 03:43:25 +00:00
|
|
|
.status-profile-img-container {
|
|
|
|
margin-right: 8px;
|
2020-10-19 05:20:57 +00:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2019-12-22 03:43:25 +00:00
|
|
|
}
|
|
|
|
|
2019-12-13 18:08:26 +00:00
|
|
|
.status-profile-img {
|
|
|
|
height: 48px;
|
|
|
|
width: 48px;
|
2020-10-19 05:20:57 +00:00
|
|
|
min-height: 48px;
|
|
|
|
min-width: 48px;
|
|
|
|
max-height: 48px;
|
|
|
|
max-width: 48px;
|
2019-12-22 03:43:25 +00:00
|
|
|
vertical-align: top;
|
2020-09-27 06:54:50 +00:00
|
|
|
object-fit: contain;
|
2020-10-19 05:20:57 +00:00
|
|
|
margin-top: 2px;
|
2019-12-13 18:08:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.status {
|
2020-10-19 05:20:57 +00:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2020-10-25 11:36:00 +00:00
|
|
|
flex: 1;
|
|
|
|
min-width: 0;
|
2019-12-13 18:08:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-dname {
|
|
|
|
font-weight: 800;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-uname {
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
2019-12-26 09:11:24 +00:00
|
|
|
.status-action-container {
|
2019-12-13 20:04:28 +00:00
|
|
|
margin-top: 4px;
|
2019-12-13 18:08:26 +00:00
|
|
|
}
|
|
|
|
|
2019-12-26 09:11:24 +00:00
|
|
|
.status-action {
|
2019-12-24 15:19:11 +00:00
|
|
|
display: inline-block;
|
2020-01-30 13:56:29 +00:00
|
|
|
margin-right: 16px;
|
2019-12-26 09:11:24 +00:00
|
|
|
}
|
|
|
|
|
2020-09-22 04:21:39 +00:00
|
|
|
.status-action-last {
|
2020-01-30 13:56:29 +00:00
|
|
|
margin-right: 4px;
|
2020-01-04 18:56:47 +00:00
|
|
|
}
|
|
|
|
|
2020-01-30 13:56:29 +00:00
|
|
|
.status-action form {
|
|
|
|
display: inline-block;
|
2019-12-26 09:11:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-action a {
|
|
|
|
display: inline-block;
|
2019-12-13 18:08:26 +00:00
|
|
|
}
|
|
|
|
|
2020-01-30 13:56:29 +00:00
|
|
|
.status-action * {
|
2020-08-22 06:38:59 +00:00
|
|
|
vertical-align: middle;
|
2019-12-13 18:08:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-action a.status-time {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2019-12-13 20:04:28 +00:00
|
|
|
.page-title {
|
2020-01-30 15:32:37 +00:00
|
|
|
font-size: 18pt;
|
2020-10-25 11:36:00 +00:00
|
|
|
margin: 8px 0;
|
2019-12-13 20:04:28 +00:00
|
|
|
}
|
|
|
|
|
2019-12-21 08:36:44 +00:00
|
|
|
.post-form {
|
2020-09-22 04:21:39 +00:00
|
|
|
margin: 4px 0;
|
2019-12-13 20:04:28 +00:00
|
|
|
}
|
|
|
|
|
2019-12-22 03:43:25 +00:00
|
|
|
.post-form>div {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
2019-12-13 20:04:28 +00:00
|
|
|
.signin-form {
|
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.signin-form input {
|
|
|
|
margin: 4px 0;
|
|
|
|
}
|
2019-12-14 10:57:14 +00:00
|
|
|
|
|
|
|
.retweet-info {
|
2020-10-19 05:20:57 +00:00
|
|
|
margin: 0 0 4px 24px;
|
2020-10-25 11:36:00 +00:00
|
|
|
overflow-wrap: break-word;
|
2019-12-14 10:57:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.retweet-info .status-profile-img {
|
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
2020-10-19 05:20:57 +00:00
|
|
|
min-height: 24px;
|
|
|
|
min-width: 24px;
|
|
|
|
max-height: 24px;
|
|
|
|
max-width: 24px;
|
2019-12-22 19:43:03 +00:00
|
|
|
vertical-align: middle;
|
2019-12-14 10:57:14 +00:00
|
|
|
}
|
|
|
|
|
2020-10-19 05:20:57 +00:00
|
|
|
.retweet-info .status-dname {
|
|
|
|
margin-left: 4px;
|
2019-12-14 10:57:14 +00:00
|
|
|
}
|
|
|
|
|
2021-05-30 07:03:29 +00:00
|
|
|
textarea {
|
2019-12-14 17:48:33 +00:00
|
|
|
padding: 4px;
|
|
|
|
font-size: 11pt;
|
|
|
|
font-family: initial;
|
2021-05-30 07:03:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-content {
|
|
|
|
box-sizing: border-box;
|
2020-10-19 05:20:57 +00:00
|
|
|
width: 100%;
|
2021-05-30 07:03:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#css {
|
2020-10-19 05:20:57 +00:00
|
|
|
box-sizing: border-box;
|
2021-05-30 07:03:29 +00:00
|
|
|
max-width: 100%;
|
2019-12-14 17:48:33 +00:00
|
|
|
}
|
2019-12-15 06:55:13 +00:00
|
|
|
|
|
|
|
.pagination {
|
2020-09-22 16:22:58 +00:00
|
|
|
margin: 4px 4px 12px 4px;
|
2019-12-15 06:55:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pagination a {
|
|
|
|
margin: 0 8px;
|
2020-09-22 16:22:58 +00:00
|
|
|
font-size: 13pt;
|
2019-12-15 06:55:13 +00:00
|
|
|
}
|
2019-12-15 17:37:58 +00:00
|
|
|
|
2021-01-16 10:25:34 +00:00
|
|
|
.notification-container {
|
|
|
|
margin: 0 -4px 12px -4px;
|
|
|
|
padding: 4px;
|
|
|
|
border-left: 4px solid transparent;
|
|
|
|
}
|
|
|
|
|
2021-01-16 18:30:23 +00:00
|
|
|
.notification-container.unread {
|
|
|
|
border-color: #777777;
|
|
|
|
}
|
|
|
|
|
2021-01-16 10:25:34 +00:00
|
|
|
.notification-container.favourite .status-container,
|
|
|
|
.notification-container.reblog .status-container {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
2020-01-01 09:40:47 +00:00
|
|
|
.notification-info-text span {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2020-09-27 06:54:50 +00:00
|
|
|
.notification-follow-container {
|
|
|
|
overflow: auto;
|
2020-10-19 05:20:57 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2020-09-27 06:54:50 +00:00
|
|
|
}
|
|
|
|
|
2020-09-22 04:21:39 +00:00
|
|
|
.notification-follow {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2020-01-29 18:14:27 +00:00
|
|
|
.notification-time {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2020-01-11 10:51:33 +00:00
|
|
|
.status-reply-to-link {
|
2019-12-18 22:14:02 +00:00
|
|
|
font-size: 10pt
|
|
|
|
}
|
|
|
|
|
2020-10-25 11:36:00 +00:00
|
|
|
.status-reply-container {
|
2020-11-08 13:13:05 +00:00
|
|
|
overflow-wrap: break-word;
|
2020-10-25 11:36:00 +00:00
|
|
|
}
|
|
|
|
|
2019-12-22 19:43:03 +00:00
|
|
|
.status-reply-container .fa {
|
2019-12-18 22:14:02 +00:00
|
|
|
font-size: 10pt;
|
|
|
|
vertical-align: sub;
|
|
|
|
margin-right: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-reply-text {
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
2020-01-11 10:51:33 +00:00
|
|
|
.status-reply-link {
|
2019-12-18 22:14:02 +00:00
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-reply-info-divider {
|
|
|
|
margin: 0 4px;
|
|
|
|
}
|
2019-12-19 16:19:44 +00:00
|
|
|
|
|
|
|
.post-content-container {
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error-text {
|
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-attachment-div {
|
|
|
|
margin: 2px 0;
|
|
|
|
}
|
2019-12-20 18:30:20 +00:00
|
|
|
|
|
|
|
.user-profile-img-container {
|
2020-08-22 06:38:59 +00:00
|
|
|
display: inline-block;
|
2020-11-22 17:40:19 +00:00
|
|
|
margin: 0 4px 4px 0;
|
2019-12-20 18:30:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-profile-details-container {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-profile-details-container>div {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-profile-img {
|
2020-09-22 04:21:39 +00:00
|
|
|
height: 96px;
|
|
|
|
width: 96px;
|
2019-12-22 16:27:49 +00:00
|
|
|
vertical-align: top;
|
2020-09-27 06:54:50 +00:00
|
|
|
object-fit: contain;
|
2020-10-19 05:20:57 +00:00
|
|
|
margin-top: 2px;
|
2019-12-20 18:30:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-profile-decription {
|
2020-11-08 13:13:05 +00:00
|
|
|
overflow-wrap: break-word;
|
2020-10-25 11:36:00 +00:00
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-profile-decription p {
|
|
|
|
margin: 0;
|
2019-12-20 18:30:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-inline {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-link {
|
2020-01-30 13:56:29 +00:00
|
|
|
border: none;
|
|
|
|
outline: none;
|
|
|
|
background: none;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 0;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
2019-12-20 18:30:20 +00:00
|
|
|
}
|
2019-12-21 13:26:31 +00:00
|
|
|
|
2020-01-30 13:56:29 +00:00
|
|
|
a, .btn-link {
|
|
|
|
color: #464acc;
|
|
|
|
text-decoration: none;
|
2019-12-21 13:26:31 +00:00
|
|
|
}
|
|
|
|
|
2020-01-30 13:56:29 +00:00
|
|
|
a:hover,
|
|
|
|
.btn-link:hover {
|
2021-01-17 08:55:19 +00:00
|
|
|
color: #8387bf;
|
2019-12-21 13:26:31 +00:00
|
|
|
}
|
2019-12-22 03:43:25 +00:00
|
|
|
|
2020-01-30 13:56:29 +00:00
|
|
|
.status-visibility {
|
2019-12-22 03:43:25 +00:00
|
|
|
margin-left: 4px;
|
|
|
|
display: inline-block;
|
2020-01-30 13:56:29 +00:00
|
|
|
color: #222222;
|
|
|
|
font-size: 8pt;
|
2019-12-22 03:43:25 +00:00
|
|
|
}
|
|
|
|
|
2020-01-30 13:56:29 +00:00
|
|
|
.remote-link {
|
|
|
|
margin-left: 4px;
|
|
|
|
font-size: 8pt;
|
2019-12-22 03:43:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.img-link {
|
|
|
|
display: inline-block;
|
2019-12-22 04:25:56 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2019-12-22 16:27:49 +00:00
|
|
|
.status-profile-img-container .img-link {
|
|
|
|
width: 48px;
|
|
|
|
}
|
|
|
|
|
2019-12-22 04:25:56 +00:00
|
|
|
.status-nsfw-overlay {
|
|
|
|
background: black;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2020-10-25 11:36:00 +00:00
|
|
|
bottom: 0;
|
2019-12-22 04:25:56 +00:00
|
|
|
left: 0;
|
2020-10-25 11:36:00 +00:00
|
|
|
right: 0;
|
2019-12-22 04:25:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.img-link:hover .status-nsfw-overlay {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-video-container {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
2020-11-22 17:40:19 +00:00
|
|
|
margin-bottom: 5px;
|
2019-12-22 04:25:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-video-container:hover .status-nsfw-overlay {
|
|
|
|
display: none;
|
2019-12-22 03:43:25 +00:00
|
|
|
}
|
2019-12-22 16:27:49 +00:00
|
|
|
|
|
|
|
.post-form-field>* {
|
2020-10-19 05:20:57 +00:00
|
|
|
vertical-align: middle;
|
2019-12-22 16:27:49 +00:00
|
|
|
}
|
2019-12-22 18:10:42 +00:00
|
|
|
|
2020-10-19 05:20:57 +00:00
|
|
|
.emoji-item-container {
|
2021-05-30 07:03:29 +00:00
|
|
|
width: 220px;
|
2019-12-22 18:10:42 +00:00
|
|
|
display: inline-block;
|
2020-05-24 05:46:54 +00:00
|
|
|
margin: 4px 0;
|
2021-05-30 07:03:29 +00:00
|
|
|
overflow: hidden;
|
2019-12-22 18:10:42 +00:00
|
|
|
}
|
|
|
|
|
2020-10-19 05:20:57 +00:00
|
|
|
.emoji-item {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2020-05-24 05:46:54 +00:00
|
|
|
img.emoji {
|
2020-09-22 04:21:39 +00:00
|
|
|
height: auto;
|
|
|
|
width: auto;
|
|
|
|
max-height: 32px;
|
|
|
|
max-width: 32px;
|
2020-10-19 05:20:57 +00:00
|
|
|
min-height: 32px;
|
|
|
|
min-width: 32px;
|
2019-12-22 18:10:42 +00:00
|
|
|
vertical-align: middle;
|
2020-10-19 05:20:57 +00:00
|
|
|
object-fit: contain;
|
2020-10-25 11:36:00 +00:00
|
|
|
margin: 0;
|
2020-05-24 05:46:54 +00:00
|
|
|
}
|
2019-12-22 18:10:42 +00:00
|
|
|
|
2020-05-24 05:46:54 +00:00
|
|
|
.status-dname img.emoji {
|
|
|
|
height: 24px;
|
2020-10-19 05:20:57 +00:00
|
|
|
min-height: 24px;
|
|
|
|
min-width: 24px;
|
2019-12-22 18:10:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.emoji-shortcode {
|
2020-10-19 05:20:57 +00:00
|
|
|
margin-left: 4px;
|
2019-12-22 18:10:42 +00:00
|
|
|
}
|
2019-12-22 19:43:03 +00:00
|
|
|
|
|
|
|
.post-form-emoji-link {
|
2020-01-01 09:40:47 +00:00
|
|
|
margin-left: 4px;
|
2019-12-22 19:43:03 +00:00
|
|
|
}
|
|
|
|
|
2020-09-22 04:21:39 +00:00
|
|
|
.user-info-img {
|
|
|
|
height: 64px;
|
|
|
|
width: 64px;
|
2020-01-01 09:40:47 +00:00
|
|
|
vertical-align: middle;
|
2020-09-27 06:54:50 +00:00
|
|
|
object-fit: contain;
|
2020-10-19 05:20:57 +00:00
|
|
|
margin-top: 2px;
|
2020-01-01 09:40:47 +00:00
|
|
|
}
|
|
|
|
|
2020-09-22 04:21:39 +00:00
|
|
|
.user-info-img-container {
|
|
|
|
float: left;
|
|
|
|
margin-right: 8px;
|
2019-12-24 14:55:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-info-details-container {
|
2020-09-22 04:21:39 +00:00
|
|
|
overflow: auto;
|
2019-12-24 14:55:05 +00:00
|
|
|
}
|
|
|
|
|
2020-10-19 05:20:57 +00:00
|
|
|
.user-info-details-name,
|
|
|
|
.user-info-details-nav {
|
2019-12-24 14:55:05 +00:00
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-link {
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
|
|
|
|
2019-12-26 09:11:24 +00:00
|
|
|
.user-list-container {
|
|
|
|
}
|
|
|
|
|
2020-09-27 06:54:50 +00:00
|
|
|
.user-list-item {
|
|
|
|
overflow: auto;
|
2020-10-19 05:20:57 +00:00
|
|
|
margin: 0 0 12px 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2020-09-27 06:54:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-list-profile-img {
|
|
|
|
float: left;
|
2020-10-19 05:20:57 +00:00
|
|
|
margin: 0 8px 0 0;
|
2020-09-27 06:54:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-list-name {
|
|
|
|
overflow: auto;
|
2019-12-26 09:11:24 +00:00
|
|
|
}
|
2019-12-27 08:06:43 +00:00
|
|
|
|
|
|
|
#settings-form {
|
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-form-field {
|
|
|
|
margin: 4px 0;
|
|
|
|
}
|
|
|
|
|
2020-11-22 17:40:19 +00:00
|
|
|
.settings-form-field>* {
|
2019-12-27 08:06:43 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings-form button[type=submit] {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
2020-01-01 09:40:47 +00:00
|
|
|
|
2020-01-11 10:51:33 +00:00
|
|
|
#reply-popup {
|
|
|
|
position: absolute;
|
2021-01-17 08:55:19 +00:00
|
|
|
background-color: #d2d2d2;
|
2020-01-11 10:51:33 +00:00
|
|
|
border: 1px solid #aaaaaa;
|
|
|
|
padding: 4px 8px;
|
|
|
|
z-index: 3;
|
2020-04-14 09:32:53 +00:00
|
|
|
margin: 0;
|
2020-01-11 10:51:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#reply-to-popup {
|
|
|
|
position: absolute;
|
2021-01-17 08:55:19 +00:00
|
|
|
background-color: #d2d2d2;
|
2020-01-11 10:51:33 +00:00
|
|
|
border: 1px solid #aaaaaa;
|
|
|
|
padding: 4px 8px;
|
|
|
|
z-index: 3;
|
2020-04-14 09:32:53 +00:00
|
|
|
margin: 0;
|
2020-01-11 10:51:33 +00:00
|
|
|
}
|
2020-01-12 17:16:57 +00:00
|
|
|
|
2020-01-30 15:32:37 +00:00
|
|
|
.search-form {
|
2020-10-25 11:36:00 +00:00
|
|
|
margin: 12px 0;
|
2020-01-30 15:32:37 +00:00
|
|
|
}
|
|
|
|
|
2020-02-02 07:24:06 +00:00
|
|
|
.more-container {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.more-content {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
2021-01-17 08:55:19 +00:00
|
|
|
background-color: #d2d2d2;
|
2020-02-02 07:24:06 +00:00
|
|
|
padding: 2px 4px;
|
|
|
|
border: 1px solid #aaaaaa;
|
2021-09-05 17:04:45 +00:00
|
|
|
z-index: 1;
|
2020-02-02 07:24:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.more-container:hover .more-content {
|
2020-09-22 04:21:39 +00:00
|
|
|
display: block;
|
2020-02-02 07:24:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.more-link {
|
|
|
|
font-size: 8pt;
|
|
|
|
display: block;
|
|
|
|
margin: 2px;
|
|
|
|
}
|
|
|
|
|
2020-10-25 11:36:00 +00:00
|
|
|
.poll-form {
|
|
|
|
margin-top: 5px;
|
|
|
|
overflow: auto;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2020-02-09 13:42:16 +00:00
|
|
|
.poll-form button[type=submit] {
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.poll-info {
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
2020-10-25 11:36:00 +00:00
|
|
|
.notification-title-container {
|
|
|
|
margin: 8px 0;
|
2020-02-18 22:15:37 +00:00
|
|
|
}
|
|
|
|
|
2020-10-25 11:36:00 +00:00
|
|
|
.notification-text {
|
|
|
|
vertical-align: middle;
|
2020-02-18 22:15:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notification-refresh {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2020-10-25 11:36:00 +00:00
|
|
|
.notification-read {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2020-02-26 16:31:49 +00:00
|
|
|
.no-data-found {
|
|
|
|
margin: 12px 0;
|
|
|
|
}
|
|
|
|
|
2020-03-04 15:59:59 +00:00
|
|
|
.signout {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2020-03-04 16:24:16 +00:00
|
|
|
.signin-desc {
|
|
|
|
margin: 8px 0 16px 0;
|
|
|
|
}
|
|
|
|
|
2020-10-19 06:06:41 +00:00
|
|
|
.keyboard-shortcuts {
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-shortcuts td {
|
|
|
|
padding: 2px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
kbd {
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 1px 4px;
|
|
|
|
border: 1px solid #444444;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
2021-01-30 16:51:09 +00:00
|
|
|
.filters {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filters td {
|
|
|
|
padding: 2px 4px;
|
|
|
|
}
|
|
|
|
|
2021-04-09 12:28:03 +00:00
|
|
|
#img-preview {
|
|
|
|
pointer-events: none;
|
|
|
|
z-index: 2;
|
|
|
|
position: fixed;
|
|
|
|
}
|
|
|
|
|
2020-01-12 17:16:57 +00:00
|
|
|
.dark {
|
|
|
|
background-color: #222222;
|
|
|
|
background-image: none;
|
|
|
|
color: #eaeaea;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark a {
|
|
|
|
color: #81a2be;
|
|
|
|
}
|
|
|
|
|
2021-05-30 07:03:29 +00:00
|
|
|
.dark textarea {
|
2020-01-12 17:16:57 +00:00
|
|
|
background-color: #333333;
|
|
|
|
border: 1px solid #444444;
|
|
|
|
color: #eaeaea;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark #reply-popup,
|
|
|
|
.dark #reply-to-popup {
|
|
|
|
background-color: #222222;
|
|
|
|
border-color: #444444;
|
|
|
|
}
|
2020-01-26 08:58:15 +00:00
|
|
|
|
|
|
|
.dark .status-container-container.highlight {
|
|
|
|
background-color: #333333;
|
|
|
|
}
|
|
|
|
|
2020-01-30 13:56:29 +00:00
|
|
|
.dark .btn-link {
|
|
|
|
color: #81a2be;
|
|
|
|
}
|
|
|
|
|
2020-09-22 04:21:39 +00:00
|
|
|
.dark a:hover,
|
|
|
|
.dark .btn-link:hover {
|
|
|
|
color: #497091;
|
|
|
|
}
|
|
|
|
|
2020-01-30 13:56:29 +00:00
|
|
|
.dark .status-visibility {
|
|
|
|
color: #eaeaea;
|
|
|
|
}
|
2020-02-02 07:24:06 +00:00
|
|
|
|
|
|
|
.dark .more-content {
|
|
|
|
background-color: #222222;
|
|
|
|
border-color: #444444;
|
|
|
|
}
|
2020-10-19 06:06:41 +00:00
|
|
|
|
|
|
|
.dark kbd {
|
|
|
|
background-color: #333333;
|
|
|
|
border-color: #444444;
|
|
|
|
color: #eaeaea;
|
|
|
|
}
|