[runtime] Disable some tests in full-aot mode which cannot be AOTed because of type...
[mono.git] / mcs / class / monodoc / Resources / ecmaspec.css
1 /*
2 * ecmaspec.css: CSS applied to ECMA C# specs
3 *
4 * Author: Mario Sopena
5 */
6
7 #ecmaspec {
8         background: #a4dda4; /*#83b183;*/
9         border: 2px solid #556655;
10 }
11
12 p {
13         margin-top: .5em;
14         margin-bottom: .5em;
15 }
16
17 span.keyword {
18    color: #a6563a;
19 }
20
21 a:link {
22         text-decoration: none;
23 }
24
25 a:hover {
26         text-decoration: underline;
27 }
28
29 div.code_example {
30    background: #f5f5dd;
31    border: 1px solid #cdcd82;
32    border: 1px solid black;
33    padding-left: 1em;
34    padding-bottom: 1em;
35    margin-top: 1em;
36    font-family: fixed;
37    white-space: pre;
38    margin-bottom: 1em;
39 }
40 div.code_ex_title {
41    position: relative;
42    top: -1em;
43    left: 30%;
44    background: #cdcd82;
45    border: 1px solid black;
46    color: black;
47    text-transform: uppercase;
48    width: 40%;
49    padding: 0.3em;
50    text-align: center;
51 }
52
53 span.symbol {
54         font-weight: bolder;
55 }
56
57
58 span.optional {
59         font-style: italic;
60 }
61
62 div.note {
63    background: #cdcd82;
64    border: 1px solid black;
65    padding: 1em;
66    margin-top: 1em;
67    margin-bottom: 1em;
68 }