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