summaryrefslogtreecommitdiffstats
path: root/doc/doc.css
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-05-24 23:49:18 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-05-25 00:13:33 +0200
commit302353aa3b90bf3b70d33f05e6c78754d2f1bc7a (patch)
tree081da81f522a3bd27b41862b6c83f538d891c510 /doc/doc.css
parent01740abeafa96e11103b1366ae0129d4e87281aa (diff)
begins the documentation
Change-Id: I560725dfa5dd7ab1ae5e91b45f5ba613c3a2c1de Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'doc/doc.css')
-rw-r--r--doc/doc.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/doc.css b/doc/doc.css
new file mode 100644
index 00000000..c11082fd
--- /dev/null
+++ b/doc/doc.css
@@ -0,0 +1,15 @@
+body {
+ background: #fff url(triskel_iot_bzh.svg) no-repeat fixed right top;
+ font-family: "Verdana";
+ color: #000;
+}
+
+h1, h2, h3 { color: #306; }
+
+pre {
+ border: medium dashed #306;
+ background: #ccc;
+ margin-left: 4em;
+ padding: 1em;
+}
+