bulletboards/ImageBoardServerApp/Shared/Components/CommentHover.razor.css

79 lines
885 B
CSS
Raw Normal View History

.toggleOpened{
color: #6272a4;
text-decoration: none;
}
.toggleOpened:hover{
color: #6272a4; !important;
cursor: pointer;
}
.threadFooter.a{
color: #6272a4;
}
.title{
color: #8be9fd;
}
.name{
color: #50fa7b;
}
.redText {
color: #ff5555;
}
.threadHeader{
text-align: left;
}
.threadFooter{
text-align: right; !important;
align-self: end; !important;
}
.threadContent{
text-align: left;
display: flex;
}
.greenText{
color: #50fa7b;
}
.threadImage{
margin: 6px;
max-width: 500px;
max-height: 500px;
padding: 5px;
}
.threadImage img{
max-width:150px;
width: 100%;
}
.threadImage img.active{
/*transform: scale(3);*/
max-width:500px;
width: 100%;
}
.threadText{
display: block;
}
.threadTextContainer{
margin: 0;
}
.Admin{
color: #ff5555;
}
.Mod{
color: #bd93f9;
}