summaryrefslogtreecommitdiffstats
path: root/common/_static
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2016-01-15 23:41:06 -0500
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:07 -0400
commit5daabd23cfd13662e74ce8d069204882eb1fbad9 (patch)
treef4146d003923a3de5cf5071b76721b7883123364 /common/_static
downloadrtems-docs-5daabd23cfd13662e74ce8d069204882eb1fbad9.tar.bz2
Initial reST documentation using Sphinx.
Diffstat (limited to 'common/_static')
-rw-r--r--common/_static/favicon.icobin0 -> 11166 bytes
-rw-r--r--common/_static/logo.pngbin0 -> 20916 bytes
-rw-r--r--common/_static/my-styles.css31
-rw-r--r--common/_static/style.css0
4 files changed, 31 insertions, 0 deletions
diff --git a/common/_static/favicon.ico b/common/_static/favicon.ico
new file mode 100644
index 0000000..b47ab02
--- /dev/null
+++ b/common/_static/favicon.ico
Binary files differ
diff --git a/common/_static/logo.png b/common/_static/logo.png
new file mode 100644
index 0000000..aa6921c
--- /dev/null
+++ b/common/_static/logo.png
Binary files differ
diff --git a/common/_static/my-styles.css b/common/_static/my-styles.css
new file mode 100644
index 0000000..5ba0215
--- /dev/null
+++ b/common/_static/my-styles.css
@@ -0,0 +1,31 @@
+.rtemsdefine {
+ padding: 0 0 0 2em;
+}
+
+.rtemscommand {
+ padding: 0 0 0 2em;
+}
+
+.rtemsoption {
+ padding: 0 0 0 2em;
+}
+
+.rtemsdefine dt {
+ color: #408090;
+}
+
+.rtemsdefine dd {
+ margin: 3;
+ color: #408090;
+}
+
+.rtemscommand {
+ border: 1px solid #808b89;
+ border-radius: 5px;
+ background: #d2e3e0;
+ color: #5e6664
+}
+
+.rtemsoption dt {
+ color: #a87892;
+}
diff --git a/common/_static/style.css b/common/_static/style.css
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/common/_static/style.css