-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextensions.css
103 lines (98 loc) · 2.4 KB
/
extensions.css
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
code { background-color: #dfd; }
.constant {
/* font-lock-constant-face */
color: #008b8b;
}
.keyword {
/* font-lock-keyword-face */
color: #a020f0;
}
.preprocessor {
/* font-lock-preprocessor-face */
color: #483d8b;
}
.string {
/* font-lock-string-face */
color: #8b2252;
}
.type {
/* font-lock-type-face */
color: #228b22;
}
.variable-name {
/* font-lock-variable-name-face */
color: #a0522d;
}
a {
/* color: inherit;
background-color: inherit;
*/
font: inherit;
text-decoration: inherit;
}
a:hover {
text-decoration: underline;
}
pre { display: inline-block; }
.example {
display: inline-block;
}
.example.wrapper {
background-color: #fff;
}
.example.wrapper pre {
background-color: #fcfaee;
margin-left: 0;
line-height: 1.2;
display: table;
}
.example.wrapper .fail {
background-color: #fceefa
}
pre.schema.shexc { background-color: #ECEBF7; border: thick solid #e4e3ec; }
pre.schema.json { background-color: #ECEBF7; border: thick solid #DCDBE7; }
.example.wrapper pre.output { background-color: #ECF7EB; border: thick solid #e4ece3; }
pre.instance { border: thick solid #f8f6ea; }
.verticalDivider {
float: left;
width: .5em;
border:thin solid #fff; /* disappears without this */
}
.success { color: #0d0; }
.schemaflow {
border-top: 1px solid #8fc;
border-bottom: 1px solid #8fc;
border-left: .25em solid #8fc;
border-right: .25em solid #8fc;
}
.dataflow {
border-top: 1px solid #7bf;
border-bottom: 1px solid #7bf;
border-left: .25em solid #7bf;
border-right: .25em solid #7bf;
}
.error {
color: #d00;
}
.prefix {
color: #228b22;
}
.localName {
color: #008b8b;
}
.IRI {
color: #00f;
}
.code {
color: #7bb;
}
.shapeName {
color: #a0522d;
}
.fakelink {
color: #3d586c;
background-color: buttonface;
}
.implementations { border-collapse:collapse;border-spacing:0; }
.implementations td { border-color:black;border-style:solid;border-width:1px; padding:.5ex .5em; }
.implementations th { border-color:black;border-style:solid;border-width:1px; padding:.5ex .5em; }