summaryrefslogtreecommitdiffstats
path: root/bin/jdownloader/plugins/jdchat/styles.css
blob: 9226fb5ededfd219017577f79987273d694743fd (plain)
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
<style type="text/css">

.system {
	color:#666666;
	
}
.pm {
	color:#ff0066;
	
}
.self {
	color:#222222;
	
}
.time{

}
.highlight {
	color:#000000;
	background-color:#FFFF99;
	margin-bottom:15px;
	margin-top:15px;
}
.error {
	color:#ff0000;
	
}
.action {
	color:#009900;
	
}
.notice {
	color:#33cccc;
	
}

span{
	color:#222222;
}

a { text-decoration:none; }

body {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size::9px;
}
ul {	
	padding: 0px;
	margin:0px;
}
</style>