Add CSS for message modifiers [untested]

This commit is contained in:
calzoneman 2013-03-05 12:43:50 -06:00
parent 1e1e51a4ca
commit ab6fc96517
2 changed files with 21 additions and 1 deletions

View file

@ -73,3 +73,21 @@
.userlist_op {
color: #00cc00;
}
.action {
text-decoration: italic;
color: #bbbbbb;
}
.spoiler {
color: #000000;
background-color: #000000;
}
.spoiler:hover {
color: #ffffff;
}
.greentext {
color: #99ff99;
}