Rombobjörn

summaryrefslogtreecommitdiff
path: root/manual.css
diff options
context:
space:
mode:
authorBjörn Persson <bjorn@rombobjörn.se>2013-08-01 21:21:49 +0200
committerBjörn Persson <bjorn@rombobjörn.se>2013-08-01 21:21:49 +0200
commit06ddf1ce6c32e9bff1bb9b6b6edf14acd2cb0956 (patch)
treed4660778494fa44f33f17a386332947b8cab8d44 /manual.css
parent3a4102c2c7bfada49145ee6a5634645af8a31592 (diff)
Added the manual.
Diffstat (limited to 'manual.css')
-rw-r--r--manual.css50
1 files changed, 50 insertions, 0 deletions
diff --git a/manual.css b/manual.css
new file mode 100644
index 0000000..570c4ef
--- /dev/null
+++ b/manual.css
@@ -0,0 +1,50 @@
+html {
+ background-color : white;
+ color : black;
+ font-family : sans-serif;
+}
+
+p, ul, ol, dl, .example {
+ margin-top : 0.5em;
+ margin-bottom : 0.5em;
+}
+
+pre, code {
+ font-family : monospace;
+}
+
+pre {
+ white-space : pre-wrap;
+}
+
+pre.make {
+ white-space : pre;
+}
+
+.example {
+ display : table;
+ margin-left : 2em;
+ margin-right : 2em;
+ background-color : #EEEEEE;
+ padding : 0.2em;
+}
+
+.file {
+ border-color : #DDDDDD;
+ border-width : thin;
+ border-style : solid;
+ padding : 0;
+}
+
+.file > * {
+ margin : 0;
+ padding : 0.2em;
+}
+
+.file > *:first-child {
+ background-color : #DDDDDD;
+ font-size : inherit;
+ font-variant : inherit;
+ font-style : inherit;
+ font-weight : bolder;
+}