source: rtems-docs/common/_static/my-styles.css @ c18d76a

4.115
Last change on this file since c18d76a was c18d76a, checked in by Chris Johns <chrisj@…>, on 01/26/16 at 01:26:11

Add my-style.css support and add RTEMS to that CSS.

  • Property mode set to 100644
File size: 2.7 KB
Line 
1.rtemsdefine {
2    padding: 0 0 0 2em;
3}
4
5.rtemscommand {
6    padding: 0 0 0 2em;
7}
8
9.rtemsoption {
10    padding: 0 0 0 2em;
11}
12
13.rtemsdefine dt {
14        color: #408090;
15}
16
17.rtemsdefine dd {
18        color: #408090;
19}
20
21.rtemscommand {
22        border: 1px solid #808b89;
23        border-radius: 5px;
24        background: #d2e3e0;
25        color: #5e6664
26}
27
28.rtemsoption dt {
29        color: #a87892;
30}
31
32/*
33 * Special table. We do not use this because the format is only for HTML
34 * not PDF. Left here as a record.
35 */
36table.rtems-items-table.docutils:not(.field-list) tr:nth-child(2n-1) td,
37table.rtems-items-table.docutils:not(.field-list) tr:nth-child(2n) td {
38    background-color: #fcfcfc;
39    white-space: normal;
40    vertical-align: top;
41    border-width: 0;
42    padding-right: 5px;
43    padding-left: 5px;
44}
45table.rtems-items-table.docutils:not(.field-list) tr td:nth-child(2n-1) {
46    text-align: right;
47    margin-right: 0;
48}
49table.rtems-items-table.docutils:not(.field-list) tr td:nth-child(2n) {
50    text-align: left;
51}
52
53/*
54 * Nav side-bar in RTEMS colours.
55 */
56.wy-nav-top, .wy-nav-top a {
57    background-color: #38532F;
58    color: #fdfdfd;
59}
60
61.wy-side-nav-search {
62    background-color: #38532F;
63}
64
65.wy-nav-side {
66    background-color: #dbe5c6;
67    color: #424242;
68}
69
70.wy-menu-vertical {
71    background-color: #dbe5c6;
72    color: #333333;
73}
74.wy-menu-vertical a {
75    background-color: #dbe5c6;
76    color: #333333;
77}
78.wy-menu-vertical a:hover {
79    background-color: #38532F;
80    color: #fdfdfd;
81}
82
83.wy-menu-vertical li.toctree-l1.current>a{
84    background:#dbe5c6;
85    color: #333333;
86}
87
88.wy-menu-vertical li.toctree-l1.current>a:hover{
89    background-color: #38532F;
90    color: #fdfdfd;
91}
92
93.wy-menu-vertical li.toctree-l1.current li.toctree-l2>a{
94    background:#dbe5c6;
95    color: #333333;
96}
97
98.wy-menu-vertical li.toctree-l1.current li.toctree-l2>a:hover{
99    background-color: #38532F;
100    color: #fdfdfd;
101}
102
103.wy-menu-vertical li.toctree-l1.current li.toctree-l2.current>a{
104    background:#dbe5c6;
105    color: #333333;
106}
107
108.wy-menu-vertical li.toctree-l1.current li.toctree-l2.current>a:hover{
109    background-color: #38532F;
110    color: #fdfdfd;
111}
112
113.wy-menu-vertical li.toctree-l1.current li.toctree-l2.current li.toctree-l3>a{
114    background: #dbe5c6;
115    color: #333333;
116}
117
118.wy-menu-vertical li.toctree-l1.current li.toctree-l2.current li.toctree-l3>a:hover{
119    background-color: #38532F;
120    color: #fdfdfd;
121}
122
123.wy-menu-vertical li.toctree-l1.current li.toctree-l2.current li.toctree-l3 li.toctree-l4>a{
124    background: #dbe5c6;
125    color: #333333;
126}
127
128.wy-menu-vertical li.toctree-l1.current li.toctree-l2.current li.toctree-l3 li.toctree-l4>a:hover{
129    background-color: #38532F;
130    color: #fdfdfd;
131}
132
133.wy-nav-content a {
134    color: #77AD4A;
135}
136
137.wy-nav-content a:hover {
138    color: #4B6D2F;
139}
Note: See TracBrowser for help on using the repository browser.