allow string based values for comboboxarray
[roojs1] / css / highlight-js.css
1 /**
2 * This is not part of the lib - it's just for the docs..
3 *
4 */
5
6 .jsdoc-keyword,
7 .jsdoc-syntax ,
8 .jsdoc-comment ,
9 .jsdoc-keyword ,
10 .jsdoc-string ,
11 .with-ident,
12 .with-ident2,
13 .jsdoc-var {
14     white-space: pre;
15     display:inline;
16     font-family:monospace;
17
18 }
19
20 .with-ident {
21     text-decoration: underline;
22    }
23 .with-ident2 {
24     text-decoration: strikethrough;
25    }
26    
27 .jsdoc-keyword {
28     color : black;
29     font-weight: bold;
30 }
31
32 .jsdoc-syntax {
33     color : green;
34 }
35 .jsdoc-comment {
36     color : brown;
37 }
38
39
40 .jsdoc-string {
41     color : red;
42 }    
43
44 .jsdoc-var {
45     color : blue;
46 }
47
48
49 body.highlightpage
50 {
51     background:#F8F8F8 none repeat scroll 0% 0%;
52     border-color:#ccc;
53     border-style:solid;
54     border-width:1px 1px 1px 5px;
55     font-size:12px !important;
56     line-height:14px !important;
57     margin:10px 10px 10px 10px;
58     padding:10px;
59 }