69 lines
No EOL
807 B
CSS
69 lines
No EOL
807 B
CSS
.toggleOpened{
|
|
color: #0a58ca;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.toggleOpened:hover{
|
|
color: #0a58ca; !important;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.title{
|
|
color: #1e5aaf;
|
|
}
|
|
|
|
.name{
|
|
color: #339305;
|
|
}
|
|
|
|
.Admin{
|
|
color: #ff191c;
|
|
}
|
|
|
|
.Mod{
|
|
color: #af13d7;
|
|
}
|
|
|
|
.threadHeader{
|
|
text-align: left;
|
|
}
|
|
|
|
.threadFooter{
|
|
text-align: right; !important;
|
|
align-self: end; !important;
|
|
}
|
|
|
|
.threadContent{
|
|
text-align: left;
|
|
display: flex;
|
|
}
|
|
|
|
.greenText{
|
|
color: #3caf03;
|
|
}
|
|
|
|
.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;
|
|
} |