mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-18 08:02:12 +03:00
57 lines
621 B
CSS
57 lines
621 B
CSS
html {
|
|
font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
|
|
}
|
|
|
|
body {
|
|
font-size: 1.4rem;
|
|
}
|
|
|
|
a {
|
|
color: #20609f
|
|
}
|
|
|
|
a:visited {
|
|
color: #20609f
|
|
}
|
|
|
|
code {
|
|
white-space:normal;
|
|
}
|
|
.grammar-usedby {
|
|
color: #999;
|
|
font-size: 1.1rem;
|
|
}
|
|
|
|
.grammar-ruleset {
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
.grammar-rule {
|
|
margin-top: 10px;
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
.grammar-rule-id {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.grammar-rule-expression {
|
|
margin-left: 20px;
|
|
}
|
|
.grammar-literal {
|
|
color: blueviolet;
|
|
}
|
|
|
|
.grammar-regex {
|
|
color: darkcyan
|
|
}
|
|
|
|
.grammar-nonterminal {
|
|
|
|
}
|
|
|
|
.grammar-symbol {
|
|
|
|
}
|