2019-12-14 10:57:14 +00:00
|
|
|
.status-container-container {
|
2020-01-26 08:58:15 +00:00
|
|
|
margin: 12px 0 12px -4px;
|
|
|
|
padding: 4px;
|
2019-12-19 15:24:33 +00:00
|
|
|
border-left: 4px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-container-container:target {
|
|
|
|
border-color: #777777;
|
2019-12-14 10:57:14 +00:00
|
|
|
}
|
|
|
|
|
2020-01-26 08:58:15 +00:00
|
|
|
.status-container-container.highlight {
|
|
|
|
background-color: #cccccc;
|
|
|
|
}
|
|
|
|
|
2019-12-13 18:08:26 +00:00
|
|
|
.status-container {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-content {
|
2019-12-24 15:19:11 +00:00
|
|
|
margin: 4px 0;
|
2019-12-19 16:19:44 +00:00
|
|
|
word-wrap: anywhere;
|
2020-01-11 07:26:00 +00:00
|
|
|
max-height: 600px;
|
|
|
|
overflow: auto;
|
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 {
|
|
|
|
max-height: 180px;
|
|
|
|
max-width: 220px;
|
|
|
|
width: auto;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
2019-12-24 15:19:11 +00:00
|
|
|
.status-media-container {
|
|
|
|
margin: 4px 0;
|
|
|
|
}
|
|
|
|
|
2019-12-22 03:43:25 +00:00
|
|
|
.status-profile-img-container {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2019-12-13 18:08:26 +00:00
|
|
|
.status-profile-img {
|
|
|
|
height: 48px;
|
|
|
|
width: 48px;
|
2019-12-18 22:14:02 +00:00
|
|
|
object-fit: contain;
|
2019-12-22 03:43:25 +00:00
|
|
|
vertical-align: top;
|
2019-12-13 18:08:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.status {
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-dname {
|
|
|
|
font-weight: 800;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-uname {
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-emoji {
|
|
|
|
height: 20px;
|
2019-12-13 20:04:28 +00:00
|
|
|
margin-bottom: -4px;
|
2019-12-25 04:32:56 +00:00
|
|
|
width: auto;
|
2020-01-01 07:39:42 +00:00
|
|
|
vertical-align: unset !important;
|
2019-12-13 18:08:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.name-emoji {
|
|
|
|
height: 20px;
|
2019-12-25 04:32:56 +00:00
|
|
|
width: auto;
|
2019-12-13 18:08:26 +00:00
|
|
|
}
|
|
|
|
|
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-01-30 13:56:29 +00:00
|
|
|
.status-action:last-child {
|
|
|
|
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 * {
|
|
|
|
verical-align: center;
|
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;
|
2019-12-13 20:04:28 +00:00
|
|
|
}
|
|
|
|
|
2019-12-21 08:36:44 +00:00
|
|
|
.post-form {
|
2019-12-13 20:04:28 +00:00
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
|
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-01-29 18:14:27 +00:00
|
|
|
margin: 0 0 2px 24px;
|
2019-12-14 10:57:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.retweet-info .status-profile-img {
|
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
2019-12-22 19:43:03 +00:00
|
|
|
vertical-align: middle;
|
2019-12-14 10:57:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.retweet-info .status-dname{
|
|
|
|
margin-left: 4px
|
|
|
|
}
|
|
|
|
|
2019-12-14 17:48:33 +00:00
|
|
|
.post-content {
|
|
|
|
padding: 4px;
|
|
|
|
font-size: 11pt;
|
|
|
|
font-family: initial;
|
2019-12-19 16:19:44 +00:00
|
|
|
max-width: 100%;
|
2019-12-14 17:48:33 +00:00
|
|
|
}
|
2019-12-15 06:55:13 +00:00
|
|
|
|
|
|
|
.pagination {
|
|
|
|
margin: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagination a {
|
|
|
|
margin: 0 8px;
|
|
|
|
}
|
2019-12-15 17:37:58 +00:00
|
|
|
|
|
|
|
.notification-container {
|
2019-12-19 16:19:44 +00:00
|
|
|
margin: 16px 0 16px -4px;
|
2019-12-19 15:24:33 +00:00
|
|
|
padding: 0 4px;
|
2019-12-15 17:37:58 +00:00
|
|
|
border-left: 4px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification-container.unread {
|
|
|
|
border-color: #777777;
|
|
|
|
}
|
|
|
|
|
2020-01-29 18:14:27 +00:00
|
|
|
.notification-follow-container {
|
2019-12-15 17:37:58 +00:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2020-01-01 09:40:47 +00:00
|
|
|
.notification-info-text span {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2019-12-15 17:37:58 +00:00
|
|
|
.notification-follow-uname {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
2019-12-18 22:14:02 +00:00
|
|
|
|
2020-01-29 18:14:27 +00:00
|
|
|
.notification-time {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2019-12-18 22:14:02 +00:00
|
|
|
.status-reply-to {
|
2020-01-11 10:51:33 +00:00
|
|
|
display: inline-block;
|
2019-12-18 22:14:02 +00:00
|
|
|
vertical-align: center;
|
2020-01-11 10:51:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-reply-to-link {
|
2019-12-18 22:14:02 +00:00
|
|
|
font-size: 10pt
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-reply {
|
2020-01-11 10:51:33 +00:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
display: inline-block
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-profile-details-container {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin: 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-profile-details-container>div {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-profile-img {
|
|
|
|
max-height: 100px;
|
|
|
|
max-width: 100px;
|
2019-12-22 16:27:49 +00:00
|
|
|
object-fit: contain;
|
|
|
|
vertical-align: top;
|
2019-12-20 18:30:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-profile-decription {
|
|
|
|
margin: 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
opacity: 0.6;
|
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;
|
|
|
|
display: inline-block;
|
|
|
|
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;
|
2020-01-01 07:39:42 +00:00
|
|
|
margin: 2.5px 0;
|
2019-12-22 04:25:56 +00:00
|
|
|
}
|
|
|
|
|
2020-01-30 13:56:29 +00:00
|
|
|
.img-link:hover {
|
|
|
|
opacity: initial;
|
|
|
|
}
|
|
|
|
|
2019-12-22 16:27:49 +00:00
|
|
|
.status-profile-img-container .img-link {
|
|
|
|
width: 48px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2019-12-22 04:25:56 +00: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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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>* {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2019-12-22 18:10:42 +00:00
|
|
|
|
|
|
|
.emoji {
|
|
|
|
min-width: 220px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.emoji-img {
|
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
|
|
|
object-fit: contain;
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.emoji-shortcode {
|
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.post-form-emoji-link i {
|
|
|
|
font-size: 14pt !important;
|
|
|
|
}
|
2019-12-24 14:55:05 +00:00
|
|
|
|
2020-01-01 09:40:47 +00:00
|
|
|
.post-form-title {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2019-12-24 14:55:05 +00:00
|
|
|
.user-info {
|
|
|
|
margin-bottom: 8px;
|
2020-01-01 07:39:42 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: top;
|
2019-12-24 14:55:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-info-img {
|
|
|
|
max-height: 64px;
|
|
|
|
max-width: 64px;
|
|
|
|
object-fit: contain;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-info-details-container {
|
2020-01-01 07:39:42 +00:00
|
|
|
margin-left: 8px;
|
2019-12-24 14:55:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-info-details-container>div {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-link {
|
|
|
|
margin-right: 2px;
|
2020-01-30 13:56:29 +00:00
|
|
|
text-decoration: underline;
|
2019-12-24 14:55:05 +00:00
|
|
|
}
|
|
|
|
|
2019-12-26 09:11:24 +00: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 08:06:43 +00: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 09:40:47 +00:00
|
|
|
|
2020-01-11 10:51:33 +00:00
|
|
|
#reply-popup {
|
|
|
|
position: absolute;
|
|
|
|
background: #ffffff;
|
|
|
|
border: 1px solid #aaaaaa;
|
|
|
|
padding: 4px 8px;
|
|
|
|
z-index: 3;
|
|
|
|
margin: 0 8px 0 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reply-to-popup {
|
|
|
|
position: absolute;
|
|
|
|
background: #ffffff;
|
|
|
|
border: 1px solid #aaaaaa;
|
|
|
|
padding: 4px 8px;
|
|
|
|
z-index: 3;
|
|
|
|
margin: 0 8px 0 8px;
|
|
|
|
}
|
2020-01-12 17:16:57 +00:00
|
|
|
|
2020-01-30 15:32:37 +00:00
|
|
|
.search-form {
|
|
|
|
margin: 16px 0 0 0;
|
|
|
|
}
|
|
|
|
|
2020-01-12 17:16:57 +00: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 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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark .status-visibility {
|
|
|
|
color: #eaeaea;
|
|
|
|
}
|