-
Notifications
You must be signed in to change notification settings - Fork 0
/
scheme.css
91 lines (90 loc) · 1.51 KB
/
scheme.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
body {
background: #20201d;
color: #a6a28c;
font-family: monospace;
}
textarea {
color: #a6a28c;
font-family: monospace;
}
blockquote {
border-left: 3px solid #4e4e4e;
}
hr {
border-top: 1px solid #464c5a;
}
mark {
background-color: #60ac39;
color: #2b303b;
}
/* code color scheme: rainbow */
code {
color: #000;
background-color: #4e4e4e;
border: none;
font-family: monospace;
}
pre {
color: #797979;
background-color: #4e4e4e;
border: 1px solid #000;
}
button {
border-color: #a6a28c;
font-family: monospace;
}
select {
border-color: #a6a28c;
font-family: monospace;
}
table > thead > tr > th {
border-bottom: 2px solid #8795b2;
}
table > tbody > tr:nth-child(odd) > td, table > tbody > tr:nth-child(odd) > th {
background-color: #3e4656;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
border-top: 1px solid #838a99;
}
.message {
border-left: 1px solid rgba(125, 122, 104, 0.5) !important;
}
.refmessage {
border-left: 1px solid rgba(125, 122, 104, 1) !important;
}
.nick {
color: #6684e1;
}
.trip {
color: #6e6b5e;
}
.text a {
color: #e8e4cf;
}
.admin .nick {
color: #d73737;
}
.member .nick {
color: #1fad83;
}
.me .nick {
color: #b854d4;
}
.info .nick,
.info .text {
color: #60ac39;
}
.warn .nick,
.warn .text {
color: #cfb017;
}
#footer {
background: #20201d;
}
#sidebar {
background: #292824;
border-color: #7d7a68;
}
#chatform {
border-color: #7d7a68;
}