IPost/css/posts.css
2022-07-12 15:07:45 +02:00

102 lines
1.2 KiB
CSS

#posts > div > p > span:first-child {
color: #BFE7D4;
}
.status {
color: var(--text-color);
}
.self {
color: var(--text-color);
}
#username-self {
color: #036D19;
}
.specialtext {
color: yellow;
}
.crossout {
text-decoration: line-through;
}
.greentext {
color: var(--green);
}
#posts > div {
background-color: var(--fg-color);
padding-left: 5px;
padding-bottom: 2px;
}
.avatar {
margin-right: 5px;
margin-top: 10px;
margin-left: 5px;
}
.boticon {
}
.mention {
color: blue;
}
.user-mention {
color: #036D19;
}
.everyone-mention {
color: aqua;
}
body {
background-color: var(--bg-color);
}
textarea {
background-color: var(--bg-color);
}
button {
background-color: var(--blue-ish);
}
* {
font-family: 'system-ui';
}
.post,.self,.status {
color: var(--text-color);
width: 50%;
margin-left: 25%;
margin-right: 25%;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 10px;
overflow-wrap: break-word;
}
#post-text, button {
color: var(--text-color);
border-radius: 5px;
resize: none;
overflow-wrap: break-word;
}
.channelTab {
color: var(--text-color);
background-color: var(--fg-color);
text-align: center;
float: left;
padding-right: 20px
}
#scriptonly {
margin: auto;
}