Mercurial > hg > nodescore
comparison www/p/lib/css/zenburn.css @ 42:49c94f63b8b0
css for nexus 7 and associated files- archive m.a added - remove later
author | tzara <rc-web@kiben.net> |
---|---|
date | Tue, 04 Sep 2012 07:25:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
41:56767c69b7c4 | 42:49c94f63b8b0 |
---|---|
1 /* | |
2 | |
3 Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru> | |
4 based on dark.css by Ivan Sagalaev | |
5 | |
6 */ | |
7 | |
8 pre code { | |
9 display: block; padding: 0.5em; | |
10 background: #3F3F3F; | |
11 color: #DCDCDC; | |
12 } | |
13 | |
14 pre .keyword, | |
15 pre .tag, | |
16 pre .django .tag, | |
17 pre .django .keyword, | |
18 pre .css .class, | |
19 pre .css .id, | |
20 pre .lisp .title { | |
21 color: #E3CEAB; | |
22 } | |
23 | |
24 pre .django .template_tag, | |
25 pre .django .variable, | |
26 pre .django .filter .argument { | |
27 color: #DCDCDC; | |
28 } | |
29 | |
30 pre .number, | |
31 pre .date { | |
32 color: #8CD0D3; | |
33 } | |
34 | |
35 pre .dos .envvar, | |
36 pre .dos .stream, | |
37 pre .variable, | |
38 pre .apache .sqbracket { | |
39 color: #EFDCBC; | |
40 } | |
41 | |
42 pre .dos .flow, | |
43 pre .diff .change, | |
44 pre .python .exception, | |
45 pre .python .built_in, | |
46 pre .literal, | |
47 pre .tex .special { | |
48 color: #EFEFAF; | |
49 } | |
50 | |
51 pre .diff .chunk, | |
52 pre .ruby .subst { | |
53 color: #8F8F8F; | |
54 } | |
55 | |
56 pre .dos .keyword, | |
57 pre .python .decorator, | |
58 pre .class .title, | |
59 pre .haskell .label, | |
60 pre .function .title, | |
61 pre .ini .title, | |
62 pre .diff .header, | |
63 pre .ruby .class .parent, | |
64 pre .apache .tag, | |
65 pre .nginx .built_in, | |
66 pre .tex .command, | |
67 pre .input_number { | |
68 color: #efef8f; | |
69 } | |
70 | |
71 pre .dos .winutils, | |
72 pre .ruby .symbol, | |
73 pre .ruby .symbol .string, | |
74 pre .ruby .symbol .keyword, | |
75 pre .ruby .symbol .keymethods, | |
76 pre .ruby .string, | |
77 pre .ruby .instancevar { | |
78 color: #DCA3A3; | |
79 } | |
80 | |
81 pre .diff .deletion, | |
82 pre .string, | |
83 pre .tag .value, | |
84 pre .preprocessor, | |
85 pre .built_in, | |
86 pre .sql .aggregate, | |
87 pre .javadoc, | |
88 pre .smalltalk .class, | |
89 pre .smalltalk .localvars, | |
90 pre .smalltalk .array, | |
91 pre .css .rules .value, | |
92 pre .attr_selector, | |
93 pre .pseudo, | |
94 pre .apache .cbracket, | |
95 pre .tex .formula { | |
96 color: #CC9393; | |
97 } | |
98 | |
99 pre .shebang, | |
100 pre .diff .addition, | |
101 pre .comment, | |
102 pre .java .annotation, | |
103 pre .template_comment, | |
104 pre .pi, | |
105 pre .doctype { | |
106 color: #7F9F7F; | |
107 } | |
108 | |
109 pre .xml .css, | |
110 pre .xml .javascript, | |
111 pre .xml .vbscript, | |
112 pre .tex .formula { | |
113 opacity: 0.5; | |
114 } | |
115 |