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

57 lines
713 B
CSS
Raw Normal View History

2023-01-18 12:56:24 +00:00
.toggleOpened{
color: #0a58ca;
text-decoration: none;
}
.toggleOpened:hover{
color: #0a58ca; !important;
cursor: pointer;
}
.title{
color: #1e5aaf;
}
.name{
color: #339305;
}
.threadHeader{
text-align: left;
}
.threadFooter{
text-align: right; !important;
align-self: end; !important;
}
.threadContent{
text-align: left;
display: flex;
}
.threadImage{
margin: 6px;
max-width: 500px;
max-height: 500px;
padding: 5px;
}
.threadImage img{
max-width:150px;
width: 100%;
}
.threadImage img:hover{
transform: scale(3);
/*max-width:500px;
width: 100%; */
}
.threadText{
display: grid;
}
.threadTextContainer{
margin: 0;
}