-
Notifications
You must be signed in to change notification settings - Fork 19
/
nimbook.css
34 lines (23 loc) · 909 Bytes
/
nimbook.css
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
@import "/home/stefan/asciidoctor-stylesheet-factory/stylesheets/asciidoctor.css";
/* https://github.com/asciidoctor/asciidoctor.org/issues/422 */
:root{
--maincolor:#00FFFF;
--primarycolor:#000000;
--secondarycolor:#AAAA00;
--tertiarycolor:#CCCCCC;
--sidebarbackground:#CACACA;
--linkcolor:#0D47A1;
--linkcoloralternate:#B71C1C;
--white:#FFFFFF;
--black:#000000;
}
.var{font-family: monospace; background-color: #DDD; color: #000}
.code{font-family: monospace; background-color: #DDD; color: #000}
.term{font-family: monospace; background-color: #DDD; color: #000}
.ndef{font-style: italic; color: #000}
.userinput{font-family: monospace, monospace;color:#000; font-size:80%;}
.monospace{font-family: monospace, monospace;color:#000; background-color: #EEE; font-size:70%;}
.important{color: #000; background-color:#FF0}
.new{color: #000; background-color:#FF0}
.dim{font-style: italic}
.quote{}