3
|
1 |
body { |
|
2 |
background-color: white; |
|
3 |
color: black; |
|
4 |
} |
|
5 |
|
|
6 |
h1, h2, h3, #footer * { |
|
7 |
color: #70709f; |
|
8 |
clear: left; |
|
9 |
} |
|
10 |
|
|
11 |
|
|
12 |
#footer { |
|
13 |
background-color: #ececef; |
|
14 |
border-color: #c0c0ff; |
|
15 |
color: inherit; |
|
16 |
border-top: 2px solid; |
|
17 |
border-bottom: 2px solid; |
|
18 |
margin-bottom: 0.2em; |
|
19 |
padding-top: 0.75ex; |
|
20 |
padding-bottom: 0.75ex; |
|
21 |
min-height: 4.7ex; |
|
22 |
clear: left; |
|
23 |
} |
|
24 |
|
|
25 |
#footer * { |
|
26 |
background-color: inherit; |
|
27 |
font-size: 92%; |
|
28 |
} |
|
29 |
|
|
30 |
tr, td { |
|
31 |
vertical-align: top; |
|
32 |
} |
|
33 |
|
|
34 |
.dark { |
|
35 |
background-color: #efefef; |
|
36 |
} |
|
37 |
|
|
38 |
.special { |
|
39 |
font-size: 80%; |
|
40 |
} |
|
41 |
.special * { |
|
42 |
color: gray; |
|
43 |
} |
|
44 |
|
|
45 |
#log { |
|
46 |
border-collapse: collapse; |
|
47 |
width: 100%; |
|
48 |
border: 1px solid #efefef; |
|
49 |
} |
|
50 |
|
|
51 |
#log tr { border-top: 1px solid #efefef; } |
|
52 |
#log tr.head, #log tr.dark.new { border-top-style: none; } |
|
53 |
#log tr.dark { border-top: 1px solid #dfdfdf; } |
|
54 |
#log tr td.text { width: 90%; } |
|
55 |
|
|
56 |
#log td, th { |
|
57 |
font-family: Consolas, "Lucida Console", "Courier New", monospace; |
|
58 |
padding: 0.2em 0.4em; |
|
59 |
width: 1px; |
|
60 |
} |
|
61 |
|
|
62 |
#log th { border-bottom: 1px solid #C0C0C0; } |
|
63 |
|
|
64 |
#log .nick { |
|
65 |
text-align: right; |
|
66 |
border-right: 1px solid #C0C0C0; |
|
67 |
} |
|
68 |
#log .time a { color: #333; text-decoration: none; } |
|
69 |
#log .time a:hover { color: #000; text-decoration: underline; } |
|
70 |
|
|
71 |
#log .time { border-left: 1px solid #efefef; } |
|
72 |
#log .msg { border-right: 1px solid #efefef; line-height: 1.3em; } |
|
73 |
#log .act { font-style: italic; } |
|
74 |
|
|
75 |
.log-index li { |
|
76 |
display: inline; |
|
77 |
} |
|
78 |
|
|
79 |
label,input { |
|
80 |
display: block; |
|
81 |
width: 10em; |
|
82 |
float: left; |
|
83 |
margin-bottom: 2ex; |
|
84 |
} |
|
85 |
|
|
86 |
label { |
|
87 |
text-align: right; |
|
88 |
width: 8em; |
|
89 |
padding-right: 2ex; |
|
90 |
} |
|
91 |
|
|
92 |
br { |
|
93 |
clear: left; |
|
94 |
} |
|
95 |
|
|
96 |
/* index page */ |
|
97 |
|
|
98 |
.calendar { |
|
99 |
float: left; |
|
100 |
} |
|
101 |
|
|
102 |
/* most important channel members. This is subjective, if you have a different |
|
103 |
* opinion, feel free to change */ |
|
104 |
.nick_timtoady { color: green; font-weight: bold; } |
|
105 |
.nick_audreyt { color: red; font-weight: bold;} |
|
106 |
|
|
107 |
|
|
108 |
/* all "active" bots, (svnbot6, lambdabot, specbot etc.) */ |
|
109 |
.bots {color: #FFA500; font-style: italic} |
|
110 |
|
|
111 |
/* The rest gets dynamically allocated colors */ |
|
112 |
.nick1 { color: #00AA33; } |
|
113 |
.nick2 { color: #AA0000; } |
|
114 |
.nick3 { color: #005500; } |
|
115 |
.nick4 { color: #FF0077; } |
|
116 |
.nick5 { color: blue; } |
|
117 |
.nick6 { color: #8B008B; } |
|
118 |
.nick7 { color: #50507f; } |
|
119 |
.nick8 { color: #00008B; } |
|
120 |
.nick9 { color: #222222; } |
|
121 |
|
|
122 |
abbr { cursor: help; } |
|
123 |
|
|
124 |
.search_found { |
|
125 |
font-weight: bold; |
|
126 |
} |
|
127 |
|
8
|
128 |
tr.logstart td.text, tr.logstop td.text, tr.userlist td.text, tr.userlist td.nick { |
|
129 |
color: #00008B; |
3
|
130 |
} |
8
|
131 |
tr.join td.nick, tr.join td.text { |
|
132 |
color: #005500; |
|
133 |
} |
|
134 |
tr.part td.nick, tr.part td.text { |
|
135 |
color: #550000; |
|
136 |
} |
9
|
137 |
tr.action td.text { |
|
138 |
font-style: italic; |
|
139 |
} |