summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEnrico Joerns <e.joerns@tu-bs.de>2015-06-02 22:26:36 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:37:00 +0100
commit26e58b9e5e251b863a633b5bcdddb9e6d8a27a8e (patch)
tree648404a257d02c2a44fb062963ce2b8dbc4397b2 /doc
parent168b831fa5e4be95e036d285235796a205d25d76 (diff)
downloadptxdist-26e58b9e5e251b863a633b5bcdddb9e6d8a27a8e.tar.gz
ptxdist-26e58b9e5e251b863a633b5bcdddb9e6d8a27a8e.tar.xz
doc: Added ptx-theme
* Provides style for 'important' box * Add transparent ptx logo (shown in sidebar) Signed-off-by: Enrico Joerns <e.joerns@tu-bs.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/figures/ptx_logo_transparent.pngbin0 -> 11272 bytes
-rw-r--r--doc/ptx-theme/static/ptx.css6
-rw-r--r--doc/ptx-theme/theme.conf3
3 files changed, 9 insertions, 0 deletions
diff --git a/doc/figures/ptx_logo_transparent.png b/doc/figures/ptx_logo_transparent.png
new file mode 100644
index 000000000..7ad71be6e
--- /dev/null
+++ b/doc/figures/ptx_logo_transparent.png
Binary files differ
diff --git a/doc/ptx-theme/static/ptx.css b/doc/ptx-theme/static/ptx.css
new file mode 100644
index 000000000..d8490178f
--- /dev/null
+++ b/doc/ptx-theme/static/ptx.css
@@ -0,0 +1,6 @@
+@import url("default.css");
+
+div.important {
+ background-color: #eee;
+ border: 1px solid #f00;
+}
diff --git a/doc/ptx-theme/theme.conf b/doc/ptx-theme/theme.conf
new file mode 100644
index 000000000..ebae6b94b
--- /dev/null
+++ b/doc/ptx-theme/theme.conf
@@ -0,0 +1,3 @@
+[theme]
+inherit = default
+stylesheet = ptx.css