6319154589c69ef006c458cc4afa208685c6a1b9
[quassel.git] / data / stylesheets / m4yer.qss
1 // "Quassel Classic" stylesheet for Quassel IRC
2 // developed by m4yer <m4yer@minad.de>
3
4 // Basics
5 ChatLine {
6   foreground: palette(text);
7 }
8
9 ChatLine[label="highlight"] {
10   background: #d7d7d7;
11 }
12
13 ChatLine::sender[label="highlight"] {
14   background: #d7d7d7;
15   font-weight:bold;
16   foreground: #0000aa;  
17 }
18
19 ChatLine[label="selected"] {
20   foreground: palette(highlighted-text);
21   background: palette(highlight);
22 }
23
24 ChatLine::sender {
25   foreground: #0000aa;
26 }
27
28 ChatLine::sender[sender="self"] {
29   font-style: normal;
30   foreground: #0000ff;
31 }
32
33 ChatLine[sender="self"] { foreground: #323232; }
34
35 ChatLine::timestamp { foreground: #707c70; }
36 ChatLine::timestamp[sender="self"] { foreground: #707c70; }
37 ChatLine::timestamp[label="highlight"] { foreground: #707c70; }
38
39 Palette { marker-line: #ff0000; }
40
41 ChatLine::url { foreground: #0000aa; }
42 ChatLine::url[sender="self"] { foreground: #0000aa; }
43 ChatLine::url[label="highlight"] { foreground: #0000aa; }
44
45 ChatLine::nick { font-weight: bold; }
46 ChatLine::nick[sender="self"] { font-weight: bold; }
47 ChatLine::nick[label="highlight"] { foreground: #0000aa; }
48
49 // mIRC colors
50 ChatLine[fg-color="00"] { foreground: #ffffff; }
51 ChatLine[bg-color="00"] { background: #ffffff; }
52 ChatLine[fg-color="01"] { foreground: #000000; }
53 ChatLine[bg-color="01"] { background: #000000; }
54 ChatLine[fg-color="02"] { foreground: #000080; }
55 ChatLine[bg-color="02"] { background: #000080; }
56 ChatLine[fg-color="03"] { foreground: #008000; }
57 ChatLine[bg-color="03"] { background: #008000; }
58 ChatLine[fg-color="04"] { foreground: #ff0000; }
59 ChatLine[bg-color="04"] { background: #ff0000; }
60 ChatLine[fg-color="05"] { foreground: #800000; }
61 ChatLine[bg-color="05"] { background: #800000; }
62 ChatLine[fg-color="06"] { foreground: #800080; }
63 ChatLine[bg-color="06"] { background: #800080; }
64 ChatLine[fg-color="07"] { foreground: #ffa500; }
65 ChatLine[bg-color="07"] { background: #ffa500; }
66 ChatLine[fg-color="08"] { foreground: #ffff00; }
67 ChatLine[bg-color="08"] { background: #ffff00; }
68 ChatLine[fg-color="09"] { foreground: #00ff00; }
69 ChatLine[bg-color="09"] { background: #00ff00; }
70 ChatLine[fg-color="0a"] { foreground: #008080; }
71 ChatLine[bg-color="0a"] { background: #008080; }
72 ChatLine[fg-color="0b"] { foreground: #00ffff; }
73 ChatLine[bg-color="0b"] { background: #00ffff; }
74 ChatLine[fg-color="0c"] { foreground: #4169e1; }
75 ChatLine[bg-color="0c"] { background: #4169e1; }
76 ChatLine[fg-color="0d"] { foreground: #ff00ff; }
77 ChatLine[bg-color="0d"] { background: #ff00ff; }
78 ChatLine[fg-color="0e"] { foreground: #808080; }
79 ChatLine[bg-color="0e"] { background: #808080; }
80 ChatLine[fg-color="0f"] { foreground: #c0c0c0; }
81 ChatLine[bg-color="0f"] { background: #c0c0c0; }
82
83     // for sender
84     ChatLine[fg-color="00", sender="self"] { foreground: #ffffff; }
85     ChatLine[bg-color="00", sender="self"] { background: #ffffff; }
86     ChatLine[fg-color="01", sender="self"] { foreground: #000000; }
87     ChatLine[bg-color="01", sender="self"] { background: #000000; }
88     ChatLine[fg-color="02", sender="self"] { foreground: #000080; }
89     ChatLine[bg-color="02", sender="self"] { background: #000080; }
90     ChatLine[fg-color="03", sender="self"] { foreground: #008000; }
91     ChatLine[bg-color="03", sender="self"] { background: #008000; }
92     ChatLine[fg-color="04", sender="self"] { foreground: #ff0000; }
93     ChatLine[bg-color="04", sender="self"] { background: #ff0000; }
94     ChatLine[fg-color="05", sender="self"] { foreground: #800000; }
95     ChatLine[bg-color="05", sender="self"] { background: #800000; }
96     ChatLine[fg-color="06", sender="self"] { foreground: #800080; }
97     ChatLine[bg-color="06", sender="self"] { background: #800080; }
98     ChatLine[fg-color="07", sender="self"] { foreground: #ffa500; }
99     ChatLine[bg-color="07", sender="self"] { background: #ffa500; }
100     ChatLine[fg-color="08", sender="self"] { foreground: #ffff00; }
101     ChatLine[bg-color="08", sender="self"] { background: #ffff00; }
102     ChatLine[fg-color="09", sender="self"] { foreground: #00ff00; }
103     ChatLine[bg-color="09", sender="self"] { background: #00ff00; }
104     ChatLine[fg-color="0a", sender="self"] { foreground: #008080; }
105     ChatLine[bg-color="0a", sender="self"] { background: #008080; }
106     ChatLine[fg-color="0b", sender="self"] { foreground: #00ffff; }
107     ChatLine[bg-color="0b", sender="self"] { background: #00ffff; }
108     ChatLine[fg-color="0c", sender="self"] { foreground: #4169e1; }
109     ChatLine[bg-color="0c", sender="self"] { background: #4169e1; }
110     ChatLine[fg-color="0d", sender="self"] { foreground: #ff00ff; }
111     ChatLine[bg-color="0d", sender="self"] { background: #ff00ff; }
112     ChatLine[fg-color="0e", sender="self"] { foreground: #808080; }
113     ChatLine[bg-color="0e", sender="self"] { background: #808080; }
114     ChatLine[fg-color="0f", sender="self"] { foreground: #c0c0c0; }
115     ChatLine[bg-color="0f", sender="self"] { background: #c0c0c0; }
116
117 // mIRC formats
118 ChatLine[format="bold"]      { font-weight: bold;}
119 ChatLine[format="italic"]    { font-style: italic; }
120 ChatLine[format="underline"] { font-style: underline; }
121
122     // for sender
123     ChatLine[format="bold", sender="self"]      { foreground: #323232; font-weight: bold; }
124     ChatLine[format="italic", sender="self"]    { foreground: #323232; font-style: italic; }
125     ChatLine[format="underline", sender="self"] { foreground: #323232; font-style: underline; }
126
127 // ChatView message colors
128 ChatLine#notice { foreground: #916409; }
129 ChatLine#action { foreground: #000088; }
130 ChatLine#nick { foreground: #ff7700; }
131 ChatLine#mode { foreground: #ff7700; }
132 ChatLine#join { foreground: #009600; }
133 ChatLine#part { foreground: #990000; }
134 ChatLine#quit { foreground: #990000; }
135 ChatLine#kick { foreground: #990000; }
136 ChatLine#kill { foreground: #990000; }
137 ChatLine#server { foreground: #916409; }
138 ChatLine#info { foreground: #916409; }
139 ChatLine#error { foreground: #916409; }
140 ChatLine#daychange { foreground: #ff0000; }
141 ChatLine#topic { foreground: #ff7700; }
142
143 // BufferView Colors
144 ChatListItem[type="query"] { foreground: #303030; }
145 ChatListItem[type="query", state="away"] { foreground: #a0a0a4; }
146 ChatListItem[type="network"] { foreground: #707c70; }
147
148 ChatListItem[state="inactive"] { foreground: #a0a0a4; }
149 ChatListItem[state="channel-event"] { foreground: #21c300; }
150 ChatListItem[state="unread-message"] { foreground: #0000CC; }
151 ChatListItem[state="highlighted"] { foreground: #ff8000; }
152
153 // NickView Colors
154 NickListItem[type="category"] { foreground: #707c70; }
155 NickListItem[type="user", state="away"] { foreground: #a0a0a4; }