body {
display: inline-table;
justify-content: flex-start;
flex-direction: column;
width: 40%;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
.post-tags {
margin-top: 15vh;
}
.title {
margin-bottom: 0.5vh;
font-size: 2vw;
width: 100%;
}
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.underline {
text-decoration: underline;
}
ul {
margin: 0;
}
video {
border-radius: 5px;
}
code {
background-color: #121212 !important;
border-radius: 5px;
}
blockquote {
border: 2px dashed #FFFFFF11;
border-left: 5px solid #4a4a4a;
margin: 0;
padding: 0.1px;
& > * {
margin-left: 20px;
border-bottom: 0 none transparent;
border-right: 0 none transparent;
}
}
.post-a {
color: #4493f8;
text-decoration: underline;
}
.user-del {
text-decoration: line-through;
}
.comment-input-box {
margin-top: 2vh;
display: flex;
}
.comment-input-values {
display: flex;
width: 100%;
flex-direction: column;
align-items: end;
margin-left: 10px;
}
.comment-input {
overflow: hidden;
margin-top: 10px;
margin-left: 10px;
background-color: transparent;
border: 0 none transparent;
width: 100%;
height: 22px;
resize: none;
font-family: auto;
font-size: 13.5px;
border-bottom: 1px solid #3c3c3c;
&:focus {
outline: none;
border-bottom: 2px solid #d6d6d6;
}
}
.comment-complete {
background-color: #374b87;
border: 0 none transparent;
padding: 10px;
width: 70px;
border-radius: 30px;
margin-top: 10px;
font-weight: bold;
font-size: 16px;
transition-duration: 0.2s;
&:hover {
background-color: #4c68ba;
}
}
.comments {
margin-top: 3vh;
display: flex;
flex-direction: column;
& > * {
margin-bottom: 30px;
}
}
.comment {
display: flex;
margin-bottom: 10px;
}
.comment-main {
display: flex;
flex-direction: column;
margin-left: 10px;
width: 100%;
}
.comment-main .top {
margin-bottom: 5px;
}
.comment-name {
font-weight: bold;
}
.owner {
background-color: #2d2f88;
padding: 2px;
border-radius: 5px;
}
.comment-date {
color: gray;
margin-left: 10px;
font-size: 12px;
}
.comment-option {
width: 25px;
height: 25px;
display: flex;
justify-content: center;
}
.comment-option-content {
background-color: #393939;
padding: 5px 0;
border-radius: 5px;
position: absolute;
margin-top: 30px;
margin-right: 70px;
display: none;
}
.comment-delete {
padding: 5px 20px;
background-color: transparent;
border: 0 none transparent;
& > i {
margin-right: 5px;
}
&:hover {
background-color: #FFFFFF33;
}
}
.comment-reactions {
margin-left: 60px;
}
.bottom {
margin-bottom: 4vh;
}
@media screen and (max-width: 1000px) {
body {
width: 90%;
}
.title {
font-size: 3vw;
}
}
@media screen and (max-width: 600px) {
.title {
font-size: 5vw;
}
}
