forked from avsm/ocaml-abnf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.css
More file actions
49 lines (42 loc) · 714 Bytes
/
rules.css
File metadata and controls
49 lines (42 loc) · 714 Bytes
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
.rule {
font-family: courier;
font-style: bold;
color: #CC3333;
font-size: 80%;
}
.rule_name {
font-family: courier;
font-style: bold;
text-align: left;
background-color: #CCCCEE;
}
.rule_def {
text-align: left;
background-color: #DDDDDD;
font-style: courier;
}
.string {
font-family: courier;
color: #005500;
font-size: 80%;
}
.operator {
font-family: courier;
font-size: 80%;
font-style: bold;
}
code {
font-size: 100%;
}
.hexrange {
font-family: courier;
color: #333333;
font-style: italic;
font-size: 90%;
font-variant: small-caps;
}
.anyexcept {
font-family: courier;
font-size: 90%;
color: #000099;
}