File: qwcode.highlight.css

package info (click to toggle)
nvidia-cuda-toolkit 12.4.1-3
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 18,505,836 kB
  • sloc: ansic: 203,477; cpp: 64,769; python: 34,699; javascript: 22,006; xml: 13,410; makefile: 3,085; sh: 2,343; perl: 352
file content (66 lines) | stat: -rw-r--r-- 842 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/* qwcode.highlight plugin css */
	
pre {
		
 	white-space: pre-wrap;       /* css-3 */
 	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 */
 	white-space: -o-pre-wrap;    /* Opera 7 */
 	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	
}
	
	
.xslthl-keyword {
/*	font-weight: bold; */
/*	color: #7f0055; */
	color: blue;
}
	
.xslthl-string {
	color: blue;
}		

.xslthl-multiline-comment {
	color: #3f7f5f;
}

.xslthl-comment {
	color: #3f7f5f;
}
	
.xslthl-doccomment {
	color: #3f5fbf;	
}	

.xslthl-doctype {
	color: #3f5fbf;	
}	

.xslthl-directive {
	color: maroon;	
}	

.xslthl-annotation {
	color: gray;	
}

/* default XML styles */
.xslthl-tag {
	color: teal;	
}

.xslthl-attribute {
	color: #7f0055;	
}

.xslthl-value {
	color: blue;	
}

.xslthl-xslt {
	color: red;	
}