-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchat.css
57 lines (48 loc) · 799 Bytes
/
chat.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
53
54
55
56
57
#input {
color: #c2bd20;
border: blank;
width: 100%;
height: 8;
/* background: #182d32; */
}
ChatApp.-expanded-input #input {
height: 72%;
}
#content_window {
background: #0b1618;
}
InputText {
width: 100%;
margin: 0 25 0 0;
color: #c2bd20;
}
ResponseCode {
width: 100%;
margin: 0 0 0 25;
color: #ee7e28;
}
ResponseText {
width: 100%;
margin: 0 0 0 25;
color: #b85616;
}
Footer>.footer--key {
text-style: bold;
background: #070e10;
color: #1c7148;
}
Footer {
dock: bottom;
height: 1;
background: #0b1618;
color: #1c7148;
}
Footer>.footer--highlight-key {
text-style: bold;
background: #102022;
color: #1ea564;
}
Footer>.footer--highlight {
background: #183035;
color: #1ea564;
}