summaryrefslogtreecommitdiffstats
path: root/static/styles/log.css
blob: 724cafc33d38f3c1da24e30b2f397020999ccf8b (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
pre, blockquote {
	color: #444;
}

.log1 {
	color: purple;
}

.log2 {
	color: yellow;
}

.log3 {
	color: blue;
}

.log4 {
	font-weight: bold;
}

.log5 {
	text-decoration: underline;
}

.good {
	font-weight: bold;
	color: green;
}

.bad {
	font-weight: bold;
	color: red;
}

.goodish {
	font-weight: bold;
	color: #35BF00;
}

.badish {
	font-weight: bold;
	color: #E5B244;
}

pre {
	overflow: auto;
}