forked from xaukael/ezd6-roll-messages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathezd6-roll-messages.css
52 lines (51 loc) · 1.08 KB
/
ezd6-roll-messages.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.chat-message .inline-roll, .chat-message .content-link{
background: rgba(30, 30, 30, 0.0) ;
color: white;
border: 1px solid #aaa;
}
.chat-message .inline-roll.blindroll{
background: rgba(30, 30, 30, 0.0) ;
color: white;
border: 1px solid red;
}
.chat-message .inline-roll.gmroll{
color: white;
border: 1px solid blue;
}
.chat-message.whisper {
background: unset ;
border: 1px solid blue;
}
.chat-message.whisper.blind {
background: #111;
border: 1px solid red;
}
.chat-message {
background: #111;
color: var(--color-text-light-highlight);
}
.chat-message button{
background: #111;
color: var(--color-text-light-highlight);
}
textarea#chat-message {
background: #111;
color: var(--color-text-light-highlight);
border: 1px solid white;
}
.flavor-text, .whisper-to {
background: unset;
color: var(--color-text-light-highlight);
}
.message-sender {
color: var(--color-text-light-highlight);
}
.message-metadata * {
color: #999;
}
.message-metadata i{
color: #555;
}
.message-metadata i:hover{
color: #DD0000;
}