1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00
inform7/docs/docs-assets/ConsoleText-Colours.css
2020-05-03 01:20:55 +01:00

34 lines
1.3 KiB
CSS

/* The following correspond to the Inweb colours !definition, ..., !comment: */
span.ConsoleText-definition-syntax { color: #444444; }
span.ConsoleText-function-syntax { color: #80FF80; }
span.ConsoleText-identifier-syntax { color: #8080FF; }
span.ConsoleText-element-syntax { color: #ADFF2F; }
span.ConsoleText-reserved-syntax { color: #600000; }
span.ConsoleText-string-syntax { color: #408040; }
span.ConsoleText-character-syntax { color: #204020; }
span.ConsoleText-constant-syntax { color: #204020; }
span.ConsoleText-plain-syntax { color: #ffffff; }
span.ConsoleText-extract-syntax { color: #444444; }
span.ConsoleText-comment-syntax { color: #404040; font-style:italic; }
/* This is used for the "define" or "enum" keyword on Inweb-defined constants: */
span.ConsoleText-definition-keyword { color:#801010; font-weight:bold; }
/* These are for the angle-bracketed paragraph names: */
span.ConsoleText-named-paragraph, span.ConsoleText-named-paragraph-defn { color: #000000; }
span.ConsoleText-named-paragraph-number { color: #000000; font-size: 80%; font-style:italic; }
span.ConsoleText-named-paragraph-container {
background: #e8e8f8; border: 1px solid #888888;
}
/* This is the box into which multi-line stretches of code are put: */
pre.ConsoleText-displayed-code {
background: #222222;
border: 1px solid #008000;
}