forked from typecho/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprettify.css
More file actions
32 lines (30 loc) · 1.23 KB
/
prettify.css
File metadata and controls
32 lines (30 loc) · 1.23 KB
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
/* Pretty printing styles. Used with prettify.js. */
.str { color: #B1D631; font-style: italic; }
.kwd { color: #527AA2; }
.com { color: #666; font-style: italic; }
.typ { color: #FAF4C6; }
.lit { color: #527AA2; }
.pun { color: #FF8613; }
.pln { color: #FAF4C6; }
.tag { color: #527AA2; }
.atn { color: #FAF4C6; }
.atv { color: #B1D631; }
.dec { color: #FAF4C6; }
table.prettyprint-table { padding: 2px; border: 1px solid #000; background: #222; color: #eee; font-size: 13px; margin: 0; font: 12px/1.5 'andale mono','lucida console',monospace; }
table.prettyprint-table pre, table.prettyprint-table table {margin: 0; background: #222; border: none; font-size: 13px;}
pre.prettyprint tr:hover td {background: #333}
table.prettyprint-table td.number {color: #666; font-family: "Courier New",Courier,monospace }
.prettyprint-box {width: 100%; display: block; overflow-x: auto}
table.prettyprint-table td {padding: 2px 4px}
@media print {
.str { color: #060; }
.kwd { color: #006; font-weight: bold; }
.com { color: #600; font-style: italic; }
.typ { color: #404; font-weight: bold; }
.lit { color: #044; }
.pun { color: #440; }
.pln { color: #000; }
.tag { color: #006; font-weight: bold; }
.atn { color: #404; }
.atv { color: #060; }
}