Add CSS for message modifiers [untested]
This commit is contained in:
parent
1e1e51a4ca
commit
ab6fc96517
2 changed files with 21 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue