Cut and paste into options -Theme
.post-image {
opacity: .5; / Can be between .01 - 1 /
filter: blur(3px); / Can be between 0 - 10+ /
transition: all 233ms;
}
.post-image:hover {
opacity: 1; / Can be between .01 - 1 /
filter: blur(1.5px); / Can be between 0 - 10+ /
transition: all 89ms;
}
.thread-image {
opacity: .5; / Can be between .01 - 1 /
filter: blur(3px); / Can be between 0 - 10+ /
transition: all 233ms;
}
.thread-image:hover {
opacity: 1; / Can be between .01 - 1 /
filter: blur(1.5px); / Can be between 0 - 10+ /
transition: all 89ms;
}
span.heading, strong, small { / For removing red=anger color manipulation /
color: grey;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: lowercase;
text-decoration: none;
}
div.post.reply div.body a { / For removing red=anger color manipulation /
color: grey;
}
.body small { / Big (You)'s are Real (You)'s /
font-size: 20px;
}