]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - highlight.js/styles/ascetic.css
Do not show message "You are viewing an old revision of this page." when reverting
[SourceForge/phpwiki.git] / highlight.js / styles / ascetic.css
1 /*
2
3 Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
4
5 */
6
7 pre code {
8   display: block; padding: 0.5em;
9   background: white; color: black;
10 }
11
12 pre .string,
13 pre .tag .value,
14 pre .filter .argument,
15 pre .addition,
16 pre .change,
17 pre .apache .tag,
18 pre .apache .cbracket,
19 pre .nginx .built_in,
20 pre .tex .formula {
21   color: #888;
22 }
23
24 pre .comment,
25 pre .template_comment,
26 pre .shebang,
27 pre .doctype,
28 pre .pi,
29 pre .javadoc,
30 pre .deletion,
31 pre .apache .sqbracket {
32   color: #CCC;
33 }
34
35 pre .keyword,
36 pre .tag .title,
37 pre .ini .title,
38 pre .lisp .title,
39 pre .clojure .title,
40 pre .http .title,
41 pre .nginx .title,
42 pre .css .tag,
43 pre .winutils,
44 pre .flow,
45 pre .apache .tag,
46 pre .tex .command,
47 pre .request,
48 pre .status {
49   font-weight: bold;
50 }