]> jfr.im git - irc/quakenet/qwebirc.git/blob - static/css/colours.css
IRCClient classes are now mootoolsified.
[irc/quakenet/qwebirc.git] / static / css / colours.css
1 .Xc0 {
2 color: white;
3 }
4 .Xc1 {
5 color: black;
6 }
7 .Xc2 {
8 color: darkBlue;
9 }
10 .Xc3 {
11 color: darkGreen;
12 }
13 .Xc4 {
14 color: red;
15 }
16 .Xc5 {
17 color: darkRed;
18 }
19 .Xc6 {
20 color: purple;
21 }
22 .Xc7 {
23 color: orange;
24 }
25 .Xc8 {
26 color: yellow;
27 }
28 .Xc9 {
29 color: green;
30 }
31 .Xc10 {
32 color: teal;
33 }
34 .Xc11 {
35 color: cyan;
36 }
37 .Xc12 {
38 color: blue;
39 }
40 .Xc13 {
41 color: fuchsia;
42 }
43 .Xc14 {
44 color: darkGray;
45 }
46 .Xc15 {
47 color: gray;
48 }
49 .Xbc0 {
50 background-color: white;
51 }
52 .Xbc1 {
53 background-color: black;
54 }
55 .Xbc2 {
56 background-color: darkBlue;
57 }
58 .Xbc3 {
59 background-color: darkGreen;
60 }
61 .Xbc4 {
62 background-color: red;
63 }
64 .Xbc5 {
65 background-color: darkRed;
66 }
67 .Xbc6 {
68 background-color: purple;
69 }
70 .Xbc7 {
71 background-color: orange;
72 }
73 .Xbc8 {
74 background-color: yellow;
75 }
76 .Xbc9 {
77 background-color: green;
78 }
79 .Xbc10 {
80 background-color: teal;
81 }
82 .Xbc11 {
83 background-color: cyan;
84 }
85 .Xbc12 {
86 background-color: blue;
87 }
88 .Xbc13 {
89 background-color: fuchsia;
90 }
91 .Xbc14 {
92 background-color: darkGray;
93 }
94 .Xbc15 {
95 background-color: gray;
96 }
97 .Xb {
98 font-weight: bold;
99 }
100 .Xu {
101 text-decoration: underline;
102 }