summaryrefslogtreecommitdiffstats
path: root/common/_static/my-styles.css
diff options
context:
space:
mode:
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;
+}