diff options
Diffstat (limited to 'docs/content.css')
-rw-r--r-- | docs/content.css | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/docs/content.css b/docs/content.css new file mode 100644 index 0000000..941e5c3 --- /dev/null +++ b/docs/content.css @@ -0,0 +1,65 @@ +body { + font-family: monospace; + background-color: #222222; + color: #cccccc; + font-size: 1.2em; +} + +a { + color: #cccccc; +} + +pre { + margin: 0 0 1em; + padding: .5em 1em; +} + +pre .line { + display: block; + float: left; + margin: 0 1em 0 -1em; + border-right: 1px solid; + text-align: right; +} + +pre .line span { + display: block; + padding: 0 .5em 0 1em; +} + +pre .cl { + display: block; + clear: both; +} + +.com { + color: #ff64bd; +} + +.def { + color: #13dbee; +} + +.comment { + color: #999999; +} + +.type { + color: #ffa120; +} + +.left-abs, .right-abs { + color: #6b82ff; +} + +.left-app, .right-app { + color: #ff8750; +} + +.index { + color: #ff5050; +} + +.number { + color: #b1ee13; +} |