77 lines
No EOL
892 B
CSS
77 lines
No EOL
892 B
CSS
.toggleOpened{
|
|
color: #6272a4;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.toggleOpened:hover{
|
|
color: #6272a4; !important;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.title{
|
|
color: #8be9fd;
|
|
}
|
|
|
|
.name{
|
|
color: #50fa7b;
|
|
}
|
|
|
|
.Admin{
|
|
color: #ff5555;
|
|
}
|
|
|
|
.Mod{
|
|
color: #bd93f9;
|
|
}
|
|
|
|
.threadHeader{
|
|
text-align: left;
|
|
}
|
|
|
|
.threadFooter{
|
|
text-align: right; !important;
|
|
align-self: end; !important;
|
|
}
|
|
|
|
.threadFooter.a{
|
|
color: #6272a4;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.threadMsg {
|
|
display: inline-block;
|
|
} |