File: sparqlcolors.css

package info (click to toggle)
librdf-endpoint-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 592 kB
  • sloc: javascript: 3,887; perl: 2,256; sh: 35; makefile: 8
file content (43 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (7)
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
html {
  cursor: text;
}

.editbox {
  margin: .4em;
  padding: 0;
  font-family: monospace;
  font-size: 10pt;
  color: black;
}

.editbox p {
  margin: 0;
}

span.sp-keyword {
  color: #708;
}

span.sp-prefixed {
  color: #5d1;
}

span.sp-var {
  color: #00c;
}

span.sp-comment {
  color: #a70;
}

span.sp-literal {
  color: #a22;
}

span.sp-uri {
  color: #292;
}

span.sp-operator {
  color: #088;
}