-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhighlight.css
31 lines (28 loc) · 930 Bytes
/
highlight.css
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
/* Copyright 2011, 2014 (C) Daniel Richman, Adam Greig. License: GNU GPL 3 */
#filename
{
font-size: 3em;
color: #000088;
text-align: center;
}
#filename, #rawlink { font-family: sans-serif; }
#rawlink { font-size: 0.8em; }
#log { font-family: monospace; }
.line { white-space: pre-wrap; }
.action { font-weight: bold; }
.nick { font-weight: bold; }
.host { color: #888; }
.thing { color: #555; }
.unknown { color: #333; }
a.time:link { color: #000; text-decoration: none; }
a.time:visited { color: #000; text-decoration: none; }
a.time:hover { color: #000; text-decoration: underline; }
/* from solarised https://github.com/altercation/solarized MIT License */
.term_2 { color: #dc322f; }
.term_3 { color: #859900; }
.term_4 { color: #b58900; }
.term_5 { color: #268bd2; }
.term_6 { color: #d33682; }
.term_7 { color: #2aa198; }
.term_9 { color: #002b36; }
.term_10 { color: #cb4b16; }