summaryrefslogtreecommitdiffstats
path: root/common/_static/my-styles.css
blob: fd0c706f6fb6ef608d69568c8ff2e4a63abdbf49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
.rtemsdefine {
    padding: 0 0 0 2em;
}

.rtemscommand {
    padding: 0 0 0 2em;
}

.rtemsoption {
    padding: 0 0 0 2em;
}

.rtemsdefine dt {
	color: #408090;
}

.rtemsdefine dd {
	color: #408090;
}

.rtemscommand {
	border: 1px solid #808b89;
	border-radius: 5px;
	background: #d2e3e0;
	color: #5e6664
}

.rtemsoption dt {
	color: #a87892;
}

/*
 * Literals.
 */
.rst-content code.literal {
    background: transparent;
    color: #77AD4A;
    border: 0px;
}

/*
 * Special table for RTEMS. Wrap cell contents and vertically align to the top.
 *
 * Note: this is not working as expected. The white-space: normal cause the
 *       columns in the box to not space correctly. The split in half.
 */
table.rtems-table.docutils {
    table-layout: fixed;
}
table.rtems-table.docutils td {
    vertical-align: top;
    white-space: normal;
}

/*
 * Notes.
 */
.rst-content .note .admonition-title {
    background-color: #38532F;
    color: #fdfdfd;
}
.admonition.note {
    background:#dbe5c6;
    color: #333333;
}

/*
 * Todo
 */
.rst-content .todo .admonition-title {
    background-color: #38532F;
    color: #fdfdfd;
}
.admonition.todo {
    background:#dbe5c6;
    color: #333333;
}

/*
 * Nav side-bar in RTEMS colours.
 */
.wy-nav-top, .wy-nav-top a {
    background-color: #38532F;
    color: #fdfdfd;
}

.wy-side-nav-search {
    background-color: #38532F;
}

.wy-nav-side {
    background-color: #dbe5c6;
    color: #424242;
}

.wy-menu-vertical {
    background-color: #dbe5c6;
    color: #333333;
}
.wy-menu-vertical a {
    background-color: #dbe5c6;
    color: #333333;
}
.wy-menu-vertical a:hover {
    background-color: #38532F;
    color: #fdfdfd;
}

.wy-menu-vertical li.toctree-l1.current>a{
    background:#dbe5c6;
    color: #333333;
}

.wy-menu-vertical li.toctree-l1.current>a:hover{
    background-color: #38532F;
    color: #fdfdfd;
}

.wy-menu-vertical li.toctree-l1.current li.toctree-l2>a{
    background:#dbe5c6;
    color: #333333;
}

.wy-menu-vertical li.toctree-l1.current li.toctree-l2>a:hover{
    background-color: #38532F;
    color: #fdfdfd;
}

.wy-menu-vertical li.toctree-l1.current li.toctree-l2.current>a{
    background:#dbe5c6;
    color: #333333;
}

.wy-menu-vertical li.toctree-l1.current li.toctree-l2.current>a:hover{
    background-color: #38532F;
    color: #fdfdfd;
}

.wy-menu-vertical li.toctree-l1.current li.toctree-l2.current li.toctree-l3>a{
    background: #dbe5c6;
    color: #333333;
}

.wy-menu-vertical li.toctree-l1.current li.toctree-l2.current li.toctree-l3>a:hover{
    background-color: #38532F;
    color: #fdfdfd;
}

.wy-menu-vertical li.toctree-l1.current li.toctree-l2.current li.toctree-l3 li.toctree-l4>a{
    background: #dbe5c6;
    color: #333333;
}

.wy-menu-vertical li.toctree-l1.current li.toctree-l2.current li.toctree-l3 li.toctree-l4>a:hover{
    background-color: #38532F;
    color: #fdfdfd;
}

.wy-nav-content a {
    color: #77AD4A;
}

.wy-nav-content a:hover {
    color: #4B6D2F;
}