final move of files
[web.mtrack] / css / hyperlight / plain.css
1 /*
2  * nice plain version.. - white background..
3  */
4
5 .source-code.plain {
6     background: white;
7     color: #160296; /* deep blue */
8     font-size: 8pt;
9     font-weight:550;
10 }
11
12 .source-code.plain .comment {
13     color: #8e8d8e; /* light grey */
14     font-style: italic;
15 }
16
17 .source-code.plain .comment .todo {
18     color: #8e8d8e;
19     font-weight: bold;
20 }
21
22 .source-code.plain .tag {
23     color: #115f13; /* deep green */
24 }
25
26 .source-code.plain .identifier {
27     color: #115f13; /* deep green */
28     font-weight: bold;
29 }
30
31 .source-code.plain .keyword {
32     color: #160296; /* deep blue */
33     font-weight: bold;
34 }
35
36 .source-code.plain .keyword.builtin {
37     color: #160296; /* deep blue */
38     font-weight: bold;
39 }
40
41 .source-code.plain .keyword.operator {
42     color:  #160296; /* deep blue */
43 }
44
45 .source-code.plain .number {
46     color: #63c2f0; /* cyan */
47 }
48
49 .source-code.plain .string {
50     color: #b5249b; /* purple */
51     font-weight: bold;
52 }
53
54 /* what's this */
55 .source-code.plain::-moz-selection,
56 .source-code.plain span::-moz-selection {
57     background: white;
58     color: #233322;
59 }
60
61 .source-code.plain::selection,
62 .source-code.plain span::selection {
63     background: yellow;
64     color: black;
65 }