bloat/static/main.css

249 lines
3.1 KiB
CSS
Raw Normal View History

2019-12-14 10:57:14 +00:00
.status-container-container {
2019-12-19 16:19:44 +00:00
margin: 16px 0 16px -4px;
padding: 0 4px;
border-left: 4px solid transparent;
}
.status-container-container:target {
border-color: #777777;
2019-12-14 10:57:14 +00:00
}
2019-12-13 18:08:26 +00:00
.status-container {
display: flex;
}
.status-content {
2019-12-18 22:14:02 +00:00
margin: 4px 0 8px 0;
2019-12-19 16:19:44 +00:00
word-wrap: anywhere;
2019-12-13 18:08:26 +00:00
}
.status-content p {
margin: 0px;
}
.status-profile-img {
height: 48px;
width: 48px;
2019-12-15 17:37:58 +00:00
margin-right: 8px;
2019-12-18 22:14:02 +00:00
object-fit: contain;
2019-12-13 18:08:26 +00:00
}
.status {
}
.status a {
text-decoration: none;
}
.status-dname {
font-weight: 800;
}
.status-uname {
font-style: italic;
font-size: 10pt;
}
.status-emoji {
height: 20px;
margin-bottom: -4px;
2019-12-13 18:08:26 +00:00
witdth: auto;
}
.name-emoji {
height: 20px;
witdth: auto;
}
.status-action {
display: flex;
margin-top: 4px;
2019-12-13 18:08:26 +00:00
}
.status-action a {
display: flex;
margin: 0 4px;
width: 64px;
text-decoration: none;
color: #333333;
}
.status-action a:hover {
color: #777777;
}
.status-action .icon {
margin: 0 4px 0 0;
}
.status-action a.status-time {
width: auto;
}
.icon.dripicons-star.liked {
color: yellow;
}
.icon.dripicons-retweet.retweeted {
color: green;
}
.status-image,
.status-video {
max-height: 180px;
2019-12-19 16:19:44 +00:00
max-width: 220px;
width: auto;
}
.page-title {
font-size: 23pt;
}
.navigation {
margin: 4px 0;
}
.navigation a {
margin-right: 8px;
}
.post-form {
margin: 8px 0;
}
.signin-form {
margin: 8px 0;
}
.signin-form input {
margin: 4px 0;
}
2019-12-14 10:57:14 +00:00
.retweet-info {
margin: 8px 0 4px 24px;
}
.retweet-info .status-profile-img {
height: 24px;
width: 24px;
margin-bottom: -8px;
2019-12-18 22:14:02 +00:00
margin-right: 0px;
2019-12-14 10:57:14 +00:00
}
.retweet-info .status-dname{
margin-left: 4px
}
.retweet-info .icon.dripicons-retweet.retweeted {
vertical-align: sub;
}
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;
padding: 0 4px;
2019-12-15 17:37:58 +00:00
border-left: 4px solid transparent;
}
.notification-container.unread {
border-color: #777777;
}
.notification-follow-container,
.notification-like-container,
.notification-retweet-container {
display: flex;
}
.notification-follow-uname {
margin-top: 8px;
}
2019-12-18 22:14:02 +00:00
.status-reply-to {
vertical-align: center;
font-size: 10pt
}
.status-reply-container .icon {
font-size: 10pt;
vertical-align: sub;
margin-right: -2px;
}
.status-reply-text {
font-size: 10pt;
}
.status-reply {
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;
}
.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;
}
.user-profile-decription {
margin: 4px 0;
}
.d-inline {
display: inline;
}
.btn-link {
border: none;
outline: none;
background: none;
cursor: pointer;
color: #0000EE;
padding: 0;
text-decoration: underline;
font-family: inherit;
font-size: inherit;
}