2023-01-18 12:56:24 +00:00
|
|
|
.toggleOpened{
|
2023-04-10 17:19:55 +00:00
|
|
|
color: #6272a4;
|
2023-01-18 12:56:24 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggleOpened:hover{
|
2023-04-10 17:19:55 +00:00
|
|
|
color: #6272a4; !important;
|
2023-01-18 12:56:24 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title{
|
2023-04-10 17:19:55 +00:00
|
|
|
color: #8be9fd;
|
2023-01-18 12:56:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.name{
|
2023-04-10 17:19:55 +00:00
|
|
|
color: #50fa7b;
|
2023-01-18 12:56:24 +00:00
|
|
|
}
|
|
|
|
|
2023-02-07 20:21:38 +00:00
|
|
|
.Admin{
|
2023-04-10 17:19:55 +00:00
|
|
|
color: #ff5555;
|
2023-02-03 10:33:56 +00:00
|
|
|
}
|
2023-02-07 20:47:28 +00:00
|
|
|
|
2023-02-07 20:21:38 +00:00
|
|
|
.Mod{
|
2023-04-10 17:19:55 +00:00
|
|
|
color: #bd93f9;
|
2023-02-07 20:21:38 +00:00
|
|
|
}
|
|
|
|
|
2023-01-18 12:56:24 +00:00
|
|
|
.threadHeader{
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.threadFooter{
|
|
|
|
text-align: right; !important;
|
|
|
|
align-self: end; !important;
|
|
|
|
}
|
|
|
|
|
2023-04-10 17:19:55 +00:00
|
|
|
.threadFooter.a{
|
|
|
|
color: #6272a4;
|
|
|
|
}
|
|
|
|
|
2023-01-18 12:56:24 +00:00
|
|
|
.threadContent{
|
|
|
|
text-align: left;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2023-01-26 12:04:55 +00:00
|
|
|
.greenText{
|
2023-04-10 17:19:55 +00:00
|
|
|
color: #50fa7b;
|
2023-01-26 12:04:55 +00:00
|
|
|
}
|
|
|
|
|
2023-01-18 12:56:24 +00:00
|
|
|
.threadImage{
|
|
|
|
margin: 6px;
|
|
|
|
max-width: 500px;
|
|
|
|
max-height: 500px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.threadImage img{
|
|
|
|
max-width:150px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2023-03-17 23:49:50 +00:00
|
|
|
.threadImage img.active{
|
2023-01-27 20:15:50 +00:00
|
|
|
/*transform: scale(3);*/
|
|
|
|
max-width:500px;
|
|
|
|
width: 100%;
|
2023-01-18 12:56:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.threadText{
|
2023-02-24 23:08:36 +00:00
|
|
|
display: block;
|
2023-01-18 12:56:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.threadTextContainer{
|
|
|
|
margin: 0;
|
2023-02-24 23:08:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.threadMsg {
|
|
|
|
display: inline-block;
|
2023-01-18 12:56:24 +00:00
|
|
|
}
|