summaryrefslogtreecommitdiffstats
path: root/common/_static/my-styles.css
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/my-styles.css
downloadrtems-docs-5daabd23cfd13662e74ce8d069204882eb1fbad9.tar.bz2
Initial reST documentation using Sphinx.
Diffstat (limited to 'common/_static/my-styles.css')
-rw-r--r--common/_static/my-styles.css31
1 files changed, 31 insertions, 0 deletions
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;
+}