File: prettify.css

package info (click to toggle)
python-lamson 1.0pre11-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 3,508 kB
  • ctags: 1,036
  • sloc: python: 5,772; xml: 177; makefile: 19
file content (27 lines) | stat: -rw-r--r-- 742 bytes parent folder | download
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
/* Pretty printing styles. Used with prettify.js. */

.str { color: #ed9d13; }
.kwd { color: #6ab825; }
.com { color: #999999; font-style: italic; }
.typ { color: #447fcf; }
.lit { color: #cd2828; }
.pun { color: #e2e2e2; }
.pln { color: #f2f2f2; }
.tag { color: #cd2828; }
.atn { color: #f2f2f2; }
.atv { color: #f2f2f2; }
.dec { color: #f2f2f2; }
pre.prettyprint { padding: 2px; border: 1px solid #888; }

@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; }
}