diff options
author | Marvin Borner | 2023-02-25 17:07:30 +0100 |
---|---|---|
committer | Marvin Borner | 2023-02-25 17:07:30 +0100 |
commit | 2e3e043cae2dabeb9bf4fa57e0e69b022dfe478d (patch) | |
tree | 5e4d74fa2d5494b0418e7f3c89c2b31c0154cbc9 /docs/content.css | |
parent | 81985db433543eb2d3bfc77cdbb390812fff6e57 (diff) |
Added documentation/website
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; +} |