IPost/css/posts.css

85 lines
982 B
CSS

#posts > div > p > span:first-child {
color: green;
}
.status {
color: white;
}
.self {
color: white;
}
#username-self {
color: lightgreen;
}
.specialtext {
color: yellow;
}
.crossout {
text-decoration: line-through;
}
.greentext {
color: green;
}
#posts > div {
background-color: #303034;
padding-left: 5px;
padding-bottom: 2px;
}
.avatar {
margin-right: 5px;
margin-top: 10px;
margin-left: 5px;
}
.mention {
color: blue;
}
.user-mention {
color: lightgreen;
}
.everyone-mention {
color: aqua;
}
body {
background-color: #1B1B1E;
}
textarea {
background-color: #1B1B1E;
}
button {
background-color: #587291;
}
* {
font-family: 'system-ui';
}
.post,.self,.status {
color: #ECEAF1;
width: 50%;
margin-left: 25%;
margin-right: 25%;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 10px;
overflow-wrap: break-word;
}
#post-text, button {
border-radius: 5px;
resize: none;
overflow-wrap: break-word;
}